qm create Fehlermeldung

palbiez

New Member
Sep 24, 2018
2
0
1
39
Hallo zusammen,

seit einigen Tagen haben wir den Fall, dass qm create einen Fehler meldet.
Code:
 qm create 115
unable to create VM 115 - Can't locate object method "create_and_lock_config" via package "PVE::QemuConfig" at /usr/share/perl5/PVE/API2/Qemu.pm line 546.

Die Abhängigkeiten von Qemu.pm sind aber vorhanden:

Code:
./perl_test.sh /usr/share/perl5/PVE/API2/Qemu.pm
Checking module base... Found.
Checking module Cwd... Found.
Checking module Data::Dumper... Found.
Checking module IO::Socket::IP... Found.
Checking module Net::SSLeay... Found.
Checking module POSIX... Found.
Checking module PVE::AccessControl... Found.
Checking module PVE::API2::Firewall::VM... Found.
Checking module PVE::API2::Qemu::Agent... Found.
Checking module PVE::Cluster... Found.
Checking module PVE::Exception... Found.
Checking module PVE::Firewall... Found.
Checking module PVE::GuestHelpers... Found.
Checking module PVE::INotify... Found.
Checking module PVE::JSONSchema... Found.
Checking module PVE::Network... Found.
Checking module PVE::QemuConfig... Found.
Checking module PVE::QemuMigrate... Found.
Checking module PVE::QemuServer... Found.
Checking module PVE::ReplicationConfig... Found.
Checking module PVE::RESTHandler... Found.
Checking module PVE::RPCEnvironment... Found.
Checking module PVE::SafeSyslog... Found.
Checking module PVE::Storage... Found.
Checking module PVE::Tools... Found.
Checking module strict... Found.
Checking module URI::Escape... Found.
Checking module UUID... Found.
Checking module warnings... Found.

Ebenso von QemuConfig.pm
Code:
 ./perl_test.sh /usr/share/perl5/PVE/QemuConfig.pm
Checking module base... Found.
Checking module PVE::AbstractConfig... Found.
Checking module PVE::INotify... Found.
Checking module PVE::QemuServer... Found.
Checking module PVE::Storage... Found.
Checking module PVE::Tools... Found.
Checking module strict... Found.
Checking module warnings... Found.

An den Versionen finde ich ebenfalls nichts:
Code:
 pveversion -v
proxmox-ve: 5.2-2 (running kernel: 4.15.17-3-pve)
pve-manager: 5.2-9 (running version: 5.2-9/4b30e8f9)
pve-kernel-4.15: 5.2-3
pve-kernel-4.15.17-3-pve: 4.15.17-13
pve-kernel-4.13.13-4-pve: 4.13.13-35
pve-kernel-4.10.17-2-pve: 4.10.17-20
corosync: 2.4.2-pve5
criu: 2.11.1-1~bpo90
glusterfs-client: 3.8.8-1
ksm-control-daemon: 1.2-2
libjs-extjs: 6.0.1-2
libpve-access-control: 5.0-8
libpve-apiclient-perl: 2.0-4
libpve-common-perl: 5.0-38
libpve-guest-common-perl: 2.0-16
libpve-http-server-perl: 2.0-9
libpve-storage-perl: 5.0-28
libqb0: 1.0.1-1
lvm2: 2.02.168-pve6
lxc-pve: 3.0.0-3
lxcfs: 3.0.0-1
novnc-pve: 1.0.0-1
proxmox-widget-toolkit: 1.0-19
pve-cluster: 5.0-27
pve-container: 2.0-27
pve-docs: 5.2-4
pve-firewall: 3.0-12
pve-firmware: 2.0-4
pve-ha-manager: 2.0-5
pve-i18n: 1.0-6
pve-libspice-server1: 0.12.8-3
pve-qemu-kvm: 2.11.1-5
pve-xtermjs: 1.0-5
qemu-server: 5.0-34
smartmontools: 6.5+svn4324-1
spiceterm: 3.0-5
vncterm: 1.5-3
zfsutils-linux: 0.7.9-pve1~bpo9

Hat jemand eine Idee was wir hier tun könnten?

Vielen Dank im Voraus
 
libpve-guest-common-perl: 2.0-16

Kannst du bitte das libpve-guest-common-perl Paket auf Version 2.0-17 (oder neuer) updaten?
Die führt nämlich die bemängelte create_and_lock_config Funktion ein.

Sollte eigentlich mit:
Code:
apt update
apt full-upgrade
# oder
apt-get update
apt-get dist-upgrade
reingezogen werden...
 

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!