I'm trying to use lxc in arch linux. lxc version is 0.8. Running lxc-execute with the conf file lxc-macvlan.conf is not working. whereas if I exclude the network part from the conf, e.g using lxc-no-netns.conf is working fine. Errors are as follows,<div>
<br></div><div>#lxc-create -n test -f /usr/share/doc/lxc/examples/lxc-macvlan.conf</div><div><div>'test' created</div></div><div><br></div><div>#lxc-execute -n test /bin/bash</div><div><br></div><div><div>lxc-execute: failed to setup_ipv6_addr ifindex 91 : Permission denied</div>
<div>lxc-execute: failed to setup ipv6 addresses for 'eth0'</div><div>lxc-execute: failed to setup netdev</div><div>lxc-execute: failed to setup the network for 'test'</div><div>lxc-execute: failed to setup the container</div>
<div>lxc-execute: invalid sequence number 1. expected 2</div><div>lxc-execute: failed to spawn 'test'</div></div><div><br></div><div>When i do lxc-checkconfig, everything is enabled EXCEPT,</div><div>User namespace: missing.</div>
<div><br></div><div>what could  be the issue?</div><div><br></div><div>cheers,</div><div>swair</div>