Package: logcheck
Version: 1.3.15
Followup-For: Bug #657641

Dear Maintainer,
I applied the patch as detailed here, but there is no change in the situation
even after rebooting, I am still getting lots of messages like this
'/usr/sbin/logcheck: line 100: kill: (26603) - No such process' . This is how I
installed the patch.
  if [ -n "$LOCK" ]; then
            debug "cleanup: Killing lockfile-touch - $LOCK"
            kill "$LOCK" && unset LOCK
        fi

Replace the third line with

        kill -0 $LOCK && kill "$LOCK" && unset LOCK

Thank you
Sharon.



-- System Information:
Debian Release: 7.0
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)

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

Versions of packages logcheck depends on:
ii  adduser                                    3.113+nmu3
ii  cron                                       3.0pl1-124
ii  exim4-daemon-light [mail-transport-agent]  4.80-6
ii  lockfile-progs                             0.1.17
ii  logtail                                    1.3.15
ii  mime-construct                             1.11
ii  rsyslog [system-log-daemon]                5.8.11-2

Versions of packages logcheck recommends:
ii  logcheck-database  1.3.15

Versions of packages logcheck suggests:
ii  syslog-summary  1.14-2

-- Configuration Files:
/etc/logcheck/logcheck.conf [Errno 13] Permission denied: 
u'/etc/logcheck/logcheck.conf'
/etc/logcheck/logcheck.logfiles [Errno 13] Permission denied: 
u'/etc/logcheck/logcheck.logfiles'

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to