Quoting user virtual (virtual...@gmail.com):
> Hi Serge
> 
> Sorry for the missing link:
> http://virtualusr.wordpress.com/2010/09/07/flying-linux-containers-on-xen-4-0-on-pv-ubuntu-10-04-lucid/
> 
> There was no networking setup and making one blocked upstart for me.

Hm, you're using lxc-ubuntu by hand.  Is that from lxc 0.6.5?  If not,
do you get better results using lxc 0.7.1 and doing

        cat >> /etc/lxc-basic.conf << EOF
        lxc.network.type=macaddr
        lxc.network.link=eth0
        lxc.network.flags=up
        EOF

        lxc-create -n ubuntu1 -f /etc/lxc-basic.conf -t ubuntu

?

Note that in a lucid container you can get the lxc 0.7.1 package
from ppa:serge-hallyn/virt (i.e. by doing:

        add-apt-repository ppa:serge-hallyn/virt
        apt-get update && apt-get dist-upgrade
)

-serge

------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Lxc-devel mailing list
Lxc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxc-devel

Reply via email to