Page 1 of 1

webdav & libreoffice file update goes to devnull?

PostPosted:Fri Feb 22, 2013 9:55 am
by dhollos
Dear All,

If I edit a file using libreoffice on a webdavfs mounted by webdavfs2, then simply save it, the file is not updated to the openkm repository, even after unmounting (syncing the cache). The changes are thus completely lost.

Is it a bug or am I doing something wrong?

oenkm-community 6.2.2
libreoffice 4.0 (beta)
Webdav fix is true.

mount -t davfs -o gid=user,uid=user,rw http://localhost:8080/OpenKM/webdav openkm_webdav/
libreoffice <filename> -- then modify, then save
ls gives korrekt (updated) dir. entry
but if file opened again, the old version appears.

Thank you,

Yours, Daniel

Re: webdav & libreoffice file update goes to devnull?

PostPosted:Wed Feb 27, 2013 1:10 pm
by Ben.Hahlen
I have the same kind of problems, trying to update files via davfs2...
When saving a file from thunderbird to the OpenKM WebDAV mounted folder, it will not save it properly and the old version stays present.

Re: webdav & libreoffice file update goes to devnull?

PostPosted:Sat Aug 10, 2013 2:37 pm
by gijsh
I use the same configuration an have the same problem: changes in existing files are not saved.
Any advice?

Re: webdav & libreoffice file update goes to devnull?

PostPosted:Tue Aug 13, 2013 11:10 am
by pavila
Can you reproduce the problem in a recent nighbuild?

Re: webdav & libreoffice file update goes to devnull?

PostPosted:Wed Aug 14, 2013 6:22 am
by dejanfc
Check ~/.davfs2/davs2.conf, there should be a line " if_match_bug 1", try to uncomment it, remount the folder and try again.

Re: webdav & libreoffice file update goes to devnull?

PostPosted:Thu Aug 15, 2013 7:21 am
by pavila
Can you confirm this configuration fixes the issue? This already was documented at http://wiki.openkm.com/index.php/WebDAV_access#Linux