Your message dated Sun, 10 Jul 2016 10:29:10 -0700
with message-id <[email protected]>
and subject line Fixed in the last upstream version
has caused the Debian Bug report #768086,
regarding tiger: Typo in filesystem check for sshfs
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.)


-- 
768086: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=768086
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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

--- End Message ---
--- Begin Message ---
Version: 3.2.3-13

Fixed in the last upstream version.

--- End Message ---

Reply via email to