Re: [RDD] Frequent Failure Of NFS Mount During Boot

2020-01-27 Thread Steve Rubin
Aren’t you using a Synology as the NFS server?  You could use that as the MySQL 
server as well and not need to rub mysqld on a host somewhere.   

—
Steve Rubin
Rubin Broadcasting, Inc.
office: 408.728.4330 fax: 408.503.0042
s...@rubinbroadcasting.com  

On Jan 27, 2020, at 17:38, Rich Stivers  wrote:

Up until now I thought the person who configured the RAID server for us had set 
up the MySQL database properly. I'll reread all the Rivendell 
 documentation on nfs and client/server communication. Are you saying the 
/var/lib/mysql files should be on a Rivendell host instead of the 
 RAID server?

 

Rich Stivers
 KKUP-FM
 

 


___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] Frequent Failure Of NFS Mount During Boot

2020-01-27 Thread Mike Carroll
I don't think there's a reason to share the MySQL database among the
Rivendell workstations - only the database server needs direct access to
it.  The Rivendell workstations will use an IP connection to the server for
their database accesses..

Although NFS can provide file locks, a database server needs much finer
serialization controls.  That's one reason why I/O accesses are done in the
server. And then there's that whole accidental deletion or mangling
possibility, which I suspect is what's making Fred twitch. 



On Mon, Jan 27, 2020 at 5:38 PM Rich Stivers  wrote:

> On 1/27/2020 8:09 AM, Fred Gleason wrote:
>
> On Jan 26, 2020, at 08:14, Cowboy  wrote:
>
> As near as I can tell, this is a RedHat/centos/systemd bug.
>
>
> Yup. Known problem.
>
> The solution is to configure an auto mounter rule for ‘/var/snd’ (which is
> exactly how the Rivendell v3.x installer does it). This not only fixes the
> ’network not ready’ problem, but a whole raft of other potential gotchas
> (like recovering from a site-wide power failure and having the workstations
> finish booting before the server).
>
> I'm not familiar with an auto mounter rule. What is that exactly?
>
>
>
> On Jan 26, 2020, at 04:37, Rich Stivers  wrote:
>
> I'm running Centos 7 with Rivendell v2.19.3. I've run into what seems like
> a timing issue for the NFS mount of /var/snd and
> /var/lib/mysql during Centos boot.
>
>
> Whoa! Why are we exporting ‘/var/lib/mysql’? That is asking for a whole
> world of trouble. Those files should be private to the local mysqld(8)
> instance.  The way to share the DB is via MySQL’s native sharing protocols.
>
> Up until now I thought the person who configured the RAID server for us
> had set up the MySQL database properly. I'll reread all the Rivendell
> documentation on nfs and client/server communication. Are you saying the
> /var/lib/mysql files should be on a Rivendell host instead of the
> RAID server?
>
> Rich Stivers
> KKUP-FM
>
>
>
> Cheers!
>
>
> |-|
> | Frederick F. Gleason, Jr. | Chief Developer |
> |   | Paravel Systems |
> |-|
> | A room without books is like a body without a soul. |
> | |
> | -- Cicero   |
> |-|
>
> ___
> Rivendell-dev mailing 
> listRivendell-dev@lists.rivendellaudio.orghttp://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
>
> ___
> Rivendell-dev mailing list
> Rivendell-dev@lists.rivendellaudio.org
> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
>
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] Report format

2020-01-27 Thread Stan Fotinos

Hi Fred

Yes please +1 with a date range too would be great.

Kind regards

Stan

On 24/01/2020 11:43 pm, Fred Gleason wrote:
On Jan 23, 2020, at 04:05, Mircea Paun > wrote:


Is there a wiki somewhere to customize and add a custom report? 
either by modifying sources and recompiling?


As of right now, you’d need to modify the sources and recompile. Not 
an ideal situation.


What I’m considering right now is adding a facility that would allow 
sites to add custom reports by means of a Python module (similar to 
the existing PyPAD system). Would this be of use to anyone?


Cheers!


|-|
| Frederick F. Gleason, Jr. |             Chief Developer         |
|                           |             Paravel Systems         |
|-|
|         A room without books is like a body without a soul.         |
|         |
|                                                         -- Cicero   |
|-|


___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] RDCatch Player configuring

2020-01-27 Thread waynetaylor
Maybe check to make sure you have the audio device set-up properly in:

Open RDAmin, then Manage Hosts --> highlight your "Host" --> Edit -->
RDCatch.

Make sure it's configured properly for your audio adapter there.  If Play
Deck is set to "none" change it to 0 or 1.  See if other settings look
correct for your audio device.  Check to see if they match your config for
RDAirPlay.  Close RDCatch, reopen it and try it again.

Good luck!


> In RDCatch when I go to add an event, the REC & Play buttons are grayed
> out.  Can someone point me in the direction for configuring the player for
> RDCatch?  Audio plays just fine in RDAirPlay and in the RDLibrary, but not
> RDCatch.
>
> Thanks,
>
> Michael Babb
> ___
> Rivendell-dev mailing list
> Rivendell-dev@lists.rivendellaudio.org
> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
>

___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] Passing ATH value to Statury Licence Report in command line

2020-01-27 Thread Fred Gleason
On Jan 27, 2020, at 15:18, Rob Landry <41001...@interpring.com> wrote:

> When did this feature get added?

February 2006. From the ChangeLog:

*** snip snip ***
2006-02-03 Fred Gleason 
* Added a 'CUTS.ISRC' field to the database.
* Incremented the database version to 100.
* Added 'RDCut::isrc()' and 'RDCut::setIsrc()' methods in
'lib/rdcut.cpp'.
* Added an 'ISRC' control in the Cut Record dialog in
'rdlibrary/record_cut.cpp'.
* Added logic to write the ISRC value from the CD ripper to the
database in 'rdlibrary/audio_cart.cpp'.
* Added logic to write the ISRC value from the Disk ripper to the
database in 'rdlibrary/disk_ripper.cpp'.
*** snip snip ***

It first appeared in v0.9.66. Way back in the BETA days.

Cheers!


|-|
| Frederick F. Gleason, Jr. | Chief Developer |
|   | Paravel Systems |
|-|
| A room without books is like a body without a soul. |
| |
| -- Cicero   |
|-|___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] Passing ATH value to Statury Licence Report in command line

2020-01-27 Thread Rob Landry

On Fri, 24 Jan 2020, Fred Gleason wrote:


FWIW, Rivendell’s CD ripper can read encoded ISRCs automatically as part of
the ripping process. Most CDs pressed after the mid-90’s have this data
encoded in the tracks.


When did this feature get added?


Rob

--
Сквозь грозы сияло нам солнце свободы
И Linus великий нам путь озарил;
Нас вырастил Stallman на верность народу,
На труд и на подвиги нас вдохновил.
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


[RDD] RDCatch Player configuring

2020-01-27 Thread Michael Babb
In RDCatch when I go to add an event, the REC & Play buttons are grayed out.  
Can someone point me in the direction for configuring the player for RDCatch?  
Audio plays just fine in RDAirPlay and in the RDLibrary, but not RDCatch.

Thanks,

Michael Babb
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] Wheatstone / audioarts AoIP & Rivendell

2020-01-27 Thread Fred Gleason
On Jan 27, 2020, at 11:20, David Klann  wrote:

> Fred (or anyone else on the
> list), do you have an email address of someone at Wheatstone I (we) could send
> a "+1" in support of this?

Your usual sales contact would be the best place to begin.

Cheers!


|-|
| Frederick F. Gleason, Jr. | Chief Developer |
|   | Paravel Systems |
|-|
| A room without books is like a body without a soul. |
| |
| -- Cicero   |
|-|___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] Wheatstone / audioarts AoIP & Rivendell

2020-01-27 Thread David Klann
On Mon, 2020-01-27 at 11:14 -0500, Fred Gleason wrote:
> On Jan 27, 2020, at 08:09, jm  wrote:
> 
> > quiet a simple question : does anybody have experience with rivendell et
> > and wheatstone mixing engine ?
> > 
> > I red some stuff about Rivendell and Wheatnet-IP but nothing really clear
> > about it.
> 
> Rivendell currently (v2.19.3 and v3.2.1) has support for LIO and SLIO
> devices on WheatNet. However, direct support for WheatNet audio streams does
> not exist. (There have been persistent rumors about WheatStone developing a
> Linux driver for such, but as of this writing nothing definitive has been
> announced).
> 

Would love to see a Linux driver for Wheatnet. Fred (or anyone else on the
list), do you have an email address of someone at Wheatstone I (we) could send
a "+1" in support of this?

I can attest to the workingness of the LIO and SLIO support for WheatNet in
Rivendell.

Thanks!

  ~David Klann


___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] Wheatstone / audioarts AoIP & Rivendell

2020-01-27 Thread Fred Gleason
On Jan 27, 2020, at 08:09, jm  wrote:

> quiet a simple question : does anybody have experience with rivendell et and 
> wheatstone mixing engine ?
> 
> I red some stuff about Rivendell and Wheatnet-IP but nothing really clear 
> about it.

Rivendell currently (v2.19.3 and v3.2.1) has support for LIO and SLIO devices 
on WheatNet. However, direct support for WheatNet audio streams does not exist. 
(There have been persistent rumors about WheatStone developing a Linux driver 
for such, but as of this writing nothing definitive has been announced).

Cheers!


|-|
| Frederick F. Gleason, Jr. | Chief Developer |
|   | Paravel Systems |
|-|
| A room without books is like a body without a soul. |
| |
| -- Cicero   |
|-|___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] Frequent Failure Of NFS Mount During Boot

2020-01-27 Thread Fred Gleason
On Jan 26, 2020, at 08:14, Cowboy  wrote:

> As near as I can tell, this is a RedHat/centos/systemd bug.

Yup. Known problem.

The solution is to configure an auto mounter rule for ‘/var/snd’ (which is 
exactly how the Rivendell v3.x installer does it). This not only fixes the 
’network not ready’ problem, but a whole raft of other potential gotchas (like 
recovering from a site-wide power failure and having the workstations finish 
booting before the server).


On Jan 26, 2020, at 04:37, Rich Stivers  wrote:

> I'm running Centos 7 with Rivendell v2.19.3. I've run into what seems like a 
> timing issue for the NFS mount of /var/snd and
> /var/lib/mysql during Centos boot.


Whoa! Why are we exporting ‘/var/lib/mysql’? That is asking for a whole world 
of trouble. Those files should be private to the local mysqld(8) instance.  The 
way to share the DB is via MySQL’s native sharing protocols.

Cheers!


|-|
| Frederick F. Gleason, Jr. | Chief Developer |
|   | Paravel Systems |
|-|
| A room without books is like a body without a soul. |
| |
| -- Cicero   |
|-|___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] Log Exception Report inaccurate?

2020-01-27 Thread Fred Gleason
On Jan 26, 2020, at 07:20, Bernardo J Mora  wrote:

> Any ideas why a Log Exception Report would be inaccurate? In generating logs, 
> for example, for Monday (tomorrow), it lists a whole bunch of cuts as “not 
> playable” yet when I check them individually, they are valid cuts with 
> eligible date ranges. 

Be are that that exception report will flag events as ‘not playable’ based on 
the *predicted* start times in the log, whereas the color-coded ‘playability’ 
status in rdlibrary(1) is based on the *current* date time. You’ll need to dig 
into the actual dayparting settings for each cart to determine its 
‘play-ability’ for each predicted start time.

Cheers!


|-|
| Frederick F. Gleason, Jr. | Chief Developer |
|   | Paravel Systems |
|-|
| A room without books is like a body without a soul. |
| |
| -- Cicero   |
|-|___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


[RDD] Wheatstone / audioarts AoIP & Rivendell

2020-01-27 Thread jm

Hi all,

quiet a simple question : does anybody have experience with rivendell et 
and wheatstone mixing engine ?


I red some stuff about Rivendell and Wheatnet-IP but nothing really 
clear about it.


Thanks !

JM-from-France

___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev