What app is this about, and its version: Peertube, Current version: 8.1.5~ynh1 What YunoHost version are you running: Powered by YunoHost 12.1.39 (stable) What type of hardware are you using: VPS bought online
Describe your issue
Hello
I cannot install the Peertube app (Current version: 8.1.5~ynh1).
The installation failed somehow.
I created a subdomain first like I always do.
ERR_PNPM_ENOSPC ENOSPC: no space left on device, mkdir '/var/www/peertube/node_modules/.pnpm/@types+yauzl@2.10.3/node_modules/@types/yauzl_tmp_1242740'
Maybe there is not enough space on your server?
Thanks for your reply.
I tried to follow your advice.
I had a ‘permission denied’ warning so I used ‘sudo’ find /var….
and this was the result.
_
Vacuuming done, freed 0B of archived journals from /run/log/journal.
Vacuuming done, freed 0B of archived journals from /var/log/journal.
Vacuuming done, freed 0B of archived journals from /var/log/journal/0522e63aa2574b63b184fb6c46d0edad.
rm: cannot remove ‘/var/log/borg’: No such file or directory
rm: cannot remove ‘.log’: No such file or directory
rm: cannot remove '.err’: No such file or directory
_
When I used
_
sync; echo 3 > /proc/sys/vm/drop_caches && swapoff -a && swapon -a
_
This was the result
_
sudo -bash: /proc/sys/vm/drop_caches: Permission denied
_
I installed ncdu to scan the filesystem.
_
. 23.8 GiB [##############] /home
. 3.1 GiB [# ] /usr
. 2.5 GiB [# ] /var
_
So it would be wise to extend storage space on the server right?
So I have extra space +10GB. PeerTube is installed. But via the diagnosis panel I get a warning:
_
The system has no swap at all. You should consider adding at least 512 MiB of swap to avoid situations where the system runs out of memory.
Storage / (on device /dev/sda1) has only 522 MiB (1%) space remaining (out of 36 GiB). You should really consider cleaning up some space!
_
So deleted a backup (/home directory) around 3.4GB and the storage problem was gone.
Now I’m making use of a Snapshot on my VPS I bought instead of the backup option in YunoHost. Hope this is a good way to work around.
Anyway… thanks for your advice!
Hey! Using VPS snapshots is definitely a solid workaround and often faster for full system restores. Just keep in mind that snapshots usually count against your total disk quota depending on your provider, so keep an eye on that space as your PeerTube instance grows.