[SOLVED] Session only lasted less than 10 seconds?
DebianThis forum is for the discussion of Debian Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Your error message complained that something had the wrong permissions, so I suggest the following. At the log-in prompt, press Ctrl-Alt-F2 to log in as root in a console. Then type the command
chmod -R 700 /home
Then switch back to the GUI with Ctrl-AltF1 or Ctrl-Alt-F7 (I don't know which Debian uses) and see if you can log in.
Or just use links / lynx to browse the web. Takes a little getting used to.
I have loaded Lynx and went to the LQ website. Unfortunately, when trying to read the forums my eyes are bombarded with a whole bunch of code text. Things like
Though, most of what you recommended seemed to be basic and simple to you, I was completely lost on how to accomplish most of the recommendations.
The recommendation to 'Post' results was made a few times. I could never seem to get the idea across that I did not understand how this was to be accomplished without the benefit of a GUI.
The suggestion to 'Put it back' without any guidance on how to do that was completely useless.
I will be closing this thread because it has already taken me many hours of frustration to try and correct what I assumed was a corrupted user profile. That did not prove to be the case. And, since this is a test bed for my journey into the world of Linux I did not have anything of importance on it. So, I just re-installed Debian from scratch.
I pray I won't make the same mistakes this time around. Again, thanks for the help.
OP, excuse me for being so late to this thread, but in the future should you run into this problem again, try this:
1) Login as root in the console
2) cd /home
3) As root type the following:
Code:
chown -R username:username username
where username is the folder as well as its own name.
4) Type
Code:
init 3
and enter
5) Type
Code:
init 5
and enter
You should be able to login as that user at this point. If that works for that user, then you need to do the same for all of the other users other than root. Just do not log in as root in the GUI! Bad things happen, and the cleanup isn't as pretty.....
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.