Hi.

I am trying to start UML.

I have Fedora Core 3 and 2.6.9-1.667 -kernel installed.

I have followed
http://www.stearns.org/uml-root/root_fs.fc-3-base.pristine.20050605.note
instructions,

I downloaded root filesystem for FC3:

root_fs.fc-3-base.pristine.20050605.bz2
from
http://www.stearns.org/uml-root/

# cp -p --sparse=always <( cat root_fs.fc-3-base.pristine.20050605.bz2
| bunzip2 -c - ) root_fs.2005060501

# chmod 644 root_fs.2005060501

I also downloaded:

System.map-2.6.10-rc2-netfilter20041111
from
http://www.stearns.org/uml/

decompressed it
and renamed it to linux26

Then I downloaded swap -file:

emptyfs.swap.512.bz2
from
http://www.stearns.org/mkrootfs/

# cp -p --sparse=always <( cat emptyfs.swap.512.bz2 | bunzip2 -c - ) swap
# chmod 644 swap

and started UML:

# ./linux26 mem=160M ubd0=cow,root_fs.2005060501 ubd1=swap
root=/dev/ubd/0 con=pty con0=fd:0,fd:1

It seems to start, altought there seems to be at least one problem:
...
Starting udev:   MAKEDEV: error making /dev/cpu/0/microcode: Operation
not permitted
[FAILED]
...

After many messages it goes to login -screen, but after that or in that it says:

INIT: Id "4" respawning too fast: disabled for 5 minutes

and it halts there.
- What does this message means?

After that terminal has to be shut down and sometimes with
# ps -u root
I can see many (hundreds) linux26 processes, not every time. They
disappear only when rebooting or killing them with kill -9.
- Is there easier way to kill them?

- Does anyone know the problem and/or solution?

Thank you for any help!

-Teemu Väisänen


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
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