Re: [uml-user] UML Network Failure

2008-05-23 Thread Jeff Dike
On Fri, May 23, 2008 at 01:47:12PM +0200, Klaus Teller wrote: > modprobe: FATAL: Could not load /lib/modules/2.6.24/modules.dep: No such file > or directory > > Might that be the problem? No. Did you notice this: > helper_child - execvp of 'uml_net' failed - errno = 2 > helper_child - execvp of

Re: [uml-user] UML Network Failure

2008-05-23 Thread Klaus Teller
Original-Nachricht > Datum: Wed, 21 May 2008 16:19:51 -0400 > Von: Jeff Dike <[EMAIL PROTECTED]> > An: Klaus Teller <[EMAIL PROTECTED]> > CC: Jay Shah <[EMAIL PROTECTED]>, user-mode-linux-user@lists.sourceforge.net > Betreff: Re: [uml-user] UML N

Re: [uml-user] UML Network Failure

2008-05-21 Thread Jeff Dike
On Wed, May 21, 2008 at 02:09:20AM +0200, Klaus Teller wrote: > Right now what I have is the followinge rror message: > > SIOCSIFFLAGS: Operation not permitted What does the guest's dmesg say? > I found on the web that this might be related to permissions issue > related to /dev/net/run. I chang

Re: [uml-user] UML Network Failure

2008-05-20 Thread Klaus Teller
Hi Jay, Thanks again. I see what you mean. here is my command line argument for starting UML now: ./linux-2.6.24-rc7 ubda=FedoraCore5-x86-root_fs mem=128M eth0=tuntap,,,192.168.0.254 Right now what I have is the followinge rror message: SIOCSIFFLAGS: Operation not permitted I get it first

Re: [uml-user] UML Network Failure

2008-05-20 Thread Jay Shah
> Host> eth0=tuntap,,,192.168.0.254 That's not right. You're just setting $eth0 in your shell to that value, hence there's no output. I made that mistake. By UML command line, I mean the comand you used to execute the UML instance .. e.g.: ./linux ubd0=root_fs eth0=stuff-here see the eth0 bit?

Re: [uml-user] UML Network Failure

2008-05-20 Thread Klaus Teller
Hi Jay, Thanks for answering. I don't quit get your question. If you mean the shell, then I'm using the default UML shell which I guess is bash. If you mean the commands I entered the here is the sequence of commands I used following the how to: First trial: Host> eth0=tuntap,,,192.168.0.254