==> Regarding [autofs] Query about autofs4 module; "s. lele" <[EMAIL PROTECTED]> adds:
satlele> Their was one problem reported as follows: RHEL3 U3 X86 system satlele> generates automount messages to /var/log/messages that look like: satlele> automount[<pid>]: BUG: <mount_point> already mounted satlele> After checking the following bugzilla web-link: satlele> https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=132831, the satlele> problem was found due to autofs module. autofs module need to be satlele> unloaded and autofs4 module need to be loaded. The following satlele> steps steps should hopefully resolve the problem: # service autofs satlele> stop # rmmod autofs # service autofs start which should show satlele> autofs4 module in "lsmod" command. satlele> My query is as follows: Before unloading autofs module and loading satlele> autofs4 module, just want to confirm if the following autofs satlele> options will be honoured with autofs4 module in NIS environment satlele> (used for automounting) without any problem: satlele> test -hard,tcp,intr,bg,rsize=32768,wsize=32768,retry=100 satlele> xxxx:/export/home/home_00/test /usr/sbin/automount /home yp satlele> auto.home --timeout 3600 -XXX=i686-pc-linux2.4.21-ZZZ This should work fine. -Jeff _______________________________________________ autofs mailing list [EMAIL PROTECTED] http://linux.kernel.org/mailman/listinfo/autofs
