From Bugzilla Helper: User-Agent: Mozilla/4.78 [en] (X11; U; SunOS 5.7 sun4u) Description of problem: In post part of a kickstart install I mount a NFS directory to execute some commands; it works but it's quite long. On console 4 I got : <5>portmap: server localhost not responding, timed out <5>portmap: server localhost not responding, timed out <4>lockd_up: makesock failed, error=-5 <5>portmap: server localhost not responding, timed out <4>lock_down: no lockd running What does that mean ? Thanks. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1.kickstart install 2.mount -t nfs xxx:/xxxx /xxx in post-install 3. Additional info:
This should not be a problem if you are using the mount command in the anaconda intall environment. If you are calling the mount command on the freshly installed system, you need to pass a '-o nolock' on the mount command line. Does that help?
'-o nolock' helps. Thanks.
Ok. Thanks for your report.