Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I'm using ubuntu 12.10, when I login the login window appears again!!

any idea?

share|improve this question
Can you provide more information, to enable us tyo help you. Are you sure your login credentials are correct for example. How far do you get when you first login? Are there any error messages? – Stephen Myall Nov 27 '12 at 17:23
[SOLVED]After trying many times the problem resolved itself. witchcraft! – fernando.lguevara Nov 27 '12 at 17:50

closed as too localized by Stephen Myall, Jorge Castro, hhlp, belacqua, Mik Nov 27 '12 at 21:24

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

1 Answer

while booting up press and hold down SHIFT key until the GRUB Menu appear, then select the Recovery mode. Inside that choose to invoke the Root terminal and if asked enter the password for root account. Then navigate to /home/ and check whether you own your Home directory by running ls -l, this should output something like this

drwx------ 86 <username> <username>  4096 Nov 27 19:50 <username>
drwx------  2 root   root   16384 Oct  9 20:40 lost+found

run sudo chown -R <username>:<username> <user_home> and confirm with password logout and reboot, then try logging in again.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.