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

Re: Issues on RHEL 6.2 with RabbitMQ 1.8.2

by Bryan Seitz-2 :: Rate this Message:

| View in Thread

Sorry, to clarify I meant 2.x not 1.x ;)

On Fri, May 18, 2012 at 02:12:47PM -0400, Bryan Seitz wrote:

> 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,
_______________________________________________
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