Your message dated Tue, 25 Jan 2011 15:55:39 +0000
with message-id <[email protected]>
and subject line
has caused the Debian Bug report #538720,
regarding dansguardian: Restart fails
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.)
--
538720: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=538720
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: dansguardian
Version: 2.10.1.1-1
Severity: normal
'/etc/init.d/dansguardian restart' always fails.
'/etc/init.d/dansguardian stop' followed by '/etc/init.d/dansguardian
start' works.
The attached patch should fix the problem.
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages dansguardian depends on:
ii adduser 3.110 add and remove users and groups
ii clamav 0.95.2+dfsg-4 anti-virus utility for Unix - comm
ii libbz2-1.0 1.0.5-3 high-quality block-sorting file co
ii libc6 2.9-21 GNU C Library: Shared libraries
ii libclamav6 0.95.2+dfsg-4 anti-virus utility for Unix - libr
ii libgcc1 1:4.4.1-1 GCC support library
ii libpcre3 7.8-2 Perl 5 Compatible Regular Expressi
ii libstdc++6 4.4.1-1 The GNU Standard C++ Library v3
ii libtommath0 0.39-3 multiple-precision integer library
ii perl 5.10.0-24 Larry Wall's Practical Extraction
ii zlib1g 1:1.2.3.3.dfsg-14 compression library - runtime
dansguardian recommends no packages.
Versions of packages dansguardian suggests:
ii clamav-freshclam 0.95.2+dfsg-4 anti-virus utility for Unix - viru
ii squid 2.7.STABLE6-2 Internet object cache (WWW proxy c
-- no debconf information
--
Byron Clark
--- dansguardian.orig 2009-07-26 08:29:31.000000000 -0600
+++ dansguardian 2009-07-26 08:29:54.000000000 -0600
@@ -72,8 +72,8 @@
#
echo -n "Restarting $DESC: "
log_daemon_msg "Restarting $DESC: "
- start-stop-daemon --stop --quiet --retry 15 --oknodo --pidfile \
- --retry 15 /var/run/$NAME.pid --exec $DAEMON || log_end_msg 1
+ start-stop-daemon --stop --quiet --retry 15 --oknodo \
+ --pidfile /var/run/$NAME.pid --exec $DAEMON || log_end_msg 1
start-stop-daemon --start --quiet --pidfile \
/var/run/$NAME.pid --exec $DAEMON || log_end_msg 1
log_end_msg 0
--- End Message ---
--- Begin Message ---
Version: 2.10.1.1-3
This bug has been fixed in #605934.
thanks
--- End Message ---