Package: tiger Version: 1:3.2.3-12.1 Severity: normal Tags: patch I get warnings from tiger about mounted sshfs filesystems: --CONFIG-- [con010c] Filesystem 'fuse.sshfs' used by 'user@server:/mnt' is not recognised as a valid filesystem
For correct recognition of sshfs just remove the erroneous dot: $ diff -u /usr/lib/tiger/systems/Linux/2/gen_mounts.orig /usr/lib/tiger/systems/Linux/2/gen_mounts --- /usr/lib/tiger/systems/Linux/2/gen_mounts.orig 2014-10-14 12:09:24.000000000 +0200 +++ /usr/lib/tiger/systems/Linux/2/gen_mounts 2014-11-04 21:32:08.983863019 +0100 @@ -164,7 +164,7 @@ [ "$1" = "nfsd" ] && LOCAL=1 [ "$1" = "ncpfs" ] && LOCAL=1 [ "$1" = "smbfs" ] && LOCAL=1 - [ "$1" = "fuse..sshfs" ] && LOCAL=1 # Remote SSH mounted filesystem through fuse + [ "$1" = "fuse.sshfs" ] && LOCAL=1 # Remote SSH mounted filesystem through fuse [ "$1" = "cifs" ] && LOCAL=1 [ "$1" = "coda" ] && LOCAL=1 [ "$1" = "AFS" ] && LOCAL=1 # Andrew Filesystem Thanks, Michel -- System Information: Debian Release: jessie/sid APT prefers testing APT policy: (990, 'testing'), (500, 'testing-updates'), (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.16-3-amd64 (SMP w/4 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages tiger depends on: ii binutils 2.24.90.20141023-1 ii bsdmainutils 9.0.6 ii debconf [debconf-2.0] 1.5.53 ii libc6 2.19-12 ii net-tools 1.60-26 ii ucf 3.0030 Versions of packages tiger recommends: ii chkrootkit 0.50-2 ii exim4-daemon-light [mail-transport-agent] 4.84-3 ii john 1.8.0-2 pn tripwire | aide <none> Versions of packages tiger suggests: ii lsof 4.86+dfsg-1 -- debconf information excluded -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org