Ori Idan wrote: > I have tried to logged in to my Debian unstable machine using regular > user from gdm and got > > a message "System bootup in progress" after clicking Ok I returned to > the login screen.
At the start of the boot process the Debian initscripts will create a file /etc/nologin, this message is shown when you try to login while this file exists. There is an initscript rmnologin that removes it when boot finishes. If the error occurs well after the boot finished, you have a problem with this file not being removed. You should be able to login as root and delete the file. Baruch ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
