Package: tiger Version: 1:3.2.2-1 Severity: normal Tags: patch Hi
tiger does not recognize bind filesystem: --CONFIG-- [con010c] Filesystem 'bind' used by '/foo/bar' is not recognised as a local filesystem Attached patch adds it's detection, however I'm not sure whether it should be treated as local or not... -- Michal Čihař | http://cihar.com | http://blog.cihar.com -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.22-3-vserver-amd64 (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 tiger depends on: ii binutils 2.18.1~cvs20071027-1 The GNU assembler, linker and bina ii bsdmainutils 6.1.9 collection of more utilities from ii coreutils 5.97-5.4 The GNU core utilities ii debconf [debconf-2. 1.5.17 Debian configuration management sy ii diff 2.8.1-12 File comparison utilities ii libc6 2.6.1-6 GNU C Library: Shared libraries ii net-tools 1.60-17.2 The NET-3 networking toolkit Versions of packages tiger recommends: pn chkrootkit <none> (no description available) ii exim4-daemon-heavy [mail-tran 4.68-2 Exim MTA (v4) daemon with extended pn john <none> (no description available) -- debconf information: * tiger/mail_rcpt: root tiger/remove_mess: true * tiger/policy_adapt:
--- ./systems/Linux/2/gen_mounts.orig 2007-11-19 05:40:05.000000000 +0100 +++ ./systems/Linux/2/gen_mounts 2007-11-19 05:42:33.000000000 +0100 @@ -124,6 +124,7 @@ [ "$1" = "coda" ] && LOCAL=1 [ "$1" = "rpc_pipefs" ] && LOCAL=1 # Skip these as they are virtual filesystems + [ "$1" = "bind" ] && LOCAL=1 [ "$1" = "proc" ] && LOCAL=1 [ "$1" = "devpts" ] && LOCAL=1 [ "$1" = "usbfs" ] && LOCAL=1