> 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 || \
That makes sense. Fixed in upstream. Thanks, Miklos -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]