[Bug 875525] Re: cgroup-bin upstart job does not handle the package being removed but not purged properly

2012-01-04 Thread Launchpad Bug Tracker
This bug was fixed in the package libcgroup - 0.37.1-1ubuntu9

---
libcgroup (0.37.1-1ubuntu9) precise; urgency=low

  * Don't run upstart jobs if package has been removed but not purged.
(LP: #875525)
 -- Serge Hallyn serge.hal...@ubuntu.com   Wed, 04 Jan 2012 11:11:19 -0600

** Changed in: libcgroup (Ubuntu)
   Status: In Progress = Fix Released

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

Title:
  cgroup-bin upstart job does not handle the package being removed but
  not purged properly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libcgroup/+bug/875525/+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 875525] Re: cgroup-bin upstart job does not handle the package being removed but not purged properly

2011-12-19 Thread Serge Hallyn
** Changed in: libcgroup (Ubuntu)
   Status: Confirmed = In Progress

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

Title:
  cgroup-bin upstart job does not handle the package being removed but
  not purged properly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libcgroup/+bug/875525/+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 875525] Re: cgroup-bin upstart job does not handle the package being removed but not purged properly

2011-12-19 Thread Launchpad Bug Tracker
** Branch linked: lp:~serge-hallyn/ubuntu/precise/libcgroup/fix-startup-
after-remove

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

Title:
  cgroup-bin upstart job does not handle the package being removed but
  not purged properly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libcgroup/+bug/875525/+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 875525] Re: cgroup-bin upstart job does not handle the package being removed but not purged properly

2011-10-21 Thread Clint Byrum
Excerpts from Serge Hallyn's message of Thu Oct 20 13:40:04 UTC 2011:
 @Clint,
 
 Note that I don't see any other upstart jobs (ssh, libvirt-bin, etc)
 doing this.
 
 For cgroup-bin, just to make sure I'm understanding right, should it do
 'stop; exit 0;' if the binary is not found?

Err, are you sure ssh doesn't do it?

test -x /usr/sbin/sshd || { stop; exit 0; }


Thats the first line of the pre-start of ssh.conf. Should do a similar
thing with cgconfigparser.

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

Title:
  cgroup-bin upstart job does not handle the package being removed but
  not purged properly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libcgroup/+bug/875525/+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 875525] Re: cgroup-bin upstart job does not handle the package being removed but not purged properly

2011-10-20 Thread Serge Hallyn
Jinkeys, so they are.  Thanks.

** Changed in: libcgroup (Ubuntu)
   Status: Incomplete = Confirmed

** Changed in: libcgroup (Ubuntu)
   Importance: Low = Medium

** Changed in: libcgroup (Ubuntu)
   Importance: Medium = High

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

Title:
  cgroup-bin upstart job does not handle the package being removed but
  not purged properly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libcgroup/+bug/875525/+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 875525] Re: cgroup-bin upstart job does not handle the package being removed but not purged properly

2011-10-20 Thread Serge Hallyn
@Clint,

Note that I don't see any other upstart jobs (ssh, libvirt-bin, etc)
doing this.

For cgroup-bin, just to make sure I'm understanding right, should it do
'stop; exit 0;' if the binary is not found?

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

Title:
  cgroup-bin upstart job does not handle the package being removed but
  not purged properly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libcgroup/+bug/875525/+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 875525] Re: cgroup-bin upstart job does not handle the package being removed but not purged properly

2011-10-19 Thread Serge Hallyn
Hi Clint,

is it really valid to require an upstart job for package X to check that
other scripts installed by package X are in fact installed?

If so this is trivial to add, but it seems over the top to worry about
the upstart job failing (with no further ill effects on the host, IIUC)
if the package is in a bad state.  Put another way, you say the upstart
job should 'exit gracefully', but really the upstart job should fail
under this condition!

(Or have I misunderstood the scenario?)

** Changed in: libcgroup (Ubuntu)
   Importance: Undecided = Low

** Changed in: libcgroup (Ubuntu)
   Status: New = Incomplete

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

Title:
  cgroup-bin upstart job does not handle the package being removed but
  not purged properly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libcgroup/+bug/875525/+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 875525] Re: cgroup-bin upstart job does not handle the package being removed but not purged properly

2011-10-19 Thread Clint Byrum
Excerpts from Serge Hallyn's message of Wed Oct 19 18:38:35 UTC 2011:
 Hi Clint,
 
 is it really valid to require an upstart job for package X to check that
 other scripts installed by package X are in fact installed?
 
 If so this is trivial to add, but it seems over the top to worry about
 the upstart job failing (with no further ill effects on the host, IIUC)
 if the package is in a bad state.  Put another way, you say the upstart
 job should 'exit gracefully', but really the upstart job should fail
 under this condition!
 

Its required by policy. Upstart jobs are conffiles, and so are not
removed until a package is *purged*.. even though the binaries are.

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

Title:
  cgroup-bin upstart job does not handle the package being removed but
  not purged properly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libcgroup/+bug/875525/+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 875525] Re: cgroup-bin upstart job does not handle the package being removed but not purged properly

2011-10-16 Thread Clint Byrum
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libcgroup in Ubuntu.
https://bugs.launchpad.net/bugs/875525

Title:
  cgroup-bin upstart job does not handle the package being removed but
  not purged properly

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