Re: Allegro NFS server problems
Ahmon Dancy <[email protected]> Tue, 23 Sep 2003 14:47:13 -0700
| Newsgroups | gmane.lisp.open-source.franz |
|---|---|
| Message-ID | <29593.1064353633@dancy> |
Hello.
>> Hi. I'm having a bit of trouble with my NFS server, which I've got
>> running on a windows 2000 box. I'm trying to conduct a remote install
>> of RedHat 7.3, but when I tell my comp to download the files from my
>> NFS server, it freezes. I returns a message if the wrong server name
>> or directory is entered, so I know it's connecting, but it does
>> nothing after that. Any help would be appreciated.
Are there any relevant message in the console window?
>>
>> Here's my NFS.cfg contents:
>>
>> (
>> (*nfslocaluid* 1000)
>> (*nfslocalgid* 50)
>> (*nfs-rw-uids* (t))
*nfs-rw-uids* should be a list of uids that will be allowed read-write
access to the export. (t) isn't allowed. Are you trying to make the
export read-write for all users?
>> (*nfsdebug* nil)
>> (*nfslocalumask* #o022)
>> (*exports* (("RH73" "C:\Deploy\RH73")
>> ))
>> (*hosts-allow* nil)
>> (*hosts-deny* nil)
>> )