Re: [uml-user] linux-2.6.12

2006-02-16 Thread Blaisorblade
On Thursday 16 February 2006 23:08, Raz Ben-Jehuda(caro) wrote: > hello. > i am trying to build uml kernel for 2.6.12 > i have acted as follows: > make xconfig ARCH=um > make linux ARCH=um First thing: do a rm .config and it should have been: make defconfig ARCH=um make xconfig ARCH=um make linu

[uml-user] linux-2.6.12

2006-02-16 Thread Raz Ben-Jehuda(caro)
hello. i am trying to build uml kernel for 2.6.12 i have acted as follows: make xconfig ARCH=um make linux ARCH=um when i am trying to run it i am getting this annoying message: Checking for /proc/mm...not found Checking PROT_EXEC mmap in /tmp...OK tracing thread pid = 3795 and an idle linux thre

Re: [uml-user] eth0 not found error

2006-02-16 Thread Blaisorblade
On Thursday 16 February 2006 19:57, Nithin B R wrote: > hi All, > I am trying to bring up networking on my UML. I am using the root > filesytem provided here: > http://www.coherenthosting.com/prj/uml/henrique/pool_h01/fs_deb3B_2.ex2.bz2 > > When I boot my vmlinux, it gives out this error message: >

Re: [uml-user] 2.6.15-1, Fedora Core 4, hang during boot after <== afs_fs_init() = 0

2006-02-16 Thread Jeff Dike
On Thu, Feb 16, 2006 at 02:08:13PM -0600, John Dykstra wrote: > That got me further. I ran into the "set_thread_area failed when > setting up thread-local storage" problem, found your post on the mailing > list, and added "LD_LIBRARY_PATH=/lib/obsolete/linuxthreads" to the > command line. Unfortu

RE: [uml-user] 2.6.15-1, Fedora Core 4, hang during boot after <== afs_fs_init() = 0

2006-02-16 Thread John Dykstra
> That got me further. I ran into the "set_thread_area failed > when setting up thread-local storage" problem, found your > post on the mailing list, and added > "LD_LIBRARY_PATH=/lib/obsolete/linuxthreads" to the command > line. Unfortunately, I'm still getting the same error: And once I ha

RE: [uml-user] 2.6.15-1, Fedora Core 4, hang during boot after <== afs_fs_init() = 0

2006-02-16 Thread John Dykstra
> "plus I've > added the /dev links needed to boot without devfs" > > If by "/dev links" you mean indeed "symlinks" I don't > understand well what you > did and it could be wrong. I mean, you could have either: > > a) used MAKEDEV > b) setup udev and created basic device nodes only > and both t

[uml-user] eth0 not found error

2006-02-16 Thread Nithin B R
hi All, I am trying to bring up networking on my UML. I am using the root filesytem provided here: http://www.coherenthosting.com/prj/uml/henrique/pool_h01/fs_deb3B_2.ex2.bz2 When I boot my vmlinux, it gives out this error message: Configuring network interfaces: ip: Cannot find device "eth0" And

Re: [uml-user] 2.6.15-1, Fedora Core 4, hang during boot after <== afs_fs_init() = 0

2006-02-16 Thread Blaisorblade
On Thursday 16 February 2006 01:30, John Dykstra wrote: > > Instead, make sure that before building you did "make > > defconfig ARCH=um". If > > not, it doesn't start from the defconfig but instead from the > > host config (if > > the versions match) and you get a wrong config. > > The config I'm u