Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: [DE] [gelöst]dracut-install: symbol lookup error  (Read 3410 times)

Offline unklarer

  • User
  • Posts: 886
[DE] [gelöst]dracut-install: symbol lookup error
« on: 2024/08/19, 09:50:05 »
d-u heute um 9.12 Uhr bringt diesen Fehler nach Neustart:

Code: [Select]
...
Trigger für initramfs-tools (0.143.1) werden verarbeitet ...
update-initramfs: Generating /boot/initrd.img-6.10.5-1-siduction-amd64
/usr/lib/dracut/dracut-install: symbol lookup error: /usr/lib/dracut/dracut-install: undefined symbol: kmod_module_get_weakdeps, version LIBKMOD_5
I: The initramfs will attempt to resume from /dev/sdb5
I: (UUID=f5327b2c-bfcd-4f77-bd37-fbafc2629129)
I: Set the RESUME variable to override this.
/usr/lib/dracut/dracut-install: symbol lookup error: /usr/lib/dracut/dracut-install: undefined symbol: kmod_module_get_weakdeps, version LIBKMOD_5
/usr/lib/dracut/dracut-install: symbol lookup error: /usr/lib/dracut/dracut-install: undefined symbol: kmod_module_get_weakdeps, version LIBKMOD_5
Trigger für libc-bin (2.39-7) werden verarbeitet ...
Trigger für man-db (2.12.1-3) werden verarbeitet ...

und das System bleibt mit 'initramfs' stehen

das D-U aktualisierte folgendes:

Code: [Select]
Install: libpoppler140:amd64 (24.08.0-2, automatic), libkf6guiaddons-bin:amd64 (6.5.0-2, automatic)
Upgrade: libnode115:amd64 (20.15.1+dfsg-1, 20.16.0+dfsg-1), debhelper:amd64 (13.18, 13.19), libctf-nobfd0:amd64 (2.43-2, 2.43.1-1), libkf5guiaddons-data:amd64 (5.115.0-2, 5.115.0-4), libbinutils:amd64 (2.43-2, 2.43.1-1), kmod:amd64 (32+20240611-1, 33+20240816-1), binutils-x86-64-linux-gnu:amd64 (2.43-2, 2.43.1-1), libdebhelper-perl:amd64 (13.18, 13.19), nodejs:amd64 (20.15.1+dfsg-1, 20.16.0+dfsg-1), libkf5guiaddons5:amd64 (5.115.0-2, 5.115.0-4), libcap-ng0:amd64 (0.8.5-1+b1, 0.8.5-2), libctf0:amd64 (2.43-2, 2.43.1-1), binutils-common:amd64 (2.43-2, 2.43.1-1), libsframe1:amd64 (2.43-2, 2.43.1-1), libkmod2:amd64 (32+20240611-1, 33+20240816-1), nodejs-doc:amd64 (20.15.1+dfsg-1, 20.16.0+dfsg-1), libgprofng0:amd64 (2.43-2, 2.43.1-1), libpoppler-glib8t64:amd64 (24.02.0-5+b1, 24.08.0-2), binutils:amd64 (2.43-2, 2.43.1-1), dns-root-data:amd64 (2024041801, 2024041802)
Remove: libkf5guiaddons-bin:amd64 (5.115.0-2)

'undefined symbol' Fehler gibt es zu tausenden im Netz, deshalb an euch, was kann ich tun?
« Last Edit: 2024/08/22, 13:09:25 by unklarer »

Online Carnophage

  • User
  • Posts: 47
    • http://carnophage.wordpress.com
« Last Edit: 2024/08/19, 10:31:24 by Carnophage »

Offline xerol

  • User
  • Posts: 6
Re: dracut-install: symbol lookup error
« Reply #2 on: 2024/08/19, 12:29:24 »
https://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg1986482.html

* revert to kmod_32+20240611-1_amd64.deb  libkmod2_32+20240611-1_amd64.deb
* apt-mark hold kmod libkmod2

Offline ralfi

  • User
  • Posts: 390
Re: dracut-install: symbol lookup error
« Reply #3 on: 2024/08/19, 13:44:44 »
Genau das war es auch, jetzt geht alles wieder...
Vielen Dank an @xerol

Gruss, ralfi

Niveau sieht von unten oft wie Arroganz aus ...

Offline id027102

  • Newbie
  • Posts: 1
Re: dracut-install: symbol lookup error
« Reply #4 on: 2024/08/20, 12:32:12 »
Also working :
intall tiny-initramfs and tiny-initramfs-core  iso initramfs* and remove dracut-install , then reinstall linux-image ,linux-header

Offline unklarer

  • User
  • Posts: 886
Re: dracut-install: symbol lookup error
« Reply #5 on: 2024/08/20, 19:25:17 »
der Bug ist gefixt:  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1079022#124

Code: [Select]
Es wurden 559 kB in 17 s geholt (32,6 kB/s).                                                                                               
Aktualisierung für 7 Pakete verfügbar. Führen Sie »apt list --upgradable« aus, um sie anzuzeigen.
unklarer@efi-sid:~$ apt list --upgradable
bash/unstable 5.2.32-1 amd64 [aktualisierbar von: 5.2.21-2.1+b1]
kmod/unstable 33+20240816-2 amd64 [aktualisierbar von: 32+20240611-1]
libkmod2/unstable 33+20240816-2 amd64 [aktualisierbar von: 32+20240611-1]
libreadline8t64/unstable 8.2-5 amd64 [aktualisierbar von: 8.2-4]
python3-lxml/unstable 5.3.0-1 amd64 [aktualisierbar von: 5.2.2-2]
python3-pkg-resources/unstable 72.2.0-1 all [aktualisierbar von: 70.3.0-2]
readline-common/unstable 8.2-5 all [aktualisierbar von: 8.2-4]

Danke @Carnophage, @xerol   ;)

Offline vayu

  • User
  • Posts: 233
Re: dracut-install: symbol lookup error
« Reply #6 on: 2024/08/20, 19:31:59 »
der Bug ist gefixt:  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1079022#124


I'm wanting to verify the fix works.  Does the latest du leave your system with dracut installed and working?
« Last Edit: 2024/08/20, 19:36:33 by vayu »

Offline towo

  • Administrator
  • User
  • *****
  • Posts: 2.992
Re: dracut-install: symbol lookup error
« Reply #7 on: 2024/08/20, 19:45:33 »
Hm, will ich das wirklich so:

Code: [Select]
~
towo:Defiant> d-u
Die folgenden Pakete wurden automatisch installiert und werden nicht mehr benötigt:
  busybox  klibc-utils  libklibc  libsgutils2-1.46-2  sg3-utils
Verwenden Sie »sudo apt autoremove«, um sie zu entfernen.

Upgrading:
  bash  libreadline-dev  libreadline8t64  linux-libc-dev  python3-attr  python3-lxml  python3-pkg-resources  python3-setuptools  python3-setuptools-whl  readline-common

Installing dependencies:
  cryptsetup  dracut  dracut-core  python3-autocommand  python3-inflect  python3-typeguard

Vorgeschlagene Pakete:
  cryptsetup-initramfs  dracut-network

Empfohlene Pakete:
  dmraid

Not upgrading:
  kmod  libkmod2

REMOVING:
  initramfs-tools  initramfs-tools-core  multipath-tools  sg3-utils-udev

Ich glaube nicht, Tim.
Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.

Offline dibl

  • siduction community member
  • Global Moderator
  • User
  • *****
  • Posts: 2.397
    • Land of the Buckeye
Re: dracut-install: symbol lookup error
« Reply #8 on: 2024/08/21, 03:05:54 »

Ich glaube nicht, Tim.

OK to go ahead with d-u, Al.

 :)
System76 Oryx Pro, Intel Core i7-11800H, SSD 970 EVO Plus;  Asus ROG STRIX X299-E, Core i7-7740X, Nvidia GTX-1060, dual monitors, SSD 860 EVO

Offline ro_sid

  • User
  • Posts: 309
Re: dracut-install: symbol lookup error
« Reply #9 on: 2024/08/21, 10:10:04 »

Ich glaube nicht, Tim.
OK to go ahead with d-u, Al.

 :)
Ja, es geht jetzt dank eines neuen "dracut-install"-Pakets seit gestern.