Date: Mon, 05 Sep 2005 11:09:35 -0500 From: Dan Olson <danolson@visi.com> To: Eduardo Huertas <eduhuertas@yahoo.com> Cc: freebsd-openoffice@freebsd.org Subject: Re: General I/O error Message-ID: <431C6DBF.2010308@visi.com> In-Reply-To: <20050905050416.59005.qmail@web52915.mail.yahoo.com> References: <20050905050416.59005.qmail@web52915.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Eduardo Huertas wrote: > --- NAKATA Maho <chat95@mac.com> escribió: > > >>In Message-ID: >><20050902130742.8834.qmail@web52912.mail.yahoo.com> >>Eduardo Huertas <eduhuertas@yahoo.com> wrote: >> >> >>>Hi, >>> >>>I had beeing working with packages >>>OOo_1.9mX_FreeBSD54Intel_install_es.tbz >>> >>>without significant trouble ;) >>> >>>Until I tried to work on a mounted NFS directory >> >>and >> >>>problems began :( >>> >>>I can't open any file, >>>Save any file, >>>Save as any file >>>in the NFS directory, though I can do it on local >>>directories. >>> >>>The error: >>>Error General de Entrada/Salida >>>(spanish version) >>> >>>Obviously permissions are OK ;) >> >>looks like >> > > http://www.openoffice.org/issues/show_bug.cgi?id=54136 > >>-- NAKATA, Maho (maho@FreeBSD.org) >> > > > Yea! Looks like but here there are not win machines > neither samba servers, there are only FreeBSDs and one > NFS server. Maybe slightly different ;) > > -edu- > Sounds more like Issue# 36634, [NFS] General input/output error opening file on NFS mount. I had this issue but solved it by adding lockd to my rc.conf. Below is what I use to run my NFS server in rc.conf. # NFS Server Options nfs_server_enable="YES" nfs_server_flags="-u -t -n 4" rpcbind_enable="YES" mountd_flags="-r" rpc_lockd_enable="YES" rpc_statd_enable="YES" Hope this helps. Dan
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?431C6DBF.2010308>