On 12/10/2010 08:43 PM, Antoine Martin wrote:
> 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.

Apologies to those who don't know what I was talking about, the
filesystems that this user was referring to can be found here:
http://fs.devloop.org.uk/
And the kernels here (2.6.36.2 freshly built today):
http://uml.devloop.org.uk/

Cheers
Antoine




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


------------------------------------------------------------------------------
Oracle to DB2 Conversion Guide: Learn learn about native support for PL/SQL,
new data types, scalar functions, improved concurrency, built-in packages, 
OCI, SQL*Plus, data movement tools, best practices and more.
http://p.sf.net/sfu/oracle-sfdev2dev 
_______________________________________________
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