VM is up and running, but login to VM is not anymore possible. I assume It is caused by one of the last updates. i tried to logging, but after entering root -> Login incorrect . No option to enter password.
Also SSH login is not anymore possible. One week ago at least SSH Login has worked.
Also SSH login is not anymore possible. One week ago at least SSH Login has worked.
Code:
root@pmx1:~# pvecm status
Cluster information
-------------------
Name: ProxmoxCluster
Config Version: 3
Transport: knet
Secure auth: on
Quorum information
------------------
Date: Mon Dec 5 08:13:54 2022
Quorum provider: corosync_votequorum
Nodes: 3
Node ID: 0x00000001
Ring ID: 1.97
Quorate: Yes
Votequorum information
----------------------
Expected votes: 3
Highest expected: 3
Total votes: 3
Quorum: 2
Flags: Quorate
Membership information
----------------------
Nodeid Votes Name
0x00000001 1 10.10.10.18 (local)
0x00000002 1 10.10.10.19
0x00000003 1 10.10.10.17
Code:
root@pmx1:~# systemctl status pveproxy.service
● pveproxy.service - PVE API Proxy Server
Loaded: loaded (/lib/systemd/system/pveproxy.service; enabled; vendor preset: enabled)
Active: active (running) since Mon 2022-12-05 06:59:39 CET; 1h 15min ago
Process: 1489 ExecStartPre=/usr/bin/pvecm updatecerts --silent (code=exited, status=0/SUCCESS)
Process: 1495 ExecStart=/usr/bin/pveproxy start (code=exited, status=0/SUCCESS)
Main PID: 1503 (pveproxy)
Tasks: 4 (limit: 18986)
Memory: 224.5M
CPU: 9.829s
CGroup: /system.slice/pveproxy.service
├─1503 pveproxy
├─1504 pveproxy worker
├─1505 pveproxy worker
└─1506 pveproxy worker
Dec 05 06:59:37 pmx1 systemd[1]: Starting PVE API Proxy Server...
Dec 05 06:59:39 pmx1 pveproxy[1503]: starting server
Dec 05 06:59:39 pmx1 pveproxy[1503]: starting 3 worker(s)
Dec 05 06:59:39 pmx1 pveproxy[1503]: worker 1504 started
Dec 05 06:59:39 pmx1 pveproxy[1503]: worker 1505 started
Dec 05 06:59:39 pmx1 pveproxy[1503]: worker 1506 started
Dec 05 06:59:39 pmx1 systemd[1]: Started PVE API Proxy Server.