RN works but after reboot of the machine I get following message:

"Users's $HOME/.dmrc file is being ignored. This prevents the default
session and language from being saved. File should be owned by user and
have 644 permissions. User's $HOME directory must be owned by user and not
writable by other users."

Then the user has to click OK, which means they will call me Sundays at
7am to ask me if it is OK to click OK  ;-)

Error message has nothing to do with .dmrc (I deleted it --> same message)

Solved it by giving 755 to /home/rd
Inside the /home/rd/..  everything still on 777

RN still works, no messages after restart!

Cheers, Stephan
Love-FM St. Lucia


> Works for me as well!! :-)
>
> (Some security measures gone but my machine is normally not connected to
> the Internet anyway)
>
> Thanks, Stephan
> Love-FM radio St. Lucia
>
>
>> Hi All
>>
>> I just gave 777 access permissions to all the users to the /home
>> directory and all it's subfolders and their contents and now RN works!
>>
>> Thank you
>>
>> Stan
>>
>> On 2/08/12 11:39 PM, [email protected] wrote:
>>> Hi Fred,
>>>
>>> Done so, but unfortunately it does not work.
>>> I am not stuck as I use CRON but it would be nice if it can be solve.
>>>
>>> Cheers, Stephan
>>>
>>>> On Aug 2, 2012, at 10:10 56, Wayne Merricks wrote:
>>>>
>>>>> #!/bin/bash
>>>>> touch ~/hello_from_rivendell_RN
>>>>>
>>>>> Then run the script from a macro and see if you get the file?  I'm
>>>>> trying to figure out if you have the same problem I do.
>>>> There are a couple of problems here.  First of all, using shell
>>>> constructs
>>>> like '~' won't give the expected results as the environment in which
>>>> the
>>>> script executes will be completely different from that of the local
>>>> user.
>>>> Use the full path instead, like 'touch
>>>> /home/rd/hello_from_rivendell_RN'.
>>>> Secondly, by default the 'rivendell' user/group won't have write
>>>> access
>>>> to
>>>> your home directory.  Try something like this:
>>>>
>>>> *** snip snip ***
>>>> cd
>>>> mkdir test
>>>> chmod 777 test
>>>> *** snip snip ***
>>>>
>>>> Then, fire up RMLSend and do:
>>>>
>>>>    RN touch /home/rd/test/hello_from_rivendell_RN!
>>>>
>>>> You should now see the expected file in the 'test/' directory.
>>>>
>>>> Cheers!
>>>>
>>>>
>>>> |-------------------------------------------------------------------------|
>>>> | Frederick F. Gleason, Jr. |               Chief Developer
>>>> |
>>>> |                           |               Paravel Systems
>>>> |
>>>> |-------------------------------------------------------------------------|
>>>> |          "No, `Eureka!' is Greek for `This bath is too hot!'"
>>>> |
>>>> |                                              -- Dr. Who
>>>> |
>>>> |-------------------------------------------------------------------------|
>>>>
>>>> _______________________________________________
>>>> Rivendell-dev mailing list
>>>> [email protected]
>>>> http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev
>>>>
>>>
>>> _______________________________________________
>>> Rivendell-dev mailing list
>>> [email protected]
>>> http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev
>>>
>>
>> _______________________________________________
>> Rivendell-dev mailing list
>> [email protected]
>> http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev
>>
>
>
> _______________________________________________
> Rivendell-dev mailing list
> [email protected]
> http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev
>


_______________________________________________
Rivendell-dev mailing list
[email protected]
http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev

Reply via email to