My YunoHost server
Hardware: Raspberry Pi 4 at home
YunoHost version: 11.2.10
I have access to my server : Through SSH | through the webadmin
Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : no
Description of my issue
Most of my apps are suddenly unresponsive: the nextcloud client tells me that I’ve been logged out, logging in throught the portal I get either nothing or I’m asked to log in through the portal again.
For example:
- miniflux:
store: unable to create app session: dial tcp [::1]:5432: connect: connection refused
- wallabag: some binary I guess:
����������������������������������������
- nextcloud: nothing happens, I’m back to the portal.
As an admin, if I run a diagnosis, I end up with either nothing (most of the time), or just one line telling me all is well, or a long list with everything green but postgres.
If I got to ‘Applications’, the interface only shows ’ There are no installed apps.’
I’ve ssh’d in and the apps are still there.
I noticed that:
root@ynh:~# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/root 29G 28G 236M 100% /
devtmpfs 1.7G 0 1.7G 0% /dev
tmpfs 1.9G 56K 1.9G 1% /dev/shm
tmpfs 759M 1012K 758M 1% /run
tmpfs 5.0M 4.0K 5.0M 1% /run/lock
/dev/mmcblk0p1 255M 31M 225M 13% /boot
/dev/sda1 458G 275G 160G 64% /mnt/seagate500
tmpfs 380M 0 380M 0% /run/user/0
/dev/root
is full, could it be that?
Thank you!