Find the answer to your Linux question:
Results 1 to 3 of 3
this doesn't seem to affect the basic functionality of my system (Ubuntu 9.04) but since I set up file sharing on my LAN (successfully amazingly enough. at least from my ...
  1. #1
    Just Joined!
    Join Date
    Oct 2009
    Posts
    23

    SOLVED: Start up message "$home/dmrc is being ignored"

    this doesn't seem to affect the basic functionality of my system (Ubuntu 9.04) but since I set up file sharing on my LAN (successfully amazingly enough. at least from my Windows XP PC to my Ubuntu laptop, if not the other way. but that is another mystery.)
    I am getting the following message on startup (not the entire 4 lines, but the two most pertinent ones I think):

    "User's $home/dmrc is being ignored..... File should be owned by user and have 644 permissions."

    Huh?
    I presume that I should be reading up on Permissions and "file ownership" but could someone please decipher this for me first?
    Last edited by pstock; 10-20-2009 at 05:03 PM. Reason: solved

  2. #2
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    Means the file ~/.dmrc has had its permissions and/or ownership changed. Usually due to injudicious or accidental use of chown/chmod commands.

    To fix do
    Code:
    sudo chown pstock ~/.dmrc
    sudo chmod 644 ~/.dmrc
    *Replace pstock with whatever your username actually is.

  3. #3
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    Apparently, ~/.dmrc is where the login manager's session and language choices are stored. Seems to be a common problem, so I'm guessing it's not so much user error happening all the time, but a bug.

    More info I found
    your $HOME/.dmrc file has incorrect permissions problem - Page 3 - Ubuntu Forums
    Solving .dmrc and $HOME Permission Errors - Ubuntu Forums

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...