Got Bus error (core dumped) when run the nova-compute from nova user

Posted by Lafada on Server Fault See other posts from Server Fault or by Lafada
Published on 2012-11-21T04:07:40Z Indexed on 2012/11/21 5:02 UTC
Read the original article Hit count: 598

Filed under:
|

I got error when I try to restart the nova-compute service on my compute node.

[root@mycompute ~]# service nova-compute restart
Stopping OpenStack Nova Compute Worker:                    [  OK  ]
Starting OpenStack Nova Compute Worker:                    [FAILED]

I check in the log file /var/log/nova/nova-compute.log but nothing is logged in that file.

Then I try to run the command with nova user.

[root@mycompute ~]# su -s/bin/bash nova
bash-4.1$ /usr/bin/nova-compute
Bus error (core dumped)

I check for this error on net but didn't get the link to where to check for this error.

© Server Fault or respective owner

Related posts about centos6

Related posts about OpenStack