Maik Brauer
2011-Oct-26 14:38 UTC
[Xen-users] XEN DomU Boot hangs at: Starting periodic command scheduler: crond.
After startup of the DomU with xm create mydomu.cfg c The startup always stops, when starting the Cron-Daemon. [ 1.810477] EXT3 FS on xvda1, internal journal Loading kernel modules...done. Cleaning up ifupdown.... Setting up networking.... Activating lvm and md swap...done. Checking file systems...fsck from util-linux-ng 2.17.2 done. Mounting local filesystems...done. Activating swapfile swap...done. Cleaning up temporary files.... Configuring network interfaces...done. Setting kernel variables ...done. Cleaning up temporary files.... INIT: Entering runlevel: 2 Using makefile-style concurrent boot in runlevel 2. Starting enhanced syslogd: rsyslogd. Starting periodic command scheduler: cron. Here my DomU config: kernel = "/boot/vmlinuz-2.6.32-5-xen-amd64" ramdisk = "/boot/initrd.img-2.6.32-5-xen-amd64" memory = 128 name = "Test-DomU" vcpus = 1 vif = [ '''' ] disk = [ ''phy:/dev/sdb1,xvda1,w'' ] # Set root device. root = "/dev/xvda1 ro" # Sets runlevel 4. #extra = "4" #extra = "TERM=xterm xencons=tty console=tty1" extra = "console=hvc0 xencons=tty" Does anyone knows a solution for this? Thanks. Cheers, Maik _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Christian Motschke
2011-Oct-26 16:18 UTC
Re: [Xen-users] XEN DomU Boot hangs at: Starting periodic command scheduler: crond.
Maybe it does not stop, but you the login prompt is not shown. Have you changed the inittab? Search for: 1:2345:respawn:/sbin/getty 38400 tty1 Change to: 1:2345:respawn:/sbin/getty 38400 hvc0 HTH Christian Am 26.10.2011 um 16:38 schrieb Maik Brauer:> After startup of the DomU with xm create mydomu.cfg –c > The startup always stops, when starting the Cron-Daemon. > > [ 1.810477] EXT3 FS on xvda1, internal journal > Loading kernel modules...done. > Cleaning up ifupdown.... > Setting up networking.... > Activating lvm and md swap...done. > Checking file systems...fsck from util-linux-ng 2.17.2 > done. > Mounting local filesystems...done. > Activating swapfile swap...done. > Cleaning up temporary files.... > Configuring network interfaces...done. > Setting kernel variables ...done. > Cleaning up temporary files.... > INIT: Entering runlevel: 2 > Using makefile-style concurrent boot in runlevel 2. > Starting enhanced syslogd: rsyslogd. > Starting periodic command scheduler: cron. > > > Here my DomU config: > > kernel = "/boot/vmlinuz-2.6.32-5-xen-amd64" > ramdisk = "/boot/initrd.img-2.6.32-5-xen-amd64" > memory = 128 > name = "Test-DomU" > vcpus = 1 > vif = [ '''' ] > disk = [ ''phy:/dev/sdb1,xvda1,w'' ] > # Set root device. > root = "/dev/xvda1 ro" > > # Sets runlevel 4. > #extra = "4" > #extra = "TERM=xterm xencons=tty console=tty1" > extra = "console=hvc0 xencons=tty" > > > Does anyone knows a solution for this? > Thanks. > > Cheers, > Maik > _______________________________________________ > 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