Bug 1410163
| Summary: | crash due to not finding libnss_wins.so.2 dependencies in getaddrinfo | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Paulo Andrade <pandrade> |
| Component: | samba | Assignee: | Andreas Schneider <asn> |
| Status: | CLOSED DUPLICATE | QA Contact: | qe-baseos-daemons |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.3 | CC: | asn, gdeschner, jarrpa |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-01-04 16:23:27 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
*** This bug has been marked as a duplicate of bug 1393050 *** zstream updated is scheduled for Jan 17th. |
Steps to reproduce: * Base 7.3 install * yum install samba-winbind * edit /etc/nsswitch.conf to show the following host line: hosts: files wins dns myhostname * systemctl start winbind * ping redhat.com "Quick fix" could be to have /usr/lib64/samba/ in LD_LIBRARY_PATH. Should also be fixable in libnss_wins.so.2 link. $ ldd /lib64/libnss_wins.so.2 linux-vdso.so.1 => (0x00007ffefcf2d000) libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f683cd2a000) libwbclient.so.0 => /lib64/libwbclient.so.0 (0x00007f683cb1b000) libreplace-samba4.so => not found libc.so.6 => /lib64/libc.so.6 (0x00007f683c759000) /lib64/ld-linux-x86-64.so.2 (0x00007f683d15e000) libwinbind-client-samba4.so => /usr/lib64/samba/libwinbind-client-samba4.so (0x00007f683c555000) libreplace-samba4.so => /usr/lib64/samba/libreplace-samba4.so (0x00007f683c351000)