|
From: Kees de K. <kee...@gm...> - 2007-05-08 10:05:54
|
On Tue, 08 May 2007, at 11:43:01 +0200, Miklos Szeredi wrote:
> > 5990 unlink("inbox.x2dragon.5990") = -1 ENOENT (No such file or directory)
> > 5990 open("inbox.x2dragon.5990", O_WRONLY|O_CREAT|O_EXCL|O_LARGEFILE, 0) = -1 EACCES (Permission denied)
>
> [snip]
>
> > I see a unlink followed with a permission denied, could that be it?
>
> Yes, this is definitely the problem.
>
> Can you find this in the debug output also?
[...]
Strange, only if I start Mutt with strace the Permission Denied is
logged with sshfs -d
I think this is the part:
LOOKUP /inbox.x2dragon.7470
unique: 37, error: -2 (No such file or directory), outsize: 16
unique: 38, opcode: ??? (35), nodeid: 1, insize: 68
unique: 38, error: -38 (Function not implemented), outsize: 16
unique: 39, opcode: MKNOD (8), nodeid: 1, insize: 68
MKNOD /inbox.x2dragon.7470
NODEID: 3
unique: 39, error: 0 (Success), outsize: 136
unique: 40, opcode: OPEN (14), nodeid: 3, insize: 48
unique: 40, error: -13 (Permission denied), outsize: 16
unique: 41, opcode: FLUSH (25), nodeid: 2, insize: 56
FLUSH[134691968]
unique: 41, error: 0 (Success), outsize: 16
unique: 42, opcode: READ (15), nodeid: 2, insize: 64
READ[134691968] 16384 bytes from 0
READ[134691968] 13756 bytes
unique: 42, error: 0 (Success), outsize: 13772
unique: 43, opcode: GETATTR (3), nodeid: 2, insize: 40
unique: 43, error: 0 (Success), outsize: 112
In the remote side sshfs/mutt leaves a file with no permissions:
$ ll test
total 24
drwxr-xr-x 2 sircrow sircrow 4096 2007-05-08 11:27 .
drwx------ 21 sircrow sircrow 4096 2007-05-08 11:45 ..
-rw-rw---- 1 sircrow sircrow 13756 2007-05-08 11:22 inbox
---------- 1 sircrow sircrow 0 2007-05-08 11:27 inbox.x2dragon.7470
The inbox.x2dragon.7470 is the same as the previous inbox.x2dragon.5990
in earlier post but that one i deleted.
Kees
--
The farther you go, the less you know.
-- Lao Tsu, "Tao Te Ching"
Ubuntu, linux for human beings http://www.ubuntu.com
|