proxy detected vanished client connection

sourcode

New Member
Apr 2, 2009
4
0
1
Hi,

I just setup proxmox ve on my server, 2 nodes.
everything work great until now, 12hrs later after setup.
I can't connect to webui coz of error message "Login failed. Please try again"
This feels like it should be easy to fix, and a hint of what to look for, or where to look would be helpful.

Thank in advance.

ps.
pveproxy restart can't solve this problem.

refer:

http://forum.proxmox.com/threads/14056-Issue-with-Proxmox-VE-3-0-when-adding-LVM-group
http://forum.proxmox.com/threads/13180-Rename-Host-unable-to-login-to-webui

SYSTEM
root@andromeda:~# pveversion -v
pve-manager: 3.0-23 (pve-manager/3.0/957f0862)
running kernel: 2.6.32-20-pve
proxmox-ve-2.6.32: 3.0-100
pve-kernel-2.6.32-20-pve: 2.6.32-100
lvm2: 2.02.95-pve3
clvm: 2.02.95-pve3
corosync-pve: 1.4.5-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.0-1
pve-cluster: 3.0-4
qemu-server: 3.0-20
pve-firmware: 1.0-22
libpve-common-perl: 3.0-4
libpve-access-control: 3.0-4
libpve-storage-perl: 3.0-8
vncterm: 1.1-4
vzctl: 4.0-1pve3
vzprocps: 2.0.11-2
vzquota: 3.1-2
pve-qemu-kvm: 1.4-13
ksm-control-daemon: 1.1-1

/var/log/syslog
Jun 19 02:17:24 andromeda pveproxy[4982]: problem with client 110.xxx.xxx.222; Connection timed out
Jun 19 02:17:37 andromeda pveproxy[4982]: problem with client 110.xxx.xxx.222; Connection timed out
Jun 19 02:17:47 andromeda pveproxy[4981]: problem with client 110.xxx.xxx.222; Connection timed out
Jun 19 02:17:47 andromeda pveproxy[4980]: problem with client 110.xxx.xxx.222; Connection timed out
Jun 19 02:17:49 andromeda pveproxy[4982]: WARNING: proxy detected vanished client connection
Jun 19 02:18:02 andromeda pveproxy[4982]: WARNING: proxy detected vanished client connection
Jun 19 02:18:12 andromeda pveproxy[4981]: WARNING: proxy detected vanished client connection
Jun 19 02:18:12 andromeda pveproxy[4980]: WARNING: proxy detected vanished client connection
Jun 19 02:18:19 andromeda pveproxy[4982]: WARNING: proxy detected vanished client connection
Jun 19 02:18:19 andromeda pveproxy[4980]: WARNING: proxy detected vanished client connection

/etc/hosts
root@andromeda:~# cat /etc/hosts
127.0.0.1 localhost.localdomain localhost
203.xxx.xxx.196 andromeda.example.net andromeda pvelocalhost


# The following lines are desirable for IPv6 capable hosts


::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
 
Please, paste in here your interface setup. I had same problem, when i configuring networking and forgot lo interface.
 
Had the same problem after setting up a 2 node cluster.

I could reach the first node (pmx01) but couldn't log into the second or browse it through pmx01.

root@pmx02:/var/log/cluster# tail -f /var/log/syslog
Jun 26 17:48:40 pmx02 pveproxy[2723]: worker 3199 started
Jun 26 17:48:40 pmx02 pveproxy[3199]: /etc/pve/local/pve-ssl.key: failed to load local private key (key_file or key) at /usr/share/perl5/PVE/HTTPServer.pm line 1125
Jun 26 17:48:40 pmx02 pveproxy[2723]: worker 3190 finished
Jun 26 17:48:40 pmx02 pveproxy[2723]: starting 1 worker(s)
Jun 26 17:48:40 pmx02 pveproxy[2723]: worker 3200 started

Fix

root@pmx01:/etc/pve/local# scp pve-ssl.* root@pmx02:$PWD/
pve-ssl.key 100% 1679 1.6KB/s 00:00
pve-ssl.pem 100% 1359 1.3KB/s 00:00

Works again now.