|
From: Kees de K. <kee...@gm...> - 2007-05-08 10:14:35
|
On Tue, 08 May 2007, at 11:58:48 +0200, Miklos Szeredi wrote: [...] > > Maybe it's this problem (http://fuse.sourceforge.net/wiki/index.php/SshfsFaq) > > Why does SVN (etc...) fail with permission denied? > > This is a bug that happens when an application creates a read-only > file opened for writing (e.g. open("foo", O_WRONLY|O_CREAT, 0444)) > > It has been fixed in sshfs version 1.3, but also requires FUSE > version >=2.5.X and Linux kernel version >=2.6.15. > > What are the versions of these for you? [...] <wrap off> $ dpkg --list | grep sshfs ; dpkg --list | grep fuse ; dpkg --list | grep linux-image-2 ii sshfs 1.3-0ubuntu1 filesystem client based on SSH File Transfer ii fuse-utils 2.4.2-0ubuntu3 Filesystem in USErspace (utilities) ii libfuse2 2.4.2-0ubuntu3 Filesystem in USErspace library ii linux-image-2.6.15-28-686 2.6.15-28.53 Linux kernel image for version 2.6.15 on PPr </wrap off> It looks that the fuse version is the problem! Thanks for your help, mayby I can upgrade them. Kees -- Circumstances rule men; men do not rule circumstances. -- Herodotus Ubuntu, linux for human beings http://www.ubuntu.com |