Re: [uml-user] version of UML known to work with COW?

2007-08-27 Thread Jeff Dike
On Mon, Aug 27, 2007 at 12:26:10AM -0400, Godmar Back wrote: > Specifically, with this kernel, I can boot with > "ubda=cow_file,original_file" - however, if I subsequently attempt to > boot with "ubda=cow_file", I'm getting the same panic in cowify_req: Yeah, the current -stable kernel has it fixe

Re: [uml-user] slow ftp

2007-08-27 Thread Mark Lidd
Thanks Jeff, I'll try the patch in the next day or so and let you know. Mark At 01:02 PM 8/24/2007, Jeff Dike wrote: >On Thu, Aug 23, 2007 at 09:36:42AM -0700, Mark wrote: > > Sorry about the HTML email, I think it is disabled now. > >Yup, thanks. > > > The ioctl calls that returned -1 from the

[uml-user] how to get root_fs

2007-08-27 Thread Feng Xian
Hi, I am using linux-2.6.17. I plan to build my own uml kernel, but dont know how to get (or set up) it. Thanks! The Following are instructions I followed: *---* * mkdir /uml* * cd /uml* * tar -xjvf linux-2.6.17.tar.bz2* * **cd /uml/linux-2.6.17* *** make config ARCH=um* *make