claudyus / LXC-Web-Panel

LXC Web Panel improved for lxc 1.0+
http://claudyus.github.io/LXC-Web-Panel/
Other
221 stars 68 forks source link

LXC 1.0 networking incompatibilities #3

Closed gygelly closed 10 years ago

gygelly commented 10 years ago

I'll try to provide more details and a better report later, but I thought you might want to take a look at this:

I'm on Ubuntu 14.04 host, using Ubuntu 14.04 containers running on lxc 1.0.3

It seems like if I edit a container in any way via LWP, the eth0 inside the container doesn't come up right on the next reboot/lxc-start. I notice that the layout of the config file is pretty drastically different before and after the container is edited by LWP, and I'm wondering if there might be some new config file syntax in 1.0 that LWP is lacking.

Again, I'll try and look closer and give more reproducible results tomorrow.

claudyus commented 10 years ago

any news on this? I would like to tag 0.5 with latest improvement and if support for ubuntu 14.04 is confirmed that should be a great improvement!

rodion-dolin commented 10 years ago

I'm also will try to use this fork of LWP on Ubuntu 14.04 host. I found some errors.

  1. Start at boot option not working because of changes in LXC autostart https://help.ubuntu.com/lts/serverguide/lxc.html#lxc-autostart
  2. Server error appears when I try to change any option related cgroup. Probably because state-object passed to lxc-cgroup command must be, for example, "cpuset.cpus" instead "lxc.cgroup.cpuset.cpus".