some mistakes while upgrade from 1.7 to 1.8

mbunal

New Member
Apr 7, 2011
8
0
1
hello all

i just update my proxmox box via aptitude safe-upgrade

atfer update:
:~# pveversion -v
pve-manager: not correctly installed (pve-manager/1.8/5754)
running kernel: 2.6.32-4-pve
qemu-server: not correctly installed
pve-firmware: not correctly installed
libpve-storage-perl: not correctly installed
vncterm: not correctly installed
vzctl: not correctly installed
vzdump: not correctly installed
vzprocps: not correctly installed
vzquota: not correctly installed

some info:

:~# cat /etc/apt/sources.list
deb http://ftp.debian.org/debian lenny main contrib

# PVE packages provided by proxmox.com
deb http://download.proxmox.com/debian lenny pve

# security updates
deb http://security.debian.org/ lenny/updates main contrib

system seems up and running.

what can i solve that? is it big problem?
 
Follow the upgrade guide, http://pve.proxmox.com/wiki/Downloads#Update_a_running_Proxmox_Virtual_Environment_to_1.8

based on this you need to run:
Code:
aptitude update && aptitude install proxmox-ve-2.6.32

there is nothing. i tried aptitude update && aptitude install proxmox-ve-2.6.32. there is no update upgrade. and also i tried aptitude reinstall proxmox-ve-2.6.32 but there is no change. pveversion -v has still mistakes.

i wonder that these errors affect to running proxmox box?
 
what do you get here:

Code:
dpkg -l proxmox-ve-2.6.32

is this is an installation from ISO? if yes, from which one?
 
what do you get here:

Code:
dpkg -l proxmox-ve-2.6.32
is this is an installation from ISO? if yes, from which one?

sorry i was travelling.

~# dpkg -l proxmox-ve-2.6.32
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name Version Description
+++-=========================-=========================-==================================================================
ii proxmox-ve-2.6.32 1.8-32 The Proxmox Virtual Environment
:~#

it was v1.7 instalation iso from proxmox web site. just i want to upgrade via apt-get using upgrade info from proxmox web site.

server look like running fine. but i hate such like this messeges.

PS: sory my bad english. thanks google translate.
 
post again results of pveversion -v.

'dpkg -l proxmox-ve-2.6.32' shows an installed package but pveversion -v not - this is not possible.?
 
but it happend.

~# pveversion -v
pve-manager: not correctly installed (pve-manager/1.8/5948)
running kernel: 2.6.32-4-pve
qemu-server: not correctly installed
pve-firmware: not correctly installed
libpve-storage-perl: not correctly installed
vncterm: not correctly installed
vzctl: not correctly installed
vzdump: not correctly installed
vzprocps: not correctly installed
vzquota: not correctly installed
~#
 
in this case there is really something wrong (outside our packages) - I suggest to reinstall the whole box.
 
this is impossible right now. there are 4 vm on the box. and i dont have a alternate server.
 
Most of messages in my language. but any error does not seem.

~# aptitude install proxmox-ve-2.6.32
Reading package lists... Done
Building dependency tree
Reading state information... Done
Geniş durum bilgisi okunuyor
Paketlerin durumu güncelleniyor... Done
Görev açıklamaları okunuyor... Done
Hiçbir paket kurulmayacak, yükseltilmeyecek ya da kaldırılmayacak.
0 paket yükseltildi, 0 yeni kuruldu, 0 kaldırıldı, 0 yükseltilmedi.
Arşivlerden 0B veri alınacak.Paketler açıldıktan sonra 0B yer kullanılacak.
Geniş durum bilgisi yazılıyor... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
Geniş durum bilgisi okunuyor
Paketlerin durumu güncelleniyor... Done
Görev açıklamaları okunuyor... Done

~#
 
I cannot understand your language but a Proxmox VE system should gives ONLY English error messages. So I assume your changes break something.
 
i tried to change my locale to en_us.utf8 but there is some error. despite look at that:

~# pveversion -v
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "tr_TR.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
pve-manager: 1.8-17 (pve-manager/1.8/5948)
running kernel: 2.6.32-4-pve
proxmox-ve-2.6.32: 1.8-32
pve-kernel-2.6.32-4-pve: 2.6.32-32
qemu-server: 1.1-30
pve-firmware: 1.0-11
libpve-storage-perl: 1.0-17
vncterm: 0.9-2
vzctl: 3.0.26-1pve4
vzdump: 1.2-11
vzprocps: 2.0.11-2
vzquota: 3.0.11-1
pve-qemu-kvm: 0.14.0-3
ksm-control-daemon: 1.0-5
~#

i think after a restart there is no problem. also maybe there is a bug. different locales at least in turkish locale pveversion -v doesnt run correctly.

should i report that?
 
finally: proxmox does not support turkish as a default locales too.

~# pveversion -v
pve-manager: 1.8-17 (pve-manager/1.8/5948)
running kernel: 2.6.32-4-pve
proxmox-ve-2.6.32: 1.8-32
pve-kernel-2.6.32-4-pve: 2.6.32-32
qemu-server: 1.1-30
pve-firmware: 1.0-11
libpve-storage-perl: 1.0-17
vncterm: 0.9-2
vzctl: 3.0.26-1pve4
vzdump: 1.2-11
vzprocps: 2.0.11-2
vzquota: 3.0.11-1
pve-qemu-kvm: 0.14.0-3
ksm-control-daemon: 1.0-5
~#
 
looks fine now.