On Sunday, 12 October 2008 20:59:34 Shlomo Solomon wrote: > I just upgraded OpenOffice on my wifes Mandriva 2007.1 computer (to OO > 2.1). Now she can no longer save documents on a partition mounted as NFS > (the partition is on my machine). This is specific to OO. Other > applications can write to the drive, so it's not a permission problem (but > some OO setting that I may have screwed up).
This doesn't make much sense; somehow the openoffice process probably cannot write files to these directories. I'd be: 1. trying to mimic openoffice by simply "echo"ing into a file on the same path, using the same user. 2. strace -e file -f -o /tmp/ooo.strace oowriter then inspect /tmp/ooo.strace for these file-writing errors. G'luck - Oren ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]