https://bugs.freedesktop.org/show_bug.cgi?id=39093
--- Comment #13 from Lionel Elie Mamane <[email protected]> 2011-11-22 14:43:31 PST --- The Ubuntu bug contains an interesting information: mounting the cifs share with option "nobrl" works around this. Here's the description of that option: nobrl Do not send byte range lock requests to the server. This is necessary for certain applications that break with cifs style mandatory byte range locks (and most cifs servers do not yet support requesting advisory byte range locks). I'm not sure whether LibreOffice can avoid sending those "byte range lock requests" without that option or not. E.g. it might come from LibreOffice's use of fcntl(F_SETLK/F_SETLKW) or maybe even flock(). I'm not sure why LO would use file locking, though. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
