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_at_parallels.comReceived on Fri Jun 20 2008 - 16:59:25 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:32 UTC