Your message dated Wed, 23 Sep 2009 22:38:06 +0000
with message-id <[email protected]>
and subject line Bug#541866: fixed in incron 0.5.9-2
has caused the Debian Bug report #541866,
regarding incron: Incorrect runlevels and depends in init.d script
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 [email protected]
immediately.)


-- 
541866: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=541866
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package:  incron
Version:  0.5.5-1
Severity: important
Tags:     patch
User:     [email protected]
Usertags: incorrect-runlevels incorrect-dependency

With dependency based boot sequencing, I discovered what I believe is
a bug in the init.d script.  The list of runlevels in the init.d
header do not match the arguments used by update-rc.d.  Also, the
script need files in /usr/, and thus need to depend on $remote_fs.
Also, the stop action only kills the process, and can leave that to
sendsigs during halt and reboot to speed up the shutdown.

<URL: 
http://refspecs.freestandards.org/LSB_2.1.0/LSB-generic/LSB-generic/initscrcomconv.html
 >
documents the LSB header format.  Some debian notes are available from
<URL: http://wiki.debian.org/LSBInitScripts >.

This patch should solve the issue.  Without it, the init.d might start
to early in the boot sequence, and will start incorrectly from rcS.d/
and fail to stop in runlevel 1.

diff -ur incron-0.5.9/debian/init.d incron-0.5.9-pere/debian/init.d
--- incron-0.5.9/debian/init.d  2009-08-16 21:15:25.000000000 +0200
+++ incron-0.5.9-pere/debian/init.d     2009-08-16 21:16:01.000000000 +0200
@@ -5,12 +5,10 @@

 ### BEGIN INIT INFO
 # Provides:          incron
-# Required-Start:    $local_fs $syslog
-# Required-Stop:     $local_fs $syslog
-# Should-Start:
-# Should-Stop:
-# Default-Start:     S 2 3 4 5
-# Default-Stop:      0 6
+# Required-Start:    $remote_fs $syslog
+# Required-Stop:     $remote_fs $syslog
+# Default-Start:     2 3 4 5
+# Default-Stop:      1
 # Short-Description: File system events scheduler
 ### END INIT INFO

Happy hacking,
--
Petter Reinholdtsen



--- End Message ---
--- Begin Message ---
Source: incron
Source-Version: 0.5.9-2

We believe that the bug you reported is fixed in the latest version of
incron, which is due to be installed in the Debian FTP archive:

incron_0.5.9-2.diff.gz
  to pool/main/i/incron/incron_0.5.9-2.diff.gz
incron_0.5.9-2.dsc
  to pool/main/i/incron/incron_0.5.9-2.dsc
incron_0.5.9-2_amd64.deb
  to pool/main/i/incron/incron_0.5.9-2_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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Emmanuel Bouthenot <[email protected]> (supplier of updated incron 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.8
Date: Wed, 23 Sep 2009 20:27:34 +0000
Source: incron
Binary: incron
Architecture: source amd64
Version: 0.5.9-2
Distribution: unstable
Urgency: low
Maintainer: Emmanuel Bouthenot <[email protected]>
Changed-By: Emmanuel Bouthenot <[email protected]>
Description: 
 incron     - cron-like daemon which handles filesystem events
Closes: 541866
Changes: 
 incron (0.5.9-2) unstable; urgency=low
 .
   * Fix incorrects runlevels and depends in init script (Closes: 541866)
   * Bump Standards-Version to 3.8.3.
   * Minify and clean debian/rules.
   * Add README.source file.
Checksums-Sha1: 
 323d45749b14ff2fc2505dda492376f11b0d0b3e 1195 incron_0.5.9-2.dsc
 e5ea41639b67a8cf3c13100c6667a738c26cce5b 5765 incron_0.5.9-2.diff.gz
 10201ad86e8b2ad2815ca8ec5f8a44df8408df2f 113466 incron_0.5.9-2_amd64.deb
Checksums-Sha256: 
 0f8dfd2446fd54c255c01a13f4995a7a70d2f3695a1cdb48766f079a5794a9c4 1195 
incron_0.5.9-2.dsc
 f1c3fbb079bceff7e148d8341a318c57793f0ca65dc82243b5612ef443c450d6 5765 
incron_0.5.9-2.diff.gz
 c30d1d87bfbf083ceb3c11f6847e16544b33b9b6f13f93b8a0c53c877ea96146 113466 
incron_0.5.9-2_amd64.deb
Files: 
 81404ab83a5cb9401d9e99cfe3b224f9 1195 admin extra incron_0.5.9-2.dsc
 45bac9879f0ee04e85175963889abd59 5765 admin extra incron_0.5.9-2.diff.gz
 5fcee7b7a90a4ee7fdd7bf9b2f30a993 113466 admin extra incron_0.5.9-2_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkq6kXoACgkQpHXqGUFOw26uggCePWHs8mUNOpJDmemqXphg3Vle
BWYAn2itf42WTeRecA+PWNR88aHzI+9d
=rAl2
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to