[rabbitmq-discuss] Rabbitmq upgrade from 2.4.1 to 2.5.0

Matthias Radestock matthias at rabbitmq.com
Tue Aug 9 08:01:32 BST 2011


Dhivya,

On 09/08/11 06:45, Dhivya Swaminathan wrote:
> Even after changing the permissions,I dnt have any luck.
>
> Error
>
> [318467 at CEG318 sbin]$ sudo chmod -R 777 /home/318467/.erlang.cookie
> [318467 at CEG318 sbin]$ ./rabbitmq-server
> {error_logger,{{2011,8,9},{11,5,32}},"Cookie
> file /home/318467/.erlang.cookie must be accessible by owner only",[]}

Isn't it rather obvious from that error message what the problem is?

The cookie file contains sensitive information and therefore Erlang 
insists that only the user running Erlang has access to it. So you want 
to make sure that the file is owned by that user and permissions grant 
read access to that user only.

Regards,

Matthias.


More information about the rabbitmq-discuss mailing list