pveversion output question

Proxmox 3.3 is installed and updated from non-subscription repository for initial testing.


Output of pveversion -v show both of the following:

...
pvekernel-2.6.32-32-pve: 2.6.32-136
pvekernel-2.6.32-34-pve: 2.6.32-140
...

Shouldn't only the latest of these be listed? If so, is there a fix?

Thanks for any help.
 
I think it is more of Linux issue than Proxmox. Every time a new kernel image is installed the old ones still remains. When you boot your computer you can see a list of all installed kernel image. For the most part it is safe to delete older kernel. It is wise not to delete last kernel immediately after installing a new kernel image incase you have to go back to the old kernel. Following command will delete all but active kernel image:

Code:
# apt-get remove $(dpkg -l|egrep '^ii  linux-(im|he)'|awk '{print $2}'|grep -v `uname -r`)
 
Above would only work if Proxmox used the same naming scheme as standard Debian which it doesn't.

Proper way to remove old kernel is:
Code:
apt-get remove pve-kernel-2.6.32-32-pve
 

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!