autofs - automount - yp maps

Robert Cavey rcavey at g0mos16.gsfcmo.ecs.nasa.gov
Thu Apr 29 20:28:02 UTC 2004


Problem solved....

localoptions now needs VERS defined as a map option via -D ... the
person prior to me was passing vers as a option for the nfs portion
instead of the NIS map option.

You'll see this in messages:
Apr 29 16:12:22 <hostname> automount[4387]: failed to mount /home/rcavey
Apr 29 16:12:22 <hostname> automount[4389]: >> opt=rsize
Apr 29 16:12:22 <hostname> automount[4389]: >> opt=wsize
Apr 29 16:12:22 <hostname> automount[4389]: >> Bad nfs mount parameter:
vers
Apr 29 16:12:22 <hostname> automount[4389]: mount(nfs): nfs: mount
failure <hostname>:/homedir/rcavey on /home/rcavey
Apr 29 16:12:22 <hostname> automount[4389]: failed to mount /home/rcavey
---------

The lowercase vers is a little mis-leading in messages because the below
Now line fixed the problem.


Way Before:localoptions=' -D ARCH=linux8.0
rsize=32768,wsize=32768,nfsvers=3,vers=3'
Before:localoptions=' -D ARCH=linux8.0 rsize=32768,wsize=32768'
Now   :localoptions=' -DARCH=linux8.0 -DVERS=3 rsize=32768,wsize=32768'


Homedirs are now mounting using the NIS maps rather than hacking local
files.


Thanks,
Bob






More information about the fedora-test-list mailing list