Re: [Lxc-users] Horrors using Debian Wheezy

2013-09-17 Thread Rob van der Hoeven
I'm using your template on an Ubuntu 12.04 stock LXC install. I've run into a problem trying to use shared memory with Python's multiprocessing library. It relies on /dev/shm using tmpfs. I tried mounting it with an entry: lxc.mount.entry = tmpfs /dev/shm tmpfs defaults 0 0 and

Re: [Lxc-users] Using common rootfs for multiple containers

2013-07-09 Thread Rob van der Hoeven
I would like it know is it possible to create a single rootfs (might be in read-only mode) and share it among multiple containers ? At Dotcloud.com they use one basic OS rootfs. For each container they mount this OS rootfs read-only and use a union file-system (AUFS) to add a writable layer.

Re: [Lxc-users] Difficulties setting up lxc on Debian 7

2013-05-24 Thread Rob van der Hoeven
On Fri, 2013-05-24 at 11:26 +0100, Rory Campbell-Lange wrote: I'd be grateful for assistance trying to get a minimal Debian 7 lxc system running on a Debian 7 host. The debian template that comes with Wheezy is broken. Solution: use another template. See:

Re: [Lxc-users] Horrors using Debian Wheezy

2013-05-11 Thread Rob van der Hoeven
I'm trying to get LXC to work for me on Debian Wheezy/amd64 and I'm having a Hellish time. I'm following the advice on wiki.debian.org and other places, and I believe I'm creating my containers correctly, but when I launch a container, I get a bunch of messages about needing root to set a

Re: [Lxc-users] Seeking advice on appropriate network layout for my LXC setup

2013-01-07 Thread Rob van der Hoeven
My intention is to have a container running nginx as a reverse proxy and containers running the various combinations of Apache, PHP, RoR, MySQL, etc software for the web apps I want. After experimenting (mixed success) with combinations of the Ubuntu default lxcbr0 (nginx container attached)

Re: [Lxc-users] Networking between host and container

2012-12-28 Thread Rob van der Hoeven
What is the best way to broadcast container's hostname to host? I want to be able to ssh from host into the container using its hostname as handle, instead of an IP address. I'm using the default template in Ubuntu 12.04. I have made a container template that I want to reuse. My setup