Re: [lxc-users] Fedora guest, Ubuntu 14.04 host?

2015-09-07 Thread Fajar A. Nugraha
On Sat, Sep 5, 2015 at 4:01 AM, Dan Kegel wrote: > Howdy all. > On an Ubuntu 14.04.3 LTS box, I was unable to get a Fedora 22 instance > running in lxc: > > $ sudo add-apt-repository ppa:ubuntu-lxc/lxc-stable > $ sudo apt-get update > $ sudo apt-get install lxc > $ sudo lxc-create

Re: [lxc-users] cgmanager_move_pid_abs_sync failed: invalid request

2015-09-07 Thread Serge Hallyn
Quoting Benoit GEORGELIN - Association Web4all (benoit.george...@web4all.fr): > Hi everyone, > > Can someone explain to me why/how this problem can happen : LXC is running > for days, suddenly something happen and LXC is not able to communicate with > some process related to cgmanager . Only

Re: [lxc-users] Enabling sys_nice in a privileged container

2015-09-07 Thread Serge Hallyn
Quoting Peter Steele (pwste...@gmail.com): > I have a privileged container that runs ctdb and needs to have real > time scheduling enabled. The error reported by ctdb is: > > Sep 05 10:27:05 pws-01-vm-05 systemd[1]: Starting CTDB... > Sep 05 10:27:06 pws-01-vm-05 ctdbd[1598]: CTDB starting on

[lxc-users] double-tagged-VLAN via VETH bridge

2015-09-07 Thread c . buettner
Hello, are there any restrictions using double tagged VLAN in LXC containers? My container network setup looks like this: lxc.network.type = veth lxc.network.link = br0 My VLAN-setup inside the container looks like this: #!/bin/bash INTERFACE=eth0 ip link add link ${INTERFACE} ${INTERFACE}.7

Re: [lxc-users] Fedora guest, Ubuntu 14.04 host?

2015-09-07 Thread Serge Hallyn
Quoting Dan Kegel (d...@kegel.com): > On Sun, Sep 6, 2015 at 11:30 PM, Fajar A. Nugraha wrote: > > Is your system up-to-date? Do you have lxcfs installed? > > > > Here's what I have: > > lxc 1.1.3-0ubuntu1~ubuntu14.04.1~ppa1 > > lxc-templates 1.1.3-0ubuntu1~ubuntu14.04.1~ppa1 > >

Re: [lxc-users] Fedora guest, Ubuntu 14.04 host?

2015-09-07 Thread Dan Kegel
On Sun, Sep 6, 2015 at 11:30 PM, Fajar A. Nugraha wrote: > Is your system up-to-date? Do you have lxcfs installed? > > Here's what I have: > lxc 1.1.3-0ubuntu1~ubuntu14.04.1~ppa1 > lxc-templates 1.1.3-0ubuntu1~ubuntu14.04.1~ppa1 > lxcfs 0.9-0ubuntu1~ubuntu14.04.1~ppa1 >

Re: [lxc-users] Containers have network issues when their host uses a bonded interface

2015-09-07 Thread Guido Jäkel
Dear Peter, may you paint a small ASCII art of your desired network setup and the network configuration? I see no reason that "LXC", i.e. the veth connecting two differently namespaced IP stacks is responsible for any problems. BTW: I'm using a complex network setup with no problems, too. A

Re: [lxc-users] cgmanager_move_pid_abs_sync failed: invalid request

2015-09-07 Thread Benoit GEORGELIN - Association Web4all
> I just tested debian unstable (which has systemd 225) unprivileged >container, and it can install xfce4 just fine. You are right. Working with unprivileged containers and Ubuntu Wily works just fine. Thanks Cordialement, De: "Fajar A. Nugraha" À: "lxc-users"

Re: [lxc-users] Determining a container's MAC address

2015-09-07 Thread Guido Jäkel
Dear Dietmar, please, what's the effect of the added line - what MAC is chosen "fix" with this? + addr = p->dev->dev_addr; greetings Guido On 06.09.2015 21:13, Dietmar Maurer wrote: > We use a kernel patch to avoid that behavior: > >

Re: [lxc-users] Containers have network issues when their host uses a bonded interface

2015-09-07 Thread Andrey Repin
Greetings, Peter Steele! > We're having issues with networking connections in our containers when > the host is configured with bonded interfaces. When we configure these > same servers to run with VMs, everything works fine, but when we swap > out the VMs for equivalently configured

Re: [lxc-users] Containers have network issues when their host uses a bonded interface

2015-09-07 Thread Peter Steele
On 09/07/2015 11:49 AM, Peter Steele wrote: We're having issues with networking connections in our containers when the host is configured with bonded interfaces. When we configure these same servers to run with VMs, everything works fine, but when we swap out the VMs for equivalently

Re: [lxc-users] cgmanager_move_pid_abs_sync failed: invalid request

2015-09-07 Thread Benoit GEORGELIN - Association Web4all
I will try those commands next time it happen. Thanks In general, I have a lot of issues with LXC container using systemd and dbus . Anything that require dbus-send or any dbus interaction never get an answer so you cannot install anything that have a dbus interaction or dependency I only

[lxc-users] Containers have network issues when their host uses a bonded interface

2015-09-07 Thread Peter Steele
We're having issues with networking connections in our containers when the host is configured with bonded interfaces. When we configure these same servers to run with VMs, everything works fine, but when we swap out the VMs for equivalently configured containers, we get all kinds of network