Can't login via WebGUI

mcflym

Renowned Member
Jul 10, 2013
195
10
83
Well guys...

i changed my hardware from LGA1155 Celeron Dual to LGA775 XEON Quad

After some troubles with the network interface, i can access the server via Browser.

The problem is, that i can't login via this. It says "login failed Please try again"... i tried every combination of the login options, but nothing works.

Only via console.

What can i do?

I read something about a ntp issue?! Maybe this is the problem?

How can i check and fix this.

Please help me, i don't wanna reinstall my whole proxmox and VMs :(
 
Last edited:
New information:

the syslog says:

Oct 29 21:47:05 proxmox pveproxy[2630]: WARNING: proxy detected vanished client connection

system time is correct but its CET (doesnt matter?)
 
Last edited:
More information:

root@proxmox:/var/log/cluster# ntpdc -c sysinfo
localhost.localdomain: timed out, nothing received
***Request timed out

It seems to me that ntp is not working?

I changed nothing in /etc/ntp.conf ... very very strange

next try...

root@proxmox:/var/log/cluster# pveproxy
unable to create socket - IO::Socket::INET: Address already in use

root@proxmox:/var/log/cluster# pvedaemon stop
unable to create socket - IO::Socket::INET: Cannot assign requested address

root@proxmox:/var/log/cluster# pvedaemon start
unable to create socket - IO::Socket::INET: Cannot assign requested address

root@proxmox:/var/log/cluster# killall pvedaemon
pvedaemon: no process found


root@proxmox:/var/log/cluster# /etc/init.d/pvedaemon start
Starting PVE Daemon: pvedaemonunable to create socket - IO::Socket::INET: Cannot assign requested address
(warning).
 
Last edited:
Additional information:

i had to change my network interface from eth0 to eth1.

I changed the setting in /etc/network/interfaces to:

auto lo
iface lo inet loopback


auto vmbr0
iface vmbr0 inet static
address 192.168.2.200
netmask 255.255.255.0
gateway 192.168.2.1
bridge_ports eth1
bridge_stp off
bridge_fd 0

maybe i have to change it somewhere else?
 
Crazy thing...

It works!?!??!

I did nothing?

Just started today and now i am able to login...

hell yeah!