Please select realm 'PAM' when you login.
Hi, I have the same issue but I don't know where is the mentioned log in order to look at it, since the /etc/pve/.clusterlog format is different.
-------------------------------------------------
I'm trying to login to GUI using:
User: root
Realm: Linux PAM standard authentication
Password: is very simple (not special characters)
But I still can't log on after update
As I read on
Mastering Proxmox book from
Wasim Ahmed on the troubleshooting chapter, I noticed it usually refers to local loopback must be enabled in the network interface file, but it is enabled since the ifconfig result is:
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:3951 errors:0 dropped:0 overruns:0 frame:0
TX packets:3951 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:241625 (235.9 KiB) TX bytes:241625 (235.9 KiB)
and the ping result:
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_req=1 ttl=64 time=0.040 ms
64 bytes from 127.0.0.1: icmp_req=2 ttl=64 time=0.024 ms
64 bytes from 127.0.0.1: icmp_req=3 ttl=64 time=0.034 ms
--- 127.0.0.1 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 1999ms
rtt min/avg/max/mdev = 0.024/0.032/0.040/0.009 ms
I can connect via ssh to that node and logon as root on the console, but I'm unable to login using GUI, also a 595 connection refused error is shown when I try to manage it from another cluster node.
Please help.