Hi DEVs,

I am running into a strange problem:

System:
CENTOS 5
KDE version: 3.5.4-25.el5.centos.1 Red Hat
Release:  2.6.18-274.3.1.el5
X-Server: Version 11.0, release 70.101.000
Rivendell V2.1.1
database schema 205

I want to load the nightly log via a macro:
  #!/bin/sh
  NOWDATE=$(date +%Y_%m_%d)
  /usr/bin/rmlsend LL\  1\  $NOWDATE\!
  touch /home/rd/Desktop/RD_SCRIPTS/hello.txt
  exit 0

{added path to rmlsend, just to be sure, but it doesn't matter}
{added touch command just for easy testing}

If I run this on the command line it works fine; the log loads (and I see
the hello.txt file). But when I use a macro with line:
<RN /home/rd/Desktop/RD_SCRIPTS/get_NOWDATE.sh!>
  ...it does not run?!!

It is exactly the same problem as described in:
https://groups.google.com/group/rivendell-dev/browse_thread/thread/9f1f7fad5edde734/4b75fa1478fbe265?lnk=gst&q=RN+shell+script#4b75fa1478fbe265
TLDR: Simple script, works fine on command line regardless of user, but
not with RN. No solution there; it just started working again after an
upgrade (much older version than I use)

I see following message in /var/log/messages:
<Dec  6 19:18:10 localhost ripcd:
received rml: 'RN /home/rd/Desktop/RD_SCRIPTS/get_NOWDATE.sh!' from
127.0.0.1>
Also tried via RMLsend; same results.
Other macros without RN command run fine.

The earlier post mentioned above talks about <ripcd.log>  but such file
does not exist on my system.

Help will be highly appreciated,
Stephan Fijneman
Love-FM in St. Lucia

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

Reply via email to