[Lxc-users] problem with networking phys

2011-02-05 Thread pmenier
Hello all Using lxc since many months, i decided to add a network card on my host. I thought it could be assigned to the lxc-guests i will create later. But ... it doesn't work. when i try to start the container i get this error: root@p733:/opt/lxc/vm1733# lxc-start -n vm1733 -d -o

Re: [Lxc-users] problem with networking phys

2011-02-05 Thread Eric Brower
You don't mention what kernel you are using, but this is probably due to the maturity of your kernel; for example, the RHEL6 2.6.32 kernel does not allow movement of physical devices into a network namespace. As a test, try creating a VLAN device on your eth3, and configure your container to use

Re: [Lxc-users] Root-less containers?

2011-02-05 Thread Daniel Lezcano
On 02/04/2011 07:24 PM, Andre Nathan wrote: Hello Is it possible to have everything inside a container (including init, getty and whatever daemons are installed) being run as a normal user? That is, can I have a container with no root user in /etc/passwd? Not yet. The user namespace is

Re: [Lxc-users] Root-less containers?

2011-02-05 Thread Gary Ballantyne
On 2/6/2011 10:44 AM, Daniel Lezcano wrote: On 02/04/2011 07:24 PM, Andre Nathan wrote: Hello Is it possible to have everything inside a container (including init, getty and whatever daemons are installed) being run as a normal user? That is, can I have a container with no root user in