Your message dated Fri, 05 Mar 2010 21:46:05 +0000
with message-id <e1nnflr-0001qq...@ries.debian.org>
and subject line Bug#549480: fixed in libcgroup 0.35-1
has caused the Debian Bug report #549480,
regarding cgroup-bin: Incorrect init.d script dependencies
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
549480: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=549480
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: cgroup-bin
Version: 0.34-1
Severity: serious
Tags: patch
User: initscripts-ng-de...@lists.alioth.debian.org
Usertags: incorrect-dependency
With dependency based boot sequencing, I discovered what I believe is
a bug in the init.d scripts of this package. The scripts uses files
in /usr/ and should depend on $remote_fs, and used to start after
syslog and should probably depend on $syslog to continue to do so.
The cgred script have a bogus dependency on $cgconfig, which should
loose the virtual facility indicator ($).
This patch should solve the issue. Setting severity to serious, as
cgred might fail to start after cgconfig with the current
dependencies.
diff -ur ../libcgroup-0.34/scripts/init.d/cgconfig.in
../libcgroup-0.34-pere/scripts/init.d/cgconfig.in
--- ../libcgroup-0.34/scripts/init.d/cgconfig.in 2009-05-08
07:15:25.000000000 +0200
+++ ../libcgroup-0.34-pere/scripts/init.d/cgconfig.in 2009-10-03
19:59:32.000000000 +0200
@@ -21,10 +21,8 @@
### BEGIN INIT INFO
# Provides: cgconfig
-# Required-Start:
-# Required-Stop:
-# Should-Start:
-# Should-Stop:
+# Required-Start: $remote_fs $syslog
+# Required-Stop: $remote_fs $syslog
# Short-Description: start and stop the WLM configuration
# Description: This script allows us to create a default configuration
### END INIT INFO
diff -ur ../libcgroup-0.34/scripts/init.d/cgred.in
../libcgroup-0.34-pere/scripts/init.d/cgred.in
--- ../libcgroup-0.34/scripts/init.d/cgred.in 2009-05-18 10:14:39.000000000
+0200
+++ ../libcgroup-0.34-pere/scripts/init.d/cgred.in 2009-10-03
19:59:55.000000000 +0200
@@ -23,10 +23,8 @@
#
### BEGIN INIT INFO
# Provides: cgrulesengd
-# Required-Start: $local_fs $syslog $cgconfig
-# Required-Stop: $local_fs $syslog
-# Should-Start:
-# Should-Stop:
+# Required-Start: $remote_fs $syslog cgconfig
+# Required-Stop: $remote_fs $syslog
# Short-Description: start and stop the cgroups rules engine daemon
# Description: CGroup Rules Engine is a tool for automatically using \
# cgroups to classify processes
Happy hacking,
--
Petter Reinholdtsen
--- End Message ---
--- Begin Message ---
Source: libcgroup
Source-Version: 0.35-1
We believe that the bug you reported is fixed in the latest version of
libcgroup, which is due to be installed in the Debian FTP archive:
cgroup-bin_0.35-1_amd64.deb
to main/libc/libcgroup/cgroup-bin_0.35-1_amd64.deb
libcgroup-dev_0.35-1_amd64.deb
to main/libc/libcgroup/libcgroup-dev_0.35-1_amd64.deb
libcgroup1_0.35-1_amd64.deb
to main/libc/libcgroup/libcgroup1_0.35-1_amd64.deb
libcgroup_0.35-1.diff.gz
to main/libc/libcgroup/libcgroup_0.35-1.diff.gz
libcgroup_0.35-1.dsc
to main/libc/libcgroup/libcgroup_0.35-1.dsc
libcgroup_0.35.orig.tar.gz
to main/libc/libcgroup/libcgroup_0.35.orig.tar.gz
libpam-cgroup_0.35-1_amd64.deb
to main/libc/libcgroup/libpam-cgroup_0.35-1_amd64.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 549...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Jon Bernard <jbern...@debian.org> (supplier of updated libcgroup package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Fri, 05 Mar 2010 14:49:56 -0500
Source: libcgroup
Binary: libcgroup-dev libcgroup1 libpam-cgroup cgroup-bin
Architecture: source amd64
Version: 0.35-1
Distribution: unstable
Urgency: low
Maintainer: Jon Bernard <jbern...@debian.org>
Changed-By: Jon Bernard <jbern...@debian.org>
Description:
cgroup-bin - Tools to control and monitor control groups
libcgroup-dev - Development libraries to develop applications that utilize
contro
libcgroup1 - A library to control and monitor control groups
libpam-cgroup - A PAM module to move a user session into a cgroup
Closes: 549480
Changes:
libcgroup (0.35-1) unstable; urgency=low
.
* Imported Upstream version 0.35
* Remove manpage for cgclear, included upstream
* Remove obsolete debian patches
* Add missing manpages from upstream
* Update debian/watch to support new upstream versioning scheme
* Run autoreconf before configure
* Stop removing RPATH from certain files, fixed upstream
* Remove chrpath and docbook-to-man from build dependencies
* Bump standards version to 3.8.4, no changes necessary
* Remove redundant section definition for libcgroup1
* debian/libcgroup1.install: replace hardcoded version with wildcard
* debian/libcgroup1.install: include .la file in libcgroup1
* debian/cgroup-bin.manpages: update installed manpages
* Update manpages patch to escape hyphens
* Depend on 'cgconfig' in cgred initscript (Closes: #549480)
* Refresh cgconfig initscript patch
* Include patch tags on vendor patches (DEP3)
Checksums-Sha1:
34efc549d74de2560a56149fe18681a8519977dd 1123 libcgroup_0.35-1.dsc
4fd081bd754a24cd1ed891515bb58422d855f1aa 103641 libcgroup_0.35.orig.tar.gz
1c63da909caf3a3f243b107dec871f7e39b27393 8661 libcgroup_0.35-1.diff.gz
5860891df35f3718d7483382fe27af9eb78a7ecb 8680 libcgroup-dev_0.35-1_amd64.deb
bf430769ef354de34cea8e9fd22cf33947ea99af 35796 libcgroup1_0.35-1_amd64.deb
87a86eb826f1b2f0d6e1740760f82a263eb34462 6324 libpam-cgroup_0.35-1_amd64.deb
c9994d2c5a3cb85ab0ec4150cfd4e34ed7e8ad38 57078 cgroup-bin_0.35-1_amd64.deb
Checksums-Sha256:
aca0896966b45a2abe2105d74112a6bb1b32e2122fe167a3581ea96154320111 1123
libcgroup_0.35-1.dsc
fb2e33dfcdc90fec7defec022bdb8a8e7d890aeb3ce7d4a9a9777ff24b1ae823 103641
libcgroup_0.35.orig.tar.gz
79ddca984bd6638614b833a9cd37898cd1cd2a62e47992873eba3f38abaf06db 8661
libcgroup_0.35-1.diff.gz
90d2ff651cd73e25ac905e3f2780ded4a743ae5cc08224ca7adebc292974e5cc 8680
libcgroup-dev_0.35-1_amd64.deb
909ff4ca333f82043af2bea97772ecd2fff5f264bd9b2de9f44bbe85b9b5ecac 35796
libcgroup1_0.35-1_amd64.deb
f408c45cdd4954aad5f9a2fbb6bcbe82773bbd7b5514fe8742438da97b30fc8f 6324
libpam-cgroup_0.35-1_amd64.deb
ca7ad2e29ea5bbb1e9525cea59a9c24bd2a3381e44498947f8c3ee3756feaa10 57078
cgroup-bin_0.35-1_amd64.deb
Files:
bc11c0b9eb401c3975482469f843a7ba 1123 libs extra libcgroup_0.35-1.dsc
6451c5be60d199f399fcff9a6f83deb0 103641 libs extra libcgroup_0.35.orig.tar.gz
1ecf112b38c78e03e716158562174b31 8661 libs extra libcgroup_0.35-1.diff.gz
ee75923f7fcbb67ca24e9e8ba5eee423 8680 libdevel extra
libcgroup-dev_0.35-1_amd64.deb
7f0fbaefd469a3c293894d6abcf95145 35796 libs extra libcgroup1_0.35-1_amd64.deb
44f8d35e81434838f805d623d108fa00 6324 admin extra
libpam-cgroup_0.35-1_amd64.deb
8dd210b34831cd356fe8a8032cb01e43 57078 admin extra cgroup-bin_0.35-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkuRaZYACgkQwAT2A1kSwn5K4gCePoEsNfzyGfn6vLCXjth/BFGk
5scAoJ9v6fRIC+ejxeVsV0c8MddM5ych
=uSfF
-----END PGP SIGNATURE-----
--- End Message ---