Re: [Lxc-users] updated lxc template for debian squeeze - with attachedscript ; )

2011-03-02 Thread Jäkel , Guido
>But I do suggest don't use the same thing xen or vmware or openvz or >hyper-v etc uses, wherever there is any known consistent usage. Dear Brian, i complete agree your argument. But this simply leads to the conclusion that someone(tm) have to start efforts to register a MAC-range for LXC as it

Re: [Lxc-users] updated lxc template for debian squeeze - with attachedscript ; )

2011-03-02 Thread Brian K. White
On 3/2/2011 3:39 AM, Jäkel, Guido wrote: >> Hi, >> i have tried to find an rfc about this but have failed, instead, the >> only (serious/credible) documentation i could find was >> http://wiki.xen.org/xenwiki/XenNetworking#head-d5446face7e308f577e5aee1c72cf9d156903722 >> , >> so i updated the scri

Re: [Lxc-users] Bad checksums and lost packets with macvlan on dummy

2011-03-02 Thread Patrick McHardy
Am 02.03.2011 17:03, schrieb Daniel Lezcano: > On 03/02/2011 12:03 PM, Patrick McHardy wrote: >> Am 01.03.2011 21:04, schrieb Daniel Lezcano: >>> On 03/01/2011 05:51 PM, Patrick McHardy wrote: > Patrick, do you have any suggestions to fix this ? Since the frames are only looped back locall

Re: [Lxc-users] updated lxc template for debian squeeze - with attachedscript ; )

2011-03-02 Thread John Soros
Hi again, I tried creating a bug for this issue so I don't spam the list with all my changes, but the "Add new" page on sourceforge displays a blank page for me. An other minor update, this fixes the fact that the scripts didn't add the locale to locale.gen, so the locale wasn't generated and thus

Re: [Lxc-users] Bad checksums and lost packets with macvlan on dummy

2011-03-02 Thread Daniel Lezcano
On 03/02/2011 12:03 PM, Patrick McHardy wrote: > Am 01.03.2011 21:04, schrieb Daniel Lezcano: >> On 03/01/2011 05:51 PM, Patrick McHardy wrote: Patrick, do you have any suggestions to fix this ? >>> Since the frames are only looped back locally, I suppose the easiest >>> fix would be to mark t

Re: [Lxc-users] Many containers and too many open files

2011-03-02 Thread Andre Nathan
On Wed, 2011-03-02 at 14:24 +0100, Daniel Lezcano wrote: > > I could paste my configuration files if you think it'd help you > > reproducing the issue. > > Yes, please :) Ok. The test host has a br0 interface which is not attached to any physical interface: auto br0 iface br0 inet static

Re: [Lxc-users] Many containers and too many open files

2011-03-02 Thread Daniel Lezcano
On 03/02/2011 01:53 PM, Andre Nathan wrote: > On Mon, 2011-02-28 at 20:03 +0100, Daniel Lezcano wrote: >> I will try to reproduce the problem on my server (may take a couple of >> days to put in place). > I could paste my configuration files if you think it'd help you > reproducing the issue. Yes,

Re: [Lxc-users] Bad checksums and lost packets with macvlan on dummy

2011-03-02 Thread Daniel Lezcano
On 03/02/2011 07:03 PM, Patrick McHardy wrote: > Am 02.03.2011 17:03, schrieb Daniel Lezcano: >> On 03/02/2011 12:03 PM, Patrick McHardy wrote: >>> Am 01.03.2011 21:04, schrieb Daniel Lezcano: On 03/01/2011 05:51 PM, Patrick McHardy wrote: >> Patrick, do you have any suggestions to fix thi

Re: [Lxc-users] Many containers and too many open files

2011-03-02 Thread Andre Nathan
On Mon, 2011-02-28 at 20:03 +0100, Daniel Lezcano wrote: > I will try to reproduce the problem on my server (may take a couple of > days to put in place). I could paste my configuration files if you think it'd help you reproducing the issue. Thanks Andre ---

Re: [Lxc-users] updated lxc template for debian squeeze - with attachedscript ; )

2011-03-02 Thread Jäkel , Guido
>Hi, >i have tried to find an rfc about this but have failed, instead, the >only (serious/credible) documentation i could find was >http://wiki.xen.org/xenwiki/XenNetworking#head-d5446face7e308f577e5aee1c72cf9d156903722 > , >so i updated the script accordingly, here is the updated patch. >again, D

Re: [Lxc-users] Bad checksums and lost packets with macvlan on dummy

2011-03-02 Thread Patrick McHardy
Am 01.03.2011 21:04, schrieb Daniel Lezcano: > On 03/01/2011 05:51 PM, Patrick McHardy wrote: >>> Patrick, do you have any suggestions to fix this ? >> Since the frames are only looped back locally, I suppose the easiest >> fix would be to mark them with CHECKSUM_UNNECESSARY. Alternatively >> we ne

Re: [Lxc-users] Many containers and too many open files

2011-03-02 Thread Daniel Lezcano
On 03/02/2011 02:46 PM, Andre Nathan wrote: > On Wed, 2011-03-02 at 14:24 +0100, Daniel Lezcano wrote: >>> I could paste my configuration files if you think it'd help you >>> reproducing the issue. >> Yes, please :) > Ok. The test host has a br0 interface which is not attached to any > physical int

Re: [Lxc-users] Bad checksums and lost packets with macvlan on dummy

2011-03-02 Thread Patrick McHardy
On 01.03.2011 14:29, Daniel Lezcano wrote: > On 02/28/2011 08:45 AM, Eric Dumazet wrote: >>> In the normal case, dummy0 is supposed to drop the packets. But with >>> macvlan these packets are broadcasted to the other macvlan ports, so no >>> checksum is computed when the packets are transmitted bet