Re: [uml-user] image on NFS?

2005-11-16 Thread Joel Palmius
How about dropping COW and ubds altogether and run root on NFS instead? Works fine for me. // Joel On Wed, 16 Nov 2005, Dan Lund wrote: Hi, I'm centralizing my image(s) to an NFS share currently to save space on my 3 UML hosts. This is the first time I've used NFS as a partition to store b

[uml-user] image on NFS?

2005-11-16 Thread Dan Lund
Hi, I'm centralizing my image(s) to an NFS share currently to save space on my 3 UML hosts. This is the first time I've used NFS as a partition to store backing files. The issue I'm running into is I can start one UML instance, but the second UML instance can't get a lock on the backing file. (I'm

Re: [uml-user] Debug kernel module problem on UML

2005-11-16 Thread Jeff Dike
On Wed, Nov 16, 2005 at 12:52:33PM +0800, mud dog wrote: > This seems UML use virtual timer to simulate the Hardware Timer Interrupt? Yup, and also SIGALRM, as you noticed. Jeff --- This SF.Net email is sponsore

[uml-user] skas0 mode documentation on the web page?

2005-11-16 Thread Rob Landley
The skas page is a bit out of date: http://user-mode-linux.sourceforge.net/skas.html It only covers skas3, and doesn't even mention skas0... Rob --- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today Register for a JBoss Tra

Re: [uml-user] Debug kernel module problem on UML

2005-11-16 Thread mud dog
2005/11/16, Jeff Dike <[EMAIL PROTECTED]>: > On Tue, Nov 15, 2005 at 11:24:03PM +0800, mud dog wrote: > > I use UML to do kernel module debug. > > When gdb break at a breakpoint in a module function. I do next: > > (gdb)n > > It's not going as expected. It break at alarm_handler at > > trap_user.c: