On Wed Nov 22 2000 at 01:48, Andrew Park wrote: > Hi, > > I am having trouble getting kickstart going under RH7.0. > The client gets its IP address fine, also it initially mounts necessary > directories fine... but after certain point (Alt+3 shows me this > "* mounting nfs path 192.168.1.1:/local/tmp > * getting ready to spawn shell now"), alt+4 shows me this > > <4>eth0: media is TP. > <4>eth0: media is TP. > <4>nfs: server 192.168.1.1 not responding, still trying > <4>nfs: server 192.168.1.1 not responding, still trying > <4>nfs: task 32 can't get a request slot > <4>nfs: task 33 can't get a request slot > > What's wrong here? I suspect that the server's mountd daemon isn't able to resolve the client's IP address to a name... check the syslogs on the server. Quick kludge (if this is in fact the problem) is to create an entry for the client in it's /etc/hosts file, or put an entry into it's dns server's database (which should restrict 192.168/16 for internal uses, but you already know that:) Or /etc/hosts.{allow,deny} could be denying portmapper access (that's happened to me before too :) > Thanks I'd be interested if it was a dns lookup failure that was the problem... good luck. > Andrew Park Cheers Tony