Strange message at logon

Ask a Question related to Ubuntu, Design and Development.

  1. #1

    Default Strange message at logon

    When i logon to my Ubuntu 5.10 machine i'm getting, after typing my
    username and password and hitting enter, a message saying that a file,
    $Home/.drmc has the wrong rights and therefore my language cannot be
    saved. It also says that i should change the rights to 644 and be the
    owner of that file. After clicking <ok> i can log in.
    I'm having no trouble with language at all and i changed the rights of
    the file /home/username/.drmc (hidden file) and i was already the owner.
    But after logging out and back in and even after rebooting the message
    is still there. Everything works fine so it's not a big problem but i
    just wonder how to get rid of this message.
    Has anyone got a clue? Thanks in advance.
    Marco Guest

  2. Similar Questions and Discussions

    1. message before logon
      I know there's a way to do it, but I can't find it. How do I add a custom message that pops up after the users presses ctrl+alt+del. They hit OK...
    2. Warning message at logon
      I know how to setup the Warning Message at logon using the registry hack provided by Microsoft at: Microsoft Knowledge Base Article - 315232 ...
    3. No failed logon message
      I'm running a NT 4 network and I'm starting to add some win xp computers to it. When people log into the network they no longer get any of the...
    4. E-Mail message saying I have 1 new message under my Logon ID in XP
      Overview of the Mail Notification Display on the Windows XP Welcome Screen: http://support.microsoft.com/?kbid=304148 --...
    5. Strange Message
      XP doesn't have winipcfg. Click Start, Run, type CMD, then type ipconfig and press Enter. Joe "Tom Fritts" <tvften@cableone.net> wrote in...
  3. #2

    Default Re: Strange message at logon

    Marco wrote in <446d1832$0$31649$e4fe514c@news.xs4all.nl> on Thu, May 18
    2006 20:58:
    >
    > When i logon to my Ubuntu 5.10 machine i'm getting, after typing my
    > username and password and hitting enter, a message saying that a file,
    > $Home/.drmc has the wrong rights and therefore my language cannot be
    > saved. It also says that i should change the rights to 644 and be the
    > owner of that file. After clicking <ok> i can log in.
    > I'm having no trouble with language at all and i changed the rights of
    > the file /home/username/.drmc (hidden file) and i was already the owner.
    > But after logging out and back in and even after rebooting the message
    > is still there. Everything works fine so it's not a big problem but i
    > just wonder how to get rid of this message.
    > Has anyone got a clue? Thanks in advance.
    >
    0644 is the permissions for making the file read-write to you, and read-only
    to everybody else. Try opening a terminal and in it:

    $ chmod 0644 ~/.dmrc

    And that should get rid of your error message.

    - Mike
    Michael B. Trausch Guest

  4. #3

    Default Re: Strange message at logon

    Michael B. Trausch schreef:
    > Marco wrote in <446d1832$0$31649$e4fe514c@news.xs4all.nl> on Thu, May 18
    > 2006 20:58:
    >
    >>When i logon to my Ubuntu 5.10 machine i'm getting, after typing my
    >>username and password and hitting enter, a message saying that a file,
    >>$Home/.drmc has the wrong rights and therefore my language cannot be
    >>saved. It also says that i should change the rights to 644 and be the
    >>owner of that file. After clicking <ok> i can log in.
    >>I'm having no trouble with language at all and i changed the rights of
    >>the file /home/username/.drmc (hidden file) and i was already the owner.
    >>But after logging out and back in and even after rebooting the message
    >>is still there. Everything works fine so it's not a big problem but i
    >>just wonder how to get rid of this message.
    >>Has anyone got a clue? Thanks in advance.
    >>
    >
    >
    > 0644 is the permissions for making the file read-write to you, and read-only
    > to everybody else. Try opening a terminal and in it:
    >
    > $ chmod 0644 ~/.dmrc
    >
    > And that should get rid of your error message.
    >
    > - Mike
    Thanks for your reaction.
    I followed your tip but unfortunally the message still comes up.
    Very strange.

    Marco
    Marco Guest

  5. #4

    Default Re: Strange message at logon

    Marco schreef:
    > Michael B. Trausch schreef:
    >
    >> Marco wrote in <446d1832$0$31649$e4fe514c@news.xs4all.nl> on Thu, May 18
    >> 2006 20:58:
    >>
    >>> When i logon to my Ubuntu 5.10 machine i'm getting, after typing my
    >>> username and password and hitting enter, a message saying that a file,
    >>> $Home/.drmc has the wrong rights and therefore my language cannot be
    >>> saved. It also says that i should change the rights to 644 and be the
    >>> owner of that file. After clicking <ok> i can log in.
    >>> I'm having no trouble with language at all and i changed the rights of
    >>> the file /home/username/.drmc (hidden file) and i was already the owner.
    >>> But after logging out and back in and even after rebooting the message
    >>> is still there. Everything works fine so it's not a big problem but i
    >>> just wonder how to get rid of this message.
    >>> Has anyone got a clue? Thanks in advance.
    >>>
    >>
    >>
    >> 0644 is the permissions for making the file read-write to you, and
    >> read-only
    >> to everybody else. Try opening a terminal and in it:
    >>
    >> $ chmod 0644 ~/.dmrc
    >>
    >> And that should get rid of your error message.
    >>
    >> - Mike
    >
    >
    > Thanks for your reaction.
    > I followed your tip but unfortunally the message still comes up.
    > Very strange.
    >
    > Marco
    I found the solution to this "problem".
    The permissions on the /home/username folder were set to 775.
    I changed them back to 700 and at logon the message was gone.

    Marco
    Marco Guest

  6. #5

    Default Re: Strange message at logon

    Marco wrote in <446d648d$0$31642$e4fe514c@news.xs4all.nl> on Fri, May 19
    2006 02:24:
    >
    > I found the solution to this "problem".
    > The permissions on the /home/username folder were set to 775.
    > I changed them back to 700 and at logon the message was gone.
    >
    > Marco
    >
    I was just going to reply back to mention something like this. I decided
    that since I was curious, I would check how it was set up on my system, and
    I found that the permissions on that file itself are quite restrictive, as
    well as my home directory having sort of loose, but okay permissions:

    fd0man@fd0man-laptop:~$ ls -la | grep '\.$'
    drwxr-xr-x 78 fd0man fd0man 4096 2006-05-19 13:50 .
    drwxr-xr-x 3 root root 4096 2006-05-16 21:36 ..
    fd0man@fd0man-laptop:~$ ls -la | grep .dmrc
    -rw------- 1 fd0man fd0man 22 2006-05-11 14:45 .dmrc
    fd0man@fd0man-laptop:~$

    As you can see the permissions on my $HOME directory are 0755, and the
    permissions on the .dmrc file is 0600 -- And I don't see any error or
    anything WRT that file.

    - Mike
    Michael B. Trausch Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139