On 12/09/2010 04:55 PM, Nicholas Mc Guire wrote:
> On Thu, 09 Dec 2010, hxqq wrote:
> 
>>    Hi everyone,
>>    *** My OS is Fedora 11, I download Linux kernel 2.6.36.1 and use
>>
> <snip>
>>    Initialized stdio console driver
>>    Console initialized on /dev/tty0
>>    console [tty0] enabled
>>    Initializing software serial port version 1
>>    console [mc-1] enabled
> <snip>
> 
> I guess this simply means that you did not set up a getty process on the
> console device you are using - check your /etc/inittab to see if you have
> a getty process for tty0 set up (its not there by default)
Fedora no longer uses inittab for ttys. Each distribution also does
things slighly differently when it comes to that.
Even Fedora has changed it more than once in the last few releases!

I have updated the images on the website.
To update an existing one (Fedora 13 or 14), loop mount it then chroot
and run:
mknod /dev/tty0 c 4 0
echo "tty0" >> /etc/securetty
sed -i -e 's/1-6/0-6/g' /etc/sysconfig/init
sed -i -e 's/1-6/0-6/g' /etc/init/start-ttys.conf

For Fedora 12 and earlier, use something like this instead (still from
inside the chroot):
mknod /dev/tty0 c 4 0
sed 's+tty1+tty0+g' < /etc/event.d/tty1 > /etc/event.d/tty0

I don't really use or test with UML very often nowadays, but if you find
anything else wrong with these disk images just let me know.

Cheers
Antoine

> 
> hofrat
> 
> 
> ------------------------------------------------------------------------------
> This SF Dev2Dev email is sponsored by:
> 
> WikiLeaks The End of the Free Internet
> http://p.sf.net/sfu/therealnews-com
> _______________________________________________
> User-mode-linux-user mailing list
> User-mode-linux-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user


------------------------------------------------------------------------------
_______________________________________________
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