YunoHost-Apps / seafile_ynh

Seafile package for YunoHost
https://seafile.com
MIT License
14 stars 19 forks source link

Install failure due swap file create fail #76

Closed gmalets closed 2 years ago

gmalets commented 3 years ago

Linux VPS container at time4vps.eu

I was trying to install seafile exclusively to subdomain path path like "https://subdomain.maindomain.com/" Failed -- https://paste.yunohost.org/raw/ihomimoleq

Second try to install seafile exclusively to subdomain but with path like "https://subdomain.maindomain.com/cloud" Success -- https://paste.yunohost.org/raw/voparopobo

yunohost --version

yunohost: 
  repo: stable
  version: 4.2.4
yunohost-admin: 
  repo: stable
  version: 4.2.2
moulinette: 
  repo: stable
  version: 4.2.2
ssowat: 
  repo: stable
  version: 4.2.2

df

Filesystem      1K-blocks   Used    Available   Use%    Mounted on
/dev/ploop24717p1   41151712    5065872 35021088    13% /
none            2097152     0   2097152     0%  /sys/fs/cgroup
none            2097152     0   2097152     0%  /dev
tmpfs           2097152     0   2097152     0%  /dev/shm
tmpfs           2097152     17604   2079548     1%  /run
tmpfs           5120        0   5120        0%  /run/lock
none            2097152     0   2097152     0%  /run/shm

free

             total        used        free      shared  buff/cache   available
Mem:        4194304      380160     2752048       21036     1062096     3793108
Swap:             0           0           0

At home lab installation done successfully with old laptop asus seashell 1015 with 2GB RAM debian buster

Josue-T commented 3 years ago

Hello,

Can you try the new testing ?

You can install it with this command:

sudo yunohost app install https://github.com/YunoHost-Apps/seafile_ynh/tree/testing

Thanks