[uml-user] request_module: runaway loop modprobe binfmt-464c

2007-10-23 Thread fru...@freaknet.org
Hi to the list, I'm getting confused in the patching procedure, I've compiled as a host on a amd64 the kernel 2.6.18.8 patched with the skas-freemap-2.6.18-v9-pre9.patch from http://www.user-mode-linux.org/~blaisorblade/patches/skas3-2.6/skas-fremap-2.6.18-v9-pre9/skas-fremap-2.6.18-v9-pre9.patch

[uml-user] Fwd: A user mode linux problem

2007-10-23 Thread Flavio
Hello, try something like that: $ linux ubd0=rootfs.debian ubd1=swapfs.debian eth0=tuntap,,,host_ip_address mem=512M I've never used "root=/dev/ubd0" option. Flavio http://www.vdd-project.org On 23/10/2007, WANG Cong <[EMAIL PROTECTED]> wrote: > > Hi, list! > > This is my first time to use UML.

Re: [uml-user] Fwd: A user mode linux problem

2007-10-23 Thread Flavio
It maybe there's some bug ... I don't know if it is this case: http://lkml.org/lkml/2007/2/8/236 It may helps you. Bye. Flavio On 23/10/2007, WANG Cong <[EMAIL PROTECTED]> wrote: > On Tue, 23 Oct 2007 13:30:45 +0200 > Flavio <[EMAIL PROTECTED]> wrote: > > > Hello, > > > > try something like that

Re: [uml-user] Fwd: A user mode linux problem

2007-10-23 Thread WANG Cong
On Tue, 23 Oct 2007 14:36:19 +0100 "Jay Shah" <[EMAIL PROTECTED]> wrote: > Hello, > > Please execute this and paste output: > > ./linux ubda=~/Download/Fedora7-x86-root_fs > $ ./linux ubda=~/Download/Fedora7-x86-root_fs Core dump limits : soft - 0 hard - NONE Checking that ptra

Re: [uml-user] Fwd: A user mode linux problem

2007-10-23 Thread Jay Shah
Have you tried using a precompiled kernel from nagafix? Jay On 23/10/2007, WANG Cong <[EMAIL PROTECTED]> wrote: > On Tue, 23 Oct 2007 14:36:19 +0100 > "Jay Shah" <[EMAIL PROTECTED]> wrote: > > > Hello, > > > > Please execute this and paste output: > > > > ./linux ubda=~/Download/Fedora7-x86-root_

Re: [uml-user] Fwd: A user mode linux problem

2007-10-23 Thread WANG Cong
On Tue, 23 Oct 2007 15:34:26 +0200 Flavio <[EMAIL PROTECTED]> wrote: > It maybe there's some bug ... > I don't know if it is this case: http://lkml.org/lkml/2007/2/8/236 > It may helps you. > I am not sure neither. ;( I think if that patch fixed some bug, it is already merged into mainline kern

Re: [uml-user] Fwd: A user mode linux problem

2007-10-23 Thread WANG Cong
On Tue, 23 Oct 2007 13:30:45 +0200 Flavio <[EMAIL PROTECTED]> wrote: > Hello, > > try something like that: > $ linux ubd0=rootfs.debian ubd1=swapfs.debian > eth0=tuntap,,,host_ip_address mem=512M > > I've never used "root=/dev/ubd0" option. > Thanks! But it still can't work. ;( Any other idea

Re: [uml-user] Fwd: A user mode linux problem

2007-10-23 Thread WANG Cong
On Tue, 23 Oct 2007 14:46:07 +0100 "Jay Shah" <[EMAIL PROTECTED]> wrote: > Have you tried using a precompiled kernel from nagafix? > No. I downloaded the kernel from kernel.org and complied it all by myself. The version is 2.6.23-git16. Thanks! -- May the Source Be With You.

Re: [uml-user] Fwd: A user mode linux problem

2007-10-23 Thread Flavio
OK, try what Jay said... It maight be the right way to see what happens with a pre-compiled kernel. Flavio On 23/10/2007, WANG Cong <[EMAIL PROTECTED]> wrote: > On Tue, 23 Oct 2007 15:34:26 +0200 > Flavio <[EMAIL PROTECTED]> wrote: > > > It maybe there's some bug ... > > I don't know if it is thi

[uml-user] Wanted: "Cross-UML"

2007-10-23 Thread Dominique Quatravaux
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi UML people, I'd like to be able to use i386 applications under a x86-64 UML (and who doesn't? :/ ) Following a discussion today with jdike on IRC, we had the idea of trying to compile a 32-bit UML using a 64-bit toolchain, with the nesting level se

Re: [uml-user] Wanted: "Cross-UML"

2007-10-23 Thread Antoine Martin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Dominique Quatravaux wrote: > Hi UML people, > > I'd like to be able to use i386 applications under a x86-64 UML (and > who doesn't? :/ ) Following a discussion today with jdike on IRC, we > had the idea of trying to compile a 32-bit UML using a 64-

Re: [uml-user] request_module: runaway loop modprobe binfmt-464c

2007-10-23 Thread Antoine Martin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 [EMAIL PROTECTED] wrote: > Hi to the list, > > I'm getting confused in the patching procedure, > > I've compiled as a host on a amd64 the kernel 2.6.18.8 patched with the > skas-freemap-2.6.18-v9-pre9.patch from > http://www.user-mode-linux.org/~bl

Re: [uml-user] A user mode linux problem

2007-10-23 Thread Antoine Martin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 WANG Cong wrote: > Hi, list! > > This is my first time to use UML. However, I met the following problem. > After compiling the whole uml, I tried to run it with: > > $ ./linux ubd0=~/Download/Fedora7-x86-root_fs root=/dev/ubd0 > > But it failed a

Re: [uml-user] A user mode linux problem

2007-10-23 Thread WANG Cong
On Tue, 23 Oct 2007 21:52:58 +0100 Antoine Martin <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > WANG Cong wrote: > > Hi, list! > > > > This is my first time to use UML. However, I met the following problem. > > After compiling the whole uml, I tried to run it