Quite strange. Remove the /etc/rabbitmq/rabbitmq-env.conf file, now the
config file is read:

    node           : rabbit@x
    app descriptor :
    /usr/lib/rabbitmq/lib/rabbitmq_server-2.8.2/sbin/../ebin/rabbit.app
    home dir       : /var/lib/rabbitmq
    config file(s) : /etc/rabbitmq/rabbitmq.config
    cookie hash    : FvKFSi50eFaUWbNYK2Z5Uw==
    log            : /var/log/rabbitmq/[email protected]
    sasl log       : /var/log/rabbitmq/[email protected]
    database dir   : /var/lib/rabbitmq/mnesia/rabbit@x
    erlang version : 5.6.5

but it doesn't still listen to port 6163:

    # netstat -nap | grep beam
    tcp        0      0 0.0.0.0:19376              
    0.0.0.0:*                   LISTEN      20486/beam.smp     
    tcp        0      0 127.0.0.1:60219            
    127.0.0.1:4369              ESTABLISHED 20486/beam.smp     
    tcp        0      0 :::5672                    
    :::*                        LISTEN      20486/beam.smp     


On 05/08/2012 05:23 PM, Simon MacMullen wrote:
> If not (that should be the location by default using RPMs, you should
> not need to set CONFIG_FILE)

-- 
You received this message because you are subscribed to the Google Groups 
"rabbitmq-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rabbitmq-discuss?hl=en.

Reply via email to