Re: [uml-user] 2.6 woes

2005-08-03 Thread Blaisorblade
On Wednesday 03 August 2005 03:08, Jeff Dike wrote: > On Tue, Aug 02, 2005 at 03:25:53PM -0700, Jonathan Shufelt wrote: > > VFS: Cannot open root device "ubd0" or unknown-block(0,0) > > You have CONFIG_BLK_DEV_UBD enabled? Also check you've enabled the root fs type you're using... (i.e. ext3, reis

Re: [uml-user] 2.6 woes

2005-08-03 Thread Blaisorblade
knod ubd3 b 98 48 > mknod ubd4 b 98 64 > mknod ubd5 b 98 80 > mknod ubd6 b 98 96 > mknod ubd7 b 98 112 > > Tony > > -----Original Message- > Sent: Tuesday, August 02, 2005 3:26 PM > Subject: Re: [uml-user] 2.6 woes > > Jeff, > Ahh, that fixed it. I can&

Re: [uml-user] 2.6 woes

2005-08-02 Thread Jeff Dike
On Tue, Aug 02, 2005 at 03:25:53PM -0700, Jonathan Shufelt wrote: > VFS: Cannot open root device "ubd0" or unknown-block(0,0) You have CONFIG_BLK_DEV_UBD enabled? Jeff --- SF.Net email is sponsored by: Discover

RE: [uml-user] 2.6 woes

2005-08-02 Thread Brock, Anthony - NET
112 Tony -Original Message- Sent: Tuesday, August 02, 2005 3:26 PM Subject: Re: [uml-user] 2.6 woes Jeff, Ahh, that fixed it. I can't seem to start the uml with the file system root_fs.fc-3-base.pristine.20050605.bz2 from http://www.stear

Re: [uml-user] 2.6 woes

2005-08-02 Thread Jonathan Shufelt
Jeff Dike wrote: On Tue, Aug 02, 2005 at 10:49:42AM -0700, Jonathan Shufelt wrote: /usr/lib/gcc/i386-redhat-linux/3.4.3/../../../libc.a(mktime.o)(.rodata+0x0): multiple definition of `__mon_yday' Disable CONFIG_UDF. Or use a more recent kernel, which has that symbol not exported from

Re: [uml-user] 2.6 woes

2005-08-02 Thread Jeff Dike
On Tue, Aug 02, 2005 at 10:49:42AM -0700, Jonathan Shufelt wrote: > /usr/lib/gcc/i386-redhat-linux/3.4.3/../../../libc.a(mktime.o)(.rodata+0x0): > multiple definition of `__mon_yday' Disable CONFIG_UDF. Or use a more recent kernel, which has that symbol not exported from udffs any more.

[uml-user] 2.6 woes

2005-08-02 Thread Jonathan Shufelt
Hello, I am trying to compile UML version 2.6.11.1 on a UML kernel 2.6.11-1.27_FC3.uml that I downloaded from http://www.symetrix.com/~bj/uml/. I know the kernel works cause I have used his before. I can't seem to get past the compilation using the gcc 3.4.2 compiler. Here is my output usin