[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] xm console hanging
On Mon, Apr 6, 2009 at 8:47 PM, Ian Tobin <itobin@xxxxxxxxxxxxx> wrote: > Hi, > > Ok here are the outputs > > dmesg | grep console > netconsole: not configured, aborting > Xen virtual console successfully installed as xvc0 > XENBUS: Device with no driver: device/console/0 > > cat /etc/inittab | egrep "ttyS|vc" > #T0:23:respawn:/sbin/getty -L ttyS0 9600 vt100 > #T1:23:respawn:/sbin/getty -L ttyS1 9600 vt100 > #T3:23:respawn:/sbin/mgetty -x0 -s 57600 ttyS3 dmesg says your console is on xvc0, but inittab doesn't spawn a login prompt there. Add something like this on inittab: co:2345:respawn:/sbin/agetty xvc0 9600 vt100-nav or (looking from your ttyS0 example) something like this co:23:respawn:/sbin/getty -L xvc0 9600 vt100 That should display login prompt and enable normal users to log in. To enable root to login as well, add "xvc0" to /etc/securetty Regards, Fajar _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |