cannot access /etc/rabbitmq/rabbitmq.conf.d: No such file or directory upgrading from precise maas to trusty

Bug #1302860 reported by Diogo Matsubara
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
maas (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

Today I performed an upgrade from 1.4+bzr1693+dfsg-0ubuntu2.3~ctools0 to 1.5+bzr2204-0ubuntu1 and got this error from rabbit:

Considering dependency proxy for proxy_http:
Module proxy already enabled
Module proxy_http already enabled
Module expires already enabled
Module wsgi already enabled
 * Restarting message broker rabbitmq-server
   ...done.
ls: cannot access /etc/rabbitmq/rabbitmq.conf.d: No such file or directory
Error: {'EXIT',
           {terminated,
               [{io,nl,[<0.30.0>],[]},
                {lists,foreach,2,[{file,"lists.erl"},{line,1323}]},
                {rabbit_control_main,display_info_list,2,
                    [{file,"src/rabbit_control_main.erl"},{line,651}]},
                {rabbit_control_main,start,0,
                    [{file,"src/rabbit_control_main.erl"},{line,156}]},
                {init,start_it,1,[]},
                {init,start_em,1,[]}]}}
ls: cannot access /etc/rabbitmq/rabbitmq.conf.d: No such file or directory
Changing password for user "maas_longpoll" ...
...done.
ls: cannot access /etc/rabbitmq/rabbitmq.conf.d: No such file or directory
ls: cannot access /etc/rabbitmq/rabbitmq.conf.d: No such file or directory
Changing password for user "maas_workers" ...
...done.
Syncing...
Creating tables ...
Installing custom SQL ...
Installing indexes ...
Installed 0 object(s) from 0 fixture(s)

Tags: upgrade
Revision history for this message
Diogo Matsubara (matsubara) wrote :

For the record this doesn't seem to have caused any problems with the installed MAAS

Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in maas (Ubuntu):
status: New → Confirmed
Revision history for this message
mlissner (mlissner-michaeljaylissner) wrote :

Apparently this can be easily fixed by simply creating the file:

http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/2013-September/030530.html

> You can create /etc/rabbitmq/rabbitmq.conf.d with rabbitmq user permissions
> to avoid this warning. If queues are listed, it has no effect on rabbitmqctl operation.

Revision history for this message
mlissner (mlissner-michaeljaylissner) wrote :

I just did:

    sudo mkdir /etc/rabbitmq/rabbitmq.conf.d

And tested with:

    sudo service rabbitmq-server status

Problem solved.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.