Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 2253  / 3 Years ago, mon, october 4, 2021, 3:51:18

I'm using Ubuntu 11.10 and I'm new to Linux family. I have a problem with logging in to it. After I enter password and press enter it says:



Could not connect to session bus: //bin/dbus-launch terminated abnormally without any error message


According to this question "could not connect to session bus" on login I tried to login as guest user and succeeded. So it's "definitely a problem with my home folder". And O think I know what the problem is.



The question is: how can I get access to my home folder?


More From » 11.10

 Answers
7

I found this post on the ubuntu forum: http://ubuntuforums.org/showthread.php?t=1232886.



But let's try other thing, do this;



sudo -i


then go to /homeand do ll



you will see something like this:



:/home# ll
total 4
drwxr-xr-x 6 root root 128 2012-01-31 09:26 ./
drwxr-xr-x 25 root root 704 2012-02-13 07:31 ../
drwxr-xr-x 81 marcelo marcelo 3008 2012-02-20 20:08 marcelo/
drwxr-xr-x 20 test test 784 2012-01-31 13:10 test/


you us what you see in yours.



in mine there are 2 users: marcelo (me) and test (for other reasons).
inside your folder do ll again and let's see how is the owner o that folder.



you can do (as root) chown user folder/ and chgrp group folder/



In my case to change the folder /test to me and my group "marcelo" is this way:



chown marcelo test/
chgrp marcelo test/


Hope it could be helpful.


[#40261] Tuesday, October 5, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
cugure

Total Points: 188
Total Questions: 110
Total Answers: 103

Location: Dominican Republic
Member since Sun, Sep 4, 2022
2 Years ago
;