Bug 204408 - Latest autofs update breaks nis automounts
Summary: Latest autofs update breaks nis automounts
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 3
Classification: Red Hat
Component: autofs
Version: 3.0
Hardware: All
OS: Linux
medium
high
Target Milestone: ---
Assignee: Jeff Moyer
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-08-28 21:35 UTC by Xixi
Modified: 2007-11-30 22:07 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-09-15 13:56:41 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Comment 7 Jeff Moyer 2006-09-07 18:19:47 UTC
Previously, autofs would only convert maps of the names "auto_home" and
"auto_mnt" to auto.home and auto.mnt.  A bug was filed about this, and the
behaviour has changed as a result.  The original intent was to convert all
underscores to dots.

Based on the limited information in this bugzilla, it really looks like the
customer should have UNDERSCORETODOT set to 0.


Comment 9 Jeff Moyer 2006-09-12 13:04:13 UTC
I'm still waiting for feedback on this.

Comment 10 Brandon Kitchen 2006-09-12 13:35:08 UTC
My auto.master was as follows before the latest autofs update and clients were
getting the maps from NIS fine:

/remnet /etc/auto.remote -bg,intr,rw
/homenet  /etc/auto.homes  -bg,intr,rw
/proj /etc/auto.project -bg,intr,rw
/apps /etc/auto.apps -bg,intr,rw
/opt/media  /etc/auto.media --timeout=10 -fstype=auto,loop,user,owner

After the latest autofs update, the clients started complaining that they could
not find the NIS maps and stopped working.

I changed my auto.master as follows to get it to work with the latest autofs update:

/remnet auto.remote -bg,intr,rw
/homenet  auto.homes  -bg,intr,rw
/proj auto.project -bg,intr,rw
/apps auto.apps -bg,intr,rw
/opt/media  auto.media --timeout=10 -fstype=auto,loop,user,owner






Note You need to log in before you can comment on or make changes to this bug.