General I/O error
Dan Olson
danolson at visi.com
Mon Sep 5 09:09:40 PDT 2005
Eduardo Huertas wrote:
> --- NAKATA Maho <chat95 at mac.com> escribió:
>
>
>>In Message-ID:
>><20050902130742.8834.qmail at web52912.mail.yahoo.com>
>>Eduardo Huertas <eduhuertas at 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 at 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
More information about the freebsd-openoffice
mailing list