LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-11-2007, 10:21 AM   #1
masters126
LQ Newbie
 
Registered: Oct 2007
Posts: 1

Rep: Reputation: 0
Unhappy Ubuntu log in problems


hi i thought i would give linux Ubuntu a go and i have to say i am very impressed with it so far well untill i managed to change the log in screen after an update some how. it has changed from the normal tan colour srceen with the loging box foe the user then return and you get the password box well now it a light blue screen but with a bigger log in box followed by a password box at the bottom of the screen from right to left as i can remember it is the sutdown, log off etc buttom then the select service box then the language box followed by the gnome logo. Well the problem is now this has changed i can no longer log into the system i know my user name and password are correct to the letter and case but all it does it take me back to the user box again and again and again. My question is can i rest it or find some way round it to reset it would hate to delete the partion and have to reinstall it even though it takes less time than windows and comes will all the programes preinstalled. many thanks for all help am a newbie @ Linux so please explain simply Thanks again
 
Old 10-11-2007, 10:48 AM   #2
b0uncer
LQ Guru
 
Registered: Aug 2003
Distribution: CentOS, OS X
Posts: 5,131

Rep: Reputation: Disabled
Can you login via console? Press CTRL+ALT+F1 and you should get a text login..fill in your username, hit Enter, fill in your password (it doesn't display anything on screen while you're typing, be careful) and hit Enter again and see if you get logged in. This makes sure you type the username/password correctly, and that your account works. After that you can view GDM's (Gnome Display Manager, it's the thing that handles graphical login, that you were talking about) logfiles or X's logfiles under /var/log to see if there are any curious error messages:
Code:
less /var/log/Xorg.0.log
The above would show you Xorg's logfile, for example (press 'q' to quit, arrows to scroll).
Code:
ls /var/log
Shows contents of /var/log (logfiles and possibly some directories with more logfiles in them);
Code:
cd /var/log
Moves the current working directory into /var/log and so on..with these you should be able to read the logs to see if there's something going on. The newest information is at the end of the logs.

Another thing you can try is to create a new temporary user (whose settings are "clean") and see if you can log in with it -- if you can, then you've got some settings trouble with your normal user that you can get rid of by removing some settings files (settings are reverted to the original values, which you can then re-adjust again); or if you still can't login, it's something with gdm itself (then you could try to reinstall it, for example). To create a new user,
Code:
sudo mkdir /home/tempuser
sudo useradd -d /home/tempuser tempuser
sudo passwd tempuser
After the last command give this new 'tempuser' some password so you can login with it, hit CTRL+ALT+F7 to get back to graphical side, and try to login with user 'tempuser' and it's password. If it doesn't work, try CTRL+ALT+BACKSPACE which restarts X (and GDM), and re-try; if it still doesn't work (or if it does), you can remove this temporary user; get back to the text console with CTRL+ALT+F1, and
Code:
sudo rm -rf /home/tempuser
sudo userdel tempuser
And then CTRL+ALT+F7 to get back to X. That's a start at least..
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Ubuntu - Log On to Root ? nikeody Ubuntu 15 07-13-2007 12:17 AM
can't log out of ubuntu 7.04 yuvlevental Ubuntu 1 07-01-2007 07:23 PM
Allow Root to log in in ubuntu hallows1 Linux - General 8 04-04-2007 03:51 AM
Canīt log in to ubuntu, get blank screen... ctkroeker Ubuntu 1 01-20-2007 02:28 PM
Ubuntu log out goes to blank screen?? halo14 Linux - Distributions 0 12-28-2004 09:55 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:54 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration