Hi everybody,
I'm sorry for my english, i will do my best to explain my problem.
I have a fresh install of a debian wheezy ( debootstrap ) and just put proxmox packages on it... juste 1 machine, no cluster...
I followed the instructions of the official wiki website !
now when i try to login on the web UI i have this pop up : login failed ! please try again...
after some research on the forum, i tried to :
-change the password
-clear cache, cookies, change web navigator, change PC !
-update bios and ntp time...
#pvecm updatecerts --force
-completely reinstall proxmox ve
-dpkg-reconfigure pve-manager
and now i don't know what to do
so i need your help !
this is my /etc/hosts
this is the /etc/network/interfaces
this is tail of the syslog where we can find the proxy error message :
thanks for reading me ! let me know if you need something more to try to solve my problem ! have a nice day
Hugo
I'm sorry for my english, i will do my best to explain my problem.
I have a fresh install of a debian wheezy ( debootstrap ) and just put proxmox packages on it... juste 1 machine, no cluster...
I followed the instructions of the official wiki website !
now when i try to login on the web UI i have this pop up : login failed ! please try again...
after some research on the forum, i tried to :
-change the password
-clear cache, cookies, change web navigator, change PC !
-update bios and ntp time...
#pvecm updatecerts --force
-completely reinstall proxmox ve
-dpkg-reconfigure pve-manager
and now i don't know what to do

this is my /etc/hosts
Code:
127.0.0.1 localhost
172.20.50.254 vcgeco.lan.geco-it.net vcgeco 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-allhost
~
~
~
this is the /etc/network/interfaces
Code:
auto lo
iface lo inet loopback
iface eth2 inet dhcp
auto eth0
iface eth0 inet manual
iface eth1 inet manual
auto vmbr0
iface vmbr0 inet static
address 172.20.50.254
netmask 255.255.255.0
gateway 172.20.50.1
bridge_ports eth0
bridge_stp off
bridge_fd 0
this is tail of the syslog where we can find the proxy error message :
Code:
Jul 23 15:40:15 vcgeco spiceproxy[8156]: worker 8157 finished
Jul 23 15:40:15 vcgeco spiceproxy[8156]: server closing
Jul 23 15:40:18 vcgeco spiceproxy[9513]: starting server
Jul 23 15:40:18 vcgeco spiceproxy[9513]: starting 1 worker(s)
Jul 23 15:40:18 vcgeco spiceproxy[9513]: worker 9514 started
Jul 23 15:40:18 vcgeco pvestatd[8186]: server closing
Jul 23 15:40:18 vcgeco pvestatd[9543]: starting server
Jul 23 15:40:48 vcgeco rrdcached[5314]: queue_thread_main: rrd_update_r (/var/lib/rrdcached/db/pve2-node/vcgeco) failed with status -1. (/var/lib/rrdcached/db/pve2-node/vcgeco: illegal attempt to update using time 1406122558 when last update time is 1406126344 (minimum one second step))
Jul 23 15:40:48 vcgeco rrdcached[5314]: queue_thread_main: rrd_update_r (/var/lib/rrdcached/db/pve2-storage/vcgeco/local) failed with status -1. (/var/lib/rrdcached/db/pve2-storage/vcgeco/local: illegal attempt to update using time 1406122558 when last update time is 1406126344 (minimum one second step))
Jul 23 15:41:45 vcgeco pveproxy[9477]: WARNING: proxy detected vanished client connection
thanks for reading me ! let me know if you need something more to try to solve my problem ! have a nice day
Hugo
Last edited: