Nach neustart: "Can't load RADOS.so"

jedie

Well-Known Member
Apr 20, 2018
48
5
48
Germany
Hab per apt full-upgrade updates eingespielt und wegen einen neuen Kernel ein reboot gemacht. Danach kommt die Web Overfläche nicht und kommandozeilen Tools sind defekt, wie z.B.:
Bash:
root@pve2:~# pveam
Can't load '/usr/lib/x86_64-linux-gnu/perl5/5.36/auto/PVE/RADOS/RADOS.so' for module PVE::RADOS: /lib/x86_64-linux-gnu/libboost_thread.so.1.74.0: unsupported version 0 of Verneed record at /usr/lib/x86_64-linux-gnu/perl-base/DynaLoader.pm line 201, <DATA> line 960.
 at /usr/share/perl5/PVE/Storage/RBDPlugin.pm line 16.
Compilation failed in require at /usr/share/perl5/PVE/Storage/RBDPlugin.pm line 16, <DATA> line 960.
BEGIN failed--compilation aborted at /usr/share/perl5/PVE/Storage/RBDPlugin.pm line 16, <DATA> line 960.
Compilation failed in require at /usr/share/perl5/PVE/Storage.pm line 34, <DATA> line 960.
BEGIN failed--compilation aborted at /usr/share/perl5/PVE/Storage.pm line 34, <DATA> line 960.
Compilation failed in require at /usr/share/perl5/PVE/APLInfo.pm line 11, <DATA> line 960.
BEGIN failed--compilation aborted at /usr/share/perl5/PVE/APLInfo.pm line 11, <DATA> line 960.
Compilation failed in require at /usr/share/perl5/PVE/CLI/pveam.pm line 7, <DATA> line 960.
BEGIN failed--compilation aborted at /usr/share/perl5/PVE/CLI/pveam.pm line 7, <DATA> line 960.
Compilation failed in require at /usr/bin/pveam line 6, <DATA> line 960.
BEGIN failed--compilation aborted at /usr/bin/pveam line 6, <DATA> line 960.
root@pve2:~# ldconfig -p | grep libboost_thread
    libboost_thread.so.1.74.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libboost_thread.so.1.74.0

Paketsystem ist sauber. Keine dekteten Pakete oder so.

Einapt reinstall libboost-thread1.74.0 hat es dann aber gefixt. Aber wie ist das wohl gekommen?
 
  • Like
Reactions: waltar
mit "apt full-upgrade" installierst du eigentlich alles neu - macht man bei einem Releasewechsel (bullseye -> bookwork).
Normaler weise installierst du mit "apt dist-upgrade" (oder apt-get dist-upgrade) die Updates. Unter Proxmox gibt es aber pveupdate / pveupgrade.
 
Last edited:
mit "apt full-upgrade" installierst du eigentlich alles neu - macht man bei einem Releasewechsel (bullseye -> bookwork).
Normaler weise installierst du mit "apt upgrade" (oder apt-get upgrade) die Updates. Unter Proxmox gibt es aber pveupdate / pveupgrade.
das ist kompletter unsinn und gefährlich.
man macht IMMER ein apt full-upgrade.
wird in der dokumentation auch so empfohlen, siehe https://pve.proxmox.com/pve-docs/pve-admin-guide.html#system_software_updates
mit apt upgrade kannst du dir das system zerschiessen, da abhängigkeiten nicht mit upgedated werden.
 
  • Like
Reactions: Falk R.
dist-upgrade=full-upgrade

upgrade schaut sich die abhängigkeiten nicht an.
aber mach du nur was du willst :)
wirst es schon besser wissen als die doku.
 
Hab nun wieder ein ähnliches Problem:

~# pveam
Can't load '/usr/lib/x86_64-linux-gnu/perl5/5.36/auto/PVE/RADOS/RADOS.so' for module PVE::RADOS: /usr/lib/x86_64-linux-gnu/ceph/libceph-common.so.2: undefined symbol: at /usr/lib/x86_64-linux-gnu/perl-base/DynaLoader.pm line 201, <DATA> line 960.
at /usr/share/perl5/PVE/Storage/RBDPlugin.pm line 16.
Compilation failed in require at /usr/share/perl5/PVE/Storage/RBDPlugin.pm line 16, <DATA> line 960.
BEGIN failed--compilation aborted at /usr/share/perl5/PVE/Storage/RBDPlugin.pm line 16, <DATA> line 960.
Compilation failed in require at /usr/share/perl5/PVE/Storage.pm line 34, <DATA> line 960.
BEGIN failed--compilation aborted at /usr/share/perl5/PVE/Storage.pm line 34, <DATA> line 960.
Compilation failed in require at /usr/share/perl5/PVE/APLInfo.pm line 11, <DATA> line 960.
BEGIN failed--compilation aborted at /usr/share/perl5/PVE/APLInfo.pm line 11, <DATA> line 960.
Compilation failed in require at /usr/share/perl5/PVE/CLI/pveam.pm line 7, <DATA> line 960.
BEGIN failed--compilation aborted at /usr/share/perl5/PVE/CLI/pveam.pm line 7, <DATA> line 960.
Compilation failed in require at /usr/bin/pveam line 6, <DATA> line 960.
BEGIN failed--compilation aborted at /usr/bin/pveam line 6, <DATA> line 960.

Diesmal hatte ich allerdings nur pveupdate und pveupgrade gemacht. Dabei sollte doch nicht kaputt gehen, oder?

EDIT: Lösung in diesem Fall: apt reinstall librados2
 
Last edited:
  • Like
Reactions: waltar
Hab per apt full-upgrade updates eingespielt und wegen einen neuen Kernel ein reboot gemacht. Danach kommt die Web Overfläche nicht und kommandozeilen Tools sind defekt, wie z.B.:
Bash:
root@pve2:~# pveam
Can't load '/usr/lib/x86_64-linux-gnu/perl5/5.36/auto/PVE/RADOS/RADOS.so' for module PVE::RADOS: /lib/x86_64-linux-gnu/libboost_thread.so.1.74.0: unsupported version 0 of Verneed record at /usr/lib/x86_64-linux-gnu/perl-base/DynaLoader.pm line 201, <DATA> line 960.
 at /usr/share/perl5/PVE/Storage/RBDPlugin.pm line 16.
Compilation failed in require at /usr/share/perl5/PVE/Storage/RBDPlugin.pm line 16, <DATA> line 960.
BEGIN failed--compilation aborted at /usr/share/perl5/PVE/Storage/RBDPlugin.pm line 16, <DATA> line 960.
Compilation failed in require at /usr/share/perl5/PVE/Storage.pm line 34, <DATA> line 960.
BEGIN failed--compilation aborted at /usr/share/perl5/PVE/Storage.pm line 34, <DATA> line 960.
Compilation failed in require at /usr/share/perl5/PVE/APLInfo.pm line 11, <DATA> line 960.
BEGIN failed--compilation aborted at /usr/share/perl5/PVE/APLInfo.pm line 11, <DATA> line 960.
Compilation failed in require at /usr/share/perl5/PVE/CLI/pveam.pm line 7, <DATA> line 960.
BEGIN failed--compilation aborted at /usr/share/perl5/PVE/CLI/pveam.pm line 7, <DATA> line 960.
Compilation failed in require at /usr/bin/pveam line 6, <DATA> line 960.
BEGIN failed--compilation aborted at /usr/bin/pveam line 6, <DATA> line 960.
root@pve2:~# ldconfig -p | grep libboost_thread
    libboost_thread.so.1.74.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libboost_thread.so.1.74.0

Paketsystem ist sauber. Keine dekteten Pakete oder so.

Einapt reinstall libboost-thread1.74.0 hat es dann aber gefixt. Aber wie ist das wohl gekommen?
Ich nehme mal an nach dem was die man page für APT anzeigt, dass die richtigen Versionen von dien Bibliotheken bei deinem Upgrade nicht korrekt installiert wurden.
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!