On 07/22/2010 10:08 PM, Ferenc Wagner wrote:
> Daniel Lezcano writes:
>
>
>> On 07/22/2010 09:44 PM, Ferenc Wagner wrote:
>>
>>
>>> # lxc-execute --name net -s lxc.network.type=phys -s lxc.network.link=eth0
>>> bash
>>> lxc-execute: failed to move 'eth0' to the container : Message too l
Daniel Lezcano writes:
> On 07/22/2010 09:44 PM, Ferenc Wagner wrote:
>
>> # lxc-execute --name net -s lxc.network.type=phys -s lxc.network.link=eth0
>> bash
>> lxc-execute: failed to move 'eth0' to the container : Message too long
>>
>> It might as well have some sense, but I definitely don't g
On 07/22/2010 09:44 PM, Ferenc Wagner wrote:
> Hi,
>
> $ lxc-execute --name net -s lxc.network.type=phys bash
> Segmentation fault (core dumped)
>
> The problem is that the netdev structure is mostly uninitialized (only
> its type is set to LXC_NET_PHYS), so if_nametoindex() is invoked with a
> NUL
Hi,
$ lxc-execute --name net -s lxc.network.type=phys bash
Segmentation fault (core dumped)
The problem is that the netdev structure is mostly uninitialized (only
its type is set to LXC_NET_PHYS), so if_nametoindex() is invoked with a
NULL argument:
static int instanciate_phys(struct lxc_netdev