I have a server (debian etch) that sometimes prompts the following message (right after starting/rebooting the computer):
The system is going down on <time in past>
Running a shutdown -c
results in:
Cannot find pid of running shutdown.
Because of this problem normal users can no longer login, only root access is possible.
Has anyone seen this problem or has anyone a suggestion for me? thx.
Shutdown creates an
/etc/nologin
file when called to stop new (non root) users logging in once a shutdown is scheduled. Removing the file should allow users to login.http://linux.die.net/man/8/shutdown