Bug 562846
| Summary: | autofs: segmentation fault when trying to start, found by PES | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Petr Sklenar <psklenar> |
| Component: | autofs | Assignee: | Jeff Moyer <jmoyer> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | qe-baseos-daemons |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 5.5 | CC: | ikent |
| Target Milestone: | rc | Keywords: | Regression |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | autofs-5.0.1-0.rc2.139.el5 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-02-09 08:22:53 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: | |||
|
Description
Petr Sklenar
2010-02-08 15:08:21 UTC
[root@pes-02 ~]# automount -fd Starting automounter version 5.0.1-0.rc2.138.el5, master map auto.master using kernel protocol version 5.01 lookup_nss_read_master: reading master files auto.master parse_init: parse(sun): init gathered global options: (null) lookup_read_master: lookup(file): read entry /net lookup_read_master: lookup(file): read entry /home/shares lookup_read_master: lookup(file): read entry +auto.master lookup_nss_read_master: reading master files auto.master parse_init: parse(sun): init gathered global options: (null) lookup_nss_read_master: reading master ldap auto.master parse_server_string: lookup(ldap): Attempting to parse LDAP information from string "auto.master". parse_server_string: lookup(ldap): mapname auto.master parse_ldap_config: lookup(ldap): ldap authentication configured with the following options: parse_ldap_config: lookup(ldap): use_tls: 0, tls_required: 0, auth_required: 1, sasl_mech: (null) parse_ldap_config: lookup(ldap): user: (null), secret: unspecified, client principal: (null) credential cache: (null) parse_init: parse(sun): init gathered global options: (null) do_bind: lookup(ldap): auth_required: 1, sasl_mech (null) do_bind: lookup(ldap): ldap anonymous bind returned 0 get_query_dn: lookup(ldap): query succeeded, no matches for (&(objectclass=nisMap)(nisMapName=auto.master)) get_query_dn: lookup(ldap): query succeeded, no matches for (&(objectclass=automountMap)(ou=auto.master)) get_query_dn: lookup(ldap): query succeeded, no matches for (&(objectclass=automountMap)(automountMapName=auto.master)) lookup(ldap): failed to find valid query dn do_bind: lookup(ldap): auth_required: 1, sasl_mech (null) do_bind: lookup(ldap): ldap anonymous bind returned 0 Segmentation fault (core dumped) [root@pes-02 ~]# rpm -Uvh /mnt/redhat/brewroot/packages/autofs/5.0.1/0.rc2.139.el5/x86_64/autofs-5.0.1-0.rc2.139.el5.x86_64.rpm Preparing... ########################################### [100%] 1:autofs ########################################### [100%] [root@pes-02 ~]# service autofs start Starting automount: [ OK ] autofs-5.0.1-0.rc2.139.el5.x86_64.rpm start successfully. it seems like a dupe of bug 562714 - closing this bug *** This bug has been marked as a duplicate of bug 562714 *** (In reply to comment #4) > [root@pes-02 ~]# rpm -Uvh > /mnt/redhat/brewroot/packages/autofs/5.0.1/0.rc2.139.el5/x86_64/autofs-5.0.1-0.rc2.139.el5.x86_64.rpm > Preparing... ########################################### [100%] > 1:autofs ########################################### [100%] > [root@pes-02 ~]# service autofs start > Starting automount: [ OK ] > > > autofs-5.0.1-0.rc2.139.el5.x86_64.rpm start successfully. > it seems like a dupe of bug 562714 - closing this bug No, that's a different problem. This was definitely an error on my part, introduced by another 5.5 correction, which was uncovered by our regression tests, as was the LDAP listen problem. Ian |