<div dir="ltr">Hi All,<div><br></div><div>I have installed the latest lxc version (1.0.3-2) from 'Rawhide' and created a new container with default template on my fedora-21 machine</div><div><div>    [root@localhost ~]# lxc-ls</div>
<div>    test1  </div></div><div><br></div><div>When i try to run "ifconfig" command in my container bash shell it throws the error</div><div><div>   [root@test1 ~]# ifconfig</div><div>   -bash: ifconfig: command not found</div>
<div>   [root@test1 ~]# </div></div><div><br></div><div>so i run the attach command from host machine and again got the following error</div><div>    [root@localhost ~]# lxc-attach -n test1 -- ifconfig</div><div>    lxc_container: No such file or directory - failed to exec 'ifconfig' </div>
<div><br></div><div>but "ip link" command works with lxc-attach command.</div><div><br></div><div><div><span class="" style="white-space:pre">  </span>[root@localhost ~]# lxc-attach -n test1 -- ip link</div><div>
<span class="" style="white-space:pre">       </span>1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default </div><div><span class="" style="white-space:pre">     </span>    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00</div>
<div><span class="" style="white-space:pre">    </span>8: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000</div><div><span class="" style="white-space:pre">   </span>    link/ether 1a:d2:4f:5d:bd:7c brd ff:ff:ff:ff:ff:ff</div>
</div><div><br></div><div><br></div><div>Should i do anything extra to get the ifconfig comand to work in container ??</div><div><br></div><div>Regarding lxc-device:</div><div><br></div><div>From man page i can see that lxc-device curently supports just "add" device option.Is the remove option a "work under progress" or the only way to remove device is to stop the container.</div>
<div><br></div><div><br></div><div>Thanks</div><div>Vinish</div><div><br></div></div>