You are not logged in.
I tried googling this, but finding the correct search has eluded me.
Suddenly, sudo requires me to enter my password correctly three times (i.e. If I type correctly, I'm asked three times, if I get it wrong on the first go, it's four times and so on). This has only started in the past week.
Any ideas how to fix it?
TIA
Last edited by Roken (2014-03-17 19:07:11)
Ryzen 5900X 12 core/24 thread - RTX 3090 FE 24 Gb, Asus B550-F Gaming MB, 128Gb Corsair DDR4, Cooler Master N300 chassis, 5 HD (2 NvME PCI, 4SSD) + 1 x optical.
Linux user #545703
/ is the root of all problems.
Offline
Check the /etc/sudoers file. And if you find something weird, edit it using visudo. Also posting content of that file sould be useful for others trying to help.
Offline
even something like:
sudo -l
(that is dash ell)
I would guess it's trying to execute three things and you don't have the password cache thing on
Offline
Are you actually running sudo? What is the output of "which sudo"?
What command are you running with sudo? Some programs, like some AUR wrappers, will call sudo themselves.
Please post your "/etc/sudoers" file.
Offline
In fact, sudoers was the problem. I have no idea how (since I haven't touched it lately) but the timeout had got itself set to 363636363636363636363636363636363636363636363636363636363, which I'm guessing resolved to an immediate timeout.
Reset and all is good again
Thanks all
Ryzen 5900X 12 core/24 thread - RTX 3090 FE 24 Gb, Asus B550-F Gaming MB, 128Gb Corsair DDR4, Cooler Master N300 chassis, 5 HD (2 NvME PCI, 4SSD) + 1 x optical.
Linux user #545703
/ is the root of all problems.
Offline