Fedora Linux Support Community & Resources Center
  #1  
Old 28th August 2012, 05:00 AM
chosun Offline
Registered User
 
Join Date: Aug 2012
Location: Minnesota
Posts: 10
windows_7firefox
Help (cannot log in)

Hi, getting right to it, i can no longer log in. the laptop boots up fine and gets to the login screen. i tried with both my user account and root account. everytime the same thing happens. i type in the correct password (it tells me if its incorrect) and it starts to log in, then after about 5 seconds the screen goes back to the pre-log in screen and asks me for my password again. thats as far as i can get. any information or help at all would be great .running Fedora 16 KDE

---------- Post added at 10:00 PM ---------- Previous post was at 09:37 PM ----------

http://youtu.be/SteNCtrg5ZM - video of what im experiencing.
Reply With Quote
  #2  
Old 28th August 2012, 08:23 AM
stevea's Avatar
stevea Online
Registered User
 
Join Date: Apr 2006
Location: Ohio, USA
Posts: 8,302
linuxfirefox
Re: Help (cannot log in)

You can't login as root on some of the GUI greeters.
Likely something is wrong withthe GUI startup.

You might try using that select session tab and the bottom and choose another session type (if insstalled).

But do go to a virtual terminal and try to start a session. If it fails you'll see some messages.
To do this ...
<ctrl>+<alt>+f4
login as your user (not root) at the B&W text prompt.
After login try this command
startx -- :2
That *should* start your default session, but I expect it will fail and give some error message(s).
__________________
None are more hopelessly enslaved than those who falsely believe they are free.
Johann Wolfgang von Goethe
Reply With Quote
  #3  
Old 28th August 2012, 08:26 AM
ozjd's Avatar
ozjd Offline
Registered User
 
Join Date: Feb 2008
Location: Sydney Australia
Age: 57
Posts: 2,228
linuxchrome
Re: Help (cannot log in)

The session menu in KDE has a second option to log which gives you a basic session with no effects or any of our autostarted applications. Try that.
Reply With Quote
  #4  
Old 28th August 2012, 08:06 PM
chosun Offline
Registered User
 
Join Date: Aug 2012
Location: Minnesota
Posts: 10
linuxsafari
Re: Help (cannot log in)

Stevea thanks for the info. Here's what I got. http://i47.tinypic.com/wim5pi.jpg computers sure are fussy sometimes. Ha.

Ozjd thanks for the reply. All of the secondary boot options have not helped me. They all end up doing the same thing. :-( the only one that works is the failsafe but that's pretty much the ctrl alt f4. Still no gui
Reply With Quote
  #5  
Old 10th September 2012, 03:05 AM
chosun Offline
Registered User
 
Join Date: Aug 2012
Location: Minnesota
Posts: 10
linuxsafari
Re: Help (cannot log in)

Super ultra mega hopeful Bump?

---------- Post added at 09:05 PM ---------- Previous post was at 08:52 PM ----------

After waiting ten minutes (or what it felt like),I got an error message.
Xinit: server error
Xauth: error in locking authority file /home/paradox/.Xauthority
Reply With Quote
  #6  
Old 10th September 2012, 04:13 AM
Dan's Avatar
Dan Offline
Administrator
 
Join Date: Jun 2006
Location: Paris, TX
Posts: 22,309
linuxfirefox
Re: Help (cannot log in)

Hmmm.

Just throwing up a wild shot in the dark here, but ...

Catch the boot at grub, and edit the kernel line by appending a space then a "3" to the kernel line. Then press F10 to boot.

Once it boots to a command prompt, log in using your user name, and password. (whilst entering the password, you will get no indication of what you type, so be careful you don't fat finger the password.)

If it lets you log in, then type "startx" at the command prompt. Hit enter, and watch for error messages.
__________________
Signature Links | New Posts | Who's on the forums (right now) |

© ® ™ № ¿
Reply With Quote
  #7  
Old 10th September 2012, 06:27 AM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,612
linuxfirefox
Re: Help (cannot log in)

One of the few times I have seen that particular message was when the SELinux context got messed up for some files in the users home directory.

The SELinux context should be system_u:object_r:xauth_home_t:s0 for the ~/.Xauthority file.


Try relabelling the files in your home folder and see if that makes a difference. (Won't hurt anything even if this isn't your problem.)

as root user run:

restorecon -R -v /home/paradox
Reply With Quote
  #8  
Old 14th September 2012, 05:28 AM
chosun Offline
Registered User
 
Join Date: Aug 2012
Location: Minnesota
Posts: 10
linuxsafari
Re: Help (cannot log in)

Well dbelton I ran the command and had my hopes up. But cam out unsuccessful. I have an error I didn't see before. When I run startx I get xinit: unable to connect to x server connection refused and invalid MIT-MAGIC-COOKIE-1 keyxinit:giving up

---------- Post added at 11:28 PM ---------- Previous post was at 11:27 PM ----------

Dan what does adding 3 do to the boot process?
Reply With Quote
  #9  
Old 14th September 2012, 08:37 AM
Dan's Avatar
Dan Offline
Administrator
 
Join Date: Jun 2006
Location: Paris, TX
Posts: 22,309
linuxfirefox
Re: Help (cannot log in)

It starts the system in run level 3, which is everything except the GUI. (x server) Some SELinux problems with GDM can be temporarily circumvented that way.
__________________
Signature Links | New Posts | Who's on the forums (right now) |

© ® ™ № ¿
Reply With Quote
  #10  
Old 16th September 2012, 07:58 AM
chosun Offline
Registered User
 
Join Date: Aug 2012
Location: Minnesota
Posts: 10
linuxsafari
Re: Help (cannot log in)

Isn't that kind of the same as pressing ctrl alt F4 at the login screen?
Reply With Quote
  #11  
Old 16th September 2012, 08:09 AM
hmmsjan Offline
Registered User
 
Join Date: Jun 2009
Location: Alkmaar The Netherlands
Posts: 195
linuxchrome
Re: Help (cannot log in)

Go with CTRL-ALT-F4 or boot option 3 to a terminal and login as root
Add a temporary user with "/usr/sbin/useradd testuser", followed by "passwd testuser" to set a password.
If you can login as testuser, then the problem should be in your home directory.
The error messages point into a home directory problem.
Either some permission is wrong or there is a Selinux issue.
And start with deleting the .Xauthority file, if any, could have wrong owner/permission.


Good luck
__________________
H.Janssen
Alkmaar
The Netherlands

Last edited by hmmsjan; 16th September 2012 at 08:13 AM.
Reply With Quote
  #12  
Old 18th September 2012, 02:29 AM
chosun Offline
Registered User
 
Join Date: Aug 2012
Location: Minnesota
Posts: 10
linuxsafari
Re: Help (cannot log in)

Cannot login as test user. Not because it won't let me log in. But it will let me log in but the same problem persists.

---------- Post added at 08:29 PM ---------- Previous post was at 07:58 PM ----------

It gets to here before it brings me back to the login screen. http://oi47.tinypic.com/23gy44i.jpg
Reply With Quote
  #13  
Old 18th September 2012, 04:32 AM
Dan's Avatar
Dan Offline
Administrator
 
Join Date: Jun 2006
Location: Paris, TX
Posts: 22,309
linuxfirefox
Re: Help (cannot log in)

Hmmm. It kinda sounds like the system has enough serious issues that it may prove better and faster to boot into a liveCD (I recommend Puppy 5.28) and rescue any needed data files to an attached (isolate-able) storage drive, then after shutting down and disconnecting the back-up storage drive, do a clean re-install of F16.
__________________
Signature Links | New Posts | Who's on the forums (right now) |

© ® ™ № ¿
Reply With Quote
  #14  
Old 22nd September 2012, 06:08 AM
chosun Offline
Registered User
 
Join Date: Aug 2012
Location: Minnesota
Posts: 10
linuxsafari
Re: Help (cannot log in)

I'm leaning towards that but m reluctant to do so. lol
Reply With Quote
  #15  
Old 22nd September 2012, 05:10 PM
Dan's Avatar
Dan Offline
Administrator
 
Join Date: Jun 2006
Location: Paris, TX
Posts: 22,309
linuxfirefox
Re: Help (cannot log in)

Well ... that's part of the beauty of Linux and fedora. When you break it ... you get to keep all the pieces. <....>
__________________
Signature Links | New Posts | Who's on the forums (right now) |

© ® ™ № ¿
Reply With Quote
Reply

Tags
fails, fedora, log, login, password

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


Current GMT-time: 21:25 (Friday, 24-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat