Hi,
Got a very strange issue with one of my PVE clusters currently. Logging in through the web UI yields the error message for users with 2FA:
In journalctl the
For users without 2FA the sessions instead seem to expire instantly.
The issue can be fixed for a while by running
Full quorum is established and all system clocks synced via NTP. Time and date has been verified matching with my local time and `hwclock`
This is the type of behaviour that I would except if the clocks were out of sync, but they're not...
Cluster has full quorum and shows healthy, all pve related services have been restarted as well without success.
Thanks in advance,
Johan
Got a very strange issue with one of my PVE clusters currently. Logging in through the web UI yields the error message for users with 2FA:
Code:
Login failed. Please try again
In journalctl the
pvedaemon
service also logs the following error:
Code:
authentication failure; rhost=::ffff:123.456.789.123 user=root@pam msg=401 permission denied - invalid PVE ticket
For users without 2FA the sessions instead seem to expire instantly.
The issue can be fixed for a while by running
touch /etc/pve/authkey.pub
and touch /etc/pve/authkey.pub.old
but always reappears shortly.Full quorum is established and all system clocks synced via NTP. Time and date has been verified matching with my local time and `hwclock`
This is the type of behaviour that I would except if the clocks were out of sync, but they're not...
Cluster has full quorum and shows healthy, all pve related services have been restarted as well without success.
Thanks in advance,
Johan