We using proxmox for some time and all was fine until yesterday. Today there is a problem that i cant login to proxmox server with webgui. I can only with ssh.
Heres some command outputs that may be helpfull
Date is correct, i did clear browser cache and tried to login in private/incognito mode. Command ...
... didnt help
Heres some command outputs that may be helpfull
Code:
root@pve:/var/lib/lxc/128# curl -s -k https://localhost:8006 | grep title
<title>pve - Proxmox Virtual Environment</title>
root@pve:/var/lib/lxc/128# netstat -ltn | grep 8006
tcp 0 0 0.0.0.0:8006 0.0.0.0:* LISTEN
root@pve:/var/lib/lxc/128# pvesh get nodes
200 OK
[
{
"id" : "node/pve",
"node" : "pve",
"ssl_fingerprint" : "59:5D: ... blablabla ... :87:4C:3A",
"status" : "unknown",
"type" : "node"
}
]
root@pve:/var/lib/lxc/128# netstat -apn | grep 8006
tcp 0 0 0.0.0.0:8006 0.0.0.0:* LISTEN 14075/pveproxy
root@pve:/var/lib/lxc/128# uname -r
4.15.17-3-pve
root@pve:/var/lib/lxc/128# tail -f /var/log/pveproxy/access.log
10.11.23.89 - - [28/08/2018:09:53:10 +0200] "GET /pve2/ext6/theme-crisp/resources/images/util/splitter/mini-bottom.png HTTP/1.1" 304 -
10.11.23.89 - - [28/08/2018:09:53:11 +0200] "GET /pve2/ext6/theme-crisp/resources/images/tree/arrows.png HTTP/1.1" 304 -
10.11.23.89 - - [28/08/2018:09:53:11 +0200] "GET /pve2/ext6/theme-crisp/resources/images/grid/sort_desc.png HTTP/1.1" 304 -
10.11.23.89 - - [28/08/2018:09:53:11 +0200] "GET /api2/json/access/domains HTTP/1.1" 200 159
10.11.23.89 - - [28/08/2018:09:53:22 +0200] "GET /pve2/ext6/theme-crisp/resources/images/loadmask/loading.gif HTTP/1.1" 304 -
10.11.23.89 - - [28/08/2018:09:53:52 +0200] "POST /api2/extjs/access/ticket HTTP/1.1" 596 -
10.11.23.89 - - [28/08/2018:09:53:52 +0200] "GET /pve2/ext6/theme-crisp/resources/images/tools/tool-sprites.png HTTP/1.1" 304 -
10.11.23.89 - - [28/08/2018:09:53:52 +0200] "GET /pve2/ext6/theme-crisp/resources/images/shared/icon-error.png HTTP/1.1" 304 -
10.11.23.89 - - [28/08/2018:09:56:28 +0200] "POST /api2/extjs/access/ticket HTTP/1.1" 596 -
127.0.0.1 - - [28/08/2018:09:58:27 +0200] "GET / HTTP/1.1" 200 1908
^C
root@pve:/var/lib/lxc/128# pveversion -v
proxmox-ve: 5.2-2 (running kernel: 4.15.17-3-pve)
pve-manager: 5.2-5 (running version: 5.2-5/eb24855a)
pve-kernel-4.15: 5.2-3
pve-kernel-4.13: 5.1-45
pve-kernel-4.15.17-3-pve: 4.15.17-14
pve-kernel-4.15.17-2-pve: 4.15.17-10
pve-kernel-4.13.16-3-pve: 4.13.16-50
pve-kernel-4.13.16-2-pve: 4.13.16-48
pve-kernel-4.13.13-6-pve: 4.13.13-42
pve-kernel-4.13.13-2-pve: 4.13.13-33
corosync: 2.4.2-pve5
criu: 2.11.1-1~bpo90
glusterfs-client: 3.8.8-1
ksm-control-daemon: 1.2-2
libjs-extjs: 6.0.1-2
libpve-access-control: 5.0-8
libpve-apiclient-perl: 2.0-5
libpve-common-perl: 5.0-35
libpve-guest-common-perl: 2.0-17
libpve-http-server-perl: 2.0-9
libpve-storage-perl: 5.0-23
libqb0: 1.0.1-1
lvm2: 2.02.168-pve6
lxc-pve: 3.0.0-3
lxcfs: 3.0.0-1
novnc-pve: 1.0.0-1
proxmox-widget-toolkit: 1.0-19
pve-cluster: 5.0-27
pve-container: 2.0-24
pve-docs: 5.2-4
pve-firewall: 3.0-12
pve-firmware: 2.0-4
pve-ha-manager: 2.0-5
pve-i18n: 1.0-6
pve-libspice-server1: 0.12.8-3
pve-qemu-kvm: 2.11.1-5
pve-xtermjs: 1.0-5
qemu-server: 5.0-29
smartmontools: 6.5+svn4324-1
spiceterm: 3.0-5
vncterm: 1.5-3
zfsutils-linux: 0.7.9-pve1~bpo9
root@pve:/var/lib/lxc/128# systemctl status pve-manager.service
● pve-guests.service - PVE guests
Loaded: loaded (/lib/systemd/system/pve-guests.service; enabled; vendor preset: enabled)
Active: active (exited) since Sat 2018-07-14 19:03:27 CEST; 1 months 14 days ago
Process: 14103 ExecStart=/usr/bin/pvesh --nooutput create /nodes/localhost/startall (code=exited, status=0/SUCCESS)
Main PID: 14103 (code=exited, status=0/SUCCESS)
Tasks: 0 (limit: 4915)
Memory: 0B
CPU: 0
CGroup: /system.slice/pve-guests.service
Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.
Date is correct, i did clear browser cache and tried to login in private/incognito mode. Command ...
Code:
service pvestatd restart
... didnt help
Last edited: