Hello,
I was wondering if I could get some help? I am kinda new to the autofs thing... I think this is a simple question: Is there a simple way to tell if I have autofs4 built into my linux kernel? And, if it isn't, does this still affect the use of auto.net (which is a replacement for the '-host' flag in the sgi verison)? I am having problems with getting auto.net to work. Everything in the setup seems to say it sould work: it does everyting but actually mound the directories.
You must use autofs4 for auto.net to work. Try `/sbin/lsmod | grep autofs`.
If you see autofs, then you are using the old autofs3 module. Stop autofs and remove the module (/etc/init.d/autofs stop ; modprobe -r autofs). Edit /etc/modules.conf and add this line:
alias autofs autofs4
Restart autofs and see if it works.
If you see autofs4, then you are using the autofs4 module, and something else is wrong. Check /var/log/message on the client machine and the machine that you are trying to connect to.
If you don't see autofs, then you may have autofs built into the kernel. You'll have to look at the kernel configuration to see whether or not you included it.
Forrest
_______________________________________________ autofs mailing list [EMAIL PROTECTED] http://linux.kernel.org/mailman/listinfo/autofs
