|
|
|
|
|
|
|
|
|
|
xen-users
[Xen-users] Re: ctrl-c doesn't work in domU consoles
We had the same problem. I changed the line
0:2345:respawn:/sbin/qlogin /dev/ttys/0 root
to
0:2345:respawn:/sbin/qlogin /dev/tty1 root
in /etc/inittab on domU. We are using qlogin so I don't know if this
applies to you but you could check it out.
/Anders
Moritz Bunkus wrote:
Hey,
I've installed Xen 3.0 on a freshly installed Debian Sarge. dom0 is
working nicely (kernel 2.6.12.6-xen0). Then I created a domU, again with
Debian Sarge, booting Xen's vmlinuz-2.6.12-xenU. Unfortunately ctrl-c
does not work in the domU's console, neither if I create the domU
with "xm create -c ..." nor if I attach to it later. It doesn't matter
if I do this over ssh or directly on the dom0's console -- in both cases
nothing happens if I press ctrl-c. Note that ctrl-] works and detaches
the console normally.
Any tips? Thanks in advance.
Regards,
Moritz
------------------------------------------------------------------------
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|