Results 1 to 6 of 6

Thread: Error message ‘$HOME/.dmrc file is ignored’ in CentOS 5.5

  1. #1
    Join Date
    Apr 2011
    Posts
    62

    Error message ‘$HOME/.dmrc file is ignored’ in CentOS 5.5

    from past few days I am getting above mentioned error message on the computer of mine. Again I am positing the error message below ‘User's $HOME/.dmrc file is being ignored’ it is preventing the default session and language which is saved on the computer. I have installed CentOS 5.5 on the computer of mine. let me know why this particular error message is occurring on the computer of mine? Can I erase the $HOME\.dmrc file? Let me know if you are aware of the any instruction to solve the problem of mine. any help on this particular matter would be highly appreciated. Thanks a lot in advance.

  2. #2
    Join Date
    Nov 2009
    Posts
    1,416

    Re: Error message ‘$HOME/.dmrc file is ignored’ in CentOS 5.5

    Looking at the matter of yours I am suggesting the following command which you should run the terminal of the computer of yours and post the output of the same over here so that I can view the same and let you know about the possible solution for the troubleshoot.
    Code:
    ls -ld ~
    ls -la ~/.dmrc
    Additionally I wanted to know about the hardware as well as software configuration of the computer of yours.

  3. #3
    Join Date
    Apr 2011
    Posts
    62

    Re: Error message ‘$HOME/.dmrc file is ignored’ in CentOS 5.5

    I am posting the output of the above mentioned command over here. /home/p/.dmrc is containing the following two lines.
    Code:
    [Desktop]
    Session=default
    Output of the ls -ld ~ can be mentioned as follow.
    Code:
    drwxrwxrwx 18 p p 4096 Mar 1 09:28 /home/p
    finally the output of the ls -la ~/.dmrc command is as follow.
    Code:
    -rw------- 1 p p 26 Mar 3 2010 /home/p/.dmrc

  4. #4
    Join Date
    Nov 2009
    Posts
    1,416

    Re: Error message ‘$HOME/.dmrc file is ignored’ in CentOS 5.5

    Looking at the output of the ls -ld ~ command.
    Code:
    drwxrwxrwx 18 p p 4096 Mar 1 09:28 /home/p
    I am suggesting that you should simply run the following command on the terminal.
    Code:
    chmod go-w ~
    it would simply remove the group and all the other permission from the home directory and simply fix the matter of yours.

  5. #5
    Join Date
    Nov 2009
    Posts
    1,292

    Re: Error message ‘$HOME/.dmrc file is ignored’ in CentOS 5.5

    Let me know whether you have installed something on the computer which have screwed up the file permission of the home directory. You should boot the computer of yours into recovery mode by using the GRUB menu and run the following command on the terminal.
    Code:
    chmod 644 /home/username/.dmrc
    after doing the same reboot the computer by using the below mentioned command.
    Code:
    shutdown -r now

  6. #6
    Join Date
    Nov 2009
    Posts
    1,269

    Re: Error message ‘$HOME/.dmrc file is ignored’ in CentOS 5.5

    I was having the same problem which you have mentioned over here. After doing lots of research work I have managed to resolve the issue of mine. I am suggesting following piece of code which you should use to fix the problem of mine.
    Code:
    sudo chmod 644 /home/ricardimo/.dmrc
    sudo chown ricardisimo /home/ricardisimo/.dmrc
    sudo chmod -R 700 /home/ricardisimo
    sudo chown -R ricardisimo /home/ricardisimo
    Let me know the command which I have mentioned over here helped you out or not.

Similar Threads

  1. Error message while login into VSFTPD on CentOS 5.5
    By fanish-war in forum Operating Systems
    Replies: 5
    Last Post: 07-05-2011, 12:13 PM
  2. CentOS 5.2 and Apache 2.2.3: Getting error message 403
    By Angee in forum Operating Systems
    Replies: 5
    Last Post: 05-05-2011, 10:49 AM
  3. Replies: 5
    Last Post: 04-05-2011, 10:53 AM
  4. Replies: 5
    Last Post: 04-05-2011, 10:50 AM
  5. Error message While Installing CentOS
    By Obessed in forum Operating Systems
    Replies: 5
    Last Post: 11-11-2010, 11:29 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,993,071.69885 seconds with 17 queries