osxfuse / sshfs

File system based on the SSH File Transfer Protocol
http://fuse.sourceforge.net
GNU General Public License v2.0
1.16k stars 131 forks source link

sshfs fails to mount with `floating point exception: 8` #41

Closed coderforlife closed 7 years ago

coderforlife commented 7 years ago

I have been using sshfs for several of my servers and all of them work great except one which onyl partially mounts. The exit code of sshfs is 0 and it seems to work however if I do ls mntpnt is says ls: mntpnt: Device not configured.

So I ran is with debugging output as follows and then it reports the following along with producing an error code of 136:

$ sshfs -o volname=server user@server.com:/home/user mntpnt -f -d -o sshfs_debug
SSHFS version 2.9
FUSE library version: 2.9.7
nullpath_ok: 0
nopath: 0
utime_omit_ok: 0
executing <ssh> <-x> <-a> <-oClearAllForwardings=yes> <-2> <user@server.com> <-s> <sftp>
Server version: 3
unique: 2, opcode: INIT (26), nodeid: 0, insize: 56, pid: 37915
INIT: 7.19
flags=0xf8000008
max_readahead=0x00100000
remote_uid = 502
   INIT: 7.19
   flags=0x00000010
   max_readahead=0x00100000
   max_write=0x02000000
   max_background=0
   congestion_threshold=0
   unique: 2, success, outsize: 40
unique: 2, opcode: GETATTR (3), nodeid: 1, insize: 56, pid: 1007
getattr /
unique: 3, opcode: STATFS (17), nodeid: 1, insize: 40, pid: 0
statfs /
[00002] LSTAT
Floating point exception: 8

(note that the [00002] LSTAT line does not always show up).

I can connect to this server just fine with sftp and ssh.

I am using the latest source from the 2.x branch.

coderforlife commented 7 years ago

Sorry this is for the wrong repo. I meant to post this in libfuse/sshfs.