To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=99394 Issue #|99394 Summary|General input/output error when saving to a webdav mou |nt Component|framework Version|OOo 3.0.1 Platform|Macintosh URL| OS/Version|Mac OS X Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P2 Subcomponent|code Assigned to|tm Reported by|aheintz
------- Additional comments from [email protected] Wed Feb 18 23:19:17 +0000 2009 ------- I get a "General input/output error while accessing <filename>" error message when I try to save to a webdav share mounted in MacOSX 10.5.5. When using "Save as" a new, empty file is created on the mount -> it isn't a permission problem. When I try to save an RTF with TextEdit or copying a photo to the mount it all works fine. My conclusion is that it's the OO webdav(?) functionality which is a bit shaky. The webdav share is an Apache 2.2.9/Subversion 1..4 mod_dav_svn using Autoversioning on share using Basic Authentication. At one point it worked saving an ODS file on the share, although after umount/mount it doesn't anymore. However, I tried to copy a .xls file using the terminal to a temporary file on the same share and edited the file using 'vi' without any problems. The Apache conf for the SVN webdav below: ---- subversion.conf ---- oadModule dav_svn_module /usr/libexec/apache2/mod_dav_svn.so LoadModule authz_svn_module /usr/libexec/apache2/mod_authz_svn.so <Location /webdavshare> DAV svn SVNPath /path/to/subversion/repo SVNAutoversioning on ModMimeUsePathInfo on # Deny OSX dot files to subversion # I've tried to comment these lines, it doesn't affect OO writing problems RewriteEngine On RewriteCond %{REQUEST_METHOD} ^PUT$ RewriteRule .DS_Store - [F] RewriteRule .Trashes - [F] RewriteRule .TemporaryItems - [F] RewriteRule ._.* - [F] # Authentication AuthType Basic AuthName "Subversion doc repository" AuthUserFile /path/to/htpasswd-file Require valid-user </Location> ---- end subversion.conf --- --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
