All of lore.kernel.org
 help / color / mirror / Atom feed
* Query about autofs4 module
@ 2004-12-17 12:52 s. lele
  2004-12-17 15:45 ` Jeff Moyer
  0 siblings, 1 reply; 2+ messages in thread
From: s. lele @ 2004-12-17 12:52 UTC (permalink / raw)
  To: autofs

Their was one problem reported as follows:
RHEL3 U3 X86 system generates automount messages to
/var/log/messages that look like: 
automount[<pid>]: BUG: <mount_point> already mounted 

After checking the following bugzilla web-link:
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=132831,
the problem was found due to autofs module.
autofs module need to be unloaded and autofs4 module
need to be loaded.
The following steps steps should hopefully resolve the
problem:
# service autofs stop
# rmmod autofs
# service autofs start
which should show autofs4 module in "lsmod" command. 

My query is as follows:
Before unloading autofs module and loading autofs4
module, just want to confirm if the following autofs
options will be honoured  with autofs4 module in NIS
environment (used for automounting) without any
problem:

test
-hard,tcp,intr,bg,rsize=32768,wsize=32768,retry=100
xxxx:/export/home/home_00/test
/usr/sbin/automount /home yp auto.home --timeout 3600
-XXX=i686-pc-linux2.4.21-ZZZ

Thanks for your help.

________________________________________________________________________
Yahoo! India Matrimony: Find your life partner online
Go to: http://yahoo.shaadi.com/india-matrimony

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-12-17 15:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-17 12:52 Query about autofs4 module s. lele
2004-12-17 15:45 ` Jeff Moyer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.