-
Notifications
You must be signed in to change notification settings - Fork 30
Description
Hello. On archlinux, when ulatencyd 0.5.0 is enabled I can't shotdown\reboot pc, system hangs in the end of process. Here's excerpt from journalctl -
//
May 20 15:04:39 42 systemd[1]: Stopped Setup Virtual Console.
May 20 15:04:39 42 systemd[1]: Stopping Encrypted Volumes.
May 20 15:04:39 42 systemd[1]: Stopped target Encrypted Volumes.
May 20 15:04:39 42 systemd[1]: Stopping Load/Save Random Seed...
May 20 15:04:39 42 systemd[1]: Stopping Apply Kernel Variables...
May 20 15:04:39 42 systemd[1]: Stopped Apply Kernel Variables.
May 20 15:04:39 42 systemd[1]: Stopping Update UTMP about System Boot/Shutdown...
May 20 15:04:39 42 systemd[1]: Stopping Swap.
May 20 15:04:39 42 systemd[1]: Stopped target Swap.
May 20 15:04:39 42 systemd[1]: Deactivating swap /dev/sda5...
May 20 15:04:39 42 systemd[1]: Deactivating swap /dev/sda5...
May 20 15:04:39 42 systemd[1]: Deactivating swap /dev/sda5...
May 20 15:04:39 42 systemd[1]: Stopped Load/Save Random Seed.
May 20 15:04:39 42 systemd[550]: Failed at step CGROUP spawning /sbin/swapoff: No such file or directory
May 20 15:04:39 42 systemd[1]: Stopped Update UTMP about System Boot/Shutdown.
May 20 15:04:39 42 systemd[1]: ^[[1;39mdev-sda5.swap swap process exited, code=exited status=219
May 20 15:04:39 42 systemd[1]: Deactivated swap /dev/sda5.
May 20 15:04:39 42 systemd[1]: ^[[1;39mUnit dev-sda5.swap entered failed state.
May 20 15:04:39 42 systemd[1]: Stopping Create Volatile Files and Directories...
May 20 15:04:39 42 systemd[1]: Stopped Create Volatile Files and Directories.
May 20 15:04:39 42 systemd[1]: Stopping Local File Systems.
May 20 15:04:39 42 systemd[1]: Stopped target Local File Systems.
May 20 15:04:39 42 systemd[1]: Unmounting /run/user/1000...
May 20 15:04:39 42 systemd[1]: Unmounting /home/jeck/stor0...
May 20 15:04:39 42 systemd[1]: Unmounting /boot...
May 20 15:04:39 42 systemd[556]: Failed at step CGROUP spawning /bin/umount: No such file or directory
May 20 15:04:39 42 systemd[557]: Failed at step CGROUP spawning /bin/umount: No such file or directory
May 20 15:04:39 42 systemd[1]: ^[[1;39mboot.mount mount process exited, code=exited status=219
May 20 15:04:39 42 systemd[1]: Failed unmounting /boot.
May 20 15:04:39 42 systemd[1]: ^[[1;39mhome-jeck-stor0.mount mount process exited, code=exited status=219
May 20 15:04:39 42 systemd[1]: Failed unmounting /home/jeck/stor0.
May 20 15:04:39 42 systemd[1]: Unmounting /home...
May 20 15:04:39 42 systemd[558]: Failed at step CGROUP spawning /bin/umount: No such file or directory
May 20 15:04:39 42 systemd[1]: ^[[1;39mhome.mount mount process exited, code=exited status=219
May 20 15:04:39 42 systemd[1]: Failed unmounting /home.
May 20 15:04:39 42 systemd[1]: Unmounted /run/user/1000.
May 20 15:04:39 42 systemd[1]: Stopping Local File Systems (Pre).
May 20 15:04:39 42 systemd[1]: Stopped target Local File Systems (Pre).
May 20 15:04:39 42 systemd[1]: Stopping Remount Root and Kernel File Systems...
May 20 15:04:39 42 systemd[1]: Stopped Remount Root and Kernel File Systems.
May 20 15:04:39 42 systemd[1]: Starting Shutdown.
May 20 15:04:40 42 systemd[1]: Reached target Shutdown.
//
after "Reached target Shutdown" system just stays with blank screen and power is on.