Hi all,
I hope someone can help with this, I am not really finding much on line.
My issue is rabbitmq-server service will not automatically start in my LXC container. Other services seem to start fine for example, sshd. It will start fine with service rabbitmq-server start. It seems to be related to the use of my custom LXC template which is based on the original centos6 template.
Using the stock centos 6 LXC template rabbitmq will start at boot time of the container. Using my custom container it is a no go.
I think I am creating the custom container correctly:
I create a new container from the base template, install my packages (not rabbitmq yet) and some yum updates.
Shutdown the container
Remove the network interface
Create a backup of the container using the GUI
move and rename the .tar.gz file to ../templates/cache using the CLI
Deploy a new container using the Create CT wizard
start the container
install rabbitmq
chkconfig rabbitmq-server on
service rabbitmq-server start ( to verify the service indeed will start)
shutdown and start the container
container starts fine and I can login, service rabbitmq-server status shows it is not running.
Any ideas?
I hope someone can help with this, I am not really finding much on line.
My issue is rabbitmq-server service will not automatically start in my LXC container. Other services seem to start fine for example, sshd. It will start fine with service rabbitmq-server start. It seems to be related to the use of my custom LXC template which is based on the original centos6 template.
Using the stock centos 6 LXC template rabbitmq will start at boot time of the container. Using my custom container it is a no go.
I think I am creating the custom container correctly:
I create a new container from the base template, install my packages (not rabbitmq yet) and some yum updates.
Shutdown the container
Remove the network interface
Create a backup of the container using the GUI
move and rename the .tar.gz file to ../templates/cache using the CLI
Deploy a new container using the Create CT wizard
start the container
install rabbitmq
chkconfig rabbitmq-server on
service rabbitmq-server start ( to verify the service indeed will start)
shutdown and start the container
container starts fine and I can login, service rabbitmq-server status shows it is not running.
Any ideas?