[Bug 1281758] Re: re-installing maas-region-controller fails

2019-10-21 Thread Hua Zhang
I ran into this issue (FATAL:  password authentication failed for user
"maas") by running the command 'maas-region createadmin --username admin
--password kNab4Q9fSa --email admin@localhost.localdimain' today as
well. I solved the problem in the following way.

1, confirm database_pass is wQ3fxcdSH1aI

root@maas-ha-2:~# grep -r 'pass' /etc/maas/regiond.conf
database_pass: wQ3fxcdSH1aI

2, change md5 into trust temporarily, then restart postgresql by 'systemctl 
restart pacemaker'
/etc/postgresql/9.5/main/pg_hba.conf
local   all alltrust

3, change the password of the user maas to wQ3fxcdSH1aI

sudo su - maas
psql -d maasdb -U maas
maasdb=> alter user maas with password 'wQ3fxcdSH1aI';

4, ok

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1281758

Title:
  re-installing maas-region-controller fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1281758/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1281758] Re: re-installing maas-region-controller fails

2019-08-29 Thread Alexis Rodriguez
I ran into this issue today as well.  Performing the following can
recreate the issue on Ubuntu 18.04.3 LTS:

$ sudo apt remove maas
$ sudo apt remove autoremove
$ sudo apt install maas

This was fixed by the previous suggestion:

$ sudo apt autoremove --purge maas
$ sudo apt install maas

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1281758

Title:
  re-installing maas-region-controller fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1281758/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1281758] Re: re-installing maas-region-controller fails

2017-02-26 Thread Dustin Kirkland 
I'm definitely hitting this issue, too, on MAAS
2.1.3+bzr5573-0ubuntu1~16.04.1 from 16.04.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1281758

Title:
  re-installing maas-region-controller fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1281758/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1281758] Re: re-installing maas-region-controller fails

2017-02-26 Thread Dustin Kirkland 
I'm definitely hitting this issue, too, on MAAS
2.1.3+bzr5573-0ubuntu1~16.04.1 from 16.04.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1281758

Title:
  re-installing maas-region-controller fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1281758/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1281758] Re: re-installing maas-region-controller fails

2016-11-30 Thread W.J.Kennedy
To reproduce in 16.04 with MAAS 2.1.1+bzr5544:

apt remove maas

(apt autoremove)

apt install maas


dpkg fails with: 'django.db.utils.OperationalError: FATAL:  password 
authentication failed for user "maas"
FATAL:  password authentication failed for user "maas"'

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1281758

Title:
  re-installing maas-region-controller fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1281758/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1281758] Re: re-installing maas-region-controller fails

2016-11-30 Thread W.J.Kennedy
** Changed in: maas (Ubuntu)
   Status: Expired => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1281758

Title:
  re-installing maas-region-controller fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1281758/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1281758] Re: re-installing maas-region-controller fails

2016-10-22 Thread Launchpad Bug Tracker
[Expired for MAAS because there has been no activity for 60 days.]

** Changed in: maas
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1281758

Title:
  re-installing maas-region-controller fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1281758/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1281758] Re: re-installing maas-region-controller fails

2016-10-22 Thread Launchpad Bug Tracker
[Expired for maas (Ubuntu) because there has been no activity for 60
days.]

** Changed in: maas (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1281758

Title:
  re-installing maas-region-controller fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1281758/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1281758] Re: re-installing maas-region-controller fails

2016-08-23 Thread Andres Rodriguez
I can't seem to be able to reproduce. If you could please provide a
exact step by step on how to reproduce it would be very helpful.

** Changed in: maas
   Status: New => Incomplete

** Changed in: maas (Ubuntu)
   Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1281758

Title:
  re-installing maas-region-controller fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1281758/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1281758] Re: re-installing maas-region-controller fails

2016-08-09 Thread Andres Rodriguez
** Changed in: maas (Ubuntu)
   Status: Fix Released => Confirmed

** Also affects: maas
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1281758

Title:
  re-installing maas-region-controller fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1281758/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1281758] Re: re-installing maas-region-controller fails

2016-08-03 Thread Данило Шеган
At the very least, this bug should be re-opened (seems to have
accidentally been marked "fix released").

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1281758

Title:
  re-installing maas-region-controller fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1281758/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1281758] Re: re-installing maas-region-controller fails

2016-08-03 Thread Peter Matulis
This worked for me:

$ sudo apt-get autoremove --purge maas
$ sudo apt-get install maas

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1281758

Title:
  re-installing maas-region-controller fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1281758/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1281758] Re: re-installing maas-region-controller fails

2016-08-03 Thread Andres Rodriguez
Work around:

sudo apt-get autoremove --purge maas
sudo apt-get remove --purge postgresql-9.5

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1281758

Title:
  re-installing maas-region-controller fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1281758/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1281758] Re: re-installing maas-region-controller fails

2016-08-03 Thread Peter Matulis
I had previously purged and wanted to reinstall.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1281758

Title:
  re-installing maas-region-controller fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1281758/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1281758] Re: re-installing maas-region-controller fails

2016-08-03 Thread Peter Matulis
** Tags added: docteam

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1281758

Title:
  re-installing maas-region-controller fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1281758/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1281758] Re: re-installing maas-region-controller fails

2016-08-03 Thread Peter Matulis
It didn't hang though.

.
.
.
Setting up maas-dns (2.0.0~rc3+bzr5180-0ubuntu2~16.04.1) ...
Setting up postgresql (9.5+173) ...
Setting up maas-region-controller (2.0.0~rc3+bzr5180-0ubuntu2~16.04.1) ...
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/django/db/backends/base/base.py", line 
130, in ensure_connection
self.connect()
  File "/usr/lib/python3/dist-packages/django/db/backends/base/base.py", line 
119, in connect
self.connection = self.get_new_connection(conn_params)
  File 
"/usr/lib/python3/dist-packages/django/db/backends/postgresql_psycopg2/base.py",
 line 176, in get_new_connection
connection = Database.connect(**conn_params)
  File "/usr/lib/python3/dist-packages/psycopg2/__init__.py", line 164, in 
connect
conn = _connect(dsn, connection_factory=connection_factory, async=async)
psycopg2.OperationalError: FATAL:  password authentication failed for user 
"maas"
FATAL:  password authentication failed for user "maas"


The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/sbin/maas-region", line 67, in 
main()
  File "/usr/sbin/maas-region", line 63, in main
run()
  File "/usr/sbin/maas-region", line 51, in run
management.execute_from_command_line()
  File "/usr/lib/python3/dist-packages/django/core/management/__init__.py", 
line 354, in execute_from_command_line
utility.execute()
  File "/usr/lib/python3/dist-packages/django/core/management/__init__.py", 
line 346, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
  File "/usr/lib/python3/dist-packages/django/core/management/base.py", line 
394, in run_from_argv
self.execute(*args, **cmd_options)
  File "/usr/lib/python3/dist-packages/django/core/management/base.py", line 
445, in execute
output = self.handle(*args, **options)
  File 
"/usr/lib/python3/dist-packages/maasserver/management/commands/dbupgrade.py", 
line 274, in handle
if always_south or self._south_needs_to_be_performed(database):
  File 
"/usr/lib/python3/dist-packages/maasserver/management/commands/dbupgrade.py", 
line 200, in _south_needs_to_be_performed
cls._south_was_performed(database) and
  File 
"/usr/lib/python3/dist-packages/maasserver/management/commands/dbupgrade.py", 
line 143, in _south_was_performed
cursor = connections[database].cursor()
  File "/usr/lib/python3/dist-packages/django/db/backends/base/base.py", line 
164, in cursor
cursor = self.make_cursor(self._cursor())
  File "/usr/lib/python3/dist-packages/django/db/backends/base/base.py", line 
135, in _cursor
self.ensure_connection()
  File "/usr/lib/python3/dist-packages/django/db/backends/base/base.py", line 
130, in ensure_connection
self.connect()
  File "/usr/lib/python3/dist-packages/django/db/utils.py", line 98, in __exit__
six.reraise(dj_exc_type, dj_exc_value, traceback)
  File "/usr/lib/python3/dist-packages/django/utils/six.py", line 685, in 
reraise
raise value.with_traceback(tb)
  File "/usr/lib/python3/dist-packages/django/db/backends/base/base.py", line 
130, in ensure_connection
self.connect()
  File "/usr/lib/python3/dist-packages/django/db/backends/base/base.py", line 
119, in connect
self.connection = self.get_new_connection(conn_params)
  File 
"/usr/lib/python3/dist-packages/django/db/backends/postgresql_psycopg2/base.py",
 line 176, in get_new_connection
connection = Database.connect(**conn_params)
  File "/usr/lib/python3/dist-packages/psycopg2/__init__.py", line 164, in 
connect
conn = _connect(dsn, connection_factory=connection_factory, async=async)
django.db.utils.OperationalError: FATAL:  password authentication failed for 
user "maas"
FATAL:  password authentication failed for user "maas"

dpkg: error processing package maas-region-controller (--configure):
 subprocess installed post-installation script returned error exit status 1
No apport report written because the error message indicates its a followup 
error from a previous failure.

  dpkg: dependency problems prevent configuration of 
maas:
 maas depends on maas-region-controller (= 2.0.0~rc3+bzr5180-0ubuntu2~16.04.1); 
however:
  Package maas-region-controller is not configured yet.

dpkg: error processing package maas (--configure):
 dependency problems - leaving unconfigured
Setting up python3-bs4 (4.4.1-1) ...
Setting up python3-bson-ext (3.2-1build1) ...
Setting up python3-html5lib (0.999-4) ...
Setting up python3-pam (0.4.2-13.2ubuntu2) ...
Setting up libwebp5:amd64 (0.4.4-1) ...
Setting up libwebpmux1:amd64 (0.4.4-1) ...
Setting up python3-pil:amd64 (3.1.2-0ubuntu1) ...
Setting up python3-sqlparse (0.1.18-1) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Errors were encountered while processing:
 maas-region-controller
 maas
E: Sub-process /usr/bin/dpkg returned an error code (1)
.
.
.

-- 
You received this 

[Bug 1281758] Re: re-installing maas-region-controller fails

2016-08-03 Thread Peter Matulis
This happened to me today on Xenial and the MAAS 'next' PPA (2.0.0~rc3).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1281758

Title:
  re-installing maas-region-controller fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1281758/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1281758] Re: re-installing maas-region-controller fails

2016-03-30 Thread Marc H.
hi all
I'm trying upgrading from maas 1.8.2 to the latest 1.9.1 version via apg-get 
update / upgrade commands and the mass update hangs exactly at:

 * Stopping web server apache2  
  *
 * Restarting PostgreSQL 9.3 database server
  [ OK ]
Syncing...
Traceback (most recent call last):
  File "/usr/sbin/maas-region-admin", line 68, in 
main()
  File "/usr/sbin/maas-region-admin", line 64, in main
run()
  File "/usr/sbin/maas-region-admin", line 57, in run
management.execute_from_command_line()
  File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", 
line 399, in execute_from_command_line
utility.execute()
  File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", 
line 392, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
  File "/usr/lib/python2.7/dist-packages/django/core/management/base.py", line 
242, in run_from_argv
self.execute(*args, **options.__dict__)
  File "/usr/lib/python2.7/dist-packages/django/core/management/base.py", line 
285, in execute
output = self.handle(*args, **options)
  File "/usr/lib/python2.7/dist-packages/django/core/management/base.py", line 
415, in handle
return self.handle_noargs(**options)
  File "/usr/lib/python2.7/dist-packages/south/management/commands/syncdb.py", 
line 90, in handle_noargs
syncdb.Command().execute(**options)
  File "/usr/lib/python2.7/dist-packages/django/core/management/base.py", line 
285, in execute
output = self.handle(*args, **options)
  File "/usr/lib/python2.7/dist-packages/django/core/management/base.py", line 
415, in handle
return self.handle_noargs(**options)
  File 
"/usr/lib/python2.7/dist-packages/django/core/management/commands/syncdb.py", 
line 57, in handle_noargs
cursor = connection.cursor()
  File "/usr/lib/python2.7/dist-packages/django/db/backends/__init__.py", line 
159, in cursor
cursor = util.CursorWrapper(self._cursor(), self)
  File "/usr/lib/python2.7/dist-packages/django/db/backends/__init__.py", line 
129, in _cursor
self.ensure_connection()
  File "/usr/lib/python2.7/dist-packages/django/db/backends/__init__.py", line 
124, in ensure_connection
self.connect()
  File "/usr/lib/python2.7/dist-packages/django/db/utils.py", line 99, in 
__exit__
six.reraise(dj_exc_type, dj_exc_value, traceback)
  File "/usr/lib/python2.7/dist-packages/django/db/backends/__init__.py", line 
124, in ensure_connection
self.connect()
  File "/usr/lib/python2.7/dist-packages/django/db/backends/__init__.py", line 
112, in connect
self.connection = self.get_new_connection(conn_params)
  File 
"/usr/lib/python2.7/dist-packages/django/db/backends/postgresql_psycopg2/base.py",
 line 116, in get_new_connection
return Database.connect(**conn_params)
  File "/usr/lib/python2.7/dist-packages/psycopg2/__init__.py", line 179, in 
connect
connection_factory=connection_factory, async=async)
django.db.utils.OperationalError: FATAL:  password authentication failed for 
user "maas"
FATAL:  password authentication failed for user "maas"
--

what is the fix for it for the upgrade of MAAS controller with the
trusty release train?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1281758

Title:
  re-installing maas-region-controller fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1281758/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1281758] Re: re-installing maas-region-controller fails

2016-03-30 Thread Marc H.
hi all
I'm trying upgrading from maas 1.8.2 to the latest 1.9.1 version via apg-get 
update / upgrade commands and the mass update hangs exactly at:

 * Stopping web server apache2  
  *
 * Restarting PostgreSQL 9.3 database server
  [ OK ]
Syncing...
Traceback (most recent call last):
  File "/usr/sbin/maas-region-admin", line 68, in 
main()
  File "/usr/sbin/maas-region-admin", line 64, in main
run()
  File "/usr/sbin/maas-region-admin", line 57, in run
management.execute_from_command_line()
  File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", 
line 399, in execute_from_command_line
utility.execute()
  File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", 
line 392, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
  File "/usr/lib/python2.7/dist-packages/django/core/management/base.py", line 
242, in run_from_argv
self.execute(*args, **options.__dict__)
  File "/usr/lib/python2.7/dist-packages/django/core/management/base.py", line 
285, in execute
output = self.handle(*args, **options)
  File "/usr/lib/python2.7/dist-packages/django/core/management/base.py", line 
415, in handle
return self.handle_noargs(**options)
  File "/usr/lib/python2.7/dist-packages/south/management/commands/syncdb.py", 
line 90, in handle_noargs
syncdb.Command().execute(**options)
  File "/usr/lib/python2.7/dist-packages/django/core/management/base.py", line 
285, in execute
output = self.handle(*args, **options)
  File "/usr/lib/python2.7/dist-packages/django/core/management/base.py", line 
415, in handle
return self.handle_noargs(**options)
  File 
"/usr/lib/python2.7/dist-packages/django/core/management/commands/syncdb.py", 
line 57, in handle_noargs
cursor = connection.cursor()
  File "/usr/lib/python2.7/dist-packages/django/db/backends/__init__.py", line 
159, in cursor
cursor = util.CursorWrapper(self._cursor(), self)
  File "/usr/lib/python2.7/dist-packages/django/db/backends/__init__.py", line 
129, in _cursor
self.ensure_connection()
  File "/usr/lib/python2.7/dist-packages/django/db/backends/__init__.py", line 
124, in ensure_connection
self.connect()
  File "/usr/lib/python2.7/dist-packages/django/db/utils.py", line 99, in 
__exit__
six.reraise(dj_exc_type, dj_exc_value, traceback)
  File "/usr/lib/python2.7/dist-packages/django/db/backends/__init__.py", line 
124, in ensure_connection
self.connect()
  File "/usr/lib/python2.7/dist-packages/django/db/backends/__init__.py", line 
112, in connect
self.connection = self.get_new_connection(conn_params)
  File 
"/usr/lib/python2.7/dist-packages/django/db/backends/postgresql_psycopg2/base.py",
 line 116, in get_new_connection
return Database.connect(**conn_params)
  File "/usr/lib/python2.7/dist-packages/psycopg2/__init__.py", line 179, in 
connect
connection_factory=connection_factory, async=async)
django.db.utils.OperationalError: FATAL:  password authentication failed for 
user "maas"
FATAL:  password authentication failed for user "maas"
--

what is the fix for it for the upgrade of MAAS controller with the
trusty release train?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1281758

Title:
  re-installing maas-region-controller fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1281758/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1281758] Re: re-installing maas-region-controller fails

2016-02-09 Thread stsp
What fix is mentioned here?
I am getting this when trying to upgrade from trusty to xenial.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1281758

Title:
  re-installing maas-region-controller fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1281758/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1281758] Re: re-installing maas-region-controller fails

2016-02-09 Thread stsp
What fix is mentioned here?
I am getting this when trying to upgrade from trusty to xenial.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1281758

Title:
  re-installing maas-region-controller fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1281758/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1281758] Re: re-installing maas-region-controller fails

2014-09-15 Thread huiwen
** Changed in: maas (Ubuntu)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1281758

Title:
  re-installing maas-region-controller fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1281758/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1281758] Re: re-installing maas-region-controller fails

2014-09-15 Thread huiwen
** Changed in: maas (Ubuntu)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1281758

Title:
  re-installing maas-region-controller fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1281758/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1281758] Re: re-installing maas-region-controller fails

2014-04-22 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: maas (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1281758

Title:
  re-installing maas-region-controller fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1281758/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1281758] Re: re-installing maas-region-controller fails

2014-04-22 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: maas (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1281758

Title:
  re-installing maas-region-controller fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1281758/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs