[Bug 1325759] Re: start_up uses database lock outside of transaction

2015-08-21 Thread Mathew Hodson
** Changed in: maas (Ubuntu)
   Importance: Undecided = Critical

-- 
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/1325759

Title:
  start_up uses database lock outside of transaction

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1325759/+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 1325759] Re: start_up uses database lock outside of transaction

2014-09-30 Thread Andres Rodriguez
Tested as part of other bug and this has been verified

** Tags removed: verification-needed
** Tags added: verification-done

-- 
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/1325759

Title:
  start_up uses database lock outside of transaction

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1325759/+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 1325759] Re: start_up uses database lock outside of transaction

2014-09-30 Thread Launchpad Bug Tracker
This bug was fixed in the package maas - 1.5.4+bzr2294-0ubuntu1.1

---
maas (1.5.4+bzr2294-0ubuntu1.1) trusty-proposed; urgency=medium

  * Add hardware enablement for armhf/keystone (LP: #1350103)
 -- Greg Lutostanski gregory.lutostan...@canonical.com   Thu, 18 Sep 2014 
16:43:56 -0500

** Changed in: maas (Ubuntu Trusty)
   Status: Fix Committed = 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/1325759

Title:
  start_up uses database lock outside of transaction

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1325759/+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 1325759] Re: start_up uses database lock outside of transaction

2014-09-03 Thread Chris J Arges
Hello Gavin, or anyone else affected,

Accepted maas into trusty-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/maas/1.5.4+bzr2294-0ubuntu1 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Tags added: verification-needed

-- 
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/1325759

Title:
  start_up uses database lock outside of transaction

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1325759/+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 1325759] Re: start_up uses database lock outside of transaction

2014-09-02 Thread Greg Lutostanski
** Changed in: maas (Ubuntu Trusty)
   Status: New = Fix Committed

** Changed in: maas (Ubuntu Trusty)
   Importance: Undecided = Critical

** Changed in: maas (Ubuntu Trusty)
 Assignee: (unassigned) = Greg Lutostanski (lutostag)

** Changed in: maas (Ubuntu Trusty)
Milestone: None = trusty-updates

-- 
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/1325759

Title:
  start_up uses database lock outside of transaction

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1325759/+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 1325759] Re: start_up uses database lock outside of transaction

2014-09-02 Thread Chris J Arges
** Also affects: maas (Ubuntu Trusty)
   Importance: Undecided
   Status: New

-- 
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/1325759

Title:
  start_up uses database lock outside of transaction

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1325759/+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 1325759] Re: start_up uses database lock outside of transaction

2014-09-01 Thread Greg Lutostanski
** Description changed:

+ [Impact]
+  * When using new locking code, this is used to prevent an error on maas 
server startup when asking for a lock when not in a transaction
+ 
+ [Testcase]
+  * Run included tests in test_start_up.py
+ 
+ [Regression Potential]
+  * Minimal
+ 
  mod_wsgi (pid=26521): Exception occurred processing WSGI script 
'/usr/share/maas/wsgi.py'.
  Traceback (most recent call last):
-   File /usr/share/maas/wsgi.py, line 32, in module
- start_up()
-   File /usr/lib/python2.7/dist-packages/maasserver/start_up.py, line 54, in 
start_up
- with locks.startup:
-   File /usr/lib/python2.7/dist-packages/maasserver/utils/dblocks.py, line 
77, in __enter__
- raise DatabaseLockAttemptOutsideTransaction(self)
+   File /usr/share/maas/wsgi.py, line 32, in module
+ start_up()
+   File /usr/lib/python2.7/dist-packages/maasserver/start_up.py, line 54, in 
start_up
+ with locks.startup:
+   File /usr/lib/python2.7/dist-packages/maasserver/utils/dblocks.py, line 
77, in __enter__
+ raise DatabaseLockAttemptOutsideTransaction(self)
  DatabaseLockAttemptOutsideTransaction: DatabaseLock classid=20120116 objid=1
  mod_wsgi (pid=26522): Target WSGI script '/usr/share/maas/wsgi.py' cannot be 
loaded as Python module.
  mod_wsgi (pid=26522): Exception occurred processing WSGI script 
'/usr/share/maas/wsgi.py'.
  Traceback (most recent call last):
-   File /usr/share/maas/wsgi.py, line 32, in module
- start_up()
-   File /usr/lib/python2.7/dist-packages/maasserver/start_up.py, line 54, in 
start_up
- with locks.startup:
-   File /usr/lib/python2.7/dist-packages/maasserver/utils/dblocks.py, line 
77, in __enter__
- raise DatabaseLockAttemptOutsideTransaction(self)
+   File /usr/share/maas/wsgi.py, line 32, in module
+ start_up()
+   File /usr/lib/python2.7/dist-packages/maasserver/start_up.py, line 54, in 
start_up
+ with locks.startup:
+   File /usr/lib/python2.7/dist-packages/maasserver/utils/dblocks.py, line 
77, in __enter__
+ raise DatabaseLockAttemptOutsideTransaction(self)
  DatabaseLockAttemptOutsideTransaction: DatabaseLock classid=20120116 objid=1

-- 
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/1325759

Title:
  start_up uses database lock outside of transaction

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1325759/+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 1325759] Re: start_up uses database lock outside of transaction

2014-08-21 Thread Launchpad Bug Tracker
This bug was fixed in the package maas - 1.6.1+bzr2550-0ubuntu1

---
maas (1.6.1+bzr2550-0ubuntu1) utopic; urgency=medium

  * New upstream bugfix release:
- Auto-link node MACs to Networks (LP: #1341619)

  [ Julian Edwards ]
  * debian/maas-region-controller.postinst: Don't restart RabbitMQ on
upgrades, just ensure it's running.  Should prevent a race with the
cluster celery restarting.
  * debian/rules: Pull upstream branch from the right place.

  [ Andres Rodriguez ]
  * debian/maas-region-controller.postinst: Ensure cluster celery is
started if it also runs on the region.
 -- Julian Edwards julian.edwa...@canonical.com   Thu, 21 Aug 2014 18:38:27 
+1000

** Changed in: maas (Ubuntu)
   Status: New = 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/1325759

Title:
  start_up uses database lock outside of transaction

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1325759/+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 1325759] Re: start_up uses database lock outside of transaction

2014-06-03 Thread Gavin Panella
** Changed in: maas/1.5
   Status: In Progress = Fix Committed

** Also affects: maas (Ubuntu)
   Importance: Undecided
   Status: New

-- 
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/1325759

Title:
  start_up uses database lock outside of transaction

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1325759/+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 1325759] Re: start_up uses database lock outside of transaction

2014-06-03 Thread Julian Edwards
** Changed in: maas/trunk
   Status: Fix Committed = Fix Released

** Changed in: maas/1.5
   Status: Fix Committed = 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/1325759

Title:
  start_up uses database lock outside of transaction

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1325759/+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