[arch-general] Shutdown's SIGTERM [FAIL]
Hi, I noticed I'm getting a [FAIL] message for SIGTERM on system shutdown[0], how can I debug it? I already checked /var/log but found nothing :( [0] Some additional info: SIGKILL do the job (so the system shutdowns/reboot after a few seconds) and on the next boot everything is clean.
On Wed, Sep 19, 2012 at 6:56 AM, Martín Cigorraga <msx@archlinux.us> wrote:
Hi, I noticed I'm getting a [FAIL] message for SIGTERM on system shutdown[0], how can I debug it? I already checked /var/log but found nothing :(
This means that some process did not terminate before the timeout ended. To find out which, you could insert a call to "ps aux > /root/my-processes" just after the SIGTERM in rc.shutdown. -t
On Wed, Sep 19, 2012 at 9:02 AM, Tom Gundersen <teg@jklm.no> wrote:
On Wed, Sep 19, 2012 at 6:56 AM, Martín Cigorraga <msx@archlinux.us> wrote:
Hi, I noticed I'm getting a [FAIL] message for SIGTERM on system shutdown[0], how can I debug it? I already checked /var/log but found nothing :(
This means that some process did not terminate before the timeout ended. To find out which, you could insert a call to "ps aux > /root/my-processes" just after the SIGTERM in rc.shutdown.
-t
if you are using networkmanager, you could be affected by https://bugs.archlinux.org/task/31115 Morris
On 19 September 2012 09:02, Tom Gundersen <teg@jklm.no> wrote:
On Wed, Sep 19, 2012 at 6:56 AM, Martín Cigorraga <msx@archlinux.us> wrote:
Hi, I noticed I'm getting a [FAIL] message for SIGTERM on system shutdown[0], how can I debug it? I already checked /var/log but found nothing :(
This means that some process did not terminate before the timeout ended. To find out which, you could insert a call to "ps aux > /root/my-processes" just after the SIGTERM in rc.shutdown.
-t
Just a minor correction: it is in /etc/rc.d/functions Lukas
On Wed, Sep 19, 2012 at 4:17 AM, Lukas Jirkovsky <l.jirkovsky@gmail.com>wrote:
On 19 September 2012 09:02, Tom Gundersen <teg@jklm.no> wrote:
On Wed, Sep 19, 2012 at 6:56 AM, Martín Cigorraga <msx@archlinux.us> wrote:
Hi, I noticed I'm getting a [FAIL] message for SIGTERM on system shutdown[0], how can I debug it? I already checked /var/log but found nothing :(
This means that some process did not terminate before the timeout ended. To find out which, you could insert a call to "ps aux > /root/my-processes" just after the SIGTERM in rc.shutdown.
-t
Just a minor correction: it is in /etc/rc.d/functions
Lukas
Thank you very much guys, it's just the networkmanager bug mentioned by @morris (yes, I'm using KDE SC): http://pastebin.com/YWM0GuvL.
participants (4)
-
Lukas Jirkovsky
-
Martín Cigorraga
-
Morris
-
Tom Gundersen