« Return to Thread: Issues on RHEL 6.2 with RabbitMQ 1.8.2

Issues on RHEL 6.2 with RabbitMQ 1.8.2

by Bryan Seitz-2 :: Rate this Message:

| View in Thread

RabbitMQers,

   I've tried 1.7.x and 1.8.x rpms with no success, it seems there is an issue with the init script.
Unfortunately under start_rabbitmq it does the following:

start_rabbitmq () {
    status_rabbitmq quiet
    if [ $RETVAL = 0 ] ; then
        echo RabbitMQ is currently running
    else

The problem is that even when it is not running, rabbitmqctl status throws an exit code 0 so it never gets started via the script.
Has anyone else run into this or am I doing something wrong?

(Server starts fine when I call it by hand, /usr/sbin/rabbitmq-server)

TIA,


--
             
Bryan G. Seitz
_______________________________________________
rabbitmq-discuss mailing list
rabbitmq-discuss@...
https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss

 « Return to Thread: Issues on RHEL 6.2 with RabbitMQ 1.8.2