Quoting Kevin Wilson (wkev...@gmail.com):
> Hello,
> This is the output (o1); I ran on
> Ubuntu 12.10 (GNU/Linux 3.5.0-17-generic x86_64)
> 
> lxc-start -n CN -l info -o o1  -f /etc/lxc/lxc.conf /sbin/init
> 
> 
> And /etc/lxc/lxc.conf is in fact commented out:
>  more  /etc/lxc/lxc.conf
> #lxc.network.type=veth
> #lxc.network.link=lxcbr0
> #lxc.network.flags=up

If you actually do lxc-start like this, you'll be trying to run
/sbin/init (presumably upstart) without being in a network
namespaces.  Since upstart talks over an abstract unix socket,
your container will be talking to the host's upstart.  So when
poweroff in the container you shut down the host.

In tried exactly your commands in precise (not oneiric), and
mine failed because it couldn't mount /proc, which was because
i had no rootfs.

What exactly are you trying to do?  What's your goal?

-serge

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Lxc-devel mailing list
Lxc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxc-devel

Reply via email to