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

The cronjob generates the following output everytime it runs gen_mounts:

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

Attached is a simple patch which fixes that.

Francois

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

Kernel: Linux 4.6.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_CA.utf8, LC_CTYPE=fr_CA.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages tiger depends on:
ii  binutils               2.26.1-1
ii  bsdmainutils           9.0.10
ii  debconf [debconf-2.0]  1.5.59
ii  libc6                  2.22-13
ii  net-tools              1.60+git20150829.73cef8a-2
ii  ucf                    3.0036

Versions of packages tiger recommends:
ii  chkrootkit                      0.50-3.2
pn  john                            <none>
ii  postfix [mail-transport-agent]  3.1.0-3
pn  tripwire | aide                 <none>

Versions of packages tiger suggests:
ii  lsof  4.89+dfsg-0.1

-- debconf information excluded
diff --git a/systems/Linux/2/gen_mounts b/systems/Linux/2/gen_mounts
index dd5efdf..3034242 100755
--- a/systems/Linux/2/gen_mounts
+++ b/systems/Linux/2/gen_mounts
@@ -151,6 +151,7 @@ localfs()
   [ "$1" = "fuse.gvfs-fuse-daemon" ] && LOCAL=1 # Used in Ubuntu 'hardy'
   [ "$1" = "fuse.gvfsd-fuse" ] && LOCAL=1       # Used in Ubuntu 13.10 (Saucy Salamander) replaces fuse.gvfs-fuse-daemon
   [ "$1" = "fuse.ltspfs" ] && LOCAL=0 		# Used by LTSP 5.x
+  [ "$1" = "fuse.lxcfs" ] && LOCAL=0
   [ "$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

Reply via email to