[Bug 875525] Re: cgroup-bin upstart job does not handle the package being removed but not purged properly
Clint Byrum
clint at fewbar.com
Fri Oct 21 17:52:10 UTC 2011
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
More information about the Ubuntu-server-bugs
mailing list