Date: Fri, 20 Jun 2008 22:36:20 +0400 From: Vladimir Grebenschikov <vova@parallels.com> To: amistry@am-productions.biz Cc: current <current@freebsd.org> Subject: fusefs on FreeBSD-8 after recent upgrade - do not work any more Message-ID: <1213986980.3480.16.camel@localhost>
next in thread | raw e-mail | index | archive | help
Hi sshfs 127.0.0.1: /mnt fuse: failed to open fuse device: No such file or directory truss sshfs 127.0.0.1: /mnt ... lstat("/mnt",{mode=drwxr-xr-x ,inode=6,size=512,blksize=4096}) = 0 (0x0) open("/dev/null",O_RDWR,00) = 4 (0x4) close(4) = 0 (0x0) open("/dev/fuse",O_RDWR,00) ERR#2 'No such file or directory' fuse: failed to open fuse device: No such file or directory writev(0x2,0xbfbfe14c,0x4,0xbfbfe12c,0x0,0xbfbfe14c) = 60 (0x3c) process exit, rval = 1 Looks like something changed in driver or in libraries. There is no device /dev/fuse. But, gnome-vfs opens fuse as usual. and there is dev/fuse0 But: $ echo /dev/fuse* /dev/fuse0 /dev/fuse0 $ fstat /dev/fuse* USER CMD PID FD MOUNT INUM MODE SZ|DV R/W NAME $ Any hints hot to cure it ? FreeBSD is recently updated. $ pkg_info -I fuse\* fusefs-gnome-vfs-0.1_2 Interface between FUSE and the Gnome VFS 2.0 fusefs-kmod-0.3.9.p1.20080208_1 Kernel module for fuse fusefs-libs-2.7.2_1 FUSE allows filesystem implementation in userspace fusefs-ntfs-1.2506 Mount NTFS partitions (read/write) and disk images fusefs-sshfs-1.8_1 Mount remote directories over ssh and kmod port was rebuilt after installing recent update. -- Vladimir B. Grebenschikov Parallels Inc. vova@parallels.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1213986980.3480.16.camel>