Hello,
If I initiate hibernate either from the menu or by running
systemctl hibernate
after the Tumbleweed wakes ups it does not have all the file systems mounted. I found it because I started having issues with apache2 which started reporting that /srv/www/htdocs cannot be found.
After a fresh start:
Filesystem Size Used Avail Use% Mounted on
devtmpfs 3.9G 0 3.9G 0% /dev
tmpfs 3.9G 0 3.9G 0% /dev/shm
tmpfs 3.9G 9.9M 3.9G 1% /run
tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup
/dev/sda2 236G 8.9G 227G 4% /
tmpfs 3.9G 8.0K 3.9G 1% /tmp
/dev/sda2 236G 8.9G 227G 4% /boot/grub2/i386-pc
/dev/sda2 236G 8.9G 227G 4% /boot/grub2/x86_64-efi
/dev/sda2 236G 8.9G 227G 4% /opt
/dev/sda2 236G 8.9G 227G 4% /home
/dev/sda2 236G 8.9G 227G 4% /srv
/dev/sda2 236G 8.9G 227G 4% /root
/dev/sda2 236G 8.9G 227G 4% /var
/dev/sda2 236G 8.9G 227G 4% /.snapshots
/dev/sda2 236G 8.9G 227G 4% /usr/local
/dev/sda1 511M 74M 438M 15% /boot/efi
tmpfs 785M 16K 785M 1% /run/user/1000
After hibernate:
Filesystem Size Used Avail Use% Mounted on
devtmpfs 3.9G 0 3.9G 0% /dev
tmpfs 3.9G 0 3.9G 0% /dev/shm
tmpfs 3.9G 18M 3.9G 1% /run
tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup
/dev/sda2 236G 8.9G 227G 4% /
tmpfs 3.9G 8.0K 3.9G 1% /tmp
/dev/sda2 236G 8.9G 227G 4% /var
/dev/sda2 236G 8.9G 227G 4% /home
tmpfs 785M 16K 785M 1% /run/user/1000
Certainly, running
sudo mount -a
fixes the problem however I would like the OS to take care of it. I do not think the issue is related to the hardware configuration.
This behavior is on my physical machine. In a VirtualBox the Tumbleweed either crashes when entering my password after waking up or it starts like a fresh boot.
The OS’s on both machines are with latest updates applied.
While the Tumbleweed in the VM may not be so important to me I would like to have a guaranteed and correct state after hibernate on my hardware machine.
Any ideas how to fix it?
Thank you and have a good day.