You are not logged in.
Pages: 1
Hi everyone,
I've recently noticed that my Arch is not behaving the way it's supposed to. Every time it shuts down, "Sending SIGTERM to processes" always results in failure. Does anyone have any idea what might be causing this? And ways to fix it?
To be clear, my laptop (Lenovo ThinkPad Edge 14) seems to be working fine otherwise. I'm just curious if this is a sign of something that could be dangerous in the future.
Offline
which all applications are running while you shutdown the system?
Offline
I'm running XFCE, usually with/without these on: Chrome, Thunar, Pidgin. How do I check my background apps?
Offline
To see all processes running
$ ps auxSee if /var/log/everything.log has any suspicious entry from the previous shutdown.
Last edited by x33a (2012-02-12 08:44:30)
Offline
not sure if anyone else still has this problem, but thanks to x33a, and some advice in another thread about dropping to bash after fail, i figured out what causes it for me.
it was mounted ntfs drives using auto in fstab. simply specifying to load as ntfs fixes the issue, least for me.
Last edited by indisposed (2012-04-13 00:47:27)
Offline
Pages: 1