[arch-general] no local login prompt
Hi folks, After today's system update of my P4 machine I cannot get the login prompt to the local terminal. Initscripts run, I see a whole bunch of [DONE]s and that's it - the line with the last (from rc.conf) daemon on the bottom of screen and nothing happens. I can login via ssh with no problem, and I see nothing suspicious or unusual in the logs... Any ideas? Cheers, Sergey
Run `updatedb && locate "*.pacnew"` Then manually merge the changes to your configuration files. I think it is the problem. On Tue, Aug 19, 2008 at 5:51 PM, Sergey Manucharian <sergeym@rmico.com> wrote:
Hi folks,
After today's system update of my P4 machine I cannot get the login prompt to the local terminal. Initscripts run, I see a whole bunch of [DONE]s and that's it - the line with the last (from rc.conf) daemon on the bottom of screen and nothing happens. I can login via ssh with no problem, and I see nothing suspicious or unusual in the logs...
Any ideas?
Cheers, Sergey
-- Gustavo Andrés Gómez Farhat
this happened to me one time when a command i had put in rc.local time out and did not complete. i did not have a prompt until that command terminate in rc.local. check /etc/rc.local
On Wed, 20 Aug 2008 11:29:08 +0200 "solsTiCe d'Hiver" <solstice.dhiver@gmail.com> wrote:
this happened to me one time when a command i had put in rc.local time out and did not complete. i did not have a prompt until that command terminate in rc.local.
check /etc/rc.local
Thanks! That's the issue! I start roundup issue tracker server in rc.local, and it's started, but the init process doesn't go further. Cheers, Sergey
participants (3)
-
Gustavo A. Gómez Farhat
-
Sergey Manucharian
-
solsTiCe d'Hiver