Quoting Fajar A. Nugraha (l...@fajar.net):
> # cat /etc/init/lxc-lo.conf
> start on startup
> env container
> 
> pre-start script
>         if [ "x$container" != "xlxc" -a "x$container" != "xlibvirt" ];
> then
>                 stop;
>         fi
>         initctl start network-interface INTERFACE=lo
>         exit 0;
> end script
> 
> 
> So now the modifications (both from lxcguest and my local addition)
> are all new .conf files, which would be ignored if it's not started in
> lxc environment. Might try 12.04 container later.

If your guest is uptodate 12.04, you should have

/etc/init/network-interface-container.conf

from ifupdownpackage which emits that signal for you.  You shouldn't need
your own lxc-lo.conf any more.

-serge

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Lxc-users mailing list
Lxc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxc-users

Reply via email to