Hi,
I've just installed Promox VE 6.4 on a couple of dedicated servers hosted at OVH (using the Proxmox OVH installation template).
I'm connecting through SSH fine but when I try to connect though to the Web UI interface I get an error message every time on both servers!
"Connection failure. Network error or Proxmox VE services not running?" or "Login failed. Please try again"
I use root and my installation password that works fine with SSH ( for the Realm it is set to : Linux PAM standard authentication and I tried as well Proxmox VE authentication server)
I did update all the packages of distribution, I rebooted as well : still no luck!
I look up all the related problems on the forums here and elsewhere: could not find a clue.
I tried several commands recommended in these pages like "pvecm updatecerts"
One lead though is that after investigating for hours I did install cockpit package and I have the same problem: impossible to login on port 9090 for cockpit just like on port 8006 on PVE...
Here are the usual commands requested by support and their results :
systemctl restart pveproxy pvedaemon
then a connect attempt:
systemctl status pveproxy pvedaemon
● pveproxy.service - PVE API Proxy Server
Loaded: loaded (/lib/systemd/system/pveproxy.service; enabled; vendor preset: enabled)
Active: active (running) since Sun 2021-07-04 04:15:10 UTC; 1min 37s ago
Process: 4355 ExecStartPre=/usr/bin/pvecm updatecerts --silent (code=exited, status=0/SUCCESS)
Process: 4357 ExecStart=/usr/bin/pveproxy start (code=exited, status=0/SUCCESS)
Main PID: 4360 (pveproxy)
Tasks: 4 (limit: 4915)
Memory: 138.9M
CGroup: /system.slice/pveproxy.service
├─4360 pveproxy
├─4361 pveproxy worker
├─4362 pveproxy worker
└─4363 pveproxy worker
Jul 04 04:15:08 adv4-gra1 systemd[1]: Starting PVE API Proxy Server...
Jul 04 04:15:10 adv4-gra1 pveproxy[4360]: starting server
Jul 04 04:15:10 adv4-gra1 pveproxy[4360]: starting 3 worker(s)
Jul 04 04:15:10 adv4-gra1 pveproxy[4360]: worker 4361 started
Jul 04 04:15:10 adv4-gra1 pveproxy[4360]: worker 4362 started
Jul 04 04:15:10 adv4-gra1 pveproxy[4360]: worker 4363 started
Jul 04 04:15:10 adv4-gra1 systemd[1]: Started PVE API Proxy Server.
● pvedaemon.service - PVE API Daemon
Loaded: loaded (/lib/systemd/system/pvedaemon.service; enabled; vendor preset: enabled)
Active: active (running) since Sun 2021-07-04 04:15:08 UTC; 1min 38s ago
Process: 4347 ExecStart=/usr/bin/pvedaemon start (code=exited, status=0/SUCCESS)
Main PID: 4351 (pvedaemon)
Tasks: 4 (limit: 4915)
Memory: 135.5M
CGroup: /system.slice/pvedaemon.service
├─4351 pvedaemon
├─4352 pvedaemon worker
├─4353 pvedaemon worker
└─4354 pvedaemon worker
Jul 04 04:15:08 adv4-gra1 systemd[1]: Starting PVE API Daemon...
Jul 04 04:15:08 adv4-gra1 pvedaemon[4351]: starting server
Jul 04 04:15:08 adv4-gra1 pvedaemon[4351]: starting 3 worker(s)
Jul 04 04:15:08 adv4-gra1 pvedaemon[4351]: worker 4352 started
Jul 04 04:15:08 adv4-gra1 pvedaemon[4351]: worker 4353 started
Jul 04 04:15:08 adv4-gra1 pvedaemon[4351]: worker 4354 started
Jul 04 04:15:08 adv4-gra1 systemd[1]: Started PVE API Daemon.
Jul 04 04:16:37 adv4-gra1 IPCC.xs[4354]: pam_unix(proxmox-ve-auth:auth): authentication failure; logname= uid=0 euid=0 tty= ruser= rhost= user=root
Jul 04 04:16:39 adv4-gra1 pvedaemon[4354]: authentication failure; rhost=::ffff:37.165.115.158 user=root@pam msg=Authentication failure
cat /etc/pve/user.cfg
cat: /etc/pve/user.cfg: No such file or directory
So no user.cfg in that directory (it's a fresh install the only user yet is root)
I tried to enter the password by copy/paste and typing it without success on the Web UI
cat /etc/hosts
XXX.XX.XX.XX adv4-gra1.XXXX.XX adv4-gra1
No 127.0.0.1 line in the file.
ip -br -c a
lo UNKNOWN 127.0.0.1/8 ::1/128
enp97s0f0 UP
enp97s0f1 UP
vmbr0 UP XXX.XX.XX.XX/24 fe80::xxxx:xxxx:xxxx:xxxx/64
I am running out of ideas: can you please help?
Thanks in advance.
Nicolas
I've just installed Promox VE 6.4 on a couple of dedicated servers hosted at OVH (using the Proxmox OVH installation template).
I'm connecting through SSH fine but when I try to connect though to the Web UI interface I get an error message every time on both servers!
"Connection failure. Network error or Proxmox VE services not running?" or "Login failed. Please try again"
I use root and my installation password that works fine with SSH ( for the Realm it is set to : Linux PAM standard authentication and I tried as well Proxmox VE authentication server)
I did update all the packages of distribution, I rebooted as well : still no luck!
I look up all the related problems on the forums here and elsewhere: could not find a clue.
I tried several commands recommended in these pages like "pvecm updatecerts"
One lead though is that after investigating for hours I did install cockpit package and I have the same problem: impossible to login on port 9090 for cockpit just like on port 8006 on PVE...
Here are the usual commands requested by support and their results :
systemctl restart pveproxy pvedaemon
then a connect attempt:
systemctl status pveproxy pvedaemon
● pveproxy.service - PVE API Proxy Server
Loaded: loaded (/lib/systemd/system/pveproxy.service; enabled; vendor preset: enabled)
Active: active (running) since Sun 2021-07-04 04:15:10 UTC; 1min 37s ago
Process: 4355 ExecStartPre=/usr/bin/pvecm updatecerts --silent (code=exited, status=0/SUCCESS)
Process: 4357 ExecStart=/usr/bin/pveproxy start (code=exited, status=0/SUCCESS)
Main PID: 4360 (pveproxy)
Tasks: 4 (limit: 4915)
Memory: 138.9M
CGroup: /system.slice/pveproxy.service
├─4360 pveproxy
├─4361 pveproxy worker
├─4362 pveproxy worker
└─4363 pveproxy worker
Jul 04 04:15:08 adv4-gra1 systemd[1]: Starting PVE API Proxy Server...
Jul 04 04:15:10 adv4-gra1 pveproxy[4360]: starting server
Jul 04 04:15:10 adv4-gra1 pveproxy[4360]: starting 3 worker(s)
Jul 04 04:15:10 adv4-gra1 pveproxy[4360]: worker 4361 started
Jul 04 04:15:10 adv4-gra1 pveproxy[4360]: worker 4362 started
Jul 04 04:15:10 adv4-gra1 pveproxy[4360]: worker 4363 started
Jul 04 04:15:10 adv4-gra1 systemd[1]: Started PVE API Proxy Server.
● pvedaemon.service - PVE API Daemon
Loaded: loaded (/lib/systemd/system/pvedaemon.service; enabled; vendor preset: enabled)
Active: active (running) since Sun 2021-07-04 04:15:08 UTC; 1min 38s ago
Process: 4347 ExecStart=/usr/bin/pvedaemon start (code=exited, status=0/SUCCESS)
Main PID: 4351 (pvedaemon)
Tasks: 4 (limit: 4915)
Memory: 135.5M
CGroup: /system.slice/pvedaemon.service
├─4351 pvedaemon
├─4352 pvedaemon worker
├─4353 pvedaemon worker
└─4354 pvedaemon worker
Jul 04 04:15:08 adv4-gra1 systemd[1]: Starting PVE API Daemon...
Jul 04 04:15:08 adv4-gra1 pvedaemon[4351]: starting server
Jul 04 04:15:08 adv4-gra1 pvedaemon[4351]: starting 3 worker(s)
Jul 04 04:15:08 adv4-gra1 pvedaemon[4351]: worker 4352 started
Jul 04 04:15:08 adv4-gra1 pvedaemon[4351]: worker 4353 started
Jul 04 04:15:08 adv4-gra1 pvedaemon[4351]: worker 4354 started
Jul 04 04:15:08 adv4-gra1 systemd[1]: Started PVE API Daemon.
Jul 04 04:16:37 adv4-gra1 IPCC.xs[4354]: pam_unix(proxmox-ve-auth:auth): authentication failure; logname= uid=0 euid=0 tty= ruser= rhost= user=root
Jul 04 04:16:39 adv4-gra1 pvedaemon[4354]: authentication failure; rhost=::ffff:37.165.115.158 user=root@pam msg=Authentication failure
cat /etc/pve/user.cfg
cat: /etc/pve/user.cfg: No such file or directory
So no user.cfg in that directory (it's a fresh install the only user yet is root)
I tried to enter the password by copy/paste and typing it without success on the Web UI
cat /etc/hosts
XXX.XX.XX.XX adv4-gra1.XXXX.XX adv4-gra1
No 127.0.0.1 line in the file.
ip -br -c a
lo UNKNOWN 127.0.0.1/8 ::1/128
enp97s0f0 UP
enp97s0f1 UP
vmbr0 UP XXX.XX.XX.XX/24 fe80::xxxx:xxxx:xxxx:xxxx/64
I am running out of ideas: can you please help?
Thanks in advance.
Nicolas
Last edited: