Bug 204408
| Summary: | Latest autofs update breaks nis automounts | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 3 | Reporter: | Xixi <xdmoon> |
| Component: | autofs | Assignee: | Jeff Moyer <jmoyer> |
| Status: | CLOSED NOTABUG | QA Contact: | Brock Organ <borgan> |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3.0 | CC: | 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
I'm still waiting for feedback on this. 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 |