You are not logged in.
Purely cosmetic, but I noticed an errormessage like this right before 'SENDING SIGTERM and SIGKILL'-messages appear on my screen.
Both SHM and PTS are mounted in /etc/fstab, but maybe the usage of udisks or some shiny new feature of the new kernel / other package has taken over this functionality?
I would try it out to comment those entries out in /etc/fstab, but that could make my system unbootable...
Offline
It has nothing to do with udisks. You probably have something like
none /dev/shm ...
in your fstab. Change "none" to "shm" and "devpts" for /dev/shm and /dev/pts respectively... and reboot.
Last edited by Leonid.I (2011-06-16 15:46:01)
Arch Linux is more than just GNU/Linux -- it's an adventure
pkill -9 systemd
Offline