[lxc-users] ImportError: undefined symbol: cgmanager_get_pid_cgroup_abs_sync

2014-05-19 Thread Alexander Lomov
Hello, all. After I installed updated ubuntu to 14.04 I started to get this error https://gist.github.com/allomov/e0e0c8e2c0cf308e0d7c#file-error-log. I tried to remove and install lxc again with apt-get but it didn't help. Thank you, Alex L. ___

Re: [lxc-users] ImportError: undefined symbol: cgmanager_get_pid_cgroup_abs_sync

2014-05-19 Thread Tamas Papp
On 05/19/2014 01:11 PM, Alexander Lomov wrote: Hello, all. After I installed updated ubuntu to 14.04 I started to get this error https://gist.github.com/allomov/e0e0c8e2c0cf308e0d7c#file-error-log. I tried to remove and install lxc again with apt-get but it didn't help. Whoops. We seem to

[lxc-users] multi unprivileged containers running tomcat7

2014-05-19 Thread Morten Steffensen
This is how i created the containers: host: ubuntu 14.04 minimal rootapt-get install lxc rootgroupadd lxc-adm (groupid 1000) rootadduser --gid 1000 --home /home/lxcuser lxcuser rootecho lxcuser veth lxcbr0 2 | tee -a /etc/lxc/lxc-usernet lxcusermkdir -p ~/.config/lxc lxcuserecho lxc.id_map = u

Re: [lxc-users] multi unprivileged containers running tomcat7

2014-05-19 Thread Serge Hallyn
Quoting Morten Steffensen (mst...@emercos.com): This is how i created the containers: Aha, thanks. host: ubuntu 14.04 minimal rootapt-get install lxc rootgroupadd lxc-adm (groupid 1000) rootadduser --gid 1000 --home /home/lxcuser lxcuser rootecho lxcuser veth lxcbr0 2 | tee -a

[lxc-users] multi unprivileged containers running tomcat7

2014-05-19 Thread Morten Steffensen
Thanks Serge! Now everything works fine now that I increased the number of veths that can connect to lxcbr0. //etc/lxc/lxc-usernet/ # USERNAME TYPE BRIDGE COUNT lxcuser veth lxcbr0 5 ___ lxc-users mailing list lxc-users@lists.linuxcontainers.org