[uml-user] networking with uml

2007-12-26 Thread Martin Paraskevov
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: TUNSETIFF failed, errno = 1 SIOCSIFFLAGS: Operation not permitted TUNSETIFF failed, errno = 1 SIOCSIFFLAGS: Operation not permitted

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

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