Hi everyone, I''ve got a problem with my Xen 3.3.0 (xen-tools 3.8) installation. I''m running Ubuntu Hardy Server as a dom0 for my 5 Debian Lenny domU systems. One of the domU''s is a LAMP server. Recently, due to security issues I stopped the SSH daemon therefore the only way to access the machine was to use * *> > *xm console* >command on the dom0. The problem was that I was unable to login to my LAMP domU - after executing *xm console *I saw no login prompt. Rebooting the domU revealed the issue as I''ve monitored the boot process to the point it stopped at: * *> > *Starting file alteration monitor: FAM.* > *Starting Hardware abstraction layer: hald.* > *Starting periodic command scheduler: crond.* > *Starting web server: apache2.* > *[ 21.537465] ip_tables: (C) 2000-2006 Netfilter Core Team* >The machine runs smoothly but I''m locked out from it. I have * *> > *extra = "console=xvc0 xencons=xvc0" * >in my config. Hope someone will be able to help me :) Best wishes, Luke _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Luke wrote:>The machine runs smoothly but I''m locked out from it. I have > >extra = "console=xvc0 xencons=xvc0"Do you have an entry in /etc/inittab to start a login session on xvc0 ? Something like : 0:2345:respawn:/sbin/getty 38400 xvc0 -- Simon Hobson WANTED: "Software CD ROM Kit" for Canon CLBP 360-PS printer (Canon part no RH6-3612, or possibly RH6-3810, or RH6-3610 might do). I''ve a dead HD and need this CD so I can replace the disk and re-install the printer OS on it. This is NOT the same thing as the printer drivers to load on the computer - there''s no problem there. If anyone knows where I might get hold of one I''d be grateful - requests to Canon drew a blank, it''s been out of support for years. Alternatively, if anyone has one of these and would let me image their hard disk ... Visit http://www.magpiesnestpublishing.co.uk/ for books by acclaimed author Gladys Hobson. Novels - poetry - short stories - ideal as Christmas stocking fillers. Some available as e-books. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi Luke, Am Dienstag, den 23.03.2010, 15:43 +0000 schrieb Simon Hobson:> Luke wrote: > > >The machine runs smoothly but I''m locked out from it. I have > > > >extra = "console=xvc0 xencons=xvc0" > > Do you have an entry in /etc/inittab to start a login session on xvc0 ? > Something like : > 0:2345:respawn:/sbin/getty 38400 xvc0You can also take extra = "xencons=tty" which works fine too...> >hth, thomas _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hello, Am 23.03.2010 um 16:53 Uhr schrieb Thomas Halinka <lists@thohal.de>:> Am Dienstag, den 23.03.2010, 15:43 +0000 schrieb Simon Hobson: > > Luke wrote: > > >The machine runs smoothly but I''m locked out from it. I have > > >extra = "console=xvc0 xencons=xvc0" > > Do you have an entry in /etc/inittab to start a login session on xvc0 ? > > Something like : > > 0:2345:respawn:/sbin/getty 38400 xvc0 > You can also take > extra = "xencons=tty" > which works fine too...but doesn''t work anymore on newer pv_ops domU kernels :-/ I have a static /dev/ in my domUs, so i choosed to symlink console to tty1. With this i can boot old and new kernels without fiddling inside the domU. But it wouldn''t work with active udev! -- greetings eMHa _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users