[SOLVED] no more web interface after upgrade

olibrigus

New Member
Nov 30, 2011
18
0
1
Hi everyone,

I have made an apt-get dist-upgrade on my server and now all my VM's are down and I can't connect my web interface.
The server boots ok. I connect by ssh without issues.

Can someone help me please.

Here is the pveversion

ProxmoxOVH1# pveversion -v
proxmox-ve-2.6.32: 3.4-171 (running kernel: 2.6.32-44-pve)
pve-manager: 3.4-11 (running version: 3.4-11/6502936f)
pve-kernel-2.6.32-44-pve: 2.6.32-171
pve-kernel-2.6.32-41-pve: 2.6.32-164
lvm2: 2.02.98-pve4
clvm: 2.02.98-pve4
corosync-pve: 1.4.7-1
openais-pve: 1.1.4-3
libqb0: 0.11.1-2
redhat-cluster-pve: 3.2.0-2
resource-agents-pve: 3.9.2-4
fence-agents-pve: 4.0.10-3
pve-cluster: 3.0-19
qemu-server: 3.4-6
pve-firmware: 1.1-5
libpve-common-perl: 3.0-24
libpve-access-control: 3.0-16
libpve-storage-perl: 3.0-34
pve-libspice-server1: 0.12.4-3
vncterm: 1.1-8
vzctl: 4.0-1pve6
vzprocps: 2.0.11-2
vzquota: 3.1-2
pve-qemu-kvm: 2.2-21
ksm-control-daemon: 1.1-1
glusterfs-client: 3.5.2-1
 
2 versions of pve-manager were released in the last couple of days. You may have been caught in the crossfire. You may want to "butcher" it further by doing an apt-get update && apt-get dist-upgrade again. See this post for the current versions.

You can also revert to a previous kernel as well since you have it.
 
Hi,
which error message do you got, if you start an VM from the cli?
Code:
qm start 100
Udo

Thank you for your help !

Here is what I have :

ProxmoxOVH1# qm start 103
ipcc_send_rec failed: Connexion refusée
ipcc_send_rec failed: Connexion refusée
ipcc_send_rec failed: Connexion refusée
ipcc_send_rec failed: Connexion refusée
no such VM ('103')
ipcc_send_rec failed: Connexion refusée
ProxmoxOVH1# qm list
ipcc_send_rec failed: Connexion refusée
ipcc_send_rec failed: Connexion refusée
ipcc_send_rec failed: Connexion refusée
ProxmoxOVH1#
 
Last edited:
2 versions of pve-manager were released in the last couple of days. You may have been caught in the crossfire. You may want to "butcher" it further by doing an apt-get update && apt-get dist-upgrade again. See this post for the current versions.

You can also revert to a previous kernel as well since you have it.

First thanks for your help, much appreciate.

I had one error message during the apt-get update. I have seen in the doc to comment this line in /etc/apt/sources.list.d/pve-enterprise.list :
# deb https://enterprise.proxmox.com/debian wheezy pve-enterprise

Aftewards the update was OK. The dist-upgrade as well. I have rebooted.

But still no web interface and command qm start 103 fails ...
 
Thank you for your help !

Here is what I have :

ProxmoxOVH1# qm start 103
ipcc_send_rec failed: Connexion refusée
ipcc_send_rec failed: Connexion refusée
ipcc_send_rec failed: Connexion refusée
ipcc_send_rec failed: Connexion refusée
no such VM ('103')
ipcc_send_rec failed: Connexion refusée
ProxmoxOVH1# qm list
ipcc_send_rec failed: Connexion refusée
ipcc_send_rec failed: Connexion refusée
ipcc_send_rec failed: Connexion refusée
ProxmoxOVH1#
Hi,
sounds that /etc/pve isn't mounted.
Is this node part of an cluster?

What is the output of
Code:
mount | grep pve
service pve-cluster status
pvecm status
cat /etc/cluster/cluster.conf
Udo
 
First thanks for your help, much appreciate.

I had one error message during the apt-get update. I have seen in the doc to comment this line in /etc/apt/sources.list.d/pve-enterprise.list :
# deb https://enterprise.proxmox.com/debian wheezy pve-enterprise

Aftewards the update was OK. The dist-upgrade as well. I have rebooted.

But still no web interface and command qm start 103 fails ...
Hi,
do you have enabled the pvenosubsciption in any source list?
Code:
cat /etc/apt/sources.list.d/pve-no-subscription.list
deb http://download.proxmox.com/debian wheezy pve-no-subscription
Udo
 
Last edited:
Hi,
sounds that /etc/pve isn't mounted.
Is this node part of an cluster?

What is the output of
Code:
mount | grep pve
service pve-cluster status
pvecm status
cat /etc/cluster/cluster.conf
Udo
No this is single computer, no cluster.
Here is the output :
ProxmoxOVH1# mount | grep pve
/dev/mapper/pve-data on /var/lib/vz type ext3 (rw,relatime,errors=continue,user_xattr,acl,barrier=0,data=ordered)
ProxmoxOVH1# service pve-cluster status
Checking status of pve cluster filesystem: pve-cluster apparently not running failed!
ProxmoxOVH1# pvecm status
unable to get IP for node 'ProxmoxOVH1' - node offline?
ProxmoxOVH1# cat /etc/cluster/cluster.conf
cat: /etc/cluster/cluster.conf: Aucun fichier ou dossier de ce type

I have changed the hostname just before the upgrade. May be a clue for you ;-)
 
Hi,
do you have enabled the pvenosubsciption in any source list?
Code:
cat /etc/apt/sources.list.d/pve-no-subscription.list
deb http://download.proxmox.com/debian whezzy pve-no-subscription
Udo
No I didn't but I have commented the line in /etc/apt/sources.list.d/pve-enterprise.list as writen above.
 
No I didn't but I have commented the line in /etc/apt/sources.list.d/pve-enterprise.list as writen above.
Hi,
I have an typo in the line - wheezy instead of whezzy is right.

Because changed hostname - that's the issue. rename the node back and all will run!

Otherwise look in /etc/hosts and /etc/pve/nodes and the links in /etc/pve/

Udo