[Bug 1190986] Re: ERROR Nonce already used

2014-08-29 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/maas -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to juju in Ubuntu. https://bugs.launchpad.net/bugs/1190986 Title: ERROR Nonce already used To manage notifications about this bug go to:

[Bug 1190986] Re: ERROR Nonce already used

2014-08-29 Thread Greg Lutostanski
** Description changed: + + SRU for secondary fix (branch lp:~julian-edwards/maas/nonce-fix-bug-1190986) + [Impact] + * Minimize possibility of hitting a nonce collision by using a longer nonce (uuid4) in both python-maas-client and commissioning scripts. + + [Testcase] + * Do some api calls

[Bug 1190986] Re: ERROR Nonce already used

2014-08-29 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/maas -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1190986 Title: ERROR Nonce already used To manage notifications about this bug go to:

[Bug 1190986] Re: ERROR Nonce already used

2014-08-29 Thread Greg Lutostanski
** Description changed: + + SRU for secondary fix (branch lp:~julian-edwards/maas/nonce-fix-bug-1190986) + [Impact] + * Minimize possibility of hitting a nonce collision by using a longer nonce (uuid4) in both python-maas-client and commissioning scripts. + + [Testcase] + * Do some api calls

[Bug 1190986] Re: ERROR Nonce already used

2014-08-28 Thread Aaron Bentley
** Changed in: juju-core Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to juju in Ubuntu. https://bugs.launchpad.net/bugs/1190986 Title: ERROR Nonce already used To manage notifications

[Bug 1190986] Re: ERROR Nonce already used

2014-08-28 Thread Aaron Bentley
** Changed in: juju-core Status: Fix Committed = 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/1190986 Title: ERROR Nonce already used To manage notifications about this bug go

[Bug 1190986] Re: ERROR Nonce already used

2014-08-26 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: juju (Ubuntu Saucy) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to juju in Ubuntu.

[Bug 1190986] Re: ERROR Nonce already used

2014-08-26 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: juju (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to juju in Ubuntu. https://bugs.launchpad.net/bugs/1190986

[Bug 1190986] Re: ERROR Nonce already used

2014-08-26 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: juju (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/1190986 Title: ERROR

[Bug 1190986] Re: ERROR Nonce already used

2014-08-26 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: juju (Ubuntu Saucy) 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/1190986 Title:

[Bug 1190986] Re: ERROR Nonce already used

2014-08-21 Thread Ian Booth
** Changed in: juju-core Assignee: (unassigned) = Ian Booth (wallyworld) ** Changed in: juju-core Status: Triaged = In Progress -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to juju in Ubuntu.

[Bug 1190986] Re: ERROR Nonce already used

2014-08-21 Thread Ian Booth
** Changed in: juju-core Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to juju in Ubuntu. https://bugs.launchpad.net/bugs/1190986 Title: ERROR Nonce already used To manage notifications

[Bug 1190986] Re: ERROR Nonce already used

2014-08-21 Thread Ian Booth
** Changed in: juju-core Assignee: (unassigned) = Ian Booth (wallyworld) ** Changed in: juju-core Status: Triaged = In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1190986

[Bug 1190986] Re: ERROR Nonce already used

2014-08-21 Thread Ian Booth
** Changed in: juju-core Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1190986 Title: ERROR Nonce already used To manage notifications about this bug go

[Bug 1190986] Re: ERROR Nonce already used

2014-08-20 Thread David Britton
Got another instance maybe? maas package version: 1.6.1+bzr2548-0ubuntu1~ppa1 ERROR 2014-08-19 20:01:18,871 maasserver Exception: 'Nonce already used: 48723931' ERROR 2014-08-19 20:01:18,871 maasserver Traceback (most recent

[Bug 1190986] Re: ERROR Nonce already used

2014-08-20 Thread David Britton
comment #9 was while running juju bootstrap -v -- 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/1190986 Title: ERROR Nonce already used To manage notifications about this bug go to:

[Bug 1190986] Re: ERROR Nonce already used

2014-08-20 Thread Greg Lutostanski
Since it was hit while running juju I'm inclined to believe that it is because http://bazaar.launchpad.net/~juju/gomaasapi/trunk/view/head:/oauth.go is still using the old nonce generation method ([0-9]{8} rather than uuid) which is much more collision prone. -- You received this bug

[Bug 1190986] Re: ERROR Nonce already used

2014-08-20 Thread Andres Rodriguez
** Also affects: juju-core Importance: Undecided Status: New ** Also affects: juju (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.

[Bug 1190986] Re: ERROR Nonce already used

2014-08-20 Thread Andres Rodriguez
https://code.launchpad.net/~lutostag/gomaasapi/fix_nonce_generation/+merge/231638 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to juju in Ubuntu. https://bugs.launchpad.net/bugs/1190986 Title: ERROR Nonce already used To manage

[Bug 1190986] Re: ERROR Nonce already used

2014-08-20 Thread Ian Booth
** Changed in: juju-core Milestone: None = 1.21-alpha1 ** Changed in: juju-core Milestone: 1.21-alpha1 = 1.20.6 ** Changed in: juju-core Importance: Undecided = High ** Changed in: juju-core Status: New = Triaged -- You received this bug notification because you are a member

[Bug 1190986] Re: ERROR Nonce already used

2014-08-20 Thread David Britton
Got another instance maybe? maas package version: 1.6.1+bzr2548-0ubuntu1~ppa1 ERROR 2014-08-19 20:01:18,871 maasserver Exception: 'Nonce already used: 48723931' ERROR 2014-08-19 20:01:18,871 maasserver Traceback (most recent

[Bug 1190986] Re: ERROR Nonce already used

2014-08-20 Thread David Britton
comment #9 was while running juju bootstrap -v -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1190986 Title: ERROR Nonce already used To manage notifications about this bug go to:

[Bug 1190986] Re: ERROR Nonce already used

2014-08-20 Thread Greg Lutostanski
Since it was hit while running juju I'm inclined to believe that it is because http://bazaar.launchpad.net/~juju/gomaasapi/trunk/view/head:/oauth.go is still using the old nonce generation method ([0-9]{8} rather than uuid) which is much more collision prone. -- You received this bug

[Bug 1190986] Re: ERROR Nonce already used

2014-08-20 Thread Andres Rodriguez
** Also affects: juju-core Importance: Undecided Status: New ** Also affects: juju (Ubuntu) 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/1190986

[Bug 1190986] Re: ERROR Nonce already used

2014-08-20 Thread Andres Rodriguez
https://code.launchpad.net/~lutostag/gomaasapi/fix_nonce_generation/+merge/231638 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1190986 Title: ERROR Nonce already used To manage notifications

[Bug 1190986] Re: ERROR Nonce already used

2014-08-20 Thread Ian Booth
** Changed in: juju-core Milestone: None = 1.21-alpha1 ** Changed in: juju-core Milestone: 1.21-alpha1 = 1.20.6 ** Changed in: juju-core Importance: Undecided = High ** Changed in: juju-core Status: New = Triaged -- You received this bug notification because you are a member

[Bug 1190986] Re: ERROR Nonce already used

2014-08-19 Thread Julian Edwards
** Changed in: maas/1.6 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/1190986 Title: ERROR Nonce already used To manage notifications

[Bug 1190986] Re: ERROR Nonce already used

2014-08-19 Thread Julian Edwards
** Changed in: maas/1.6 Status: Fix Committed = 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/1190986 Title: ERROR Nonce already used To manage notifications about this bug go

[Bug 1190986] Re: ERROR Nonce already used

2014-07-30 Thread Julian Edwards
** Changed in: maas/1.5 Status: Fix Committed = Fix Released ** Changed in: maas/trunk Milestone: 1.6.1 = None ** Changed in: maas/trunk Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 1190986] Re: ERROR Nonce already used

2014-07-30 Thread Julian Edwards
** Changed in: maas/1.5 Status: Fix Committed = Fix Released ** Changed in: maas/trunk Milestone: 1.6.1 = None ** Changed in: maas/trunk Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1190986] Re: ERROR Nonce already used

2014-07-14 Thread Julian Edwards
** Also affects: maas/1.5 Importance: Undecided Status: New ** Also affects: maas/1.6 Importance: Undecided Status: New ** Also affects: maas/trunk Importance: High Assignee: Raphaël Badin (rvb) Status: Fix Released ** Changed in: maas/trunk Assignee:

[Bug 1190986] Re: ERROR Nonce already used

2014-07-14 Thread Launchpad Bug Tracker
** Branch linked: lp:~julian-edwards/maas/nonce-fix-bug-1190986 -- 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/1190986 Title: ERROR Nonce already used To manage notifications about

[Bug 1190986] Re: ERROR Nonce already used

2014-07-14 Thread MaaS Lander
** Changed in: maas/trunk Status: In Progress = Fix Committed -- 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/1190986 Title: ERROR Nonce already used To manage notifications

[Bug 1190986] Re: ERROR Nonce already used

2014-07-14 Thread Launchpad Bug Tracker
** Branch linked: lp:~julian-edwards/maas/1.6-nonce-fix-bug-1190986 -- 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/1190986 Title: ERROR Nonce already used To manage notifications

[Bug 1190986] Re: ERROR Nonce already used

2014-07-14 Thread Launchpad Bug Tracker
** Branch linked: lp:~julian-edwards/maas/1.5 -- 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/1190986 Title: ERROR Nonce already used To manage notifications about this bug go to:

[Bug 1190986] Re: ERROR Nonce already used

2014-07-14 Thread MaaS Lander
** Changed in: maas/1.5 Status: In Progress = Fix Committed ** Changed in: maas/1.6 Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu.

[Bug 1190986] Re: ERROR Nonce already used

2014-07-14 Thread Launchpad Bug Tracker
** Branch linked: lp:~julian-edwards/maas/nonce-fix-bug-1190986 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1190986 Title: ERROR Nonce already used To manage notifications about this bug go to:

[Bug 1190986] Re: ERROR Nonce already used

2014-07-14 Thread Julian Edwards
** Also affects: maas/1.5 Importance: Undecided Status: New ** Also affects: maas/1.6 Importance: Undecided Status: New ** Also affects: maas/trunk Importance: High Assignee: Raphaël Badin (rvb) Status: Fix Released ** Changed in: maas/trunk Assignee:

[Bug 1190986] Re: ERROR Nonce already used

2014-07-14 Thread MaaS Lander
** Changed in: maas/trunk Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1190986 Title: ERROR Nonce already used To manage notifications about this bug go

[Bug 1190986] Re: ERROR Nonce already used

2014-07-14 Thread Launchpad Bug Tracker
** Branch linked: lp:~julian-edwards/maas/1.6-nonce-fix-bug-1190986 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1190986 Title: ERROR Nonce already used To manage notifications about this bug go

[Bug 1190986] Re: ERROR Nonce already used

2014-07-14 Thread Launchpad Bug Tracker
** Branch linked: lp:~julian-edwards/maas/1.5 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1190986 Title: ERROR Nonce already used To manage notifications about this bug go to:

[Bug 1190986] Re: ERROR Nonce already used

2014-07-14 Thread MaaS Lander
** Changed in: maas/1.5 Status: In Progress = Fix Committed ** Changed in: maas/1.6 Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1190986 Title:

[Bug 1190986] Re: ERROR Nonce already used

2014-07-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~lutostag/maas/trunk+nonce-generation-fix -- 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/1190986 Title: ERROR Nonce already used To manage notifications about

[Bug 1190986] Re: ERROR Nonce already used

2014-07-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~lutostag/maas/trunk+nonce-generation-fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1190986 Title: ERROR Nonce already used To manage notifications about this bug go to:

[Bug 1190986] Re: ERROR Nonce already used

2014-07-10 Thread Launchpad Bug Tracker
** Branch linked: lp:~lutostag/maas/1.5+nonce-generation-fix -- 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/1190986 Title: ERROR Nonce already used To manage notifications about this

[Bug 1190986] Re: ERROR Nonce already used

2014-07-10 Thread Launchpad Bug Tracker
** Branch linked: lp:~lutostag/maas/1.5+nonce-generation-fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1190986 Title: ERROR Nonce already used To manage notifications about this bug go to:

[Bug 1190986] Re: ERROR Nonce already used

2014-04-16 Thread Julian Edwards
** Changed in: maas 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/1190986 Title: ERROR Nonce already used To manage notifications about

[Bug 1190986] Re: ERROR Nonce already used

2014-04-16 Thread Julian Edwards
** Changed in: maas Status: Fix Committed = 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/1190986 Title: ERROR Nonce already used To manage notifications about this bug go to:

[Bug 1190986] Re: ERROR Nonce already used

2014-01-16 Thread Raphaël Badin
If you're using a earlier version of MAAS that doesn't contain the fix yet, it's easy to reproduce the fix: Save the script from http://paste.ubuntu.com/6762313/ into nonces_cleanup.py and then run it using cron, every 5 minutes: cat nonces_cleanup.py | sudo maas shell Note that the cleanup

[Bug 1190986] Re: ERROR Nonce already used

2014-01-16 Thread Raphaël Badin
If you're using a earlier version of MAAS that doesn't contain the fix yet, it's easy to reproduce the fix: Save the script from http://paste.ubuntu.com/6762313/ into nonces_cleanup.py and then run it using cron, every 5 minutes: cat nonces_cleanup.py | sudo maas shell Note that the cleanup

[Bug 1190986] Re: ERROR Nonce already used

2014-01-15 Thread Julian Edwards
** Changed in: maas Milestone: None = 14.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/1190986 Title: ERROR Nonce already used To manage notifications about this bug go to:

[Bug 1190986] Re: ERROR Nonce already used

2014-01-15 Thread Julian Edwards
** Changed in: maas Milestone: None = 14.04 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1190986 Title: ERROR Nonce already used To manage notifications about this bug go to:

[Bug 1190986] Re: ERROR Nonce already used

2013-10-17 Thread James Page
** Changed in: maas (Ubuntu Saucy) Status: New = Triaged ** Changed in: maas (Ubuntu Saucy) Importance: Undecided = Medium -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu.

[Bug 1190986] Re: ERROR Nonce already used

2013-10-17 Thread James Page
** Changed in: maas (Ubuntu Saucy) Status: New = Triaged ** Changed in: maas (Ubuntu Saucy) Importance: Undecided = Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1190986 Title:

[Bug 1190986] Re: ERROR Nonce already used

2013-10-16 Thread James Page
** Also affects: maas (Ubuntu) Importance: Undecided Status: New ** Also affects: maas (Ubuntu Saucy) 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.

[Bug 1190986] Re: ERROR Nonce already used

2013-10-16 Thread James Page
** Also affects: maas (Ubuntu) Importance: Undecided Status: New ** Also affects: maas (Ubuntu Saucy) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.