Hi all,<div><br></div><div>Just installed rabbitmq-server on Ubuntu 12.04 using the latest 3.0.1 package and I am running into a problem running the rabbitmq-plugins list/enable commands. &nbsp;I have 3.0.0 installed on a separate server as well and it seems to be working correctly for me. &nbsp;</div><div><br></div><div>When I run "sudo rabbitmq-plugins list" I get an error "Failed to create cookie file". &nbsp;I looked at the /usr/sbin/rabbitmq-plugins script and I see that it has some logic for determining when to su over to the rabbitmq user so I tried explicitly running "sudo su rabbitmq -s /bin/sh -c "/usr/lib/rabbitmq/bin/rabbitmq-plugins list" and that worked correctly. &nbsp;The rabbitmq-server is running and the /var/lib/rabbitmq directory is owned by rabbitmq user and does have a .erlang.cookie file present.</div><div><br></div><div>However, when I try to run rabbitmq-plugins as the rabbitmq user to enable a plugin I get an error that it can't write the /etc/rabbitmq/enabled_plugins file because the /etc/rabbitmq directory is owned by root.</div><div><br></div><div>I verified that on my 3.0.0 server I am able to run "sudo /usr/lib/rabbitmq/bin/rabbitmq-plugins list" directly w/o the su to the rabbitmq user.</div><div><br></div><div>Any ideas?</div><div><br></div><div>Thanks!</div>