Page 1 of 1

.dmrc problem on login(SOLVED)

Posted: Wed Jul 30, 2008 9:59 am
by indelible
Hi guys.I have this annoying problem on login that says that the folder Home permissions must be set to user and talk about permission 644 for the .dmrc file in my Home.
I try sudo chown indy:indy /home/indy/.dmrc and chmod 644 /home/indy/.dmrc but the problem is not solved.
Any suggestions?

Re: .dmrc problem on login

Posted: Thu Jul 31, 2008 12:55 am
by darco
You can try:
restart to a recovery console (select the recovery mode option from the grub menu) then enter:

chmod 700 /home/<yourusername>
chmod 644 /home/<yourusername>/.dmrc
reboot now

good luck
darco