7
votes
Accepted
rabbit-mq in Ubuntu 16.04 fails to start without clear message error
Finally I found the detailed error in /var/log/rabbitmq/startup_log which says:
{error_logger,{{2018,10,3},{13,14,18}},“Cookie file /var/lib/rabbitmq/.erlang.cookie must be accessible by owner only”,[...
2
votes
rabbit-mq in Ubuntu 16.04 fails to start without clear message error
chown rabbitmq:rabbitmq /var/lib/rabbitmq/.erlang.cookie
chmod 600 /var/lib/rabbitmq/.erlang.cookie
1
vote
Accepted
"Error when reading ./.erlang.cookie: eacces" while enabling rabbitmq plugin
I had to copy the .erlang.cookie file to $HOME directory.
sudo cp /var/lib/rabbitmq/.erlang.cookie $HOME
then i had to give read access to the file
sudo chmod +r ./.erlang.cookie
finally
sudo ...
1
vote
Starting 'n' copies of a daemon with systemd
I think you need to use a .target file for ansiblePB, not a service.
This is what the question you linked to uses.
1
vote
Where do I find files specific to a user?
The RabbitMQ installer creates the rabbitmq user and sets the home directory to /var/lib/rabbitmq. You can discover this by looking for the rabbitmq user in /etc/passwd.
Apparently the erlang cookie ...
1
vote
how to configure sensu server with rabbitmq?
I had the same issue and have spent better part of my morning solving it. This problem arises when using SSL Certificate for RabbitMQ as a transport.
1) Without SSL:
One could achieve transportation ...
Only top scored, non community-wiki answers of a minimum length are eligible
Related Tags
rabbitmq × 17erlang × 3
ubuntu × 2
centos × 2
systemd × 2
docker × 2
openstack × 2
linux × 1
shell-script × 1
debian × 1
shell × 1
networking × 1
rhel × 1
kali-linux × 1
python × 1
pipe × 1
yum × 1
rpm × 1
performance × 1
dpkg × 1
dependencies × 1
selinux × 1
python3 × 1
fifo × 1
ulimit × 1