Hello,
I am testing rabbitmq-server 3.6.5, Erlang 19.2 on CentOS 7.3. This is an upgrade we are planning to make from our current production environment of rabbitmq-server 3.5.1, Erlang 17.3 and CentOS 6.5
Previously we delivered a package separate from rabbitmq-server that delivered a modified /etc/rabbitmq/rabbitmq.config file that contained our unique config.
Up through CentOS 6.5 rpm/yum didn’t complain about two packages installing the same file. Now with CentOS 7.3 we get a transaction error with the file conflict.
To remedy this I have made a change to deliver /etc/rabbitmq/rabbitmq-avid.config with our changes in it rather than the conflicting /etc/rabbitmq/rabbitmq.config, along with a new /etc/rabbitmq/rabbitmq-env.conf file.
The contents of the rabbitmq-env.conf file are:
# This is a /bin/sh script file - use ordinary env var syntax
CONFIG_FILE=/etc/rabbitmq/rabbitmq-avid.config
When I restart rabbitmq-server after installing the package is see this in the log:
=INFO REPORT==== 25-Apr-2017::13:53:16 ===
node : rabbit@vm-cent73-steve
home dir : /var/lib/rabbitmq
config file(s) : /etc/rabbitmq/rabbitmq-avid.config (not found)
Yet the file is there:
$0-sblanc@vm-cent73-steve > ll /etc/rabbitmq/rabbitmq-avid.config
-rwxr-xr-x 1 rabbitmq rabbitmq 1041 Dec 1 13:06 /etc/rabbitmq/rabbitmq-avid.config*
I even tried using rabbitmq-env.conf to identify the rabbitmq.config file delivered by the rabbitmq-server package and it won’t find that when identified by the env file:
=INFO REPORT==== 25-Apr-2017::13:55:58 ===
node : rabbit@vm-cent73-steve
home dir : /var/lib/rabbitmq
config file(s) : /etc/rabbitmq/rabbitmq.config (not found)
Am I doing something wrong? It seems to me that if I use the rabbitmq-env.conf file to identify the CONFIG_FILE it fails to find it no matter what.
Thanks,
Steve
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--MKStaff Software Engineer, Pivotal/RabbitMQ
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--MKStaff Software Engineer, Pivotal/RabbitMQ