Re: [Lxc-users] Is it possible to create symbolic links between different containers

2011-08-30 Thread Bodhi Zazen
You might be able to achieve this with mount bind - Original Message - From: nishant mungse nishantmun...@gmail.com To: lxc-users@lists.sourceforge.net, contain...@lists.linux-foundation.org Sent: Tuesday, August 30, 2011 7:38:07 AM Subject: [Lxc-users] Is it possible to create symbolic

Re: [Lxc-users] Running Fedora12 container on Ubuntu

2010-07-20 Thread Bodhi Zazen
I think you need to edit the rootfs /etc/intit/rc.conf still Change exec /etc/rc.d/rc $RUNLEVEL to exec /etc/rc.d/rc.fedora and add the rc.fedora init script. I have not tried this since February and so if it is not working may need to revisit configuration of Fedora containers. -

Re: [Lxc-users] Firewalling ...

2010-07-02 Thread Bodhi Zazen
In general, if I were managing the containers I would configure the firewall on the host as you suggest. With that general advice, additional considerations include - Can use NAT for your guests ? - Do you want your guests to be private or public ? - How uniform are your containers ? Do

Re: [Lxc-users] Set default GW

2010-06-09 Thread Bodhi Zazen
-execute -n foo -f foo.config /path_to/init_script - Original Message - From: Daniel Lezcano daniel.lezc...@free.fr To: Bodhi Zazen bodhi.za...@montanalinux.org Cc: lxc-users@lists.sourceforge.net Sent: Wednesday, June 9, 2010 2:09:50 PM Subject: Re: [Lxc-users] Set default GW On 06/09/2010

Re: [Lxc-users] LXC bringup issue on Fedora

2010-06-02 Thread Bodhi Zazen
You may find a few suggestions here : http://blog.bodhizazen.net/linux/lxc-configure-debian-lenny-containers/ - Original Message - From: Nirmal Guhan vavat...@gmail.com To: lxc-users@lists.sourceforge.net Sent: Wednesday, June 2, 2010 1:20:38 AM Subject: [Lxc-users] LXC bringup issue

Re: [Lxc-users] [lxc-devel] lxc-start and lucid container

2010-05-17 Thread Bodhi Zazen
You need some of the upstart services , this is how I worked through lucid containers, they mostly seem to work, although feedback is welcome: http://blog.bodhizazen.net/linux/lxc-configure-ubuntu-lucid-containers/ http://blog.bodhizazen.net/linux/lxc-configure-debian-lenny-containers/ I am