19 Sep
2012
19 Sep
'12
7:02 a.m.
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