Re: sshfs - fuse: failed to open fuse device: No such file or directory

2007-08-31 Thread Laszlo Nagy
Looks like your mount point didn't exist before connecting. Shouldn't mount_sshfs check it? No idea how to get rid of that bad descriptor - neptunus# /usr/local/etc/rc.d/fusefs stop Stopping fusefs. kldunload: can't unload file: Device busy Neither do I. :-) but if you: mkidr /usr/file

Re: sshfs - fuse: failed to open fuse device: No such file or directory

2007-08-31 Thread Mel
On Friday 31 August 2007 23:09:33 Laszlo Nagy wrote: > neptunus# sshfs [EMAIL PROTECTED]:/usr/fileshare/pub /usr/fileshare/pub > fuse: bad mount point `/usr/fileshare/pub': Bad file descriptor > neptunus# ls -l /usr/fileshare/ > ls: pub: Bad file descriptor > total 22 > This is interesting. Now I

Re: sshfs - fuse: failed to open fuse device: No such file or directory

2007-08-31 Thread Laszlo Nagy
Make sure your dependencies are correct: $ ls /var/db/pkg|grep fuse fusefs-kmod-0.3.9.p1 fusefs-libs-2.7.0_1 fusefs-sshfs-1.8 Same here. :-) It should have been installed automatically. Not sure why it didn't. My mistake. I did not add "fusefs_enable=YES" to rc.conf, because I inst

Re: sshfs - fuse: failed to open fuse device: No such file or directory

2007-08-31 Thread Mel
On Friday 31 August 2007 22:34:01 Laszlo Nagy wrote: > I have installed fusefs-sshfs. I tried this: > > sshfs [EMAIL PROTECTED]:/usr/fileshare/pub /usr/fileshare/pub > fuse: failed to open fuse device: No such file or directory > > but I do not have a kernel module for fusefs (why not???), so I ca

sshfs - fuse: failed to open fuse device: No such file or directory

2007-08-31 Thread Laszlo Nagy
I have installed fusefs-sshfs. I tried this: sshfs [EMAIL PROTECTED]:/usr/fileshare/pub /usr/fileshare/pub fuse: failed to open fuse device: No such file or directory sshfs has no manual page, just "sshfs -h" but it did not help. I could not find useful information in the archives. I have tried