On Wed, Sep 19, 2012 at 6:56 AM, Martín Cigorraga <msx@xxxxxxxxxxxx> 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