|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Re: Unable to xm console in a running domU
2008/9/1 Thomas <iamkenzo@xxxxxxxxx>:
> config file:
> extra = "TERM=xterm xencons=tty console=tty1"
>
> and inittab:
> 1:2345:respawn:/sbin/getty 38400 tty1
>
> Now after the boot sequence is complete, the tty1 console appears. But
> I am still unable to "xm console" into the domU.
Since you are seeing the console messages at startup/shutdown think
the actual xvc0 is working, just that you haven't got the getty
command right to allow login once it's up, when you do xm console,
does it connect (without login) and let you disconnect with ctrl-5 or
ctrl-[
Here is the inittab line from one of my CentOS domUs
co:2345:respawn:/sbin/agetty xvc0 9600 vt100-nav
worth a try.
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|