After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 575150 - gvfs fuse webdav seems broken - causes OOo to fail to save
gvfs fuse webdav seems broken - causes OOo to fail to save
Status: RESOLVED DUPLICATE of bug 522532
Product: gvfs
Classification: Core
Component: webdav backend
1.1.x
Other All
: Normal major
: ---
Assigned To: gvfs-maint
gvfs-maint
Depends on:
Blocks:
 
 
Reported: 2009-03-12 22:08 UTC by Chris
Modified: 2009-05-27 10:16 UTC
See Also:
GNOME target: ---
GNOME version: 2.25/2.26



Description Chris 2009-03-12 22:08:06 UTC
Please describe the problem:
Similar to bug 574968 I tested saving in OOo on gvfs fuse webdav backend. Unsurprisingly it fails as well. The OOo error isn't particularly useful but I have included it for reference:

"
==
OpenOffice.org 3.0
--
Error saving the document Untitled1:
Object not accessible.
The object cannot be accessed
due to insufficient user rights.
==
"

It tries to create a lock file before saving which gvfs appears to claim failed to be created although it really is actually there. It therefore does not save the actual document file.

I tested on the command line as well with touch and got the following output:

ccheney@x200:~/.gvfs/ccheney%27s public files on x200$ touch foo; ls -l
touch: cannot touch `foo': No such file or directory
total 0
-rwx------ 1 ccheney ccheney 0 2009-03-12 17:04 foo


Steps to reproduce:
1. Mount a webdav share
2. On the command line type touch foo
3. See that it claims to have failed to create but actually does create the file


Actual results:
File is created but touch claims it was not created due to a bug in gvfs fuse webdav.

Expected results:
The file to be created and that the application creating the file knows that the file was created.

Does this happen every time?
Yes

Other information:
gvfs 1.1.8 on Ubuntu Jaunty (9.04)
Comment 1 Chris 2009-03-29 19:57:29 UTC
As is noted in recent comments in bug 574968 about fuse not waiting for file io commands, this bug may be related to that issue.
Comment 2 Christian Kellner 2009-05-27 10:16:27 UTC
I am slightly confused but in general pretty sure that at what you are aiming here is a dup of #522532. 

*** This bug has been marked as a duplicate of 522532 ***