kewlemer wrote:

> My bad - sorry this is what I have -
> 3:2345:respawn:/sbin/getty 38400 tty3
> 
> I still get this error -
> NIT: cannot execute "/sbin/getty"
> INIT: cannot execute "/sbin/getty"
> INIT: cannot execute "/sbin/getty"
> INIT: cannot execute "/sbin/getty"
> INIT: Id "3" respawning too fast: disabled for 5 minutes
> 
> Any pointers will be greatly appreciated.
> 
> Thanks,
> KM

This is what i found in my documentation regarding the problem.
I use Debian, but the explanations should hold on other distro's.

========================== snippet ==========================
2.4. Setup console on uml system
================================
If you don't setup the console, you might get an error like this:
     Starting periodic command scheduler: cron
     Init: Id "1" respawning too fast: disabled for 5 minutes
or you might find yourself without an initial console and the system 
looks like it's hanging.

#   vi /mnt/debinst/etc/inittab (root file system of the uml is mounted 
on /mnt/debinst/)
Comment out the five lines below,
.
1:23:respawn:/sbin/getty 38400 tty0

#1:2345:respawn:/sbin/getty 38400 tty1
#2:23:respawn:/sbin/getty 38400 tty2
#3:23:respawn:/sbin/getty 38400 tty3
#4:23:respawn:/sbin/getty 38400 tty4
#5:23:respawn:/sbin/getty 38400 tty5
#6:23:respawn:/sbin/getty 38400 tty6

Add the following to /mnt/debinst/etc/securetty
tty0
vc/0
========================== snippet ==========================

See if this solves the problem

Regards,
Benedict


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
User-mode-linux-user mailing list
User-mode-linux-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user

Reply via email to