Package: fuse-utils
Version: 2.6.3-2
Severity: normal

Hi,

I received this warning message in an e-mail from cron/tiger:

--CONFIG-- [con010c] Filesystem 'fusectl' used by 'none' is not recognised as a 
local filesystem

This is caused by this mount point:

# grep fuse /proc/mounts
none /sys/fs/fuse/connections fusectl rw 0 0

where "none" should be replaced by "fusectl" (as in other virtual
filesystems such as usbfs or devpts).

Therefore I propose that in /etc/init.d/fuse you replace:

                mount -t fusectl none $MOUNTPOINT >/dev/null 2>&1 || \

with:

                mount -t fusectl fusectl $MOUNTPOINT >/dev/null 2>&1 || \


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (100, 'unstable'), (99, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.20-1-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages fuse-utils depends on:
ii  adduser                       3.102      Add and remove users and groups
ii  libc6                         2.5-0exp6  GNU C Library: Shared libraries
ii  makedev                       3.3.8.2-0  Creates device files in /dev
ii  sed                           4.1.5-1    The GNU sed stream editor
ii  ucf                           2.0020     Update Configuration File: preserv
ii  udev                          0.105-4    /dev/ and hotplug management daemo

fuse-utils recommends no packages.

-- debconf information:
  fuse-utils/groupdelete: true
  fuse-utils/groupcreate: false
* fuse-utils/group: fuse
  fuse-utils/grouprenamemigrate: true


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to