View previous topic :: View next topic |
Author |
Message |
hambuergaer Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/gallery/Simpsons/Simpsons_-_Ralph.jpg)
Joined: 08 Mar 2004 Posts: 294 Location: Hamburg
|
Posted: Thu Jul 07, 2005 9:30 pm Post subject: Probleme mit KDM nach Update...!!! |
|
|
hi leute,
ich habe gestern meine world-files geupdatet und anschließend, wie immer, ein etc-update gefahren. es sollten 5 files geupdatet werden, die alle ohne viel aufhebens mit der option -5 geupdatet werden konnten (colors etc.). die dateien hatten nichts mit kde, kdm oder sonstwas zu tun.
heute schalte ich mein notebook ein und bekomme beim anmelden unter kdm die fehlermeldung: "Es ist ein schwerer Fehler aufgetreten. Sehen Sie bitte in den Protokolldateien von KDM nach weiteren Informationen oder benachrichtigen Sie ihren Systemverwalter."
hmmmm...... das sagt /var/log/messages
Jul 7 22:39:13 gentooleppi kdm_config[6735]: Unrecognized key 'UseLilo' in section [Shutdown] at /usr/kde/3.4/share/config/kdm/kdmrc:12
Jul 7 22:39:13 gentooleppi kdm_config[6735]: Unrecognized key 'Themes' in section [X-*-Greeter] at /usr/kde/3.4/share/config/kdm/kdmrc:49
Jul 7 22:40:01 gentooleppi cron[6759]: (root) CMD (test -x /usr/sbin/run-crons && /usr/sbin/run-crons )
Jul 7 22:46:29 gentooleppi kdm: :0[6738]: PAM pam_parse: expecting return value; [...include]
Jul 7 22:46:29 gentooleppi kdm: :0[6738]: PAM unable to dlopen(/lib/security/system-auth)
Jul 7 22:46:29 gentooleppi kdm: :0[6738]: PAM [dlerror: /lib/security/system-auth: cannot open shared object file: No such file or directory]
Jul 7 22:46:29 gentooleppi kdm: :0[6738]: PAM adding faulty module: /lib/security/system-auth
Jul 7 22:46:29 gentooleppi kdm: :0[6738]: PAM pam_parse: expecting return value; [...include]
Jul 7 22:46:29 gentooleppi kdm: :0[6738]: PAM pam_parse: expecting return value; [...include]
Jul 7 22:46:29 gentooleppi kdm: :0[6738]: PAM pam_parse: expecting return value; [...include]
Jul 7 22:48:45 gentooleppi login(pam_unix)[6645]: session opened for user root by (uid=0)
Jul 7 22:49:05 gentooleppi login(pam_unix)[6645]: session closed for user root
Jul 7 22:49:11 gentooleppi login(pam_unix)[6798]: session opened for user frank by (uid=0)
Jul 7 22:50:01 gentooleppi cron[6938]: (root) CMD (test -x /usr/sbin/run-crons && /usr/sbin/run-crons )
Jul 7 22:50:28 gentooleppi login(pam_unix)[6646]: session opened for user root by (uid=0)
so sieht meine kdmrc aus:
[General]
ConfigVersion=2.3
ConsoleTTYs=tty1,tty2,tty3,tty4,tty5,tty6
PidFile=/var/run/kdm.pid
ReserveServers=:1,:2,:3
ServerVTs=-7
StaticServers=:0
[Shutdown]
HaltCmd=/sbin/halt
RebootCmd=/sbin/reboot
UseLilo=false
[X-*-Core]
AllowNullPasswd=false
AllowRootLogin=false
AllowShutdown=Root
AutoReLogin=false
ClientLogFile=.xsession-errors-%s
Reset=/usr/kde/3.4/share/config/kdm/Xreset
Session=/usr/kde/3.4/share/config/kdm/Xsession
SessionsDirs=/usr/share/xsessions
Setup=/usr/kde/3.4/share/config/kdm/Xsetup
Startup=/usr/kde/3.4/share/config/kdm/Xstartup
[X-*-Greeter]
AntiAliasing=true
ColorScheme=
EchoMode=OneStar
FaceSource=AdminOnly
FailFont=Sans Serif,12,-1,5,75,0,0,0,0,0
ForgingSeed=1120198809
GUIStyle=
GreetFont=Sans Serif,24,-1,5,50,0,0,0,0,0
GreetString=Wilkommen auf Gentooleppi
GreeterPos=50,50
HiddenUsers=
Language=de
LogoArea=Logo
LogoPixmap=/usr/kde/3.4/share/apps/kdm/pics/kdelogo.png
MaxShowUID=65000
MinShowUID=1000
Preloader=/usr/kde/3.4/bin/preloadkde
SelectedUsers=
ShowUsers=NotHidden
SortUsers=true
StdFont=Sans Serif,12,-1,5,50,0,0,0,0,0
Theme=/usr/kde/3.4/share/apps/kdm/themes/Tux-Mania
Themes=/usr/kde/3.4/share/apps/kdm/themes/Tux-Mania,/usr/kde/3.4/share/apps/kdm/themes/gear,/usr/kde/3.4/share/apps/kdm/themes/shuttle
UseBackground=true
UseTheme=true
UserCompletion=false
UserList=false
[X-:*-Core]
AllowNullPasswd=true
AllowShutdown=All
NoPassEnable=false
NoPassUsers=
ServerArgsLocal=-nolisten tcp
ServerCmd=/usr/bin/X
[X-:*-Greeter]
AllowClose=false
DefaultUser=frank
FocusPasswd=true
LoginMode=DefaultLocal
PreselectUser=None
[X-:0-Core]
AutoLoginEnable=false
AutoLoginUser=frank
ClientLogFile=.xsession-errors
[Xdmcp]
Enable=false
Willing=/usr/kde/3.4/share/config/kdm/Xwilling
hat jemand eine idee? _________________ ---------------------------------------------------------
wat is hier los? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
sokar2000 Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 17 Feb 2005 Posts: 137 Location: Zu Hause
|
Posted: Thu Jul 07, 2005 10:28 pm Post subject: |
|
|
Nimm doch mal die Zeilen 12 und 49 aus der kdmrc, und teste es.
Ausserdem scheint pam ein Problem zu haben. Mach mal bitte folgendes:
Code: | ~ # cd /etc/pam.d/
pam.d # cat * | grep /lib/security/system-auth |
Und poste den output. _________________ Anstrengungen, ein Programm "User-freundlich" zu machen, führen zu neuer Arbeit an den "Computerkenntnissen" der User. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Kuhrscher Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/422445208412bbc2464ffa.jpg)
Joined: 29 Dec 2003 Posts: 498 Location: Hamburg, Germany
|
Posted: Thu Jul 07, 2005 11:37 pm Post subject: |
|
|
Hmm, gestern ist in portage eine neue Version von pam (0.78-r2) stable geworden. Da könnte ein Zusammenhang bestehen, oder? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
hambuergaer Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/gallery/Simpsons/Simpsons_-_Ralph.jpg)
Joined: 08 Mar 2004 Posts: 294 Location: Hamburg
|
Posted: Fri Jul 08, 2005 2:06 pm Post subject: |
|
|
sokar2000 wrote: | Nimm doch mal die Zeilen 12 und 49 aus der kdmrc, und teste es.
Ausserdem scheint pam ein Problem zu haben. Mach mal bitte folgendes:
Code: | ~ # cd /etc/pam.d/
pam.d # cat * | grep /lib/security/system-auth |
Und poste den output. |
hmm.... das macht einfach mal gar nix! keine ausgabe!!!! _________________ ---------------------------------------------------------
wat is hier los? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
sokar2000 Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 17 Feb 2005 Posts: 137 Location: Zu Hause
|
Posted: Fri Jul 08, 2005 2:44 pm Post subject: Re: Probleme mit KDM nach Update...!!! |
|
|
hambuergaer wrote: |
Jul 7 22:46:29 gentooleppi kdm: :0[6738]: PAM pam_parse: expecting return value; [...include]
Jul 7 22:46:29 gentooleppi kdm: :0[6738]: PAM unable to dlopen(/lib/security/system-auth)
Jul 7 22:46:29 gentooleppi kdm: :0[6738]: PAM [dlerror: /lib/security/system-auth: cannot open shared object file: No such file or directory]
Jul 7 22:46:29 gentooleppi kdm: :0[6738]: PAM adding faulty module: /lib/security/system-auth
Jul 7 22:46:29 gentooleppi kdm: :0[6738]: PAM pam_parse: expecting return value; [...include]
Jul 7 22:46:29 gentooleppi kdm: :0[6738]: PAM pam_parse: expecting return value; [...include]
Jul 7 22:46:29 gentooleppi kdm: :0[6738]: PAM pam_parse: expecting return value; [...include] |
Die Zeile Code: | Jul 7 22:46:29 gentooleppi kdm: :0[6738]: PAM [dlerror: /lib/security/system-auth: cannot open shared object file: No such file or directory] | Finde ich ziemlich "beängstigend".
Könntest Du mal in die Datei /etc/pam.d/system-auth mit einem Texteditor öffnen, und die Existenz jeder aufgelisteten Datei mit ls -l überprüfen?
z.B: Code: | #%PAM-1.0
auth required /lib/security/pam_env.so
[... schnipp ...] |
Code: | # ls -l /lib/security/pam_env.so
-rwxr-xr-x 1 root root 11120 3. Mär 06:36 /lib/security/pam_env.so |
Interessant ist, ob Du eine der Dateien nicht findest. _________________ Anstrengungen, ein Programm "User-freundlich" zu machen, führen zu neuer Arbeit an den "Computerkenntnissen" der User. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
hambuergaer Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/gallery/Simpsons/Simpsons_-_Ralph.jpg)
Joined: 08 Mar 2004 Posts: 294 Location: Hamburg
|
Posted: Fri Jul 08, 2005 2:56 pm Post subject: |
|
|
meine /etc/pam.d/system-auth sieht so aus:
Code: |
#%PAM-1.0
auth required pam_env.so
auth sufficient pam_unix.so likeauth nullok
auth required pam_deny.so
account required pam_unix.so
password required pam_cracklib.so retry=3
password sufficient pam_unix.so nullok md5 shadow use_authtok
password required pam_deny.so
session required pam_limits.so
session required pam_unix.so
|
der ordner /lib/security enthält folgende dateien:
Code: |
total 1416
-rwxr-xr-x 1 root root 14872 Jul 6 17:03 pam_access.so
-rwxr-xr-x 1 root root 6368 Jul 6 17:03 pam_chroot.so
-rwxr-xr-x 1 root root 104472 Jul 6 17:03 pam_console.so
-rwxr-xr-x 1 root root 89620 Jul 6 17:03 pam_console_apply_devfsd.so
-rwxr-xr-x 1 root root 41124 Jul 6 17:03 pam_cracklib.so
-rwxr-xr-x 1 root root 6220 Jul 6 17:03 pam_debug.so
-rwxr-xr-x 1 root root 3516 Jul 6 17:03 pam_deny.so
-rwxr-xr-x 1 root root 11212 Jul 6 17:03 pam_env.so
drwxr-xr-x 2 root root 4096 Jun 29 15:42 pam_filter
-rwxr-xr-x 1 root root 11384 Jul 6 17:03 pam_filter.so
-rwxr-xr-x 1 root root 6108 Jul 6 17:03 pam_ftp.so
-rwxr-xr-x 1 root root 12756 Jul 6 17:03 pam_group.so
-rwxr-xr-x 1 root root 7532 Jul 6 17:03 pam_issue.so
-rwxr-xr-x 1 root root 9504 Jul 6 17:03 pam_lastlog.so
-rwxr-xr-x 1 root root 17248 Jul 6 17:03 pam_limits.so
-rwxr-xr-x 1 root root 14800 Jul 6 17:03 pam_listfile.so
-rwxr-xr-x 1 root root 9348 Jul 6 17:03 pam_localuser.so
-rwxr-xr-x 1 root root 10412 Jul 6 17:03 pam_mail.so
-rwxr-xr-x 1 root root 17920 Jul 6 17:03 pam_mkhomedir.so
-rwxr-xr-x 1 root root 4396 Jul 6 17:03 pam_motd.so
-rwxr-xr-x 1 root root 6588 Jul 6 17:03 pam_nologin.so
-rwxr-xr-x 1 root root 3836 Jul 6 17:03 pam_permit.so
-rwxr-xr-x 1 root root 6168 Jul 6 17:03 pam_postgresok.so
-rwxr-xr-x 1 root root 13068 Jul 6 17:03 pam_rhosts_auth.so
-rwxr-xr-x 1 root root 4080 Jul 6 17:03 pam_rootok.so
-rwxr-xr-x 1 root root 5084 Jul 6 17:03 pam_rps.so
-rwxr-xr-x 1 root root 7872 Jul 6 17:03 pam_securetty.so
-rwxr-xr-x 1 root root 6720 Jul 6 17:03 pam_shells.so
-rwxr-xr-x 1 root root 11344 Jul 6 17:03 pam_stack.so
-rwxr-xr-x 1 root root 11988 Jul 6 17:03 pam_stress.so
-rwxr-xr-x 1 root root 16864 Jul 6 17:03 pam_succeed_if.so
-rwxr-xr-x 1 root root 14832 Jul 6 17:03 pam_tally.so
-rwxr-xr-x 1 root root 9744 Jul 6 17:03 pam_time.so
-rwxr-xr-x 1 root root 17364 Jul 6 17:03 pam_timestamp.so
-rwxr-xr-x 1 root root 47276 Jul 6 17:03 pam_unix.so
lrwxrwxrwx 1 root root 11 Jul 6 17:03 pam_unix_acct.so -> pam_unix.so
lrwxrwxrwx 1 root root 11 Jul 6 17:03 pam_unix_auth.so -> pam_unix.so
lrwxrwxrwx 1 root root 11 Jul 6 17:03 pam_unix_passwd.so -> pam_unix.so
lrwxrwxrwx 1 root root 11 Jul 6 17:03 pam_unix_session.so -> pam_unix.so
-rwxr-xr-x 1 root root 747700 Jul 6 17:03 pam_userdb.so
-rwxr-xr-x 1 root root 4844 Jul 6 17:03 pam_warn.so
-rwxr-xr-x 1 root root 11224 Jul 6 17:03 pam_wheel.so
-rwxr-xr-x 1 root root 15712 Jul 6 17:03 pam_xauth.so
|
_________________ ---------------------------------------------------------
wat is hier los? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
sokar2000 Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 17 Feb 2005 Posts: 137 Location: Zu Hause
|
Posted: Fri Jul 08, 2005 3:55 pm Post subject: |
|
|
Sehr merkwürdig! Hast Du ne Datei /etc/pam.d/kdm oder /etc/pam.d/xdm? _________________ Anstrengungen, ein Programm "User-freundlich" zu machen, führen zu neuer Arbeit an den "Computerkenntnissen" der User. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
hambuergaer Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/gallery/Simpsons/Simpsons_-_Ralph.jpg)
Joined: 08 Mar 2004 Posts: 294 Location: Hamburg
|
Posted: Fri Jul 08, 2005 4:04 pm Post subject: |
|
|
sokar2000 wrote: | ... oder /etc/pam.d/xdm? |
die hab ich... emerge gerade pam-0.78-r2... mal schauen, was danach so passiert! _________________ ---------------------------------------------------------
wat is hier los? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
hambuergaer Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/gallery/Simpsons/Simpsons_-_Ralph.jpg)
Joined: 08 Mar 2004 Posts: 294 Location: Hamburg
|
Posted: Fri Jul 08, 2005 4:26 pm Post subject: |
|
|
so,
emerge -u world und anschließend etc-update mit der option -5 hts gebracht.... einmal das komplette pam geupdatet und nun löppts wedder ![Wink ;-)](images/smiles/icon_wink.gif) _________________ ---------------------------------------------------------
wat is hier los? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|