Hi all, I''ve a CentOS based XEN server with 5 VPS inside. The method/way I use to administrate them is: remote box --> ssh to Dom0 --> screen(1) --> xm console <domU> --> xm console <domU+1> --> xm console <domU+2> --> xm console <domU+N> If I use "normal" shell session in remote box (aka interactive login shell) it seems all works fine. But if I use x-based shell session (aka interactive non-login shell) the process _always_ hangs in xm console <...> step. ¿What is the problem? I can work perfectly in shell environment, but I prefer do it in X session with several non-login shells. -- Thanks, Jordi Espasa Clofent _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
More info. I thinks it could be a a screen(1) problem. When I connect (via ssh) to Dom0, I launch a screen(1). The problem is when I try to laucn another screen(1) INSIDE the domU. I try to explain better: remote host --> ssh --> dom0 --> screen(1) --> xm console dom1 --> screen(1) The problem is focused in this second screen, in the screen launched INSIDE the domU. Inside domU, with their own screen launched, I try to open a new windows (ctr-a-c) and ... another _dom0_ windows appears!!! So the real problem is clear: the screen inside domU seems not work properly. -- Thanks, Jordi Espasa Clofent _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Fri, Jun 22, 2007 at 11:31:14AM +0200, Jordi Espasa Clofent wrote:> More info. > I thinks it could be a a screen(1) problem. > > When I connect (via ssh) to Dom0, I launch a screen(1). The problem is when > I try to laucn another screen(1) INSIDE the domU. I try > to explain better: > > remote host --> ssh --> dom0 --> screen(1) --> xm console dom1 --> screen(1) > > The problem is focused in this second screen, in the screen launched INSIDE > the domU. Inside domU, with their own screen launched, I try to open a new > windows (ctr-a-c) and ... another _dom0_ windows appears!!! > > So the real problem is clear: the screen inside domU seems not work > properly.Yes, it does, but the first one captures the key combination. So, if you want to send ^A (ctr-a) to the second screen, you have to use ^A - A. Eg., creating a new window: ctr-a - a - c; switching to next window: ctr-a - a - p. -- lfr 0/0 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
> Yes, it does, but the first one captures the key combination. So, if you > want to send ^A (ctr-a) to the second screen, you have to use ^A - A. > > Eg., creating a new window: ctr-a - a - c; switching to next window: > ctr-a - a - p.Yes, it works perfectly!!! Thanks for the tip Luciano; it will be _very_ useful. -- Thanks, Jordi Espasa Clofent _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users