Re: [uml-user] problems with 2.6 kernel

2007-01-19 Thread Blaisorblade
On Thursday 18 January 2007 00:06, Jeff Dike wrote: > On Wed, Jan 17, 2007 at 09:19:38PM +0530, Pravin wrote: > > But I am still getting kernel panic > > {{{ > > mapping mmap stub failed, errno = 12 > > Try the patch below. It fixes UML on hosts which don't have the usual > 3G/1G split. Jeff, coul

Re: [uml-user] problems with 2.6 kernel

2007-01-19 Thread Blaisorblade
On Thursday 18 January 2007 07:04, Pravin wrote: > Hi, > This patch was sent to me by "Blaisorblade" <[EMAIL PROTECTED]> > I tried it and now its working fine without any problems. > > Thanx for the patch > I hope that soon, this patch will become part of mainstream kernel. It will. -- Inform me o

Re: [uml-user] problems with 2.6 kernel

2007-01-17 Thread Pravin
Hi, This patch was sent to me by "Blaisorblade" <[EMAIL PROTECTED]> I tried it and now its working fine without any problems. Thanx for the patch I hope that soon, this patch will become part of mainstream kernel. Regards, Pravin Shinde On 1/18/07, Jeff Dike <[EMAIL PROTECTED]> wrote: > On We

Re: [uml-user] problems with 2.6 kernel

2007-01-17 Thread Jeff Dike
On Wed, Jan 17, 2007 at 09:19:38PM +0530, Pravin wrote: > But I am still getting kernel panic > {{{ > mapping mmap stub failed, errno = 12 Try the patch below. It fixes UML on hosts which don't have the usual 3G/1G split. Jeff -- Work email - jdike at linux dot

Re: [uml-user] problems with 2.6 kernel

2007-01-17 Thread Blaisorblade
On Wednesday 17 January 2007 16:49, Pravin wrote: > Thanx, > I managed to get rid of following error. > {{{ > 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 > }}} > > But I am still getting ke

Re: [uml-user] problems with 2.6 kernel

2007-01-17 Thread Pravin
Thanx, I managed to get rid of following error. {{{ 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 }}} But I am still getting kernel panic {{{ mapping mmap stub failed, errno = 12 Kernel panic -

Re: [uml-user] problems with 2.6 kernel

2007-01-17 Thread Antoine Martin
> $ ./linux ./nagafix_try/Debian-3.1-x86-root_fs > Checking that ptrace can change system call numbers...OK > Checking syscall emulation patch for ptrace...OK > Checking advanced syscall emulation patch for ptrace...OK > Checking for tmpfs mount on /dev/shm...OK > Checking PROT_EXEC mmap in /dev/sh

Re: [uml-user] problems with 2.6 kernel

2007-01-17 Thread Pravin
On 1/17/07, Jeff Dike <[EMAIL PROTECTED]> wrote: > On Wed, Jan 17, 2007 at 11:42:07AM +0530, Pravin wrote: > > "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

Re: [uml-user] problems with 2.6 kernel

2007-01-16 Thread Jeff Dike
On Wed, Jan 17, 2007 at 11:42:07AM +0530, Pravin wrote: > "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 SIGS

Re: [uml-user] problems with 2.6 kernel

2007-01-16 Thread Pravin
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

[uml-user] problems with 2.6 kernel

2007-01-16 Thread Pravin
Hi, I was trying to compile the UML enabled 2.6 series kernel, but i am facing many problems in the process. I am giving few attempts that I made over here Please let me know if I am doing anything wrong.

Re: [uml-user] problems with 2.6 kernel

2007-01-16 Thread Antoine Martin
> the SAKS patch used is from > http://www.user-mode-linux.org/~blaisorblade/patches/skas3-2.6/skas-2.6.18-v9-pre9/skas-2.6.18-v9-pre9.patch.bz2 Try using 8.2 as there are problems with v9-pre9 > my_machine%./linux ../../Debian-3.0r0.ext2 > Checking that ptrace can change system call numbers...OK