Package: sshfs
Version: 2.0-2
Severity: important
The following steps lead to the situation:
1 Mount a directory from another computer in the
local network (no firewall etc in between) with
standard sshfs options like
sshfs [EMAIL PROTECTED]:/home/user mountpoint
2 Use ANY application (graphical or command line)
to write a file to a directory inside the mountpoint.
3 Application hangs, the file has been created, but
it is zero bytes in size on the destination computer.
On the computer that mounted the directory all further
requests to the mountpoint fail making the applications
hang.
Read operations do not hang PRIOR to the first write,
then all reads hang.
The traces were generated using a simple cp command to
copy one single file.
I had been using sshfs for quite some time and it had
been reliable even with terabytes of data, but some
update in the last week must have broken the program.
Possibly one of the latest libc6 or ssh updates.
*** sshfs-debug.txt
sshfs -odebug,sshfs_debug,loglevel=debug [EMAIL PROTECTED]:/home/ajw Hypatia
SSHFS version 2.0
executing <ssh> <-x> <-a> <-oClearAllForwardings=yes> <-ologlevel=debug> <-2>
<[EMAIL PROTECTED]> <-s> <sftp>
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to hypatia [192.168.0.3] port 22.
debug1: Connection established.
debug1: identity file /home/ajw/.ssh/id_rsa type 1
debug1: identity file /home/ajw/.ssh/id_dsa type -1
debug1: Remote protocol version 1.99, remote software version OpenSSH_4.2
debug1: match: OpenSSH_4.2 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_4.7p1 Debian-12
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-cbc hmac-md5 none
debug1: kex: client->server aes128-cbc hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Host 'hypatia' is known and matches the RSA host key.
debug1: Found key in /home/ajw/.ssh/known_hosts:7
debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,keyboard-interactive
debug1: Next authentication method: publickey
debug1: Offering public key: /home/ajw/.ssh/id_rsa
debug1: Authentications that can continue: publickey,keyboard-interactive
debug1: Trying private key: /home/ajw/.ssh/id_dsa
debug1: Next authentication method: keyboard-interactive
Password:
debug1: Authentication succeeded (keyboard-interactive).
debug1: channel 0: new [client-session]
debug1: Entering interactive session.
debug1: Sending environment.
debug1: Sending env LANG = de_DE.UTF-8
debug1: Sending subsystem: sftp
Server version: 3
unique: 1, opcode: INIT (26), nodeid: 0, insize: 56
INIT: 7.9
flags=0x0000000b
max_readahead=0x00020000
INIT: 7.8
flags=0x00000001
max_readahead=0x00020000
max_write=0x00010000
unique: 1, error: 0 (Success), outsize: 40
unique: 2, opcode: LOOKUP (1), nodeid: 1, insize: 45
LOOKUP /Temp
[00001] LSTAT
[00001] ATTRS 41bytes (0ms)
NODEID: 2
unique: 2, error: 0 (Success), outsize: 136
unique: 3, opcode: LOOKUP (1), nodeid: 2, insize: 54
LOOKUP /Temp/picture10.png
[00002] LSTAT
[00002] STATUS 33bytes (0ms)
unique: 3, error: -2 (No such file or directory), outsize: 16
unique: 4, opcode: LOOKUP (1), nodeid: 2, insize: 54
LOOKUP /Temp/picture10.png
[00003] LSTAT
[00003] STATUS 33bytes (0ms)
unique: 4, error: -2 (No such file or directory), outsize: 16
unique: 5, opcode: CREATE (35), nodeid: 2, insize: 62
[00004] OPEN
[00005] LSTAT
[00004] HANDLE 17bytes (0ms)
[00005] ATTRS 41bytes (0ms)
[00006] FSTAT
[00006] ATTRS 41bytes (0ms)
NODEID: 3
unique: 5, error: 0 (Success), outsize: 152
CREATE[6598864] flags: 0x80c1 /Temp/picture10.png
unique: 6, opcode: GETXATTR (22), nodeid: 3, insize: 68
unique: 6, error: -38 (Function not implemented), outsize: 16
unique: 7, opcode: WRITE (16), nodeid: 3, insize: 4160
WRITE[6598864] 4096 bytes to 0
[00007] WRITE
WRITE[6598864] 4096 bytes
unique: 7, error: 0 (Success), outsize: 24
unique: 8, opcode: WRITE (16), nodeid: 3, insize: 4160
WRITE[6598864] 4096 bytes to 4096
[00008] WRITE
WRITE[6598864] 4096 bytes
unique: 8, error: 0 (Success), outsize: 24
unique: 9, opcode: WRITE (16), nodeid: 3, insize: 4160
WRITE[6598864] 4096 bytes to 8192
[00009] WRITE
WRITE[6598864] 4096 bytes
unique: 9, error: 0 (Success), outsize: 24
unique: 10, opcode: WRITE (16), nodeid: 3, insize: 4160
WRITE[6598864] 4096 bytes to 12288
[00010] WRITE
WRITE[6598864] 4096 bytes
unique: 10, error: 0 (Success), outsize: 24
unique: 11, opcode: WRITE (16), nodeid: 3, insize: 4160
WRITE[6598864] 4096 bytes to 16384
[00011] WRITE
WRITE[6598864] 4096 bytes
unique: 11, error: 0 (Success), outsize: 24
unique: 12, opcode: WRITE (16), nodeid: 3, insize: 4160
WRITE[6598864] 4096 bytes to 20480
[00012] WRITE
WRITE[6598864] 4096 bytes
unique: 12, error: 0 (Success), outsize: 24
unique: 13, opcode: WRITE (16), nodeid: 3, insize: 4160
WRITE[6598864] 4096 bytes to 24576
[00013] WRITE
WRITE[6598864] 4096 bytes
unique: 13, error: 0 (Success), outsize: 24
unique: 14, opcode: WRITE (16), nodeid: 3, insize: 4160
WRITE[6598864] 4096 bytes to 28672
[00014] WRITE
WRITE[6598864] 4096 bytes
unique: 14, error: 0 (Success), outsize: 24
unique: 15, opcode: WRITE (16), nodeid: 3, insize: 4160
WRITE[6598864] 4096 bytes to 32768
[00015] WRITE
WRITE[6598864] 4096 bytes
unique: 15, error: 0 (Success), outsize: 24
unique: 16, opcode: WRITE (16), nodeid: 3, insize: 4160
WRITE[6598864] 4096 bytes to 36864
[00016] WRITE
WRITE[6598864] 4096 bytes
unique: 16, error: 0 (Success), outsize: 24
unique: 17, opcode: WRITE (16), nodeid: 3, insize: 4160
WRITE[6598864] 4096 bytes to 40960
[00017] WRITE
WRITE[6598864] 4096 bytes
unique: 17, error: 0 (Success), outsize: 24
unique: 18, opcode: WRITE (16), nodeid: 3, insize: 4160
WRITE[6598864] 4096 bytes to 45056
[00018] WRITE
WRITE[6598864] 4096 bytes
unique: 18, error: 0 (Success), outsize: 24
unique: 19, opcode: WRITE (16), nodeid: 3, insize: 4160
WRITE[6598864] 4096 bytes to 49152
[00019] WRITE
WRITE[6598864] 4096 bytes
unique: 19, error: 0 (Success), outsize: 24
unique: 20, opcode: WRITE (16), nodeid: 3, insize: 4160
WRITE[6598864] 4096 bytes to 53248
[00020] WRITE
WRITE[6598864] 4096 bytes
unique: 20, error: 0 (Success), outsize: 24
unique: 21, opcode: WRITE (16), nodeid: 3, insize: 4160
WRITE[6598864] 4096 bytes to 57344
[00021] WRITE
WRITE[6598864] 4096 bytes
unique: 21, error: 0 (Success), outsize: 24
unique: 22, opcode: WRITE (16), nodeid: 3, insize: 4160
WRITE[6598864] 4096 bytes to 61440
[00022] WRITE
WRITE[6598864] 4096 bytes
unique: 22, error: 0 (Success), outsize: 24
unique: 23, opcode: WRITE (16), nodeid: 3, insize: 4160
WRITE[6598864] 4096 bytes to 65536
[00023] WRITE
WRITE[6598864] 4096 bytes
unique: 23, error: 0 (Success), outsize: 24
unique: 24, opcode: WRITE (16), nodeid: 3, insize: 4160
WRITE[6598864] 4096 bytes to 69632
[00024] WRITE
WRITE[6598864] 4096 bytes
unique: 24, error: 0 (Success), outsize: 24
unique: 25, opcode: WRITE (16), nodeid: 3, insize: 4160
WRITE[6598864] 4096 bytes to 73728
[00025] WRITE
WRITE[6598864] 4096 bytes
unique: 25, error: 0 (Success), outsize: 24
unique: 26, opcode: WRITE (16), nodeid: 3, insize: 4160
WRITE[6598864] 4096 bytes to 77824
[00026] WRITE
WRITE[6598864] 4096 bytes
unique: 26, error: 0 (Success), outsize: 24
unique: 27, opcode: WRITE (16), nodeid: 3, insize: 4160
WRITE[6598864] 4096 bytes to 81920
[00027] WRITE
WRITE[6598864] 4096 bytes
unique: 27, error: 0 (Success), outsize: 24
unique: 28, opcode: WRITE (16), nodeid: 3, insize: 4160
WRITE[6598864] 4096 bytes to 86016
[00028] WRITE
WRITE[6598864] 4096 bytes
unique: 28, error: 0 (Success), outsize: 24
unique: 29, opcode: WRITE (16), nodeid: 3, insize: 4160
WRITE[6598864] 4096 bytes to 90112
[00029] WRITE
WRITE[6598864] 4096 bytes
unique: 29, error: 0 (Success), outsize: 24
unique: 30, opcode: WRITE (16), nodeid: 3, insize: 4160
WRITE[6598864] 4096 bytes to 94208
[00030] WRITE
WRITE[6598864] 4096 bytes
unique: 30, error: 0 (Success), outsize: 24
unique: 31, opcode: WRITE (16), nodeid: 3, insize: 4160
WRITE[6598864] 4096 bytes to 98304
[00031] WRITE
WRITE[6598864] 4096 bytes
unique: 31, error: 0 (Success), outsize: 24
unique: 32, opcode: WRITE (16), nodeid: 3, insize: 4160
WRITE[6598864] 4096 bytes to 102400
[00032] WRITE
WRITE[6598864] 4096 bytes
unique: 32, error: 0 (Success), outsize: 24
unique: 33, opcode: WRITE (16), nodeid: 3, insize: 4160
WRITE[6598864] 4096 bytes to 106496
[00033] WRITE
WRITE[6598864] 4096 bytes
unique: 33, error: 0 (Success), outsize: 24
unique: 34, opcode: WRITE (16), nodeid: 3, insize: 4160
WRITE[6598864] 4096 bytes to 110592
[00034] WRITE
WRITE[6598864] 4096 bytes
unique: 34, error: 0 (Success), outsize: 24
unique: 35, opcode: WRITE (16), nodeid: 3, insize: 4160
WRITE[6598864] 4096 bytes to 114688
[00035] WRITE
WRITE[6598864] 4096 bytes
unique: 35, error: 0 (Success), outsize: 24
unique: 36, opcode: WRITE (16), nodeid: 3, insize: 4160
WRITE[6598864] 4096 bytes to 118784
[00036] WRITE
WRITE[6598864] 4096 bytes
unique: 36, error: 0 (Success), outsize: 24
unique: 37, opcode: WRITE (16), nodeid: 3, insize: 4160
WRITE[6598864] 4096 bytes to 122880
[00037] WRITE
WRITE[6598864] 4096 bytes
unique: 37, error: 0 (Success), outsize: 24
unique: 38, opcode: WRITE (16), nodeid: 3, insize: 4160
WRITE[6598864] 4096 bytes to 126976
[00038] WRITE
WRITE[6598864] 4096 bytes
unique: 38, error: 0 (Success), outsize: 24
unique: 39, opcode: WRITE (16), nodeid: 3, insize: 4160
WRITE[6598864] 4096 bytes to 131072
[00039] WRITE
WRITE[6598864] 4096 bytes
unique: 39, error: 0 (Success), outsize: 24
unique: 40, opcode: WRITE (16), nodeid: 3, insize: 4160
WRITE[6598864] 4096 bytes to 135168
[00040] WRITE
WRITE[6598864] 4096 bytes
unique: 40, error: 0 (Success), outsize: 24
unique: 41, opcode: WRITE (16), nodeid: 3, insize: 4160
WRITE[6598864] 4096 bytes to 139264
[00041] WRITE
WRITE[6598864] 4096 bytes
unique: 41, error: 0 (Success), outsize: 24
unique: 42, opcode: WRITE (16), nodeid: 3, insize: 4160
WRITE[6598864] 4096 bytes to 143360
[00042] WRITE
WRITE[6598864] 4096 bytes
unique: 42, error: 0 (Success), outsize: 24
unique: 43, opcode: WRITE (16), nodeid: 3, insize: 4160
WRITE[6598864] 4096 bytes to 147456
[00043] WRITE
WRITE[6598864] 4096 bytes
unique: 43, error: 0 (Success), outsize: 24
unique: 44, opcode: WRITE (16), nodeid: 3, insize: 4160
WRITE[6598864] 4096 bytes to 151552
[00044] WRITE
WRITE[6598864] 4096 bytes
unique: 44, error: 0 (Success), outsize: 24
unique: 45, opcode: WRITE (16), nodeid: 3, insize: 4160
WRITE[6598864] 4096 bytes to 155648
[00045] WRITE
WRITE[6598864] 4096 bytes
unique: 45, error: 0 (Success), outsize: 24
unique: 46, opcode: WRITE (16), nodeid: 3, insize: 4160
WRITE[6598864] 4096 bytes to 159744
[00046] WRITE
WRITE[6598864] 4096 bytes
unique: 46, error: 0 (Success), outsize: 24
unique: 47, opcode: WRITE (16), nodeid: 3, insize: 4160
WRITE[6598864] 4096 bytes to 163840
[00047] WRITE
WRITE[6598864] 4096 bytes
unique: 47, error: 0 (Success), outsize: 24
unique: 48, opcode: WRITE (16), nodeid: 3, insize: 4160
WRITE[6598864] 4096 bytes to 167936
[00048] WRITE
WRITE[6598864] 4096 bytes
unique: 48, error: 0 (Success), outsize: 24
unique: 49, opcode: WRITE (16), nodeid: 3, insize: 4160
WRITE[6598864] 4096 bytes to 172032
[00049] WRITE
WRITE[6598864] 4096 bytes
unique: 49, error: 0 (Success), outsize: 24
unique: 50, opcode: WRITE (16), nodeid: 3, insize: 4160
WRITE[6598864] 4096 bytes to 176128
[00050] WRITE
WRITE[6598864] 4096 bytes
unique: 50, error: 0 (Success), outsize: 24
unique: 51, opcode: WRITE (16), nodeid: 3, insize: 4160
WRITE[6598864] 4096 bytes to 180224
[00051] WRITE
WRITE[6598864] 4096 bytes
unique: 51, error: 0 (Success), outsize: 24
unique: 52, opcode: WRITE (16), nodeid: 3, insize: 4160
WRITE[6598864] 4096 bytes to 184320
[00052] WRITE
WRITE[6598864] 4096 bytes
unique: 52, error: 0 (Success), outsize: 24
unique: 53, opcode: WRITE (16), nodeid: 3, insize: 4160
WRITE[6598864] 4096 bytes to 188416
[00053] WRITE
WRITE[6598864] 4096 bytes
unique: 53, error: 0 (Success), outsize: 24
unique: 54, opcode: WRITE (16), nodeid: 3, insize: 4160
WRITE[6598864] 4096 bytes to 192512
[00054] WRITE
WRITE[6598864] 4096 bytes
unique: 54, error: 0 (Success), outsize: 24
unique: 55, opcode: WRITE (16), nodeid: 3, insize: 4160
WRITE[6598864] 4096 bytes to 196608
[00055] WRITE
WRITE[6598864] 4096 bytes
unique: 55, error: 0 (Success), outsize: 24
unique: 56, opcode: WRITE (16), nodeid: 3, insize: 4160
WRITE[6598864] 4096 bytes to 200704
[00056] WRITE
WRITE[6598864] 4096 bytes
unique: 56, error: 0 (Success), outsize: 24
unique: 57, opcode: WRITE (16), nodeid: 3, insize: 4160
WRITE[6598864] 4096 bytes to 204800
[00057] WRITE
WRITE[6598864] 4096 bytes
unique: 57, error: 0 (Success), outsize: 24
unique: 58, opcode: WRITE (16), nodeid: 3, insize: 4160
WRITE[6598864] 4096 bytes to 208896
[00058] WRITE
WRITE[6598864] 4096 bytes
unique: 58, error: 0 (Success), outsize: 24
unique: 59, opcode: WRITE (16), nodeid: 3, insize: 4160
WRITE[6598864] 4096 bytes to 212992
[00059] WRITE
WRITE[6598864] 4096 bytes
unique: 59, error: 0 (Success), outsize: 24
unique: 60, opcode: WRITE (16), nodeid: 3, insize: 4160
WRITE[6598864] 4096 bytes to 217088
[00060] WRITE
WRITE[6598864] 4096 bytes
unique: 60, error: 0 (Success), outsize: 24
unique: 61, opcode: WRITE (16), nodeid: 3, insize: 4160
WRITE[6598864] 4096 bytes to 221184
[00061] WRITE
WRITE[6598864] 4096 bytes
unique: 61, error: 0 (Success), outsize: 24
unique: 62, opcode: WRITE (16), nodeid: 3, insize: 4160
WRITE[6598864] 4096 bytes to 225280
[00062] WRITE
WRITE[6598864] 4096 bytes
unique: 62, error: 0 (Success), outsize: 24
unique: 63, opcode: WRITE (16), nodeid: 3, insize: 4160
WRITE[6598864] 4096 bytes to 229376
[00063] WRITE
WRITE[6598864] 4096 bytes
unique: 63, error: 0 (Success), outsize: 24
unique: 64, opcode: WRITE (16), nodeid: 3, insize: 4160
WRITE[6598864] 4096 bytes to 233472
[00064] WRITE
WRITE[6598864] 4096 bytes
unique: 64, error: 0 (Success), outsize: 24
unique: 65, opcode: WRITE (16), nodeid: 3, insize: 4160
WRITE[6598864] 4096 bytes to 237568
[00065] WRITE
WRITE[6598864] 4096 bytes
unique: 65, error: 0 (Success), outsize: 24
unique: 66, opcode: WRITE (16), nodeid: 3, insize: 4160
WRITE[6598864] 4096 bytes to 241664
[00066] WRITE
WRITE[6598864] 4096 bytes
unique: 66, error: 0 (Success), outsize: 24
unique: 67, opcode: WRITE (16), nodeid: 3, insize: 4160
WRITE[6598864] 4096 bytes to 245760
[00067] WRITE
unique: 68, opcode: INTERRUPT (36), nodeid: 0, insize: 48
INTERRUPT: 67
debug1: channel 0: free: client-session, nchannels 1
debug1: fd 0 clearing O_NONBLOCK
debug1: Killed by signal 2.
remote host has disconnected
sent: 67 messages, 251845 bytes
received: 6 messages, 206 bytes
rtt min/max/avg: 0ms/0ms/0ms
num connect: 1
*** sshfs-strace-cp.txt
857 execve("/bin/cp", ["cp", "picture10.png", "../Hypatia/Temp/"], [/* 35
vars */]) = 0
857 brk(0) = 0x613000
857 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x2acac87a9000
857 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
857 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x2acac87aa000
857 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
857 open("/etc/ld.so.cache", O_RDONLY) = 5
857 fstat(5, {st_mode=S_IFREG|0644, st_size=145367, ...}) = 0
857 mmap(NULL, 145367, PROT_READ, MAP_PRIVATE, 5, 0) = 0x2acac87ac000
857 close(5) = 0
857 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
857 open("/lib/libselinux.so.1", O_RDONLY) = 5
857 read(5, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0U\0\0\0"...,
832) = 832
857 fstat(5, {st_mode=S_IFREG|0644, st_size=109464, ...}) = 0
857 mmap(NULL, 2209368, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0)
= 0x2acac89aa000
857 mprotect(0x2acac89c4000, 2093056, PROT_NONE) = 0
857 mmap(0x2acac8bc3000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x19000) = 0x2acac8bc3000
857 mmap(0x2acac8bc5000, 1624, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x2acac8bc5000
857 close(5) = 0
857 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
857 open("/lib/libacl.so.1", O_RDONLY) = 5
857 read(5, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\36\0"...,
832) = 832
857 fstat(5, {st_mode=S_IFREG|0644, st_size=29360, ...}) = 0
857 mmap(NULL, 2124616, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0)
= 0x2acac8bc6000
857 mprotect(0x2acac8bcd000, 2093056, PROT_NONE) = 0
857 mmap(0x2acac8dcc000, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x6000) = 0x2acac8dcc000
857 close(5) = 0
857 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
857 open("/lib/libc.so.6", O_RDONLY) = 5
857 read(5, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\342"..., 832)
= 832
857 fstat(5, {st_mode=S_IFREG|0755, st_size=1375536, ...}) = 0
857 mmap(NULL, 3482232, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0)
= 0x2acac8dcd000
857 mprotect(0x2acac8f17000, 2093056, PROT_NONE) = 0
857 mmap(0x2acac9116000, 20480, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x149000) = 0x2acac9116000
857 mmap(0x2acac911b000, 17016, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x2acac911b000
857 close(5) = 0
857 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
857 open("/lib/libdl.so.2", O_RDONLY) = 5
857 read(5, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\16\0"..., 832)
= 832
857 fstat(5, {st_mode=S_IFREG|0644, st_size=14616, ...}) = 0
857 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x2acac9120000
857 mmap(NULL, 2109728, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0)
= 0x2acac9121000
857 mprotect(0x2acac9123000, 2097152, PROT_NONE) = 0
857 mmap(0x2acac9323000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x2000) = 0x2acac9323000
857 close(5) = 0
857 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
857 open("/lib/libattr.so.1", O_RDONLY) = 5
857 read(5, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\23\0"...,
832) = 832
857 fstat(5, {st_mode=S_IFREG|0644, st_size=17424, ...}) = 0
857 mmap(NULL, 2112656, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0)
= 0x2acac9325000
857 mprotect(0x2acac9329000, 2093056, PROT_NONE) = 0
857 mmap(0x2acac9528000, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x3000) = 0x2acac9528000
857 close(5) = 0
857 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x2acac9529000
857 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x2acac952a000
857 arch_prctl(ARCH_SET_FS, 0x2acac9529c20) = 0
857 mprotect(0x2acac9116000, 12288, PROT_READ) = 0
857 munmap(0x2acac87ac000, 145367) = 0
857 brk(0) = 0x613000
857 brk(0x634000) = 0x634000
857 open("/etc/selinux/config", O_RDONLY) = -1 ENOENT (No such file or
directory)
857 statfs("/selinux", 0x7fffe2319670) = -1 ENOENT (No such file or directory)
857 open("/proc/mounts", O_RDONLY) = 5
857 fstat(5, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
857 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x2acac87ac000
857 read(5, "rootfs / rootfs rw 0 0\nnone /sys"..., 1024) = 697
857 read(5, "", 1024) = 0
857 close(5) = 0
857 munmap(0x2acac87ac000, 4096) = 0
857 open("/usr/lib/locale/locale-archive", O_RDONLY) = 5
857 fstat(5, {st_mode=S_IFREG|0644, st_size=1282912, ...}) = 0
857 mmap(NULL, 1282912, PROT_READ, MAP_PRIVATE, 5, 0) = 0x2acac87ac000
857 close(5) = 0
857 open("/proc/filesystems", O_RDONLY) = 5
857 fstat(5, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
857 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x2acac88e6000
857 read(5, "nodev\tsysfs\nnodev\trootfs\nnodev\tb"..., 1024) = 315
857 read(5, "", 1024) = 0
857 close(5) = 0
857 munmap(0x2acac88e6000, 4096) = 0
857 geteuid() = 1000
857 stat("../Hypatia/Temp/", {st_mode=S_IFDIR|0700, st_size=48, ...}) = 0
857 stat("picture10.png", {st_mode=S_IFREG|0644, st_size=919671, ...}) = 0
857 stat("../Hypatia/Temp/picture10.png", 0x7fffe2319300) = -1 ENOENT (No
such file or directory)
857 open("picture10.png", O_RDONLY) = 5
857 fstat(5, {st_mode=S_IFREG|0644, st_size=919671, ...}) = 0
857 open("../Hypatia/Temp/picture10.png", O_WRONLY|O_CREAT|O_EXCL, 0644) = 6
857 fstat(6, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
857 read(5, "\211PNG\r\n\32\n\0\0\0\rIHDR\0\0\3q\0\0\4\333\10\2\0\0"...,
8192) = 8192
857 write(6, "\211PNG\r\n\32\n\0\0\0\rIHDR\0\0\3q\0\0\4\333\10\2\0\0"...,
8192) = 8192
857 read(5, "\267\310\r\3i\374\261\265R\17\265\333}\353\370\374\230"...,
8192) = 8192
857 write(6, "\267\310\r\3i\374\261\265R\17\265\333}\353\370\374\230"...,
8192) = 8192
857 read(5, "\324\277\377P\221\221\223\'\260\"\5)d\256E\313\351t\"%"...,
8192) = 8192
857 write(6, "\324\277\377P\221\221\223\'\260\"\5)d\256E\313\351t\"%"...,
8192) = 8192
857 read(5, "\216\343\370\362\362\362\362\365\353\365z\325\277\331Y"...,
8192) = 8192
857 write(6, "\216\343\370\362\362\362\362\365\353\365z\325\277\331Y"...,
8192) = 8192
857 read(5, "u\361)?\345as{\340U\365\254\242\0103=\341?;+\366]\313B"...,
8192) = 8192
857 write(6, "u\361)?\345as{\340U\365\254\242\0103=\341?;+\366]\313B"...,
8192) = 8192
857 read(5, "2g\27198M\301\331\v\26qw\273\335\376\374\363\317\177\374"...,
8192) = 8192
857 write(6, "2g\27198M\301\331\v\26qw\273\335\376\374\363\317\177\374"...,
8192) = 8192
857 read(5, "m\333\313\322^\255jE\347+\362n\227\255*\330\267\273\325"...,
8192) = 8192
857 write(6, "m\333\313\322^\255jE\347+\362n\227\255*\330\267\273\325"...,
8192) = 8192
857 read(5, "\202\23\2\251\235hY90\2212\211\7Y\212WU\225\344D\304q\237"...,
8192) = 8192
857 write(6, "\202\23\2\251\235hY90\2212\211\7Y\212WU\225\344D\304q\237"...,
8192) = 8192
857 read(5, "q\34O\357\336=\337m\267?\374\346\333\323\351\376\335\273"...,
8192) = 8192
857 write(6, "q\34O\357\336=\337m\267?\374\346\333\323\351\376\335\273"...,
8192) = 8192
857 read(5, "\245\221\1h\311\353\230\236\32\2638\305\372\340\343\270"...,
8192) = 8192
857 write(6, "\245\221\1h\311\353\230\236\32\2638\305\372\340\343\270"...,
8192) = 8192
857 read(5, "J\0\fP\342%\213\207l-p4M\315P\246^u\306\324\304\v\267;"...,
8192) = 8192
857 write(6, "J\0\fP\342%\213\207l-p4M\315P\246^u\306\324\304\v\267;"...,
8192) = 8192
857 read(5, "\301\226\257\376\252\274ca}[8\325\372\271\232\341\1\200"...,
8192) = 8192
857 write(6, "\301\226\257\376\252\274ca}[8\325\372\271\232\341\1\200"...,
8192) = 8192
857 read(5, "2\0 B\361\261n\232\206\231c\f\230!R\362\336\200\351\342"...,
8192) = 8192
857 write(6, "2\0 B\361\261n\232\206\231c\f\230!R\362\336\200\351\342"...,
8192) = 8192
857 read(5, "[EMAIL PROTECTED]"..., 8192) = 8192
857 write(6, "[EMAIL PROTECTED]"..., 8192) = 8192
857 read(5, ",\375\360mf\273\377\242\222<\225z\366\211H\212q\333\223"...,
8192) = 8192
857 write(6, ",\375\360mf\273\377\242\222<\225z\366\211H\212q\333\223"...,
8192) = 8192
857 read(5, "\310:A\344\20B\340Q\31\2362\240(k\233\212\231\311W\266"...,
8192) = 8192
857 write(6, "\310:A\344\20B\340Q\31\2362\240(k\233\212\231\311W\266"...,
8192) = 8192
857 read(5, "c\234k\232\346\346\346\252\353\272\323\223\343q\00006Z"...,
8192) = 8192
857 write(6, "c\234k\232\346\346\346\252\353\272\323\223\343q\00006Z"...,
8192) = 8192
857 read(5, "\22\4I`\27\216\311\342\325T\252\246\276\"\262\3528\361"...,
8192) = 8192
857 write(6, "\22\4I`\27\216\311\342\325T\252\246\276\"\262\3528\361"...,
8192) = 8192
857 read(5, "f\263\235\205\377Oi\222d\10\213\257M\tP\204\322\'\220\366"...,
8192) = 8192
857 write(6, "f\263\235\205\377Oi\222d\10\213\257M\tP\204\322\'\220\366"...,
8192) = 8192
857 read(5, "9\27\",N\32\5\177\nsYhV\316\341V\263X{\30c\252kR\227\25"...,
8192) = 8192
857 write(6, "9\27\",N\32\5\177\nsYhV\316\341V\263X{\30c\252kR\227\25"...,
8192) = 8192
857 read(5, "@\20\26\10M\337\264\253\366v\203\210\302\360\365\327_\037"...,
8192) = 8192
857 write(6, "@\20\26\10M\337\264\253\366v\203\210\302\360\365\327_\037"...,
8192) = 8192
857 read(5, ";\305/y\357O\226\213Ik\357~\353\241n\210g\372\202\265\271"...,
8192) = 8192
857 write(6, ";\305/y\357O\226\213Ik\357~\353\241n\210g\372\202\265\271"...,
8192) = 8192
857 read(5, "\355\343\5whW\324\326)Y\326{1\204\234\4\276v\377\303\252"...,
8192) = 8192
857 write(6, "\355\343\5whW\324\326)Y\326{1\204\234\4\276v\377\303\252"...,
8192) = 8192
857 read(5, "\31\304D\254\r\241\241f\262\254Y\320\263\25\211\10\21P"...,
8192) = 8192
857 write(6, "\31\304D\254\r\241\241f\262\254Y\320\263\25\211\10\21P"...,
8192) = 8192
857 read(5, "a\36\325\v\311\276\353\204\334\252\357\267W\325\20\250"...,
8192) = 8192
857 write(6, "a\36\325\v\311\276\353\204\334\252\357\267W\325\20\250"...,
8192) = 8192
857 read(5, "{J\271O\271\337mo\207a8\354\0073\273\375\344\323o\277\375"...,
8192) = 8192
857 write(6, "{J\271O\271\337mo\207a8\354\0073\273\375\344\323o\277\375"...,
8192) = 8192
857 read(5, "3\30S\2\7\354\0\0\320\200\310i\222\3\25}\335\4\0\230f\327"...,
8192) = 8192
857 write(6, "3\30S\2\7\354\0\0\320\200\310i\222\3\25}\335\4\0\230f\327"...,
8192) = 8192
857 read(5, "\362\334\275U\341\23\310\2549qZ\362h}\215K=\r3\34\26h\355"...,
8192) = 8192
857 write(6, "\362\334\275U\341\23\310\2549qZ\362h}\215K=\r3\34\26h\355"...,
8192) = 8192
857 read(5, "fzi\353u\216b\214\301\341\372\'4\363\22u\36Zh\320e\222"...,
8192) = 8192
857 write(6, "fzi\353u\216b\214\301\341\372\'4\363\22u\36Zh\320e\222"...,
8192) = 8192
857 read(5, "\247\237\226\6\35\35\16\207\211hY\26\22w_8\204\0\3\223"...,
8192) = 8192
857 write(6, "\247\237\226\6\35\35\16\207\211hY\26\22w_8\204\0\3\223"...,
8192) = 8192
857 read(5, "\"\4\250*;[EMAIL PROTECTED]"..., 8192) = 8192
857 write(6, "\"\4\250*;[EMAIL PROTECTED]"..., 8192) = -1 ECONNABORTED
(Software caused connection abort)
857 --- SIGINT (Interrupt) @ 0 (0) ---
857 +++ killed by SIGINT +++
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.24-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages sshfs depends on:
ii fuse-utils 2.7.3-4 Filesystem in USErspace (utilities
ii libc6 2.7-13 GNU C Library: Shared libraries
ii libfuse2 2.7.3-4 Filesystem in USErspace library
ii libglib2.0-0 2.16.4-2 The GLib library of C routines
ii openssh-client 1:4.7p1-12 secure shell client, an rlogin/rsh
sshfs recommends no packages.
sshfs suggests no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]