small bug/error

  • Thread starter Thread starter coffe
  • Start date Start date
C

coffe

Guest
on beta 1.4b

pveversion -v
~
pve-kvm: not correctly installed
~
think pveversion needs a upgrade :)
 
The pve-kvm package was apparently renamed to pve-qemu-kvm. To fix this bug, edit the package list on line 64 of /usr/bin/pveversion:

Code:
print_status ("pve-manager", $ver);
my @pkglist = qw(qemu-server pve-kernel [B]pve-kvm[/B] pve-firmware
                 vncterm vzctl vzdump vzprocps vzquota);
should be:

Code:
print_status ("pve-manager", $ver);
my @pkglist = qw(qemu-server pve-kernel [B]pve-qemu-kvm[/B] pve-firmware
                 vncterm vzctl vzdump vzprocps vzquota);
 

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!