https://bugs.freedesktop.org/show_bug.cgi?id=50276

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|FILESAVE "error during      |FILESAVE "error during
                   |shared access" when saving  |shared access" when saving
                   |on NFSv3                    |on NFSv3 mounted with
                   |                            |"lock" option

--- Comment #2 from [email protected] 2012-05-23 04:34:07 PDT ---
I found the reason:

Loading/saving fails if the share is mounted using the "lock" option.


Reasoning:

1) My $HOME is mounted from the same server. Loading and saving from there
works like a charm.

Mount-entry for this:
  server:/export/home on /home type nfs
(rw,nosuid,soft,nolock,addr=192.168.1.1)


2) Loading/saving from my home-dir mounted to a different mount-point does *not
work*.

Mount-entry for this:
  server:/export on /mnt/server type nfs (rw,nosuid,soft,addr=192.168.1.1)

==>> The failing share is mounted with "lock" (as no "nolock" is given).

Proof:

I remounted the failing share with "nolock" and loading/saving works.

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

Reply via email to