Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

RabbitMQ management plugin issue

I'm trying to install RabbitMQ management plugin but get the following in the console:

Error: {cannot_write_enabled_plugins_file,"/etc/rabbitmq/enabled_plugins",
           eacces}

I use Ubuntu 12. On this page is told that The management plugin is included in the RabbitMQ distribution. To enable it, use rabbitmq-plugins:

rabbitmq-plugins enable rabbitmq_management

but the result you see above

like image 710
Nikitin Mikhail Avatar asked Feb 15 '26 08:02

Nikitin Mikhail


2 Answers

sudo rabbitmq-plugins enable rabbitmq_management?

P.S.: looks like a question for https://serverfault.com/

like image 107
pinepain Avatar answered Feb 17 '26 03:02

pinepain


If you have provided 777 permissions to the file and still you are not able to enable it, try changing umask to 0022 for user

sudo chfn -o umask=0022 <username>

worked for me!

like image 23
Gagan Chouhan Avatar answered Feb 17 '26 02:02

Gagan Chouhan



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!