Hello, I have a little trouble when entering into a domU console (xm console mydomU) : i can''t use the CTRL-C sequence to stop a script/command (like a continuous ping for example) Is there any parameter / tip for that ? Arnaud _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Arnaud JAYET wrote:> Hello, > > I have a little trouble when entering into a domU console (xm console > mydomU) : i can''t use the CTRL-C sequence to stop a script/command (like > a continuous ping for example)There''s a long thread about this somewhere. I am not sure if it has ever been solved/cleared. Wich distribution are you using? However, it doesn''t occur in an ssh session. In the direct Xen console, it doesn''t occur when using screen, which is useful anyway. Henning _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Sat, 30 Sep 2006 19:57:33 +0200 Henning Sprang <henning_sprang@gmx.de> wrote:> Arnaud JAYET wrote: > > Hello, > > > > I have a little trouble when entering into a domU console (xm > > console mydomU) : i can''t use the CTRL-C sequence to stop a > > script/command (like a continuous ping for example) > > There''s a long thread about this somewhere. I am not sure if it has > ever been solved/cleared. > > Wich distribution are you using?I had this with Debian DomUs and fixed it by editing the /etc/inittab in each DomU to reflect: 1:2345:respawn:/sbin/getty 38400 tty1 Previously, this line said: 1:2345:respawn:/sbin/getty 38400 console After editing, just logging out of the console to get the "login:" prompt again should be enough. Failing that, reboot the DomU :) Cheers, Gavin. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On 10/2/06, Gavin Hamill <gdh@laterooms.com> wrote:> [...] > I had this with Debian DomUs and fixed it by editing the /etc/inittab > in each DomU to reflect: > > 1:2345:respawn:/sbin/getty 38400 tty1 > > Previously, this line said: > > 1:2345:respawn:/sbin/getty 38400 consoleYeah, this does it, thanks! Henning _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users