Migration problem, & init scripts not being run in container

jbayer

New Member
May 31, 2011
6
0
1
Hi,

I have Proxmox 1.8 installed on two systems, they have been configured to be a cluster.

First problem: I tried to migrate a container from one node to another, it failed.

Second problem: My container is a set up as Ubuntu 10.04. It starts and runs, but the init scripts are not being run, which means that none of the services I need are running. I obviously missed somethings, but what?

Thanks in advance.


JBB
 
Hi,

I have Proxmox 1.8 installed on two systems, they have been configured to be a cluster.

First problem: I tried to migrate a container from one node to another, it failed.

use 2.6.18 for stable live migration (see http://pve.proxmox.com/wiki/Proxmox_VE_Kernel)

Second problem: My container is a set up as Ubuntu 10.04. It starts and runs, but the init scripts are not being run, which means that none of the services I need are running. I obviously missed somethings, but what?

Thanks in advance.


JBB

which template do you use exactly? take a look into the syslog of the container, any hint?

and if you still got issues, post also the output of 'pveversion -v'.
 
Thanks, once I installed 2.6.18, I had to delete the entries in /etc/udev/rules.d/70-persistent-net.rules so the NICs would be properly recognized.

Re the init scripts, apparently they are starting, just taking a bit longer than I had realized.
 
The problem turned out to be the klogd daemon. Since it doesn't make sense to run it, I just uninstalled it.

Now the container starts up in about 2 seconds, including Apache & Postgresql. I can't even time it, by the time I log in it is up.