Issue 9000 - saving documents on ncpfs doesn't work
Summary: saving documents on ncpfs doesn't work
Status: CLOSED DUPLICATE of issue 4946
Alias: None
Product: porting
Classification: Code
Component: code (show other issues)
Version: OOo 1.0.1
Hardware: PC Linux, all
: P3 Trivial (vote)
Target Milestone: ---
Assignee: sander_traveling
QA Contact: issues@porting
URL:
Keywords: oooqa
Depends on:
Blocks:
 
Reported: 2002-11-05 18:30 UTC by rgreab
Modified: 2003-03-11 18:01 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
sample patch (735 bytes, patch)
2002-11-05 18:31 UTC, rgreab
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description rgreab 2002-11-05 18:30:55 UTC
Trying to save a document to a file system mounted through ncpfs from a Netware
server fails with the message "non-existent object; non-existent file".

This is due to the fact that statfs for ncpfs filesystems can't tell the amount
of available free space, f_blocks, f_bfree and f_bavail fields of the statfs
struct being always zero.

After applying the diff between version 1.51.2.9 and 1.51.2.10 to
sal/osl/unx/file.c, the save operation worked on ncpfs.

The save operation seems to also work if the NCP file system is recognized as a
remote file system. I don't know if, after change 1.51.2.9->1.51.2.10, it's
necessary to make file.c know about ncpfs, but here is a small patch to do that.

Thanks!
Comment 1 rgreab 2002-11-05 18:31:33 UTC
Created attachment 3496 [details]
sample patch
Comment 2 prgmgr 2002-11-20 23:06:47 UTC
Thank you for using and supporting OOo.

Please see issue 4946 and add comments/attachments as you see fit.

*** This issue has been marked as a duplicate of 4946 ***
Comment 3 michael.bemmer 2003-03-11 17:22:08 UTC
As mentioned on the qa dev list on March 5th I will close all resolved duplicate
issues. Please see this posting for details. First step in IssueZilla is
unfortunately to set them to verified.
Comment 4 michael.bemmer 2003-03-11 18:01:28 UTC
As mentioned on the qa dev list on March 5th I will close all resolved duplicate
issues. Please see this posting for details. 
Comment 5 michael.bemmer 2003-03-11 18:01:38 UTC
As mentioned on the qa dev list on March 5th I will close all resolved duplicate
issues. Please see this posting for details.