Re: [uml-user] networking with uml

2007-12-31 Thread Milan P. Stanic
On Wed, Dec 26, 2007 at 05:15:05PM -0500, Martin Paraskevov wrote: > Thanks for your reply. I am using Debian Lenny and I added my user to > the uml-net group but I'm still getting the same error. When I run uml_net > as root it appears that uml_net is not installed at all: > > venus:~# uml_net >

Re: [uml-user] networking with uml

2007-12-28 Thread Martin Paraskevov
It turns out that when I ran tunctl: % sudo tunctl it creates a tap0 interface owned by root. I'm running the UML instance as martin and I think that's why the operation was not permitted. After I ran: % sudo tunctl -u martin I was able to go on (I'm going through the User Mode Linux book but t

Re: [uml-user] networking with uml

2007-12-27 Thread Allen Chan
On Wednesday 26 December 2007, Martin Paraskevov wrote: > Hi there, > > I'm new to uml and tried to set up networking but when I run the > command: > > [EMAIL PROTECTED] ~]# ifconfig eth0 192.168.1.253 up > > I get the following error: > ... If this is using the Debian uml-utilities package, try

Re: [uml-user] networking with uml

2007-12-27 Thread Rodrigo Campos
On 12/26/07, Martin Paraskevov <[EMAIL PROTECTED]> wrote: > Hi Jeff, > > Thanks for your reply. I am using Debian Lenny and I added my user to > the uml-net group but I'm still getting the same error. When I run uml_net > as root it appears that uml_net is not installed at all: > > venus:~# uml_net

Re: [uml-user] networking with uml

2007-12-26 Thread Jeff Dike
On Wed, Dec 26, 2007 at 05:15:05PM -0500, Martin Paraskevov wrote: > Thanks for your reply. I am using Debian Lenny and I added my user to > the uml-net group but I'm still getting the same error. When I run uml_net > as root it appears that uml_net is not installed at all: It's there somewhere, j

Re: [uml-user] networking with uml

2007-12-26 Thread Martin Paraskevov
I downloaded the uml-utilities from here: http://user-mode-linux.sourceforge.net/minis.html#utils but when I make it I get the following error: venus:/home/martin/downloads/tools-20070815# make set -e ; for dir in lib jail jailtest humfsify mconsole moo port-helper tunctl uml_net uml_switch watc

Re: [uml-user] networking with uml

2007-12-26 Thread Martin Paraskevov
Hi Jeff, Thanks for your reply. I am using Debian Lenny and I added my user to the uml-net group but I'm still getting the same error. When I run uml_net as root it appears that uml_net is not installed at all: venus:~# uml_net -su: uml_net: command not found I installed the debian package uml-u

Re: [uml-user] networking with uml

2007-12-26 Thread Jeff Dike
On Wed, Dec 26, 2007 at 05:06:27AM -0500, Martin Paraskevov wrote: > helper_child - execvp of 'uml_net' failed - errno = 13 Looks like you have uml_net installed, but no permission to run it. Look at its permissions and see what group you need to be in. Debian has a uml_net group or something tha