[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] Xen 4.0 - No console prompt after booting domU but functional SSH
> domU's but always 32bit. I wanted to give Slack64 a try as domU so downloaded > it. First I tried as it comes but not able to access console. It gave me this > error: > > INIT: Id "xvc0" respawning too fast: disabled for 5 minutes This error indicates that the corresponding device could not be found/used/opened. In the Xen context this almost always hints at the wrong device name. "respawn" means reopen if connection was closed. In /etc/inittab there are several lines dealing with terminals (format: <id>:<runlevels>:<action>:<process>): 1:2345:respawn:/sbin/getty 38400 tty1 2:23:respawn:/sbin/getty 38400 tty2 3:23:respawn:/sbin/getty 38400 tty3 4:23:respawn:/sbin/getty 38400 tty4 5:23:respawn:/sbin/getty 38400 tty5 6:23:respawn:/sbin/getty 38400 tty6 > > So I found this threaded and replaced every ttyS* with hvc0 in /etc/inittab as > well as /etc/securetty. I also added > extra ï ï ï = 'console=hvc0 xencons=tty' > to domU's config with almost same result but now I have this output: Hmm... ttyS? Those devices refer to serial ports. In domU's /etc/inittab you should look for the line with "xvc0" and just replace the "xvc0" with "hvc0" -- this should do the trick. -- Adi _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |