Danke vielmals, also:
[USER@arch ~]$ sudo visudo -sc
Passwort:
/etc/sudoers: parsed OK
[USER@arch ~]$
[USER@arch ~]$ sudo -l
Passwort:
Matching Defaults entries for USER on this host:
timestamp_timeout=0
User USER may run the following commands on this host:
(ALL) ALL
[USER@arch ~]$
Hier das Relevante aus der
/var/log/auth.log
localhost /usr/sbin/crond[871]: PAM _pam_init_handlers: no default config /etc/pam.d/other
localhost /usr/sbin/crond[871]: pam_unix(crond:session): session opened for user root by (uid=0)
localhost /USR/SBIN/CROND[871]: pam_unix(crond:session): session closed for user root
localhost su: PAM _pam_init_handlers: no default config /etc/pam.d/other
localhost su: pam_unix(su:session): session opened for user root by (uid=1000)
localhost su: pam_unix(su:session): session closed for user root
localhost sudo: PAM _pam_init_handlers: no default config /etc/pam.d/other
localhost sudo: PAM no modules loaded for `sudo' service
localhost sudo: pam_unix(sudo:auth): authentication failure; logname= uid=1000 euid=0 tty=/dev/pts/2 ruser=USER rhost= user=USER
localhost sudo: USER : 3 incorrect password attempts ; TTY=pts/2 ; PWD=/home/USER ; USER=root ; COMMAND=list
localhost su: PAM _pam_init_handlers: no default config /etc/pam.d/other
localhost su: pam_unix(su:session): session opened for user USER by (uid=1000)
localhost sudo: PAM _pam_init_handlers: no default config /etc/pam.d/other
localhost sudo: PAM no modules loaded for `sudo' service
localhost sudo: pam_unix(sudo:auth): conversation failed
localhost sudo: pam_unix(sudo:auth): auth could not identify password for (USER)
Speicherplatz und Zugriffsrechte sind auch in Ordnung. Ich denke nicht, dass der Fehler bei mir (D.h. in meiner Konfiguration) zu suchen ist (Nachtrag: Ja ich weiß, dass ein Downgrade das Problem beseitigt hat, bedeutet logisch nicht, dass das Problem nicht auch auf meiner Machine heimisch sein kann 🙂 ), denn...
Worauf der Auszug aus der
/var/log/auth.log schon aufmerksam macht:
Ein Downgrade des Pakets testing/pam 1.1.5-4 auf core/pam 1.1.5-3 hat das Problem gelöst.
Mangels freier zeit werde ich vorerst
pam auf pacmans ignore-Liste setzen.