[lxc-devel] lxc-start and lucid container

2010-05-17 Thread Wilhelm
#x27; lxc-start 1274106225.425 DEBUGlxc_utils - closed all inherited file descriptors init: Handling startup event init: tty1 goal changed from stop to start init: tty1 state changed from waiting to starting init: Handling starting event init: tty1 state

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

2010-05-17 Thread Wilhelm
n. > > start on stopped rc RUNLEVEL=[2345] > stop on runlevel [!2345] > > respawn > exec /sbin/getty -8 38400 console > this is exactly the contents of /etc/init/tty1.conf but it doesn't work > Regards, > > Guillaume ZITTA > > Le 17/05/2010

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

2010-05-18 Thread Wilhelm
Am 17.05.2010 16:53, schrieb l...@zitta.fr: > Le 17/05/2010 18:09, Wilhelm a écrit : > >> Am 17.05.2010 14:59, schrieb zitta.fr: >> >>> Hi, >>> >>> try this : >>> >>> cat> /path_to_lucid_root/etc/init/console.

[lxc-devel] Using initctl inside a container with upstart?

2010-05-18 Thread Wilhelm
iner can't affect the host-system? -- Wilhelm -- ___ Lxc-devel mailing list Lxc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/lxc-devel

[lxc-devel] template-script for ubuntu [lucid] containers

2010-05-30 Thread Wilhelm
Hi, for all interested: attached you'll find a template script for ubuntu containers. -- Wilhelm #!/bin/bash # # lxc: linux Container library configure_ubuntu() { rootfs=$1 hostname=$2 # disable selinux in ubuntu mkdir -p $rootfs/selinux echo 0 > $rootfs

Re: [lxc-devel] template-script for ubuntu [lucid] containers

2010-05-30 Thread Wilhelm
Am 30.05.2010 20:19, schrieb Michel Normand: On 30/05/2010 19:07, Wilhelm wrote: Hi, for all interested: attached you'll find a template script for ubuntu containers. interesting attachment. could we take it in lxc as a new template exemple in scripts/lxc-ubuntu.in ? Sure! Attached I

Re: [lxc-devel] template-script for ubuntu [lucid] containers

2010-06-01 Thread Wilhelm
Am 01.06.2010 16:06, schrieb Daniel Lezcano: On 06/01/2010 06:04 PM, Daniel Lezcano wrote: On 05/30/2010 07:07 PM, Wilhelm wrote: Hi, for all interested: attached you'll find a template script for ubuntu containers. Hi Willem, thanks a lot for the script, I fixed some nasty things

Re: [lxc-devel] template-script for ubuntu [lucid] containers

2010-06-01 Thread Wilhelm
Am 01.06.2010 20:05, schrieb Daniel Lezcano: > On 06/01/2010 09:50 PM, Wilhelm wrote: >> Am 01.06.2010 16:06, schrieb Daniel Lezcano: >>> On 06/01/2010 06:04 PM, Daniel Lezcano wrote: >>>> On 05/30/2010 07:07 PM, Wilhelm wrote: >>>>> Hi, >>&

Re: [lxc-devel] template-script for ubuntu [lucid] containers

2010-06-01 Thread Wilhelm
Am 01.06.2010 20:05, schrieb Daniel Lezcano: > On 06/01/2010 09:50 PM, Wilhelm wrote: >> Am 01.06.2010 16:06, schrieb Daniel Lezcano: >>> On 06/01/2010 06:04 PM, Daniel Lezcano wrote: >>>> On 05/30/2010 07:07 PM, Wilhelm wrote: >>>>> Hi, >>&

[lxc-devel] Question using macvlan

2010-06-15 Thread Wilhelm
dress. I can't figure out how the container can communicate with the host! I found an advice to create a macvlan for the host either: I tried that but without luck. It would be nice if someone could me direct to the right direction here. Thanks! -