[uml-user] Re: gentoo udev error

2005-12-07 Thread Antoine Martin
On Mon, 2005-12-05 at 09:09 +0100, diebro wrote: > hi, > i'am using vmlinux-2.6.14-bs2 precompiled kernel but when start your > root filestystem(Gentoo-2005.1-x86-root_fs) i have this error > > > * Configuring system to use udev ... > * Populating /dev with device nodes ... > /sbin/rc: line

[uml-user] Help compiling kernel 2.6.7

2005-12-07 Thread noel anderson
 Hi All, Am trying to compile kernel 2..6.7 with the equivlent patch 2.6.7-1. Any help is appreciated. I'm using FC4. Thanks, Noel Anderson. gcc --version gcc (GCC) 4.0.0 20050519 (Red Hat 4.0.0-8) Copyright (C) 2005 Free Software Foundation, Inc. Thigcc --version gc

Re: [uml-user] Err while booting UML on Suse9.0...Plz Help

2005-12-07 Thread Rob Landley
On Wednesday 07 December 2005 01:38, Naveen Koppaka wrote: > The device node /dev/ubd/0 for the root filesystem is missing, A) devfs is evil. Just don't go there. B) The naming scheme in /sys goes more like /dev/ubda (and then there are partitions ala /dev/ubda2). This is obviously the UML /s

Re: [uml-user] Instant Segfault when running UML

2005-12-07 Thread Christoph Dwertmann
On Wed, Dec 07, 2005 at 07:09:47PM +0100, Blaisorblade wrote: > On Wednesday 07 December 2005 17:07, Christoph Dwertmann wrote: > > Hi! > > > I'm trying to build my own UML kernel here. It builds fine, but > > executing the kernel leads to: > > > GDB shows this: > > > Program received signal SIG

Re: [uml-user] Instant Segfault when running UML

2005-12-07 Thread Blaisorblade
On Wednesday 07 December 2005 17:07, Christoph Dwertmann wrote: > Hi! > I'm trying to build my own UML kernel here. It builds fine, but > executing the kernel leads to: > GDB shows this: > Program received signal SIGSEGV, Segmentation fault. > 0xa028a2d5 in __libc_setup_tls () > Current language

RE: [uml-user] Err while booting UML on Suse9.0...Plz Help

2005-12-07 Thread Brock, Anthony - NET
Naveen,   You will need to make modifications to the rootfs to get it to work, starting with the devfs references. Devfs is no longer supported. You can find a lot of references and documentation at the wiki:   http://uml.harlowhill.com/   Tony   From: [EMAIL PROTECTED] [mailto

[uml-user] Instant Segfault when running UML

2005-12-07 Thread Christoph Dwertmann
Hi! I'm trying to build my own UML kernel here. It builds fine, but executing the kernel leads to: alderaan:~/uml# strace ./linux -stderr execve("./linux", ["./linux", "-stderr"], [/* 30 vars */]) = 0 uname({sys="Linux", node="alderaan", ...}) = 0 --- SIGSEGV (Segmentation fault) @ 0 (0) --- +++