2013-11-19 14:26:43 |
Tycho Andersen |
description |
I'm not sure exactly what's hanging here, but there is no IO going on, and it's been sitting like this for 10 minutes.
smitten:~$ sudo dpkg --configure -a
Setting up maas-region-controller (1.4+bzr1693+dfsg-0ubuntu2.2) ...
* Stopping web server apache2 *
* Restarting PostgreSQL 9.1 database server [ OK ]
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 [ OK ]
Changing password for user "maas_longpoll" ...
...done.
Changing password for user "maas_workers" ...
...done.
Syncing...
OperationalError: FATAL: password authentication failed for user "maas"
FATAL: password authentication failed for user "maas" |
I'm not sure exactly what's hanging here, but there is no IO going on, and it's been sitting like this for 10 minutes.
smitten:~$ sudo dpkg --configure -a
Setting up maas-region-controller (1.4+bzr1693+dfsg-0ubuntu2.2) ...
* Stopping web server apache2 *
* Restarting PostgreSQL 9.1 database server [ OK ]
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 [ OK ]
Changing password for user "maas_longpoll" ...
...done.
Changing password for user "maas_workers" ...
...done.
Syncing...
OperationalError: FATAL: password authentication failed for user "maas"
FATAL: password authentication failed for user "maas"
Install, maybe (? not sure if this is necessary) create a user, then apt-get autoremove *maas*, then apt-get install maas. |
|