Package: tiger
Version: 1:3.2.3-11
Severity: normal
Tags: patch

Every couple of hours, I received an email like this from cron:

  Date: Wed,  1 Jan 2014 16:03:26 +1300 (NZDT)
  From: Cron Daemon <root@hostname>
  To: root@hostname
  Subject: Cron <root@hostname>    test -x /usr/sbin/tigercron && { [ -r 
"$DEFAULT" ] && . "$DEFAULT" ;
        nocache ionice -c3 nice -n$NICETIGER /usr/sbin/tigercron -q ; }

  --CONFIG-- [con010c] Filesystem 'pstore' used by 'pstore' is not recognised 
as a valid filesystem

Attached is a patch to silence this warning.

Francois

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.12-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_CA.utf8, LC_CTYPE=fr_CA.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages tiger depends on:
ii  binutils               2.24-2
ii  bsdmainutils           9.0.5
ii  debconf [debconf-2.0]  1.5.52
ii  libc6                  2.17-97
ii  net-tools              1.60-25
ii  ucf                    3.0027+nmu1

Versions of packages tiger recommends:
ii  chkrootkit                      0.49-4.1
pn  john                            <none>
ii  postfix [mail-transport-agent]  2.10.2-1
pn  tripwire | aide                 <none>

Versions of packages tiger suggests:
ii  lsof  4.86+dfsg-1

-- Configuration Files:
/etc/cron.d/tiger changed [not included]
/etc/tiger/tigerrc changed [not included]

-- debconf information:
* tiger/mail_rcpt: root
  tiger/remove_mess: true
* tiger/policy_adapt:
--- systems/Linux/2/gen_mounts.original	2014-01-01 16:20:16.304754472 +1300
+++ systems/Linux/2/gen_mounts.fixed	2014-01-01 16:20:05.624484030 +1300
@@ -144,6 +144,7 @@
   [ "$1" = "ecryptfs" ] && LOCAL=0              # Encrypted filesystem used by ecryptfs-utils
   [ "$1" = "xenfs" ] && LOCAL=0                 # Virtual fs for Xen
   [ "$1" = "cgroup" ] && LOCAL=0                # General access point to Kernel Control Groups
+  [ "$1" = "pstore" ] && LOCAL=0
   # Filesystems of other OS
   [ "$1" = "msdos" ] && LOCAL=1
   [ "$1" = "umsdos" ] && LOCAL=1

Reply via email to