Your message dated Thu, 07 Jun 2007 13:47:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#324679: fixed in sysklogd 1.4.1-21
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: sysklogd
Version: 1.4.1-17
Severity: wishlist
Tags: patch
To be able to check boot script order, and also to be able to start
boot scripts in parallel, it is important to know the dependencies of
the various boot scripts. The Linux Software Base specifies a init.d
header file format useful for this purpose, and adding such header to
the sysklogd and klogd init.d script would make it possible for me to
use this information to check the current sequence and speed up the
debian boot.
<URL:http://refspecs.freestandards.org/LSB_2.1.0/LSB-generic/LSB-generic/initscrcomconv.html>
documents the LSB header format.
Here is a patch to document the dependencies of sysklogd and klogd.
As far as I can tell, sysklogd only need the local file system and
should have a working network if network is enabled, and klogd only
depend on a working syslog daemon. Both services should be running
for all runlevels except 0 (halt) and 6 (reboot). The patch reflect
these findings.
diff -ur sysklogd-1.4.1/debian/rc sysklogd-1.4.1-pere/debian/rc
--- sysklogd-1.4.1/debian/rc Tue Aug 23 14:38:21 2005
+++ sysklogd-1.4.1-pere/debian/rc Tue Aug 23 14:52:35 2005
@@ -1,5 +1,16 @@
#! /bin/sh
-# /etc/init.d/sysklogd: start the system log daemon.
+### BEGIN INIT INFO
+# Provides: sysklogd syslog
+# Required-Start: $local_fs
+# Required-Stop: $local_fs
+# Should-Start: $network
+# Should-Stop: $network
+# Default-Start: S 1 2 3 4 5
+# Default-Stop: 0 6
+# Short-Description: start the system log daemon.
+# Description: receive syslog messages and store them to disk or
+# send them off to other syslog serviers.
+### END INIT INFO
PATH=/bin:/usr/bin:/sbin:/usr/sbin
diff -ur sysklogd-1.4.1/debian/rc.klogd sysklogd-1.4.1-pere/debian/rc.klogd
--- sysklogd-1.4.1/debian/rc.klogd Tue Aug 23 14:38:21 2005
+++ sysklogd-1.4.1-pere/debian/rc.klogd Tue Aug 23 14:42:23 2005
@@ -1,5 +1,13 @@
#! /bin/sh
-# /etc/init.d/klogd: start the kernel log daemon.
+### BEGIN INIT INFO
+# Provides: klogd
+# Required-Start: $syslog
+# Required-Stop: $syslog
+# Default-Start: S 1 2 3 4 5
+# Default-Stop: 0 6
+# Short-Description: start the kernel log daemon.
+# Description: reads kernel messages and pass them on to syslog.
+### END INIT INFO
PATH=/bin:/usr/bin:/sbin:/usr/sbin
--- End Message ---
--- Begin Message ---
Source: sysklogd
Source-Version: 1.4.1-21
We believe that the bug you reported is fixed in the latest version of
sysklogd, which is due to be installed in the Debian FTP archive:
klogd_1.4.1-21_i386.deb
to pool/main/s/sysklogd/klogd_1.4.1-21_i386.deb
sysklogd_1.4.1-21.diff.gz
to pool/main/s/sysklogd/sysklogd_1.4.1-21.diff.gz
sysklogd_1.4.1-21.dsc
to pool/main/s/sysklogd/sysklogd_1.4.1-21.dsc
sysklogd_1.4.1-21_i386.deb
to pool/main/s/sysklogd/sysklogd_1.4.1-21_i386.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Martin Schulze <[EMAIL PROTECTED]> (supplier of updated sysklogd 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 [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Thu, 07 Jun 2007 15:32:46 +0200
Source: sysklogd
Binary: sysklogd klogd
Architecture: source i386
Version: 1.4.1-21
Distribution: unstable
Urgency: low
Maintainer: Martin Schulze <[EMAIL PROTECTED]>
Changed-By: Martin Schulze <[EMAIL PROTECTED]>
Description:
klogd - Kernel Logging Daemon
sysklogd - System Logging Daemon
Closes: 225783 226611 324679 338914 370406 409834 412641 420689 420690 427596
Changes:
sysklogd (1.4.1-21) unstable; urgency=low
.
* Adjusted the permissions for default files (closes: Bug#420689,
Bug#420690, Bug#370406)
* Adjusted default file size limit in syslogd-listfiles (closes: Bug#412641,
Bug#225783)
* Optimised default configuration in syslog.conf (closes: Bug#409834)
* Only play with the network when the syslog port can be determined.
Ignore networking otherwise, but continue working. (closes: Bug#226611)
* Use log_success_msg provided by the init functions
* Removed note about devfsd in init.d/sysklogd
* Improved cron scripts to cope with no files to rotate
* Updated init.d files wrt. LSB dependency information (closes: Bug#324679)
* Removed uucp facility since not even the uucp package logs via this
facility. (closes: Bug#338914)
* Added build-dependency against linux-kernel-headers (closes: Bug#427596)
Files:
27654ab74ae096e09fa34a0e7f03f7bd 575 admin important sysklogd_1.4.1-21.dsc
0c9c4e20959c23948bf4494c917c9bc7 27244 admin important
sysklogd_1.4.1-21.diff.gz
a61d4e2cf3cab46d4b90706d2f4e9dc1 58548 admin important
sysklogd_1.4.1-21_i386.deb
12d8d07cba91c27a8ad9fcadf7ef55a8 39492 admin important klogd_1.4.1-21_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGaAmQW5ql+IAeqTIRAm6dAJ0Sz/CzF2g2d0V7jPHRmRJ6cn0zRgCeJMM8
Kqn5s9HRsrFl7IlLLTUcT68=
=y9Bu
-----END PGP SIGNATURE-----
--- End Message ---