Re: [RDD] Help RN just won't work

2020-10-27 Thread Fred Gleason
On Oct 26, 2020, at 00:18, Tim Camp wrote: > Any ideas why the rml would work so differently between the distros? > I know that "printf" has some variations between distros and versions but I > wouldn't think that has any bearing > since the scripts run from the terminal on both. Ok, I’ve

Re: [RDD] Help RN just won't work

2020-10-26 Thread Lorne Tyndale
Tim, I suspect the difference is the fix that is in issue #604 https://github.com/ElvishArtisan/rivendell/pull/604 From what I can tell, the CentOS build/release doesn't yet have this modification as it was built before this update was put into the code. The CentOS 3.4.1 package was released

Re: [RDD] Help RN just won't work

2020-10-24 Thread David Klann
n 10/24/20 11:44 AM, Fred Gleason wrote: > On Oct 24, 2020, at 12:05, Tim Camp > wrote: > >> RMLSend touch does indeed work, file is created. >> our scripts do not >> another simple command such as RN echo "something" > file! does not. > > Likely it's the STDOUT

Re: [RDD] Help RN just won't work

2020-10-24 Thread Fred Gleason
On Oct 24, 2020, at 12:05, Tim Camp wrote: > RMLSend touch does indeed work, file is created. > our scripts do not > another simple command such as RN echo "something" > file! does not. Likely it's the STDOUT redirection that’s the problem. Those redirection operators (‘<‘, ‘>’, ‘|’, etc) are

Re: [RDD] Help RN just won't work

2020-10-24 Thread Tim Camp
Greetings Fred, Thanks for your input and time. RMLSend touch does indeed work, file is created. our scripts do not another simple command such as RN echo "something" > file! does not. So where would you suggest going from here? As here works. Tim Camp WZEW-FM On Sat, Oct 24, 2020 at 8:57 AM

Re: [RDD] Help RN just won't work

2020-10-24 Thread Brian McGlynn
Hi Tim, What user are running Rivendell as? If you run as non-root, (as we do), you'll need to update the code. The next version of Rivendeil will have the updated code. https://github.com/ElvishArtisan/rivendell/pull/604 Brian *--* *Brian P. McGlynn* ᐧ On Fri, Oct 23, 2020 at 2:49 PM

Re: [RDD] Help RN just won't work

2020-10-24 Thread Fred Gleason
Ok, let’s try a fully worked-out example of a very ‘minimalist’ example, and see if we can scale up from there. The default ‘/etc/rd.conf’ shipped with Rivendell 3.4.1 has an ‘[Identity]’ section that looks like this: *** snip snip *** [Identity] AudioOwner=rivendell AudioGroup=rivendell

Re: [RDD] Help RN just won't work

2020-10-23 Thread Tim Camp
Greetings, Correction, retraction Ok so, the runuser command runs out of ripcd with is running under root so it should work just fine. But RN still not working. Tim On Fri, Oct 23, 2020, 11:57 PM Tim Camp wrote: > Greetings, > > Thanks for those who emailed me with suggestions, however this

Re: [RDD] Help RN just won't work

2020-10-23 Thread Tim Camp
Greetings, Thanks for those who emailed me with suggestions, however this is still a no go. I would like to point out that as of version 3 this is a different thing than it was in version 2. According to the rivendell operations guide ** 13.8.37. Run

Re: [RDD] Help RN just won't work

2020-10-23 Thread Lorne Tyndale
ginal Message > Subject: [RDD] Help RN just won't work > From: Tim Camp > Date: Fri, October 23, 2020 2:49 pm > To: User discussion about the Rivendell Radio Automation System > > > > Greetings, > > New install on CentOS 7 of Rivendell 3.4.1 > > This is day numb

Re: [RDD] Help RN just won't work

2020-10-23 Thread Kit Haskins
I don't have a /dev/udp in either my Ubuntu (20.04) nor Centos 6.8 (old box) While what I'm going to suggest fixed another problem with permissions, I'll toss it out here, knowing there are many smarter people reading this thread: I had issues with access to the serial ports /dev/ttyUSBx

[RDD] Help RN just won't work

2020-10-23 Thread Tim Camp
Greetings, New install on CentOS 7 of Rivendell 3.4.1 This is day number two of trying every possible thing I can think of as to why this doesn't work. Things I have tried. 1. various settings for RNRmlOwner rd rivendell root root rd users rd rd 2. paths RN with full path RN without full path