https://bugs.documentfoundation.org/show_bug.cgi?id=72364

Matthew Francis <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |[email protected]
     Ever confirmed|0                           |1

--- Comment #8 from Matthew Francis <[email protected]> ---
Confirmed on Ubuntu 14.04 (cifs mount -> Samba)

This is related to file locking on a cifs mount with the "nounix" option, which
among other things disables POSIX locking.

e.g.
  sudo mount //SOMESERVER/SOMEEXPORT -t cifs -o
username=MYUSERNAME,uid=1000,nounix /mnt/temp

  SAL_ENABLE_FILE_LOCKING=1 /opt/libreoffice4.4/program/soffice.bin
/mnt/temp/SOMEFILE.pdf

fails, while just

  /opt/libreoffice4.4/program/soffice.bin /mnt/temp/SOMEFILE.pdf

succeeds (the "soffice" wrapper script sets SAL_ENABLE_FILE_LOCKING)

-- 
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

Reply via email to