Displaying 2 results from an estimated 2 matches for "7failure".
Did you mean:
failure
2007 Dec 04
1
[sshfs] sshfs mounted applications fail with "error loading shared libraries"
...47\0\0\0003/mnt/exports/tools/"..., 16384) = 140
open("/mnt/exports/tools/ISE9.2i/bin/lin64/libXst_Core.so", O_RDONLY) = 105
close(105) = 0
select(5, [3], [4], NULL, NULL) = 1 (out [4])
write(4, "\0\0\0\30e\0\0\3\347\0\0\0\4\0\0\0\7Failure\0\0\0\0", 28) = 28
The file handle is 105, which suggests, that there's some limit around
100 open files. Looking at the sftp-server source confirms this:
Handle handles[100];
So, unfortunately it seems sftp-server can only handle 100 open files
at a time.
It's easy enough to...
2013 Jan 18
1
sftp does not allow rename across file system
...ead(0, "\0\0\0H\310\0\0\0&\0\0\0\30posix-rename at openss"..., 16384) = 76
rename("/johnson/ttt", "/johnson/shared/kkk") = -1 EXDEV (Invalid
cross-device link)
select(2, [0], [1], NULL, NULL) = 1 (out [1])
write(1, "\0\0\0\30e\0\0\0&\0\0\0\4\0\0\0\7Failure\0\0\0\0", 28) = 28
I have tried with different sftp clients without success.
Any help would be appreciated.
Thanks
-Ted