El 30/03/15 a les 11:38, Rowland Penny ha escrit:>> Is there any hope to have this issue fixed? Where does one report bugs >> in the sernet packaging? >> >> >> TIA > > Have you tried to install sssd-ad ? that link you posted was about > installing on 12.04, things may have changed. You could try 'apt-get > install -s sssd-ad' > This will tell you what will happen if you do install sssd-adIt cannot be installed, just like in 2013: # LC_ALL= LANGUAGE= LANG= apt-get install sssd-ad sssd-ad-common Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: sssd-ad : Depends: samba-libs (>= 2:4.1.6+dfsg) but it is not going to be installed sssd-ad-common : Depends: samba-libs (>= 2:4.1.6+dfsg) but it is not going to be installed E: Unable to correct problems, you have held broken packages. Bye -- Luca Olivetti Wetron Automation Technology http://www.wetron.es Tel. +34 935883004 Fax +34 935883007
sernet-packages should normally replace the distribution packages. On my CentOS box it works really fine. Do you have sernet-samba-libs installed? Possibly you have sssd-ad already? Have you checked if there is a file /usr/lib64/sssd/libsss_ad.so or similar? If yes, check the file's dependencies: # ldd /usr/lib64/sssd/libsss_ad.so linux-vdso.so.1 => (0x00007fff769dd000) liblber-2.4.so.2 => /lib64/liblber-2.4.so.2 (0x00007f384d0e2000) libldap-2.4.so.2 => /lib64/libldap-2.4.so.2 (0x00007f384ce8f000) libdhash.so.1 => /lib64/libdhash.so.1 (0x00007f384cc8b000) libkeyutils.so.1 => /lib64/libkeyutils.so.1 (0x00007f384ca87000) libkrb5.so.3 => /lib64/libkrb5.so.3 (0x00007f384c7a6000) libk5crypto.so.3 => /lib64/libk5crypto.so.3 (0x00007f384c571000) libcom_err.so.2 => /lib64/libcom_err.so.2 (0x00007f384c36d000) libndr-nbt.so.0 => not found libndr.so.0 => not found libsamba-util.so.0 => not found libtevent.so.0 => /lib64/libtevent.so.0 (0x00007f384c15e000) libtalloc.so.2 => /lib64/libtalloc.so.2 (0x00007f384bf51000) libsss_ldap_common.so => /usr/lib64/sssd/libsss_ldap_common.so (0x00007f384bc76000) libsss_krb5_common.so => /usr/lib64/sssd/libsss_krb5_common.so (0x00007f384ba3f000) libsss_idmap.so.0 => /lib64/libsss_idmap.so.0 (0x00007f384b839000) libdl.so.2 => /lib64/libdl.so.2 (0x00007f384b635000) libc.so.6 => /lib64/libc.so.6 (0x00007f384b273000) libresolv.so.2 => /lib64/libresolv.so.2 (0x00007f384b059000) libsasl2.so.3 => /lib64/libsasl2.so.3 (0x00007f384ae3c000) libssl3.so => /lib64/libssl3.so (0x00007f384abfc000) libsmime3.so => /lib64/libsmime3.so (0x00007f384a9d5000) libnss3.so => /lib64/libnss3.so (0x00007f384a6b0000) libnssutil3.so => /lib64/libnssutil3.so (0x00007f384a483000) libplds4.so => /lib64/libplds4.so (0x00007f384a27f000) libplc4.so => /lib64/libplc4.so (0x00007f384a07a000) libnspr4.so => /lib64/libnspr4.so (0x00007f3849e3b000) libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f3849c1f000) libkrb5support.so.0 => /lib64/libkrb5support.so.0 (0x00007f3849a11000) /lib64/ld-linux-x86-64.so.2 (0x00007f384d535000) libcrypt.so.1 => /lib64/libcrypt.so.1 (0x00007f38497d9000) libz.so.1 => /lib64/libz.so.1 (0x00007f38495c3000) librt.so.1 => /lib64/librt.so.1 (0x00007f38493ba000) libselinux.so.1 => /lib64/libselinux.so.1 (0x00007f3849195000) libfreebl3.so => /lib64/libfreebl3.so (0x00007f3848f18000) libpcre.so.1 => /lib64/libpcre.so.1 (0x00007f3848cb6000) liblzma.so.5 => /lib64/liblzma.so.5 (0x00007f3848a91000) If there is sth. that is not found, these dependencies must be symlinked as well to work properly. Regards Tim Am 30.03.2015 um 11:56 schrieb Luca Olivetti:> El 30/03/15 a les 11:38, Rowland Penny ha escrit: > >>> Is there any hope to have this issue fixed? Where does one report bugs >>> in the sernet packaging? >>> >>> >>> TIA >> >> Have you tried to install sssd-ad ? that link you posted was about >> installing on 12.04, things may have changed. You could try 'apt-get >> install -s sssd-ad' >> This will tell you what will happen if you do install sssd-ad > > It cannot be installed, just like in 2013: > > > # LC_ALL= LANGUAGE= LANG= apt-get install sssd-ad sssd-ad-common > Reading package lists... Done > Building dependency tree > Reading state information... Done > Some packages could not be installed. This may mean that you have > requested an impossible situation or if you are using the unstable > distribution that some required packages have not yet been created > or been moved out of Incoming. > The following information may help to resolve the situation: > > The following packages have unmet dependencies: > sssd-ad : Depends: samba-libs (>= 2:4.1.6+dfsg) but it is not going to > be installed > sssd-ad-common : Depends: samba-libs (>= 2:4.1.6+dfsg) but it is not > going to be installed > E: Unable to correct problems, you have held broken packages. > > > Bye >
El 30/03/15 a les 12:54, Tim ha escrit:> sernet-packages should normally replace the distribution packages. On my > CentOS box it works really fine.It's possible that the bug is debian/ubuntu specific> > Do you have sernet-samba-libs installed?Yep> > Possibly you have sssd-ad already? Have you checked if there is a file > /usr/lib64/sssd/libsss_ad.so or similar?On ubuntu the path is different (/usr/lib/x86_64-linux-gnu/sssd) but the ad backend isn't there (since apt-get wouldn't let me install it) Bye -- Luca Olivetti Wetron Automation Technology http://www.wetron.es Tel. +34 935883004 Fax +34 935883007
L.P.H. van Belle
2015-Mar-30 13:43 UTC
[Samba] sssd-ad cannot be installed with sernet samba
The problem here is that sssd does not know sernet-samba-libs is also providing samba-libs or get the source of sssd and change/add the sernet-samba-libs in de Depens of the source yourself. or ask the sssd developers to add this. Its not that hard.. apt-get install build-essentials apt-get source sssd modify the needed in sourcemap/Debian/ apt-get source -b wait... and you have your "working" debs.. Greetz, Louis>-----Oorspronkelijk bericht----- >Van: luca at wetron.es [mailto:samba-bounces at lists.samba.org] >Namens Luca Olivetti >Verzonden: maandag 30 maart 2015 13:47 >Aan: samba at lists.samba.org >Onderwerp: Re: [Samba] sssd-ad cannot be installed with sernet samba > >El 30/03/15 a les 12:54, Tim ha escrit: >> sernet-packages should normally replace the distribution >packages. On my >> CentOS box it works really fine. > >It's possible that the bug is debian/ubuntu specific > >> >> Do you have sernet-samba-libs installed? > >Yep > > >> >> Possibly you have sssd-ad already? Have you checked if there >is a file >> /usr/lib64/sssd/libsss_ad.so or similar? > >On ubuntu the path is different >(/usr/lib/x86_64-linux-gnu/sssd) but the >ad backend isn't there (since apt-get wouldn't let me install it) > > > >Bye >-- >Luca Olivetti >Wetron Automation Technology http://www.wetron.es >Tel. +34 935883004 Fax +34 935883007 >-- >To unsubscribe from this list go to the following URL and read the >instructions: https://lists.samba.org/mailman/options/samba > >