On Sat, 2006-07-22 at 07:02 -0400, Jeff Dike wrote: > On Sat, Jul 22, 2006 at 11:46:37AM +0300, Pekka Enberg wrote: > > I have a problem with UML compiled from 2.6.18-rc2 git head. The kernel > > boots fine and starts up the userspace but hangs completely after > > forking gettys. I have port-helper in /usr/lib/uml but it doesn't seem > > to start up. > > The gettys are all sleeping. I would think that at least some of them > would be reading or selecting. I believe there's a few second pause > before getty puts out a login prompt. Maybe the delay code is > horribly broken. > > Can you boot it single-user and time a sleep?
Seems to work. [EMAIL PROTECTED]:~/src/linux/2.6$ ./linux ubd0=/home/penberg/uml-debian/root_fs_woody single ubuntu:~# time sleep 1 real 0m1.037s user 0m0.000s sys 0m0.000s ubuntu:~# time sleep 2 real 0m2.029s user 0m0.000s sys 0m0.000s ubuntu:~# time sleep 4 real 0m4.029s user 0m0.000s sys 0m0.000s This is a new installation for me, so anything I should check? [EMAIL PROTECTED]:~/src/linux/2.6$ ls -l /usr/lib/uml/ total 12 -rwxr-xr-x 1 root root 10772 2006-07-22 11:07 port-helper UML userspace created as follows: http://www.huckstep.uklinux.net/mle/uml-woody.html Pekka ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ User-mode-linux-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
