Bug 1364666
| Summary: | libnss_wins.so.2 has missing dependency | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Ralf Ertzinger <redhat-bugzilla> |
| Component: | samba | Assignee: | Guenther Deschner <gdeschner> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 24 | CC: | abokovoy, anoopcs, asn, emarcotte, fweimer, gdeschner, jarrpa, lists, lmohanty, madam, rvcsaba, sbose, ssorce |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | samba-4.5.8-1.fc25 samba-4.4.13-1.fc24 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-04-09 21:51:37 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: | |||
Additional note: /usr/lib64/samba/libreplace-samba4.so is present on the system. *** Bug 1370875 has been marked as a duplicate of this bug. *** *** Bug 1438116 has been marked as a duplicate of this bug. *** Fixed with Samba 4.4.9 and newer. Current version is 4.4.12. Still present in samba-winbind-modules-2:4.4.10-0.fc24 and samba-winbind-modules-2:4.5.8-0.fc25. samba-4.4.13-1.fc24 has been submitted as an update to Fedora 24. https://bodhi.fedoraproject.org/updates/FEDORA-2017-97fb93e1d1 samba-4.5.8-1.fc25 has been submitted as an update to Fedora 25. https://bodhi.fedoraproject.org/updates/FEDORA-2017-196d4a22fa samba-4.4.13-1.fc24 has been pushed to the Fedora 24 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-97fb93e1d1 samba-4.5.8-1.fc25 has been pushed to the Fedora 25 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-196d4a22fa samba-4.5.8-1.fc25 has been pushed to the Fedora 25 stable repository. If problems still persist, please make note of it in this bug report. samba-4.4.13-1.fc24 has been pushed to the Fedora 24 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: libnss_wins.so.2 is supposed to link against libreplace-samba4.so, but the file cannot be found: $ ldd /lib64/libnss_wins.so.2 linux-vdso.so.1 (0x00007ff50e8eb000) libpthread.so.0 => /lib64/libpthread.so.0 (0x00007ff50e499000) libwbclient.so.0 => /lib64/libwbclient.so.0 (0x00007ff50e28b000) libreplace-samba4.so => not found libc.so.6 => /lib64/libc.so.6 (0x00007ff50dec8000) /lib64/ld-linux-x86-64.so.2 (0x000055dd894f9000) libwinbind-client-samba4.so => /usr/lib64/samba/libwinbind-client-samba4.so (0x00007ff50dcc4000) libreplace-samba4.so => /usr/lib64/samba/libreplace-samba4.so (0x00007ff50dac0000) This leads to nss wins resolution not working. Version-Release number of selected component (if applicable): samba-winbind-modules-4.4.5-1.fc24.x86_64 How reproducible: Always Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: