Re: [Lxc-users] Failed to setup networking within container

2012-01-03 Thread Derek Simkowiak
I think this is the problem: lxc.network.hwaddr = 00:24:1d:2f:d6:5f You have that set to the hardware (MAC) address of your physical bridge device. That is wrong. Instead, that should be the MAC address you want the container to have. It should be something "random" so it won't conflict with

Re: [Lxc-users] Failed to setup networking within container

2012-01-03 Thread Daniel Baumann
On 01/03/2012 11:58 PM, Vedran Furač wrote: > Host (Debian testing, lxc 0.7.5) it's strongly recommended to upgrade to lxc 0.7.5-17 (from sid), as it has some important bug fixes over wheezy (0.7.5-9). > Container (Debian stable) did you create the container with lxc-debian? if so (and after upg

[Lxc-users] Failed to setup networking within container

2012-01-03 Thread Vedran Furač
Hi all, I'm unable to reach anything from inside of container nor to reach its interface from outside. I've followed multiple howto's and documentation but without success. Host (Debian testing, lxc 0.7.5) = iface br0 inet dhcp bridge_ports eth0 bridge_fd 0 br0 Link encap:E

Re: [Lxc-users] lxc-create is output error

2012-01-03 Thread T.Nomura
On 2012/01/04, at 0:00, Daniel Lezcano wrote: > On 01/03/2012 03:42 PM, T.Nomura wrote: >> Hi >> >> I tryed "--localstatedir=/usr/local/var" option. >> But occured same error. >> >> So I seen "lxc-create" command. >> -- >> line51: lxc_path=${local

Re: [Lxc-users] lxc-create is output error

2012-01-03 Thread Daniel Lezcano
On 01/03/2012 03:42 PM, T.Nomura wrote: > Hi > > I tryed "--localstatedir=/usr/local/var" option. > But occured same error. > > So I seen "lxc-create" command. > -- > line51: lxc_path=${localstatedir}/lib/lxc >

Re: [Lxc-users] lxc-create is output error

2012-01-03 Thread T.Nomura
Hi I tryed "--localstatedir=/usr/local/var" option. But occured same error. So I seen "lxc-create" command. -- line51: lxc_path=${localstatedir}/lib/lxc -- ${localstatedir} is not replace. Next I spec

Re: [Lxc-users] Differences between application and system container

2012-01-03 Thread Greg Kurz
On Tue, 2012-01-03 at 11:10 +0100, Daniel Lezcano wrote: > On 12/30/2011 12:14 PM, Ulli Horlacher wrote: > > On Mon 2011-12-26 (18:25), Wai-kit Sze wrote: > > > >> What are the difference between application containers and system > >> containers? Both of them can start a command directly. > > An ap

Re: [Lxc-users] Linux-Containers implementations for Checkpoint/Restart in actual kernel

2012-01-03 Thread Greg Kurz
On Wed, 2011-12-28 at 15:33 +0100, stefano zingaro wrote: > Hi all, I would like to know if the actual linux kernel provides any > implementations of Linux Containers for Checkpoint/Restart solutions. > Any information will be very helpful. thanks > No. There have been some attempts (google is yo

Re: [Lxc-users] Differences between application and system container

2012-01-03 Thread Daniel Lezcano
On 12/30/2011 12:14 PM, Ulli Horlacher wrote: > On Mon 2011-12-26 (18:25), Wai-kit Sze wrote: > >> What are the difference between application containers and system >> containers? Both of them can start a command directly. > An application container starts one single program. > A system container s

Re: [Lxc-users] lxc-create is output error

2012-01-03 Thread Daniel Lezcano
On 01/03/2012 04:34 AM, T.Nomura wrote: > Hi > > My name is Mr.Nomura. > > I want install lxc "/usr/local/lxc". > So, I runed configure script below. > # ./configure --prefix=/usr/local/lxc&& make&& make install > > Next I run "lxc-create".But output below error. > configuration path '/lib/lx