nachdem ich mich gestern abend, seit knapp einer Woche wieder eingeloggt habe, musste ich feststellen das einige funktionen für User sowie Root nicht mehr zu verfuegung stehen!
Folgende Fehlermeldung bekomm ich wenn ich als root bzw user ein Passwort setzen / ändern möchte.
Code: Select all
Server:/var/log# passwd
passwd: Permission denied
Code: Select all
Server2:/usr/bin# ls -ls passwd
28 -rwsr-xr-x 1 root root 26840 Aug 12 20:05 passwd
4 -rw-r----- 1 root shadow 2720 Nov 2 18:48 shadow
Code: Select all
Server2:/etc/pam.d# tail -n20 /var/log/auth.log
Nov 10 00:13:58 Server2 passwd[1332]: PAM no modules loaded for `passwd' service
Nov 10 00:20:05 Server2 passwd[1630]: PAM (passwd) illegal module type: include
Nov 10 00:20:05 Server2 passwd[1630]: PAM pam_parse: expecting return value; [...common-password]
Nov 10 00:20:05 Server2 passwd[1630]: PAM (passwd) no module name supplied
Nov 10 00:20:05 Server2 passwd[1630]: PAM unable to dlopen(<*unknown module path*>)
Nov 10 00:20:05 Server2 passwd[1630]: PAM [dlerror: <*unknown module path*>: cannot open shared object file: No such file or directory]
Nov 10 00:20:05 Server2 passwd[1630]: PAM adding faulty module: <*unknown module path*>
Nov 10 00:20:05 Server2 passwd[1630]: PAM (other) illegal module type: @include
Nov 10 00:20:05 Server2 passwd[1630]: PAM pam_parse: expecting return value; [...common-auth]
Nov 10 00:20:05 Server2 passwd[1630]: PAM (other) no module name supplied
Nov 10 00:20:05 Server2 passwd[1630]: PAM (other) illegal module type: @include
Nov 10 00:20:05 Server2 passwd[1630]: PAM pam_parse: expecting return value; [...common-account]
Nov 10 00:20:05 Server2 passwd[1630]: PAM (other) no module name supplied
Nov 10 00:20:05 Server2 passwd[1630]: PAM (other) illegal module type: @include
Nov 10 00:20:05 Server2 passwd[1630]: PAM pam_parse: expecting return value; [...common-password]
Nov 10 00:20:05 Server2 passwd[1630]: PAM (other) no module name supplied
Nov 10 00:20:05 Server2 passwd[1630]: PAM (other) illegal module type: @include
Nov 10 00:20:05 Server2 passwd[1630]: PAM pam_parse: expecting return value; [...common-session]
Nov 10 00:20:05 Server2 passwd[1630]: PAM (other) no module name supplied
Nov 10 00:20:06 Server2 passwd[1630]: PAM no modules loaded for `passwd' service
Code: Select all
home@Server:~$ su
su: Module is unknown
Sorry.
24 -rwsr-xr-x 1 root root 23416 Aug 12 20:05 su
-
Wenn ich nun als root zu einen User wechseln moechte:
Code: Select all
su home2
su: Permission denied
(Ignored)
Das alles ist erst seitdem ich Debian per apt-get update & upgrade geupdatet habe, und alle bestehenden Dateien updaten lassen habe!
Ich hoffe mir kann einer helfen -> serverreboot brachte auch nix!
Vielen Dank im voraus
Mit freundlichen Grüßen
Dennis K.