Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
For bugs related to Red Hat Enterprise Linux 3 product line. The current stable release is 3.9. For Red Hat Enterprise Linux 6 and above, please visit Red Hat JIRA https://issues.redhat.com/secure/CreateIssue!default.jspa?pid=12332745 to report new issues.

Bug 204408

Summary: Latest autofs update breaks nis automounts
Product: Red Hat Enterprise Linux 3 Reporter: Xixi <xdmoon>
Component: autofsAssignee: Jeff Moyer <jmoyer>
Status: CLOSED NOTABUG QA Contact: Brock Organ <borgan>
Severity: high Docs Contact:
Priority: medium    
Version: 3.0CC: brandon.kitchen, ikent, mark.fowle
Target Milestone: ---Keywords: Regression
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-09-15 13:56:41 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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