Bug #12019
closedlast samba update does not provide 32-bit nss_winbind
0%
Description
Hi,
we have update hippster at latest update and we found that nss_winbind dosn't works. testing some commands with truss i' found that on new samba package library nss_winbind.so at 32bit is missing and nss_winbind at 64bit dosen't work with command id, ls, ecc ecc.
Updated by Michal Nowak over 2 years ago
vanni della della: Samba is now 64-bit-only. Is there a reproducer showing what's wrong? What's the error message?
Updated by Michal Nowak over 2 years ago
Rouven might know better than I do what might went wrong.
Updated by vanni della over 2 years ago
the problem is that actualy winbind nss not working correctly. I have setup an fileserver whit OI hipster in Active directory environment. nsswitch conf is config as same:
passwd: files winbind
group: files winbind
In original setup it work, it was possible to see resolved UID and GID from Active Directory. With last samba no. i 've try to copie file in /usr/lib/samba/amd64/nss_winbind.so.1 in /usr/lib but library is a 64bit. using truss for trace systems call return this error:
....
resolvepath("/usr/lib/nss_winbind.so.1", "/usr/lib/nss_winbind.so.1", 1023) = 25
open("/usr/lib/nss_winbind.so.1", O_RDONLY) = 4
mmapobj(4, MMOBJ_INTERPRET, 0xFEF60808, 0x080405AC, 0x00000000) Err#48 ENOTSUP
mmap(0x00000000, 4096, PROT_READ, MAP_PRIVATE, 4, 0) = 0xFEF40000
...
in oldest boot environment samba installed a valid nss_windbind.so (32bit) in /usr/lib
Updated by Michal Nowak over 2 years ago
Can it be that portions of the OS are still 32-bit-only and therefore does not play along with 64-bit Samba?
Updated by vanni della over 2 years ago
This is an my supposition, reached by compared old boot environment.
Updated by Alexander Pyhalov over 2 years ago
- Subject changed from last samba update not provides nss_winbind at 32bit to last samba update does not provides nss_winbind at 32bit
Updated by Alexander Pyhalov over 2 years ago
- Subject changed from last samba update does not provides nss_winbind at 32bit to last samba update does not provide 32-bit nss_winbind
Updated by Alexander Pyhalov over 2 years ago
- Category changed from PKG (Image Packaging System) to OI-Userland
- Status changed from New to Resolved
- Assignee changed from OI PKG to Alexander Pyhalov