#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
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
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.
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
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
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
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
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,
>>&
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,
>>&
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!
-
10 matches
Mail list logo