I am on Fedora 16 KDE spin. Yesterday I ran the fsck command and that broke things. I can login via the tty, so I guess it has nothing to do with the shadow file. The login screen reappears after login no matter how many times I try to get past it. The permissions are the same as before. Also I have tried renaming the .kde folder. Doesn't help. This affects all the users, even root. My guess is the X server is restarting after login bringing me back to the login screen. Any way I can solve this?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
|
|||
|
Given your answers in the comments, the problem is that the program "ssh-agent" can't load the library libfipscheck which it needs in order to run. The quick fix is to edit your .xinitrc file and comment out the call to ssh-agent from it. The real fix is to re-install the package fipscheck-lib . |
|||
|

~/.xsession-errorsand/var/log/messages– Joseph R. Nov 8 '12 at 9:18/var/log/Xorg.1.log– xenoterracide♦ Nov 8 '12 at 16:25singleuser mode? If you can't then your/etc/shadowfile might be borked. – sparticvs Nov 8 '12 at 18:17startxoptionally redirecting its stdout and stderr:startx 2>startx.err 1>startx.log– peterph Nov 8 '12 at 20:17/usr/bin/ssh-agent: error while loading shared libraries: libfipscheck.so.1: cannot open shared object file: No such file or directory. xinit: connection to X server lost.I have no idea what that means. I tried disabling ssh but it doesn't help. – Phani Kumar Nov 9 '12 at 9:35