Stephane Bortzmeyer
2006-Jan-29 13:03 UTC
[Xen-users] Ubuntu: "no more processes left in this runlevel"
I''m trying to run an Ubuntu "breezy" domU over Xen 3.0 (dom0 is a Debian "sarge"). I followed http://wiki.xensource.com/xenwiki/UbuntuHoaryHowTo. So, I installed Ubuntu with debootstrap, edited the /etc files as mentioned above. The linux kernel starts but booting fails with: * Initializing random number generator... [ ok ] * Entering runlevel: 2 * Starting system log daemon... [ ok ] * Starting kernel log daemon... [ ok ] * no more processes left in this runlevel and then, nothing, "xm top" shows the domain as blocked. "xm shutdown" works and it stops properly ("Power down"). _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Vincent Hanquez
2006-Jan-29 15:11 UTC
Re: [Xen-users] Ubuntu: "no more processes left in this runlevel"
On Sun, Jan 29, 2006 at 02:03:25PM +0100, Stephane Bortzmeyer wrote:> So, I installed Ubuntu with debootstrap, edited the /etc files as > mentioned above. > * no more processes left in this runlevelyou probably forget to install mgetty or have a working /dev/pts/ directory (install udev on your domU) Cheers, -- Vincent Hanquez _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Stephane Bortzmeyer
2006-Jan-29 19:15 UTC
[Xen-users] Re: Ubuntu: "no more processes left in this runlevel"
On Sun, Jan 29, 2006 at 04:11:13PM +0100, Vincent Hanquez <vincent.hanquez@cl.cam.ac.uk> wrote a message of 16 lines which said:> you probably forget to install mgettyWhy should I need mgetty? I do not intend to use a modem.> or have a working /dev/pts/ directory (install udev on your domU)udev is already installed (it seems to be a part of Ubuntu "breezy"). _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
SLB Xen Dev
2006-Jan-29 20:39 UTC
Re: [Xen-users] Re: Ubuntu: "no more processes left in this runlevel"
On 1/29/06, Stephane Bortzmeyer <stephane@sources.org> wrote:> Why should I need mgetty? I do not intend to use a modem.You don''t need it, you just need getty from util-linux. Or anyway, that''s what I''m using under breezy. Have you tried booting into single user mode to see if everything (particularly stuff in /dev) is where it ought to be? Have you checked your inittab and fstab to be sure there aren''t any errors? -- Puer Misellus Triste _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Stephane Bortzmeyer
2006-Jan-29 21:00 UTC
[Xen-users] Re: Ubuntu: "no more processes left in this runlevel"
On Sun, Jan 29, 2006 at 03:39:37PM -0500, SLB Xen Dev <xendev@sadlittleboy.com> wrote a message of 16 lines which said:> Have you tried booting into single user modeGood advice. I always think of trying single-user when I debug a physical machine but I forgot to try it with a virtual box.> to see if everything (particularly stuff in /dev) is where it ought > to be? Have you checked your inittab and fstab to be sure there > aren''t any errors?Good advice again, the Howto (http://wiki.xensource.com/xenwiki/UbuntuHoaryHowTo) says "/etc/inittab: comment out the virtual TTY lines, such as 2:23:respawn:/sbin/getty 38400 tty2" but it does not warn that you must keep the first line, to have at least one TTY. Now, it works fine, many thanks. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users