RabbitMQ does not start on Oracle Enterprise Linux, ruby_block[supervise_rabbitmq_sleep] action run hungs up/stops configuration
After installation of chef 11 server on oracle
enterprise linux, while configuring using below command hangs up/stops at this
line ruby_block[supervise_rabbitmq_sleep] action run
#chef-server-ctl reconfigure
Solution:
I had to modify the below file, added oracle. So
that recipe
"runint::upstart" is include and not
"runint::sysvinit", then the configuration started executing next
steps...
/opt/chef-server/embedded/cookbooks/runit/recipes/default.rb
Changed file looks like this
Thank you for this! I was wondering what was happening - your fixed worked a treat!
ReplyDeleteSimon
Thank you Simon
DeleteAnother grateful commenter here. Appreciate the quick fix.
ReplyDeleteThank you...
DeleteThanks for this! I'm surprised this hasn't been folded into the mainline configuration yet.
ReplyDeleteIf you're running amazon linux you'll have to add /^6|2014.03/ (the 2014.03) to the if statement just below as well!
ReplyDeleteThank you very much for that tip
ReplyDelete