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
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
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:
>
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
> 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
> "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
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
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