[Bug 804823] New: /sbin/ldconfig: [directory] is not a symbolic link
https://bugzilla.novell.com/show_bug.cgi?id=804823 https://bugzilla.novell.com/show_bug.cgi?id=804823#c0 Summary: /sbin/ldconfig: [directory] is not a symbolic link Classification: openSUSE Product: openSUSE 12.3 Version: RC 1 Platform: Other OS/Version: openSUSE 12.2 Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: aj@suse.com ReportedBy: suse-beta@cboltz.de QAContact: qa-bugs@suse.de Found By: Beta-Customer Blocker: --- I'm just updating to latest Factory, and for lots of packages I see: (1199/2722) Installation von: yast2-core-2.23.4-3.3 ....................................................................................................................[fertig] Zusätzliche rpm-Ausgabe: /sbin/ldconfig: /opt/kde3/lib64/ is not a symbolic link /sbin/ldconfig: /lib64/ is not a symbolic link /sbin/ldconfig: /usr/lib/ is not a symbolic link /sbin/ldconfig: /usr/lib64/ is not a symbolic link /sbin/ldconfig: /opt/kde3/lib64/ is not a symbolic link /sbin/ldconfig: /lib64/ is not a symbolic link /sbin/ldconfig: /usr/lib/ is not a symbolic link /sbin/ldconfig: /usr/lib64/ is not a symbolic link While this is right, it is flooding my screen and I'll probably miss other messages that are hidden in between. Please make ldconfig slightly ;-) less verbose. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=804823 https://bugzilla.novell.com/show_bug.cgi?id=804823#c1 Andreas Jaeger <aj@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |suse-beta@cboltz.de --- Comment #1 from Andreas Jaeger <aj@suse.com> 2013-02-21 08:07:11 UTC --- I don't see these messages on my system at all. How can I reproduce this? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=804823 https://bugzilla.novell.com/show_bug.cgi?id=804823#c2 Christian Boltz <suse-beta@cboltz.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|suse-beta@cboltz.de | --- Comment #2 from Christian Boltz <suse-beta@cboltz.de> 2013-02-21 13:25:54 CET --- I can reproduce it by just installing a package. Probably relevant detail: My system has a long history - I installed it 4 years ago and always upgraded to (at least) every beta and final release, sometimes also to Factory. I'd guess you won't see the ldconfig warnings on a fresh installation. At the moment, I'm using latest Factory (not the 12.3 tree) and can reproduce this by simply installing a package: root@geeko:/home/cb> zypper in libffi4 [...] (1/1), 21.6 KiB ( 30.5 KiB unpacked)Retrieving: libffi4-4.7.2_20130108-3.31.x86_64.rpm .......................................................................................................[done](1/1) Installing: libffi4-4.7.2_20130108-3.31 ............................................................................................................[done] Additional rpm output: /sbin/ldconfig: /usr/lib/ is not a symbolic link /sbin/ldconfig: /usr/lib64/ is not a symbolic link (as you can see, at least it lists less directories now than it did in the zypper dup run ;-) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=804823 https://bugzilla.novell.com/show_bug.cgi?id=804823#c3 Andreas Jaeger <aj@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |suse-beta@cboltz.de --- Comment #3 from Andreas Jaeger <aj@suse.com> 2013-02-21 14:06:12 UTC --- Something is different on your system ;) What happens if you just run "ldconfig" on the command line? Please attach also /etc/ld.so.conf and the content of /etc/ld.so.conf.d -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=804823 https://bugzilla.novell.com/show_bug.cgi?id=804823#c4 Christian Boltz <suse-beta@cboltz.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|suse-beta@cboltz.de | --- Comment #4 from Christian Boltz <suse-beta@cboltz.de> 2013-02-21 19:16:45 CET --- Created an attachment (id=525822) --> (http://bugzilla.novell.com/attachment.cgi?id=525822) /etc/ld.so.conf and /etc/ld.so.conf.d as tar.gz (In reply to comment #3)
Something is different on your system ;)
Did you expect something else? ;-)
What happens if you just run "ldconfig" on the command line?
# ldconfig ldconfig: /usr/lib/ ist kein symbolischer Link ldconfig: /usr/lib64/ ist kein symbolischer Link #
Please attach also /etc/ld.so.conf and the content of /etc/ld.so.conf.d
See the tarball attached in this comment. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=804823 https://bugzilla.novell.com/show_bug.cgi?id=804823#c5 Andreas Jaeger <aj@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |suse-beta@cboltz.de --- Comment #5 from Andreas Jaeger <aj@suse.com> 2013-02-21 19:26:16 UTC --- Christian, Everything looks fine to me. Let's give strace a try, please run: strace -o out ldconfig And then attach "out". thanks, Andreas -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=804823 https://bugzilla.novell.com/show_bug.cgi?id=804823#c6 Christian Boltz <suse-beta@cboltz.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|suse-beta@cboltz.de | --- Comment #6 from Christian Boltz <suse-beta@cboltz.de> 2013-02-21 20:48:09 CET --- Created an attachment (id=525841) --> (http://bugzilla.novell.com/attachment.cgi?id=525841) strace output -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=804823 https://bugzilla.novell.com/show_bug.cgi?id=804823#c7 Andreas Jaeger <aj@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |suse-beta@cboltz.de --- Comment #7 from Andreas Jaeger <aj@suse.com> 2013-02-21 20:25:41 UTC --- Please check: ls -l /usr/lib/libavahi-glib.* And if that's normal, please send me the contents of: ls -l /usr/lib -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=804823 https://bugzilla.novell.com/show_bug.cgi?id=804823#c8 Christian Boltz <suse-beta@cboltz.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|suse-beta@cboltz.de | --- Comment #8 from Christian Boltz <suse-beta@cboltz.de> 2013-02-21 21:55:14 CET --- (In reply to comment #7)
Please check: ls -l /usr/lib/libavahi-glib.*
# ls -l /usr/lib/libavahi-glib.* lrwxrwxrwx 1 root root 22 10. Feb 18:38 /usr/lib/libavahi-glib.so.1 -> libavahi-glib.so.1.0.2 -rwxr-xr-x 1 root root 13840 3. Feb 10:11 /usr/lib/libavahi-glib.so.1.0.2
And if that's normal, please send me the contents of: ls -l /usr/lib
I don't know your definition of "normal" ;-) but I noticed some interesting broken symlinks in /usr/lib: lrwxrwxrwx 1 root root 21 20. Feb 22:15 ) -> libicalvcal.so.0.48.0 lrwxrwxrwx 1 root root 16 20. Feb 22:15 002 -> libgdbm.so.3.0.0 lrwxrwxrwx 1 root root 17 20. Feb 22:15 65 -> libsane.so.1.0.23 lrwxrwxrwx 1 root root 12 20. Feb 22:15 bab-lang -> libdb-4.5.so lrwxrwxrwx 1 root root 19 20. Feb 22:15 d -> libwnck-1.so.22.4.0 lrwxrwxrwx 1 root root 16 20. Feb 22:15 ee96e -> libpanelw.so.6.0 lrwxrwxrwx 1 root root 24 20. Feb 22:15 en -> libsearchclient.so.0.7.7 lrwxrwxrwx 1 root root 16 20. Feb 22:15 onentchooser -> libesd.so.0.2.39 lrwxrwxrwx 1 root root 21 20. Feb 22:15 s) -> libkdefakes.so.5.10.0 lrwxrwxrwx 1 root root 20 20. Feb 22:15 server) -> libgtop-2.0.so.7.2.0 lrwxrwxrwx 1 root root 17 20. Feb 22:15 wall2) -> libungif.so.4.1.6 (If you still want the full directory listing, just ask.) The exact timestamp of those files is 2013-02-20 22:15:51. If I check /var/log/zypp/history around this time, I see: 2013-02-20 22:15:42|install|cracklib-dict-full|2.8.12-61.1|x86_64||factory-oss|9942955bdd34f14d07d1b36baf6501a25857dc3b5090e80714c06bac61c715b3| # 2013-02-20 22:15:52 glibc-2.17-8.5.x86_64.rpm installed ok # Additional rpm output: # /sbin/ldconfig: /opt/kde3/lib64/ is not a symbolic link # # /sbin/ldconfig: /lib64/ is not a symbolic link # # /sbin/ldconfig: /usr/lib/ is not a symbolic link # # /sbin/ldconfig: /usr/lib64/ is not a symbolic link # # /sbin/ldconfig: /opt/kde3/lib64/ is not a symbolic link # # /sbin/ldconfig: /lib64/ is not a symbolic link # # /sbin/ldconfig: /usr/lib/ is not a symbolic link # # /sbin/ldconfig: /usr/lib64/ is not a symbolic link # # 2013-02-20 22:15:52|install|glibc|2.17-8.5|x86_64||factory-oss|87f4b8558c203b326738125a92205ca892cc50ab6843d63c8982ff5395c92658| 2013-02-20 22:15:52|install|gnome-control-center-user-faces|3.6.3-5.3|x86_64||factory-oss|36fee1a574720182606263c26f366390d59ea5c6ee98105e35e6c8d6b8a927c1| 2013-02-20 22:15:53|install|gnome-desktop2|2.32.1-19.1|x86_64||factory-oss|6a67f08327aadee56db3a3fc8f4e2f112ec9704d55d2ef55a53762991f90f89b| 2013-02-20 22:15:53|install|gnome-version|3.6.2-3.2|x86_64||factory-oss|ea5448cd083304c961ba5277909353c3ebaf40064f9dbd732e18adddd476d4ac| 2013-02-20 22:15:55|install|guile-modules-2_0|2.0.7-4.4|x86_64||factory-oss|11cf0f36ead1c3a7656ad05a12b2df1ed663182a4dd8a6116fa2c786789862f3| -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=804823 https://bugzilla.novell.com/show_bug.cgi?id=804823#c9 Andreas Jaeger <aj@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aj@suse.com AssignedTo|aj@suse.com |schwab@suse.com --- Comment #9 from Andreas Jaeger <aj@suse.com> 2013-02-21 21:16:14 UTC --- Let's ask another Andreas for help ;) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=804823 https://bugzilla.novell.com/show_bug.cgi?id=804823#c10 Andreas Schwab <schwab@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |suse-beta@cboltz.de --- Comment #10 from Andreas Schwab <schwab@suse.com> 2013-02-25 10:24:33 CET --- Please do rpm -Va. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=804823 https://bugzilla.novell.com/show_bug.cgi?id=804823#c11 Christian Boltz <suse-beta@cboltz.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|suse-beta@cboltz.de | --- Comment #11 from Christian Boltz <suse-beta@cboltz.de> 2013-02-25 20:05:17 CET --- Created an attachment (id=526591) --> (http://bugzilla.novell.com/attachment.cgi?id=526591) rpm -Va output I see nothing obvious that would explain this bug, therefore I'm attaching the rpm -Va output. The only strange thing I see are some missing files - not sure what caused that, but maybe my cleanup of (according to the dependencies) no longer needed libraries is involved - see also bug 804963 for an interesting example. And it looks like I need to report some bugs about permission checks ;-) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=804823 https://bugzilla.novell.com/show_bug.cgi?id=804823#c12 --- Comment #12 from Andreas Schwab <schwab@suse.com> 2013-02-27 11:33:25 CET --- stat("/usr/lib64/\0029b52a5", {st_mode=S_IFREG|0755, st_size=14688, ...}) = 0 You have a lot of garbage in your filesystem. Consider doing a full fsck. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=804823 https://bugzilla.novell.com/show_bug.cgi?id=804823#c13 Christian Boltz <suse-beta@cboltz.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |suse-beta@cboltz.de --- Comment #13 from Christian Boltz <suse-beta@cboltz.de> 2013-02-27 13:48:46 CET --- (In reply to comment #12)
stat("/usr/lib64/\0029b52a5", {st_mode=S_IFREG|0755, st_size=14688, ...}) = 0
You have a lot of garbage in your filesystem. Consider doing a full fsck.
I'll do that, but the interesting thing is that all this garbage (at least what I've seen) is dated 20. Feb 22:15 - shouldn't garbage have "random" timestamps? See also comment #8 how this timestamp relates to package installations. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=804823 https://bugzilla.novell.com/show_bug.cgi?id=804823#c14 Christian Boltz <suse-beta@cboltz.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|suse-beta@cboltz.de | --- Comment #14 from Christian Boltz <suse-beta@cboltz.de> 2013-03-03 17:27:13 CET --- I'm sorry to disappoint you ;-) but my root partition (which contains everything except /home and /var) is error-free. I even checked with fsck -f to force a full check. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=804823 https://bugzilla.novell.com/show_bug.cgi?id=804823#c15 Andreas Schwab <schwab@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |suse-beta@cboltz.de --- Comment #15 from Andreas Schwab <schwab@suse.com> 2013-11-04 15:20:01 CET --- Please attach the output of "strace ldconfig -v". -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=804823 https://bugzilla.novell.com/show_bug.cgi?id=804823#c16 Christian Boltz <suse-beta@cboltz.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|suse-beta@cboltz.de | --- Comment #16 from Christian Boltz <suse-beta@cboltz.de> 2013-11-04 18:38:43 CET --- (In reply to comment #15)
Please attach the output of "strace ldconfig -v".
I'm afraid you are too late - in the meantime (with latest factory) ldconfig no longer displays the "is not a symbolic link" messages. According to /var/log/zypp/history, it last happened in May: 2013-05-08 01:18:48|remove |libcheese-common|3.8.1-1.1|x86_64|root@geeko.boltz| # 2013-05-08 01:18:48 libcogl11-1.12.2-4.13.x86_64 removed ok # Additional rpm output: # /sbin/ldconfig: /usr/lib64/ is not a symbolic link # # 2013-05-08 01:18:48|remove |libcogl11|1.12.2-4.13|x86_64|root@geeko.boltz| # 2013-05-08 01:18:48 libebml3-1.2.2-9.6.x86_64 removed ok # Additional rpm output: # /sbin/ldconfig: /usr/lib64/ is not a symbolic link # # 2013-05-08 01:18:48|remove |libebml3|1.2.2-9.6|x86_64|root@geeko.boltz| Feel free to close this bug as "fixed itsself" ;-) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=804823 https://bugzilla.novell.com/show_bug.cgi?id=804823#c17 Andreas Schwab <schwab@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #17 from Andreas Schwab <schwab@suse.com> 2013-11-05 08:46:50 CET --- Most likely cause was an earlier filesystem corruption. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com