Re: [uml-user] More gentoo testing

2005-11-22 Thread Jeff Dike
On Mon, Nov 21, 2005 at 10:38:03AM -0600, Rob Landley wrote: > 12 - bfffe08d > 811307e: 89 eb mov%ebp,%ebx > 8113080: 55 push %ebp > 8113081: 89 c5 mov%eax,%ebp > 8113083: b8 c0 00 00 00

Re: [uml-user] Kernel panic - not syncing: Kernel mode signal 7

2005-11-22 Thread Jeff Dike
On Tue, Nov 22, 2005 at 12:49:15PM -0800, Shaun wrote: > Kernel panic - not syncing: Kernel mode signal 7 Is your /tmp full? Jeff --- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today Registe

[uml-user] Kernel panic - not syncing: Kernel mode signal 7

2005-11-22 Thread Shaun
I have a Guest running on 2.6.14 that was crashing with a kernel panic, i then bumped it down to 2.6.12 but i'm still having the same problem. Below is the dump that is displayed when guest dies. Any idea's whats going on? Kernel panic - not syncing: Kernel mode signal 7 EIP: 0073:[<4b8cf805

Re: [uml-user] (no subject)

2005-11-22 Thread Blaisorblade
On Tuesday 22 November 2005 05:43, Balaji R wrote: > Hello all, > > --- >-- > > I was trying to compile a UML kernel version 2.6.13-4. > > I updated the .config file using > make xconfig ARCH=um > and then I ty

Re: [uml-user] More gentoo testing

2005-11-22 Thread Blaisorblade
On Monday 21 November 2005 17:38, Rob Landley wrote: > On Monday 21 November 2005 08:58, Jeff Dike wrote: > > On Sat, Nov 19, 2005 at 02:11:50PM +0100, Joel Palmius wrote: > > > * SKAS0 mode, crash: > > ... > > > > Kernel panic - not syncing: copy_context_skas0 : failed to wait for > > > SIGUSR1/

Re: [uml-user] image on NFS?

2005-11-22 Thread Blaisorblade
On Monday 21 November 2005 22:20, Bob Manson wrote: > > By default cp and tar don't work well, but they have a --sparse or -S > > option. I don't know if --sparse=auto works on NFS (it depends on the FS > > reporting the real disk usage), but --sparse=always should work (never > > tested). > > > >

[uml-user] __crc_kunmap - was Re: (no subject)

2005-11-22 Thread Antoine Martin
Bob Manson wrote: > make ARCH=um > The output of the same is given below. > arch/um/sys-i386/built-in.o: In function `__crc_kunmap': > : multiple definition of `__crc_kunmap' rm .config make ARCH defconfig http://www.mail-archive.com/user-mode-linux-user@lists.sourceforge.net/msg02185.html Antoi

[uml-user] Re: One of them annoying what-to-use questions

2005-11-22 Thread Antoine Martin
> The first major decision is whether to run in 32 or 64 bit mode. If raw performance is what you are after, use 32-bit. Sad, but true. > (...) I can't expect SKAS3 to do so. Correct, it doesn't work on 64-bit. > Running in 32-bit mode works almost as well. Chances are SKAS3 would work, > but I'

[uml-user] One of them annoying what-to-use questions

2005-11-22 Thread Joel Palmius
I'm planning to set up and use a server with UMLs for more serious production use. The server I have is a dual-core athlon64 with some disk and 4gb of memory. Now question is how to configure it in order to get the most out of the UMLs. The first major decision is whether to run in 32 or 64 bi