Your message dated Mon, 16 Oct 2006 04:17:16 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#291949: fixed in spfmilter 1.99+0.97-1 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: spfmilter Version: 1.99+0.95-4 The restart branch in /etc/init.d/spfmilter contains the same problem as descriped in bug nr 290015. I modified the script, but i see, that the restart doesn't work correctly, because sometimes, there a no spfmilter processes after restart. If i raise the sleep time between stop and start, then the restart process is working. In my attached patch, i create a loop testing the pid file. There could be one error situation: stopping the spfmilter and the pid file will not be removed. Regards Herbert Straub diff -u /etc/init.d/spfmilter.ORIG /etc/init.d/spfmilter --- /etc/init.d/spfmilter.ORIG 2005-01-24 07:31:51.000000000 +0100 +++ /etc/init.d/spfmilter 2005-01-24 07:38:29.000000000 +0100 @@ -34,15 +34,17 @@ stop) echo -n "Stopping $DESC: " start-stop-daemon --stop --exec $DAEMON + while ( [ -e $RUNDIR/$NAME.pid ] ); do + echo "sleeping 1 second" + sleep 1 + done + echo "$NAME." ;; restart|force-reload) echo -n "Restarting $DESC: " - start-stop-daemon --stop --exec $DAEMON - sleep 1 - start-stop-daemon --start --quiet --exec $DAEMON -- \ - --user $USER --pidfile $RUNDIR/$NAME.pid \ - $DAEMON_OPTS $RUNDIR/$NAME.sock + $0 stop + $0 start echo "$NAME." ;; *)
--- End Message ---
--- Begin Message ---Source: spfmilter Source-Version: 1.99+0.97-1 We believe that the bug you reported is fixed in the latest version of spfmilter, which is due to be installed in the Debian FTP archive: spfmilter_1.99+0.97-1.diff.gz to pool/main/s/spfmilter/spfmilter_1.99+0.97-1.diff.gz spfmilter_1.99+0.97-1.dsc to pool/main/s/spfmilter/spfmilter_1.99+0.97-1.dsc spfmilter_1.99+0.97-1_i386.deb to pool/main/s/spfmilter/spfmilter_1.99+0.97-1_i386.deb spfmilter_1.99+0.97.orig.tar.gz to pool/main/s/spfmilter/spfmilter_1.99+0.97.orig.tar.gz 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. Mike Markley <[EMAIL PROTECTED]> (supplier of updated spfmilter 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: Sat, 14 Oct 2006 15:44:29 -0700 Source: spfmilter Binary: spfmilter Architecture: source i386 Version: 1.99+0.97-1 Distribution: unstable Urgency: low Maintainer: Mike Markley <[EMAIL PROTECTED]> Changed-By: Mike Markley <[EMAIL PROTECTED]> Description: spfmilter - A simple milter for performing SPF checks Closes: 291949 392307 392885 Changes: spfmilter (1.99+0.97-1) unstable; urgency=low . * New upstream version. * Patch init script to create /var/run/spfmilter if needed (Closes: #392307) * Doc fix (sample sendmail config) (Closes: #392885) * Use start-stop-daemon's --retry so init script waits for processes to die (Closes: #291949) Files: f2704aa1f8468d5f087ad4d5c1add117 619 mail extra spfmilter_1.99+0.97-1.dsc 7ad55e272ad71247f89356a12fdd42d4 56263 mail extra spfmilter_1.99+0.97.orig.tar.gz 428169aca4e8ece4a2e88397c9af6234 4848 mail extra spfmilter_1.99+0.97-1.diff.gz 094f42681ca898a8ebca80acc503bf3c 22452 mail extra spfmilter_1.99+0.97-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFMYtmd6jzajsEcIQRAgqlAKCg3brshPZuy6w/9cPm1IjTVPGRUACg2cTI d5NgIam5u7lhDN4fn0CZjKM= =A+ZU -----END PGP SIGNATURE-----
--- End Message ---

