Thanx 4 replying,

>
> Have your tried the kernels that I have made?
> http://uml.nagafix.co.uk/
>
I tested kernel32-2.4.32-bs3 from your site,
This is running fine without problems :-)

But I need 2.6 kernels running In UML mode properly
I tried following kernel from uml.nagafix.co.uk

"kernel32-2.6.15.7-bb6" and "kernel32-2.6.15.7-bb6" gave same error as following

{{{
VFS: Mounted root (ext3 filesystem) readonly.
mapping stub code failed, errno = 12
Kernel panic - not syncing: start_userspace : expected SIGSTOP, got status = 256
}}}


and with "kernel32-2.6.19.2" and "kernel32-2.6.17.13-gcc3.4.6 " i am getting
{{{
Checking for tmpfs mount on /dev/shm...OK
Checking PROT_EXEC mmap in /dev/shm/...failed: Operation not permitted
/dev/shm/ must be not mounted noexec
}}}

In order to get rid of /dev/shm problem,
I tried to modify the "/etc/fstab" file directly on my own,
I added
{{{
shm                        /dev/shm              tmpfs
exec                0                0
}}}
I also tried to change the options to defaults but its not working.

I am using file system "Debian 3.1" from your site for testing these things.
I also used "Fedora core 5" file system for testing purpose.

I do need 2.6 kernel in UML mode running,
Can I get help about which exact version of kernel, and which excat version
of patch will work fine some file system....

Am i doing some basic mistake in doing all these experiments...?

-- 
 Pravin Shinde

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
User-mode-linux-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user

Reply via email to