Re: [uml-user] Where are /proc/mm and /dev/ubd0?

2006-03-16 Thread Adam Nielsen
> As soon as I say that /dev/ubda exists, I realize this AMD64 image > does not have a ubda device. So I created one, using "mknod /dev/ubda > b 98 0". /etc/fstab was already setup to point to ubda. But it still > gives the same error when I try to boot it. :-( Don't you mean "mknod /mnt/guestfs/d

Re: [uml-user] Where are /proc/mm and /dev/ubd0?

2006-03-16 Thread Jacob S
On Thu, Mar 16, 2006 at 09:19:34AM -0800, Brock, Anthony - NET wrote: > > -Original Message- > > From: Jacob S > > Sent: Wednesday, March 15, 2006 6:57 PM > > Subject: [uml-user] Where are /proc/mm and /dev/ubd0? > > > > First, I have not been successful in compiling a kernel with > > /pr

RE: [uml-user] Where are /proc/mm and /dev/ubd0?

2006-03-16 Thread Brock, Anthony - NET
> -Original Message- > From: Jacob S > Sent: Wednesday, March 15, 2006 6:57 PM > Subject: [uml-user] Where are /proc/mm and /dev/ubd0? > > First, I have not been successful in compiling a kernel with > /proc/mm support. I downloaded source for 2.6.15 as well as > the skas3-v8.2 patch fro

[uml-user] gdb 6.3 doesn't stop on breakpoints in UML

2006-03-16 Thread Serge Goodenko
Hello! I debug UML kernel 2.6.13-4 using gdb 6.3 with SIGSEGV pass nostop noprint SIGUSR1 pass nostop noprint and with breakpoint set on function that is definetely called during my UML session (particulary tcp_sendmsg() when I send message using Inet sockets) and gdb doesn't stop on it! I sup