Ask a Question related to Ubuntu, Design and Development.
-
Marco #1
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
-
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... -
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 ... -
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... -
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 --... -
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... -
Michael B. Trausch #2
Re: Strange message at logon
Marco wrote in <446d1832$0$31649$e4fe514c@news.xs4all.nl> on Thu, May 18
2006 20:58:0644 is the permissions for making the file read-write to you, and read-only>
> 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.
>
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
-
Marco #3
Re: Strange message at logon
Michael B. Trausch schreef:
Thanks for your reaction.> 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
I followed your tip but unfortunally the message still comes up.
Very strange.
Marco
Marco Guest
-
Marco #4
Re: Strange message at logon
Marco schreef:
I found the solution to this "problem".> 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
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
-
Michael B. Trausch #5
Re: Strange message at logon
Marco wrote in <446d648d$0$31642$e4fe514c@news.xs4all.nl> on Fri, May 19
2006 02:24:I was just going to reply back to mention something like this. I decided>
> 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
>
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



Reply With Quote

