Help with $home

Questions about other topics - please check if your question fits better in another category before posting here
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
scorp123
Level 8
Level 8
Posts: 2272
Joined: Sat Dec 02, 2006 4:19 pm
Location: Switzerland

Re: Help with $home

Post by scorp123 »

gamedogs wrote:Ok i was playing around with the folders and i switch a setting somehow and now i get this message at boot up :
user's $home/.dmrc file is being ignored. This prevents the default session and language from being saved file should be owned by user and have 644 permissions. users home directory must be owned by user and not writable by others.
Ok how can i fix this anyone have an idea..? :?
But you can still login? Can you please give us the output of these commands:

Code: Select all

ls -al /home

Code: Select all

ls -al /home/yourusernamehere/.dmrc
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
clem
Level 12
Level 12
Posts: 4308
Joined: Wed Nov 15, 2006 8:34 am
Contact:

Post by clem »

You can try that I suppose..

Code: Select all

cd ~; chmod 644 .dmrc
scorp123
Level 8
Level 8
Posts: 2272
Joined: Sat Dec 02, 2006 4:19 pm
Location: Switzerland

Re: Codes entered Results

Post by scorp123 »

gamedogs wrote:
gamedogs@Games-Mint:~$ ls -al /home
total 12
drwxr-xr-x 3 root root 4096 2007-01-13 14:00 .
drwxr-xr-x 21 root root 4096 2007-01-13 14:03 ..
drwxr-xr-x 49 gamedogs gamedogs 4096 2007-01-15 10:24 gamedogs

gamedogs@Games-Mint:~$ ls -al /home/gamedogs/.dmrc
-rw-rw-rw- 1 gamedogs gamedogs 26 2007-01-13 19:18 /home/gamedogs/.dmrc
OK, let's fix that. As normal user "gamedogs" type this command:

Code: Select all

chmod 600 /home/gamedogs/.dmrc
The rest looks OK in my opinion ... Unless you have any other error messages? If that should be the case come back here, OK?
scorp123
Level 8
Level 8
Posts: 2272
Joined: Sat Dec 02, 2006 4:19 pm
Location: Switzerland

Post by scorp123 »

clem wrote:

Code: Select all

chmod 644 .dmrc
Hmmm ... mine has permissions set to 600 ... :? OK, maybe I did that. I am paranoid :lol:
User avatar
900i
Level 6
Level 6
Posts: 1142
Joined: Sat Nov 18, 2006 9:30 am
Location: Wakefield, UK

Post by 900i »

I had the same error, I just chmoded /home and .dmrc back to 644. Don't know how they got changed though?

:?
Desktop Core i7 Linux Mint 21.1 / Laptop Dell Precision M6400 Linux Mint 21.1
NiksaVel
Level 5
Level 5
Posts: 782
Joined: Wed Feb 28, 2007 4:06 am
Location: Croatia
Contact:

Post by NiksaVel »

I just had the same problem with bianca... dunno why, but chmod 600 on the dmrc file cleared the prob
bernado

Post by bernado »

Hello,

well I had nearly the same problem. After a fresh install I tried to activate an existing user with his old /home. It worked of course (create new user) but when the user tried to log in, he received the above mentioned error. I couldn´t solve the problem, I tried to change the user rights but no chance. So I created a new account with a different name, logged in and transferred the files from the old into the new account. But I think this is a Ubuntu specific problem (bug?).javascript:emoticon(':roll:')
Rolling Eyes

Bernado
NiksaVel
Level 5
Level 5
Posts: 782
Joined: Wed Feb 28, 2007 4:06 am
Location: Croatia
Contact:

Post by NiksaVel »

probably would have helped to chown the /home/xxy directory for that user


that was a problem I had when installing from a custom distro I made with remastersys
bernado

Post by bernado »

Yes, thank you for your help,

but I have learned from the Ubuntu Forum, that this is quite a strange problem, and not all suggestions helped. But the question is WHY does this problem exist and where does it come from? I tried lots of distros and even with the latest SIDUX I had no problems in this respect.
Strange behaviour ....

Berndao
Locked

Return to “Other topics”