> In the %post part of my kickstart file I have: > > mkdir /userdisk > > mount -t nfs 192.168.1.1:/userdisk /userdisk > > and then copy various files across. > > I always get a delay of about 4-6 minutes and error messages on the client > (seen by pressing ctrl alt F4) that says > > <5>portmap: server localhost not responding, timed out > <4>lockd-up: make sock failed, error=-5 > <5> portmap: server localhost not responding, timed out > <4>lockd-up: no pid, 2 users?? > > Then it procedes to work. If I mount a further directory using NFS I see > further > error messages and another delay, but again it eventually completes. Try using mount -o ro,nolock. There is no lockd running during the installation process. cu Florian Festi