Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
15
rated 0 times [  15] [ 0]  / answers: 1 / hits: 126611  / 2 Years ago, mon, august 29, 2022, 6:28:01

I have a problem that i never seen before. I upgraded my Ubuntu 12.04 64bit to 14.04 using the following command:



$ sudo update-manager -d


After that I can't login to my user account, when I log it just flashes and then it goes back to the login screen, but the odd thing is that I can log in with the guest account.



I tried to create another account but couldn't log to that account either.



FYI I don't have any graphic cards like NVIDIA or AMD.


More From » 14.04

 Answers
0

What worked for the original poster was: recursively correcting the permissions of their home directory.



sudo chmod -R ug+rwx /home/[username]


To be more specific, the problem is with the .Xauthority in your home folder. You simply need to change its permissions to yourself or, as it was in my case, it was owned by root, so I needed to change the owner to my user. This way you don't need to change the permissions for every file in your home folder.


[#25702] Tuesday, August 30, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
dersol

Total Points: 78
Total Questions: 100
Total Answers: 124

Location: Christmas Island
Member since Mon, Oct 19, 2020
4 Years ago
;