I have 3 physical servers running lxc on ubuntu amd64 minimal.
host1, Ubuntu 12.04.1 LTS
host2, Ubuntu 12.04.1 LTS
host3, Ubuntu 12.10 (just installed)
I have multiple containers running, on hosts 1 and 2 which operates perfect. Host3 is newly installed, and I followed my notes from the previous hosts installations.
- I execute lxc-create to create the lxc container, which works.
- Then I edit the network details, to have network connectivity.
- Then I startup the container using lxc-start -n container1, where I get this info.
This takes somewhere between 3-5 minutes, hence my complaining, as the startup process is less than 30 secs on all other lxc hosts/containers.
When testing the functionality of the container, everything works. I can get out from the container to the network, and also from the "outside" into the container. The operation speed is good, once the container is started.
Any good ideas how to resolve this is greatly appreciated.
--
JOD
host1, Ubuntu 12.04.1 LTS
host2, Ubuntu 12.04.1 LTS
host3, Ubuntu 12.10 (just installed)
I have multiple containers running, on hosts 1 and 2 which operates perfect. Host3 is newly installed, and I followed my notes from the previous hosts installations.
- I execute lxc-create to create the lxc container, which works.
- Then I edit the network details, to have network connectivity.
- Then I startup the container using lxc-start -n container1, where I get this info.
Code:
# lxc-start -n container1
<4>init: ureadahead main process (5) terminated with status 5
<4>init: udev-fallback-graphics main process (50) terminated with status 1
<4>init: console-font main process (65) terminated with status 1
<4>init: setvtrgb main process (80) terminated with status 1
<4>init: console-setup main process (97) terminated with status 1
<30>udevd[132]: starting version 175
Ubuntu 12.10 container1 console
container1 login: <4>init: setvtrgb main process (740) terminated with status 1
When testing the functionality of the container, everything works. I can get out from the container to the network, and also from the "outside" into the container. The operation speed is good, once the container is started.
Any good ideas how to resolve this is greatly appreciated.
--
JOD