[Bug 1592505] Re: stack trace on reboot with NoCloud datasource on reboot

2016-08-10 Thread Scott Moser
** Changed in: cloud-init
   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/1592505

Title:
  stack trace on reboot with NoCloud datasource on reboot

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1592505/+subscriptions

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


[Bug 1592505] Re: stack trace on reboot with NoCloud datasource on reboot

2016-07-21 Thread Scott Moser
fix committed in revno 1241

** Changed in: cloud-init
   Status: Confirmed => Fix Committed

** Changed in: cloud-init
 Assignee: (unassigned) => Scott Moser (smoser)

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

Title:
  stack trace on reboot with NoCloud datasource on reboot

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1592505/+subscriptions

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


[Bug 1592505] Re: stack trace on reboot with NoCloud datasource on reboot

2016-06-15 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 0.7.7~bzr1242-0ubuntu1

---
cloud-init (0.7.7~bzr1242-0ubuntu1) yakkety; urgency=medium

  * d/control: Build-Depends on python3-unittest2
  * New upstream snapshot.
- DataSourceNoCloud: fix stack trace on reboot, default to dsmode=net
  (LP: #1592505)
- support network rendering to sysconfig (for centos and RHEL)
- fix errors reported by pylint
- move 'main' into cloudinit.cmd for easier testing. use
  setuptools entry_points for creating executable.
- Remove trailing dot from GCE metadata URL (LP: #1581200)
- Change missing Cheetah log warning to debug [Andrew Jorgensen]
- make networking config provided in system config override datasource.
  (LP: #1590104)

 -- Scott Moser   Thu, 16 Jun 2016 00:07:12 -0400

** Changed in: cloud-init (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/1592505

Title:
  stack trace on reboot with NoCloud datasource on reboot

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1592505/+subscriptions

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


[Bug 1592505] Re: stack trace on reboot with NoCloud datasource on reboot

2016-06-15 Thread Launchpad Bug Tracker
** Branch linked: lp:~smoser/ubuntu/yakkety/cloud-init/pkg

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

Title:
  stack trace on reboot with NoCloud datasource on reboot

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1592505/+subscriptions

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


[Bug 1592505] Re: stack trace on reboot with NoCloud datasource on reboot

2016-06-15 Thread Launchpad Bug Tracker
** Branch linked: lp:cloud-init

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

Title:
  stack trace on reboot with NoCloud datasource on reboot

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1592505/+subscriptions

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


[Bug 1592505] Re: stack trace on reboot with NoCloud datasource on reboot

2016-06-15 Thread Scott Moser
** Changed in: cloud-init (Ubuntu)
   Status: New => Confirmed

** Changed in: cloud-init (Ubuntu)
   Importance: Undecided => Critical

** Also affects: cloud-init
   Importance: Undecided
   Status: New

** Changed in: cloud-init
   Status: New => Confirmed

** Changed in: cloud-init
   Importance: Undecided => Critical

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

Title:
  stack trace on reboot with NoCloud datasource on reboot

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1592505/+subscriptions

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


[Bug 1592505] Re: stack trace on reboot with NoCloud datasource on reboot

2016-06-15 Thread Launchpad Bug Tracker
** Branch linked: lp:~smoser/cloud-init/trunk.1592505

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

Title:
  stack trace on reboot with NoCloud datasource on reboot

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1592505/+subscriptions

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


[Bug 1592505] Re: stack trace on reboot with NoCloud datasource on reboot

2016-06-14 Thread Scott Moser
This was recreatable in xenial lxc (no yakkety lxc images yet) with:

$ lxc launch xenial x1
$ sleep 10
$ lxc exec x1 -- sh -c 'add-apt-repository -y ppa:cloud-init-dev/daily && 
apt-get update && apt-get install cloud-init'
$ lxc exec x1 -- sh -c '( cd /var/lib/cloud/ && for d in *; do [ "$d" = "seed" 
] || rm -Rf $d; done ); rm -Rf /var/log/cloud*'
$ lxc exec x1 reboot

the above basically cleans the image making it think its first boot.
Then, one more time:

$ lxc exec x1 reboot

$ lxc exec x1 grep WARN /var/log/cloud-init.log

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

Title:
  stack trace on reboot with NoCloud datasource on reboot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1592505/+subscriptions

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