Gentoo Archives: gentoo-amd64

From: Mark Knecht <markknecht@×××××.com>
To: "Nicolas MASSÉ" <nicolas27.masse@×××××××.net>
Cc: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] Re: Open Office / NFS write problem
Date: Tue, 28 Feb 2006 09:05:59
Message-Id: 5bdc1c8b0602271922l69c12f50mca19dc4b1e83c993@mail.gmail.com
In Reply to: Fwd: [gentoo-amd64] Re: Open Office / NFS write problem by "Nicolas MASSÉ"
1 Excellent!! That seems to work very fine! Thanks very much!
2
3 I guess that when new OO release come along you must remember to
4 change this again?
5
6 Anyway, thanks VERY much!
7
8 cheers,
9 Mark
10
11 On 2/27/06, Nicolas MASSÉ <nicolas27.masse@×××××××.net> wrote:
12 > I had the same problem on Mac OS X, I solved it when I commented out the two
13 > following lines :
14 >
15 > SAL_ENABLE_FILE_LOCKING="0 ou 1"
16 > export SAL_ENABLE_FILE_LOCKING
17 >
18 > in "program/soffice"
19 >
20 > You can see [1] (in french) for more details.
21 >
22 > Best regards,
23 >
24 > Nicolas MASSE
25 >
26 > [1] http://forums.macgeneration.com/vbulletin/showthread.php?t=121426
27 >
28 > ---------- Forwarded Message ----------
29 >
30 > Subject: [gentoo-amd64] Re: Open Office / NFS write problem
31 > Date: Monday 27 February 2006 01:51
32 > From: "Mark Knecht" <markknecht@×××××.com>
33 > To: gentoo-amd64@l.g.o
34 >
35 > On 2/26/06, Mark Knecht <markknecht@×××××.com> wrote:
36 > > Hi,
37 > > I'm running Open Office on my AMD64 machine. In all ways it seems
38 > > to work fine when using local hard drives. However, if I try to write
39 > > any file held on my file server then I receive a message that says:
40 > >
41 > > Error saving the document Untitled1:
42 > > General input/output error while accessing /video/Mark/test1
43 > >
44 > > The document was started as a new document, hence the 'Untitled1' name
45 > > and I gave it the name test1 in the 'Save as...' dialog.
46 > >
47 > > I do not have this problem when editing from my 32-bit Gentoo
48 > > machine. It's only from this AMD64 box.
49 > >
50 > > Is this a problem that's known already? I find this message in a
51 > > few files through Google but I haven't found a clear description of
52 > > why it happens or how to fix it.
53 > >
54 > > Could this be due to using the binary version of Open Office? I'd
55 > > hate to have to build it from scratch!
56 > >
57 > > The NFS drive is mounted at boot time. Here's the command in my fstab
58 > > file:
59 > >
60 > > mark@lightning ~ $ cat /etc/fstab | grep video
61 > > myth14:/video /video nfs
62 > > auto,user,rw,_netdev,noatime,hard,tcp,wsize=32768,rsize=8192,nfsvers=3,asyn
63 > >c 0 0
64 > > mark@lightning ~ $
65 > >
66 > > Thanks in advance,
67 > > Mark
68 >
69 > Later in my searches I found this thread at the Open Office site:
70 >
71 > http://www.openoffice.org/issues/show_bug.cgi?id=36634
72 >
73 > Indeed the issue at the bottom - different kernels, etc., may apply.
74 >
75 > Our NFS Server is a MythTV frontend only machine that has a large
76 > drive so we exported that drive to the network as extra storage for
77 > easy backups and sharing. That machine runs an older kernel:
78 >
79 > myth14 ~ # uname -a
80 > Linux myth14 2.6.12-gentoo-r6 #2 Tue Aug 2 16:31:31 PDT 2005 i686
81 > Intel(R) Celeron(R) CPU 2.26GHz GenuineIntel GNU/Linux
82 > myth14 ~ #
83 >
84 > The drive is exported as follows:
85 >
86 > myth14 ~ # cat /etc/exports
87 > # /etc/exports: NFS file systems being exported. See exports(5).
88 > /video
89 > 192.168.1.0/255.255.255.0(rw,no_root_squash,insecure,async,no_subtree_check)
90 > myth14 ~ #
91 >
92 > My local AMD64 machine is running a newer non-Gentoo kernel:
93 >
94 > mark@lightning ~ $ uname -a
95 > Linux lightning 2.6.15-rt2 #2 PREEMPT Thu Jan 5 16:13:25 PST 2006
96 > x86_64 AMD Athlon(tm) 64 Processor 3000+ AuthenticAMD GNU/Linux
97 > mark@lightning ~ $
98 >
99 > Both machines run the same version of nfs-utils:
100 >
101 > myth14 ~ # emerge -pv nfs-utils
102 >
103 > These are the packages that I would merge, in order:
104 >
105 > Calculating dependencies ...done!
106 > [ebuild R ] net-fs/nfs-utils-1.0.6-r6 +tcpd 0 kB
107 >
108 > Total size of downloads: 0 kB
109 > myth14 ~ #
110 >
111 > lightning ~ # emerge -pv nfs-utils
112 >
113 > These are the packages that I would merge, in order:
114 >
115 > Calculating dependencies ...done!
116 > [ebuild R ] net-fs/nfs-utils-1.0.6-r6 +tcpd 0 kB
117 >
118 > Total size of downloads: 0 kB
119 > lightning ~ #
120 >
121 > Thanks in advance for any ideas you can lend,
122 > Mark
123 >
124 > --
125 > gentoo-amd64@g.o mailing list
126 >
127 > -------------------------------------------------------
128 >
129
130 --
131 gentoo-amd64@g.o mailing list

Replies

Subject Author
Re: [gentoo-amd64] Re: Open Office / NFS write problem Paul de Vrieze <pauldv@g.o>