[Bug 941955] Re: util.islxc() method is broken without is-lxc-container

2012-04-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
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/941955

Title:
  util.islxc() method is broken without is-lxc-container

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/941955/+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 941955] Re: util.islxc() method is broken without is-lxc-container

2012-03-09 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/cloud-init

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

Title:
  util.islxc() method is broken without is-lxc-container

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/941955/+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 941955] Re: util.islxc() method is broken without is-lxc-container

2012-03-05 Thread Scott Moser
This was fixed in revno 529.

** Changed in: cloud-init
   Status: Triaged = Fix Committed

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

Title:
  util.islxc() method is broken without is-lxc-container

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/941955/+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 941955] Re: util.islxc() method is broken without is-lxc-container

2012-02-28 Thread Scott Moser
Per stgraber, I should mimic the code in /etc/init/container-detect.conf  [1] 
in the case where there is no 'running-in-container' (which is the new 
replacement for lxc-is-container).
--
[1] 
http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/precise/upstart/precise/view/head:/debian/conf/container-detect.conf

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

Title:
  util.islxc() method is broken without is-lxc-container

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/941955/+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 941955] Re: util.islxc() method is broken without is-lxc-container

2012-02-28 Thread Launchpad Bug Tracker
** Branch linked: lp:cloud-init

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

Title:
  util.islxc() method is broken without is-lxc-container

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/941955/+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 941955] Re: util.islxc() method is broken without is-lxc-container

2012-02-28 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 0.6.3~bzr530-0ubuntu1

---
cloud-init (0.6.3~bzr530-0ubuntu1) precise; urgency=low

  * New upstream snapshot.
- fix DataSourceNoCloud seeded from local or cmdline (LP: #942695)
- change 'islxc' to 'iscontainer' and use 'running-in-container' utility
  from upstart rather than 'lxc-is-container' (LP: #941955)
- Do not fail on bad part handlers, instead catch error and log
 -- Scott Moser smo...@ubuntu.com   Tue, 28 Feb 2012 19:15:19 -0500

** Changed in: cloud-init (Ubuntu)
   Status: Triaged = Fix Released

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

Title:
  util.islxc() method is broken without is-lxc-container

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/941955/+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 941955] Re: util.islxc() method is broken without is-lxc-container

2012-02-27 Thread Scott Moser
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/941955

Title:
  util.islxc() method is broken without is-lxc-container

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/941955/+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 941955] Re: util.islxc() method is broken without is-lxc-container

2012-02-27 Thread Serge Hallyn
(I suspect you know this, but it's kind of hard to find because it's
been renamed and switched packages: you should now use /bin/running-in-
container which ships with upstart)

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

Title:
  util.islxc() method is broken without is-lxc-container

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/941955/+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


Re: [Bug 941955] Re: util.islxc() method is broken without is-lxc-container

2012-02-27 Thread Scott Moser
On Mon, 27 Feb 2012, Serge Hallyn wrote:

 (I suspect you know this, but it's kind of hard to find because it's
 been renamed and switched packages: you should now use /bin/running-in-
 container which ships with upstart)

I did not know this. you probably should lay down a symlink or some other
way handle backward compatibility.

However, the actually i don't have lxc-is-container code is busted
also.

It was expecting to find only a / in the cgroup file that it opened.

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

Title:
  util.islxc() method is broken without is-lxc-container

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/941955/+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 941955] Re: util.islxc() method is broken without is-lxc-container

2012-02-27 Thread Scott Moser
** Also affects: cloud-init
   Importance: Undecided
   Status: New

** Changed in: cloud-init (Ubuntu)
   Status: New = Triaged

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

** Changed in: cloud-init
   Status: New = Triaged

** Changed in: cloud-init (Ubuntu)
   Importance: High = Medium

** Changed in: cloud-init
   Importance: Undecided = Medium

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

Title:
  util.islxc() method is broken without is-lxc-container

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