Web Admin stopped working

Paul Klos kolab at klos2day.nl
Mon Mar 25 22:52:14 CET 2013


This shows which package delivers libsoftokn3.so
# apt-file search  libsoftokn3.so
libnss3: /usr/lib/x86_64-linux-gnu/libsoftokn3.so
libnss3: /usr/lib/x86_64-linux-gnu/nss/libsoftokn3.so

This libnss3 is pulled in by kolab-webadmin - mozldap-tools.

I noticed libnss3 is among your updated packages. Maybe that update broke something.

I haven't applied this update yet on my production server, and I don't want to right now :-).

However, If I compare the old and new package (deb file) it seems that the old one installed libsoftokn3.so to both locations mentioned above. The update only contains the file in the nss subdirectory. Just to test, you might try symlinking or copying  /usr/lib/x86_64-linux-gnu/nss/libsoftokn3.so to /usr/lib/x86_64-linux-gnu/libsoftokn3.so and see if that helps.

Cheers,

Paul


Op maandag 25 maart 2013 21:30:51 schreef Winfried Ritsch:
> Hello !
> 
> Thank for this hint, but it is here a Debian specific error, found in the 
> apache2 error log;
> 
> /usr/lib/mozldap/ldapsearch: error while loading shared libraries:  i
>   libsoftokn3.so: cannot open shared object file: No such file or directory
> 
> 
> which means mozldap doesnt find the library   libsoftokn3.so, because no path 
> is set.
> 
> 
>  echo /usr/lib/i386-linux-gnu/nss/ >   /etc/ld.so.conf.d/mozldap.conf
>  ldconfig
> 
> fix this, but it should be fixed in one of the debian packages: 
> 
>   libnss3 or mozldap-tools or unlikely libc6, but i am no debian package 
> specialist.
> 
> Has anybody a hint where to search and maybe report this bug ?
> 
> mfg
>  winfried
> 
> Am Montag, 25. März 2013, 16:42:43 schrieb Phlegx - Register:
> > Hi!
> > 
> > We have reported this bug
> > https://fedorahosted.org/389/ticket/47301
> > 
> > The error depends on the dirsrv-admin on update to CentOS version 6.4.
> > 
> > Regards
> > 
> > On 03/25/2013 04:25 PM, Winfried Ritsch wrote:
> > > Hello,
> > > 
> > > Interresting, since I didnt figure out where it come from, since
> > > 
> > > /lib/i486-linux-gnu in youre case /usr/lib/x86_64-linux-gnu/ is in
> > > /etc/ld.so.conf.d/i486-linux-gnu.conf which is part of libc6, the nss
> > > subfolder ist not included. So I thought libmozldap-0d should provide
> > > this or refer to nss/lib... for dynamic loading, which didnt.
> > > 
> > > So if we are sure what package is responsible we can file a bug.
> > > 
> > > mfg
> > > 
> > >  mfg winfried
> > > 
> > > Am Montag, 25. März 2013, 13:11:34 schrieb Stefan Froehlich:
> > >> Hi Winfried,
> > >> 
> > >> thanks for the workaround. In my case the file contains
> > >> /usr/lib/x86_64-linux-gnu/nss/
> > >> 
> > >> After fiddling around a little bit with my backups I can confirm that it
> > >> comes from the updates. Till 18/03/2013 everything was OK (restored in
> > >> VM and it worked fine).
> > >> After doing an apt-get update / apt-get upgrade it installs the
> > >> following packages:
> > >> 
> > >> The following packages will be upgraded:
> > >>    apt apt-utils avahi-daemon gawk gir1.2-cogl-1.0 gir1.2-coglpango-1.0
> > >>    gir1.2-gst-plugins-base-0.10 gstreamer0.10-plugins-base
> > >> 
> > >> gstreamer0.10-x icedtea-6-jre-cacao
> > >> 
> > >>    icedtea-6-jre-jamvm ifupdown krb5-locales libapt-inst1.5
> > >> 
> > >> libapt-pkg4.12 libavahi-client3
> > >> 
> > >>    libavahi-common-data libavahi-common3 libavahi-core7 libavahi-glib1
> > >> 
> > >> libavahi-gobject0
> > >> 
> > >>    libavahi-ui-gtk3-0 libcogl-common libcogl-pango0 libcogl9
> > >> 
> > >> libgssapi-krb5-2
> > >> 
> > >>    libgstreamer-plugins-base0.10-0 libhsqldb-java libk5crypto3 libkrb5-3
> > >> 
> > >> libkrb5support0
> > >> 
> > >>    libmtp-common libmtp-runtime libmtp9 libnss3 libnss3-1d libnss3-tools
> > >> 
> > >> libssl1.0.0
> > >> 
> > >>    libsystemd-daemon0 libsystemd-login0 libzbar0 mindi mindi-busybox
> > >> 
> > >> mondo openjdk-6-jre
> > >> 
> > >>    openjdk-6-jre-headless openjdk-6-jre-lib openssl python-apt
> > >> 
> > >> python-apt-common
> > >> 
> > >>    python-mysqldb rsyslog tzdata tzdata-java xserver-xorg-video-ati
> > >> 
> > >> xserver-xorg-video-radeon
> > >> 
> > >>    xserver-xorg-video-s3
> > >> 
> > >> And then kolab-webadmin fails.
> > >> 
> > >> Regards,
> > >> 
> > >> Stefan Fröhlich
> > >> 42 ;-)
> > >> 
> > >> On 25/03/2013 9:16 AM, Winfried Ritsch wrote:
> > >>> Hello,
> > >>> 
> > >>> I had the same on my Debian, libmozldap-0d throw an error cannot load
> > >>> library libnss???.so (forgot the right name), since it could not find.
> > >>> Dont know if this is a Debian package failure or elswhere in the system
> > >>> but adding the a textfile  /etc/ld.so.conf.d/mozldap.conf with line
> > >>> /usr/lib/i386-linux-gnu/nss/ and executing ldconfig fixed that:
> > >>> 
> > >>> echo /usr/lib/i386-linux-gnu/nss/ >   /etc/ld.so.conf.d/mozldap.conf
> > >>> ldconfig
> > >>> 
> > >>> Note this is a hack not a solution.
> > >>> 
> > >>> It would be interresting if this is the same error, since I was not
> > >>> sure its only on my system.
> > >>> 
> > >>> mfg
> > >>> 
> > >>>   winfried
> > >>> 
> > >>> Am Freitag, 22. März 2013, 12:39:18 schrieb Stefan Froehlich:
> > >>>> I don't know how and I don't know when but on my Debian Server the
> > >>>> Kolab Web Admin stopped working properly. After log in with the right
> > >>>> credentials I cannot make any changes. All fields are greyed out. I
> > >>>> apply updates to Debian on a regular basis. Could that brake the Web
> > >>>> GUI? How to debug?
> > >>>> 
> > >>>> MfG Stefan Fröhlich
> > >>>> 42 ;-)
> > >>>> 
> > >>>> _______________________________________________
> > >>>> Kolab-users mailing list
> > >>>> Kolab-users at kolab.org
> > >>>> https://www.intevation.de/mailman/listinfo/kolab-users
> > >> 
> > >> _______________________________________________
> > >> Kolab-users mailing list
> > >> Kolab-users at kolab.org
> > >> https://www.intevation.de/mailman/listinfo/kolab-users
> 
> 
> 


PGP: 8FE6E0BD
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.kolab.org/pipermail/users/attachments/20130325/f2cbbac2/attachment.sig>


More information about the users mailing list