Your message dated Fri, 31 Aug 2012 10:37:43 -0500
with message-id 
<cageveveqmghttwgtwhbctbp83foygerj26srtdrbixwcch2...@mail.gmail.com>
and subject line Fixed in sshguard 1.5-2~bpo60+2
has caused the Debian Bug report #654563,
regarding sshguard: init script fails when more than one log file is defined in 
default config file
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.)


-- 
654563: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=654563
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: sshguard
Version: 1.5-2~bpo60+1
Severity: normal



-- System Information:
Debian Release: 6.0.3
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



If you define LOGFILES="/var/log/auth.log /var/log/proftpd/proftpd.log"  in 
/etc/default/sshguard , the script fails with message "No valid logs to scan by 
sshguard, exiting".

This is because of this line in /etc/init.d/sshguard:

for logfile in "$LOGFILES"; do [ -r "$logfile" ] && DAEMON_ARGS="$DAEMON_ARGS 
-l $logfile" && LOGS=$((LOGS+1)); done

Fix is to change that line to

for logfile in $LOGFILES; do [ -r "$logfile" ] && DAEMON_ARGS="$DAEMON_ARGS -l 
$logfile" && LOGS=$((LOGS+1)); done



--- End Message ---
--- Begin Message ---
Package: sshguard
Version: 1.5-2~bpo60+2

Closing these bugs by hand, I don't know why the BTS didn't close them.

Kind regards,

-- 
Julián Moreno Patiño
Debian Developer
 .''`. Debian GNU/{Linux,KfreeBSD}
: :' : Free Operating Systems
`. `'  http://debian.org/
  `-   GPG Fingerprint:
C2C8 904E 314C D8FA 041D 9B00 D5FD FC15 6168 BF60
Registered GNU Linux User ID 488513

--- End Message ---

Reply via email to