Hi,<br><br>I want to manually invoke a networking setup to start the network service to get the IP address of container , But the problem is i don't want to start the container and want to use lxc-execute.<br><br>When I tried these things happened::<br>
<br><b><u>command :: lxc-execute -n base -f /home/nishant/ubuntu.conf /var/lib/lxc/base1/rootfs/etc/init.d/networking start</u><br> <br>O/P<br><br>Rather than invoking init scripts through /etc/init.d, use the service(8)<br>
utility, e.g. service networking start<br><br>Since the script you are attempting to invoke has been converted to an<br>Upstart job, you may also use the start(8) utility, e.g. start networking<br>start: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused<br>
<br></b><br>How to start the network services so as to get the IP addresses of containers?<br><br><br>Regards,<br>Nishant<br><br><br><br>