==> yay
[sudo] password for richardc:
Sorry, try again.
[sudo] password for richardc:
Sorry, try again.
[sudo] password for richardc:
sudo: 3 incorrect password attempts
→ error refreshing databases - exit status 1
This is now happening in both eos-update-aur and eos-update in welcome app. and in terminal when I run yay. Any idea’s what’s going on? Just started this morning. . .
Thanks . . . problem solved. . . .caps lock was the initial problem. . . when I turned it off I couldn’t log in. Now everything works. Never had this problem before. . . thanks for the wiki. . .
You might state what is new. Prompting for password? Rejecting password?
If the password prompt is new, then you may have corrupted the sudoers config so that now a password is required for root. If rejecting your password is new, then you may have forgotten or reset your root password, and you must to a reset of the root password per Reset lost root password - ArchWiki. GL
## Uncomment to allow members of group wheel to execute any command
# %wheel ALL=(ALL:ALL) ALL
## Same thing without a password
%wheel ALL=(ALL:ALL) NOPASSWD: ALL
And comment out the second to avoid entering passwords for sudo. Sometimes, the included config (on the @includedir /etc/sudoers.d line) overrules your config … so that is one gotcha to look out for.