That did the trick. Thanks a lot Seth. Eric On Fri, Apr 27, 2001 at 01:55:53PM -0400, Seth Vidal wrote: > > # mount an NFS server and copy some files from it > > mkdir /mnt/custom > > mount machine.domain.com:/export /mnt/custom > make this: > > mount -o nolock,ro,rsize=8192,wsize=8192 machine.domain.com:/export \ > /mnt/custom > > that will cause the portmap issues to go away > > lockd is trying to automatically start up and it can't b/c portmap is not > ready. > > > -sv > > > > > _______________________________________________ > Kickstart-list mailing list > Kickstart-list@xxxxxxxxxx > https://listman.redhat.com/mailman/listinfo/kickstart-list