Peter Braun
2008-Oct-10 05:29 UTC
[Xen-users] xen3.3 - kernel pv-ops 2.6.26 - xm console problem
Hi, we just upgraded our servers to xen3.3. We are having problem using "xm console domUname" in guest running 2.6.26 pv-ops kernel: The will show only: Gentoo 2008.0 * Starting local ... [ ok ] Ubuntu 8.04 * Running local boot scripts (/etc/rc.local) [ OK ] Both images are just default from jailtime.org. Both domUs are running - you can configure/connect via ssh but xm console is not working. dom0 grub menu: title Xen 3.3.0 / Debian GNU/Linux, kernel 2.6.18.8-xen0 root (hd0,0) kernel /xen-3.3.0.gz dom0_mem=256M noreboot module /vmlinuz-2.6.18.8-xen0 root=/dev/md1 ro console=tty0 dom0 kernel config: CONFIG_XEN_DISABLE_SERIAL=y When domU is booted is good old 2.6.18 xenified domU kernel - than console works w/o problem. Login prompt will show up in xm console. Can anybody please help me with this problem? BR Peter Braun _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
William Pitcock
2008-Oct-10 14:30 UTC
Re: [Xen-users] xen3.3 - kernel pv-ops 2.6.26 - xm console problem
console=hvc0 or xvc0. On Fri, 2008-10-10 at 07:29 +0200, Peter Braun wrote:> Hi, > > we just upgraded our servers to xen3.3. > > We are having problem using "xm console domUname" in guest running > 2.6.26 pv-ops kernel: > > The will show only: > Gentoo 2008.0 > * Starting local ... [ ok ] > > Ubuntu 8.04 > * Running local boot scripts (/etc/rc.local) [ OK ] > > Both images are just default from jailtime.org. > > > Both domUs are running - you can configure/connect via ssh but xm > console is not working. > > dom0 grub menu: > > title Xen 3.3.0 / Debian GNU/Linux, kernel 2.6.18.8-xen0 > root (hd0,0) > kernel /xen-3.3.0.gz dom0_mem=256M noreboot > module /vmlinuz-2.6.18.8-xen0 root=/dev/md1 ro console=tty0 > > dom0 kernel config: > > CONFIG_XEN_DISABLE_SERIAL=y > > > When domU is booted is good old 2.6.18 xenified domU kernel - than > console works w/o problem. > Login prompt will show up in xm console. > > > Can anybody please help me with this problem? > > BR > > Peter Braun > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Peter Braun
2008-Oct-11 18:30 UTC
Re: [Xen-users] xen3.3 - kernel pv-ops 2.6.26 - xm console problem
that console setting should be changed in Dom0? Isnt there problem in DomU inittab? Br PB 2008/10/10 William Pitcock <nenolod@sacredspiral.co.uk>:> console=hvc0 or xvc0. > > On Fri, 2008-10-10 at 07:29 +0200, Peter Braun wrote: >> Hi, >> >> we just upgraded our servers to xen3.3. >> >> We are having problem using "xm console domUname" in guest running >> 2.6.26 pv-ops kernel: >> >> The will show only: >> Gentoo 2008.0 >> * Starting local ... [ ok ] >> >> Ubuntu 8.04 >> * Running local boot scripts (/etc/rc.local) [ OK ] >> >> Both images are just default from jailtime.org. >> >> >> Both domUs are running - you can configure/connect via ssh but xm >> console is not working. >> >> dom0 grub menu: >> >> title Xen 3.3.0 / Debian GNU/Linux, kernel 2.6.18.8-xen0 >> root (hd0,0) >> kernel /xen-3.3.0.gz dom0_mem=256M noreboot >> module /vmlinuz-2.6.18.8-xen0 root=/dev/md1 ro console=tty0 >> >> dom0 kernel config: >> >> CONFIG_XEN_DISABLE_SERIAL=y >> >> >> When domU is booted is good old 2.6.18 xenified domU kernel - than >> console works w/o problem. >> Login prompt will show up in xm console. >> >> >> Can anybody please help me with this problem? >> >> BR >> >> Peter Braun >> >> _______________________________________________ >> Xen-users mailing list >> Xen-users@lists.xensource.com >> http://lists.xensource.com/xen-users >> >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
William Pitcock
2008-Oct-11 18:42 UTC
Re: [Xen-users] xen3.3 - kernel pv-ops 2.6.26 - xm console problem
On Sat, 2008-10-11 at 20:30 +0200, Peter Braun wrote:> that console setting should be changed in Dom0? >the .cfg for the domU.> Isnt there problem in DomU inittab?Yes, edit /etc/event.d/tty1 in the domU filesystem.> > Br > > PB > > 2008/10/10 William Pitcock <nenolod@sacredspiral.co.uk>: > > console=hvc0 or xvc0. > > > > On Fri, 2008-10-10 at 07:29 +0200, Peter Braun wrote: > >> Hi, > >> > >> we just upgraded our servers to xen3.3. > >> > >> We are having problem using "xm console domUname" in guest running > >> 2.6.26 pv-ops kernel: > >> > >> The will show only: > >> Gentoo 2008.0 > >> * Starting local ... [ ok ] > >> > >> Ubuntu 8.04 > >> * Running local boot scripts (/etc/rc.local) [ OK ] > >> > >> Both images are just default from jailtime.org. > >> > >> > >> Both domUs are running - you can configure/connect via ssh but xm > >> console is not working. > >> > >> dom0 grub menu: > >> > >> title Xen 3.3.0 / Debian GNU/Linux, kernel 2.6.18.8-xen0 > >> root (hd0,0) > >> kernel /xen-3.3.0.gz dom0_mem=256M noreboot > >> module /vmlinuz-2.6.18.8-xen0 root=/dev/md1 ro console=tty0 > >> > >> dom0 kernel config: > >> > >> CONFIG_XEN_DISABLE_SERIAL=y > >> > >> > >> When domU is booted is good old 2.6.18 xenified domU kernel - than > >> console works w/o problem. > >> Login prompt will show up in xm console. > >> > >> > >> Can anybody please help me with this problem? > >> > >> BR > >> > >> Peter Braun > >> > >> _______________________________________________ > >> Xen-users mailing list > >> Xen-users@lists.xensource.com > >> http://lists.xensource.com/xen-users > >> > > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users