On Monday 03 October 2005 10:31, qaisar wrote:
> hye.
> plz help me.
> the following errors comes when i execute the uml.

> [EMAIL PROTECTED] linux-2.6.12.3]# ./linux
> ubd0=root_fs.md-8.2-full.pristine.20020324

> Checking for /proc/mm...not found
> Checking PROT_EXEC mmap in /tmp...OK
> tracing thread pid = 5021
Since below I also suggest recompiling the kernel, you might want to try 
UML/2.6.13, which is a lot faster (has the new SKAS0 mode, which is almost as 
fast as SKAS3).
> Linux version 2.6.12.3 ([EMAIL PROTECTED]) (gcc version 3.4.2
> 20041017 (Red Hat 3.4.2-6.fc3)) #1 SMP Tue Sep 27 22:53:41 PKT 2005 Built 1
> zonelists
> Kernel command line: ubd0=root_fs.md-8.2-full.pristine.20020324 root=98:0

> at this point it remains.
In most cases, the kernel works ok, except the console setup.

Things to do:
*) recompile the kernel, but check you've enabled CONFIG_*_CHAN in .config

especially, on a fresh kernel tree, due to a Kbuild bug, make *config ARCH=um 
doesn't start with a reasonable default (in particular, it doesn't enable the 
console drivers); to force that, you must do make defconfig ARCH=um and then 
change what you need (if any).

*) Then check, inside the rootfs, the /etc/inittab.

It likely refers to console names as vc/0, which is wrong. For instance:
- right
c1:12345:respawn:/sbin/agetty 38400 tty1 linux
- wrong
c1:12345:respawn:/sbin/agetty 38400 vc/1 linux

Note that you must only change that (i.e. the console parameter, which is a 
path inside /dev), and nothing else (my distro uses /sbin/agetty, your distro 
can use another *getty).
-- 
Inform me of my mistakes, so I can keep imitating Homer Simpson's "Doh!".
Paolo Giarrusso, aka Blaisorblade (Skype ID "PaoloGiarrusso", ICQ 215621894)
http://www.user-mode-linux.org/~blaisorblade


                
____________________________________
Con Yahoo! Mail proteggi la tua casella di posta da virus e posta indesiderata
http://mail.yahoo.com




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
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