jeffbass2x
jeffbass2x

Reputation: 21

Rabbitmq: Loaded: not-found; Active: inactive (dead)

I'm trying to start the rabbitmq-server using:

me@me:~$ sudo invoke-rc.d rabbitmq-server start

...and when I try to check if it is running I get:

me@me:~$ sudo systemctl status rabbit-mq-server
● rabbit-mq-server.service
   Loaded: not-found (Reason: No such file or directory)
   Active: inactive (dead)

What is the missing file or directory?

Upvotes: 1

Views: 3413

Answers (1)

jeffbass2x
jeffbass2x

Reputation: 21

Alright, well...I feel really dumb.

me@me:~$ sudo systemctl status rabbit-mq-server

Should have been:

me@me:~$ sudo systemctl status rabbitmq-server

Upvotes: 1

Related Questions