Re: [RDD] RDLibrary broken

2021-01-21 Thread David Klann
Hi Jesse,

On 1/21/21 1:38 PM, you wrote:
> [root@test rd]# service apache2 status
> Redirecting to /bin/systemctl status apache2.service
> Unit apache2.service could not be found.
> 
> WOW!  This was last week's Paravel download.  Is there a different 
> apache to look up?
> 

If you installed per Paravel instructions, you're running CentOS. CentOS 
calls the apache2 service "httpd", so your "status" command becomes:

 systemctl status httpd.service

You can substitute "start", "restart", or "stop" for "status". man 
systemctl is your friend on most modern Linux installations.

Hope this helps!

   ~David Klann


> On Thu, Jan 21, 2021 at 12:55 PM Lorne Tyndale  > wrote:
> 
> Hi,
> 
> What you are describing is normally an Apache issue.
> 
> Double check that Apache is installed and running, check that the cgi
> module is enabled.  Make sure the Rivendell configuration file for
> Apache is installed in the correct spot and that Apache has access to
> the folder where the Apache rdxport.cgi stuff is.  Double check all that
> stuff.  Restart Apache.
> 
> Chances are your database converted fine.
> 
> Lorne Tyndale
>  >
>  >
>  > Rivendell 3.5 on CentOS7 minimal (The Appliance)
>  >
>  > "New Install" - Cannot edit carts in RDLibrary.  RDLibrary lists
> the carts
>  > and RDAirPlay will play the carts, RDLibrary will import audio,
> but you
>  > cannot edit the markers or the start/stop dates - RDLibrary
> "hangs" when
>  > you click on the buttons in Edit.  When you try to Close or use
> the "X"
>  > button you get a message that the application is busy.  This is
> true for
>  > carts added manually to RDLibrary as well as imported.
>  >
>  > The database was imported from a Rivendell 2.5 under CentOS6
> Appliance by
>  > cp /var/snd/*.* into the /var/snd/ of the RD3.5 unit and also
> copying the
>  > original database backup file to the RD3.5 unit then restoring
> the database
>  > using RDDBConfig.  When prompted, I opted to let it update the
> database to
>  > the current schema.
>  >
>  > What is the best course of action to fix RDLibrary Edit
> functions?  Can the
>  > database be salvaged?  (The original database is still available
> for now.)___
>  > 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] RDLibrary broken

2021-01-21 Thread Jesse Jones
httpd started and the problem stopped.  Almost ready to air...

On Thu, Jan 21, 2021 at 9:21 PM David Klann  wrote:

> Hi Jesse,
>
> On 1/21/21 1:38 PM, you wrote:
> > [root@test rd]# service apache2 status
> > Redirecting to /bin/systemctl status apache2.service
> > Unit apache2.service could not be found.
> >
> > WOW!  This was last week's Paravel download.  Is there a different
> > apache to look up?
> >
>
> If you installed per Paravel instructions, you're running CentOS. CentOS
> calls the apache2 service "httpd", so your "status" command becomes:
>
>  systemctl status httpd.service
>
> You can substitute "start", "restart", or "stop" for "status". man
> systemctl is your friend on most modern Linux installations.
>
> Hope this helps!
>
>~David Klann
>
>
> > On Thu, Jan 21, 2021 at 12:55 PM Lorne Tyndale  > > wrote:
> >
> > Hi,
> >
> > What you are describing is normally an Apache issue.
> >
> > Double check that Apache is installed and running, check that the cgi
> > module is enabled.  Make sure the Rivendell configuration file for
> > Apache is installed in the correct spot and that Apache has access to
> > the folder where the Apache rdxport.cgi stuff is.  Double check all
> that
> > stuff.  Restart Apache.
> >
> > Chances are your database converted fine.
> >
> > Lorne Tyndale
> >  >
> >  >
> >  > Rivendell 3.5 on CentOS7 minimal (The Appliance)
> >  >
> >  > "New Install" - Cannot edit carts in RDLibrary.  RDLibrary lists
> > the carts
> >  > and RDAirPlay will play the carts, RDLibrary will import audio,
> > but you
> >  > cannot edit the markers or the start/stop dates - RDLibrary
> > "hangs" when
> >  > you click on the buttons in Edit.  When you try to Close or use
> > the "X"
> >  > button you get a message that the application is busy.  This is
> > true for
> >  > carts added manually to RDLibrary as well as imported.
> >  >
> >  > The database was imported from a Rivendell 2.5 under CentOS6
> > Appliance by
> >  > cp /var/snd/*.* into the /var/snd/ of the RD3.5 unit and also
> > copying the
> >  > original database backup file to the RD3.5 unit then restoring
> > the database
> >  > using RDDBConfig.  When prompted, I opted to let it update the
> > database to
> >  > the current schema.
> >  >
> >  > What is the best course of action to fix RDLibrary Edit
> > functions?  Can the
> >  > database be salvaged?  (The original database is still available
> > for now.)___
> >  > 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] RDLibrary broken

2021-01-21 Thread Jesse Jones
[root@test rd]# service apache2 status
Redirecting to /bin/systemctl status apache2.service
Unit apache2.service could not be found.

WOW!  This was last week's Paravel download.  Is there a different apache
to look up?

On Thu, Jan 21, 2021 at 12:55 PM Lorne Tyndale 
wrote:

> Hi,
>
> What you are describing is normally an Apache issue.
>
> Double check that Apache is installed and running, check that the cgi
> module is enabled.  Make sure the Rivendell configuration file for
> Apache is installed in the correct spot and that Apache has access to
> the folder where the Apache rdxport.cgi stuff is.  Double check all that
> stuff.  Restart Apache.
>
> Chances are your database converted fine.
>
> Lorne Tyndale
> >
> >
> > Rivendell 3.5 on CentOS7 minimal (The Appliance)
> >
> > "New Install" - Cannot edit carts in RDLibrary.  RDLibrary lists the
> carts
> > and RDAirPlay will play the carts, RDLibrary will import audio, but you
> > cannot edit the markers or the start/stop dates - RDLibrary "hangs" when
> > you click on the buttons in Edit.  When you try to Close or use the "X"
> > button you get a message that the application is busy.  This is true for
> > carts added manually to RDLibrary as well as imported.
> >
> > The database was imported from a Rivendell 2.5 under CentOS6 Appliance by
> > cp /var/snd/*.* into the /var/snd/ of the RD3.5 unit and also copying the
> > original database backup file to the RD3.5 unit then restoring the
> database
> > using RDDBConfig.  When prompted, I opted to let it update the database
> to
> > the current schema.
> >
> > What is the best course of action to fix RDLibrary Edit functions?  Can
> the
> > database be salvaged?  (The original database is still available for
> now.)___
> > 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] Broadcast Tools ACS 8.2 Switcher

2021-01-21 Thread Scott Powell
Currently using theBroadcast Tools ACS 8.2 on CentOS 7 Riv 2.16.0  with sat
receiver with no problems. I think there should be no problem running it
with rdcatch


Scott Powell





On Sat, Jan 16, 2021 at 12:01 PM Lorne Tyndale 
wrote:

> Hi,
>
> I admit that I have never tried an ACS 8.2 switcher on Rivendell,
> however I do see it is listed in the list of switchers that Rivendell
> supports, the setup is in rdadmin -- Manage Hosts -- GPIO.  You'll need
> to make sure a serial port is set up properly for it.  I have every
> reason to think it should work fine.
>
> Lorne Tyndale
>
> On 2021-01-15 10:09 p.m., wa7skg wrote:
> > Has anybody interfaced Rivendell with a Broadcast Tools ACS 8.2
> > Switcher? I'm interested in RDCatch being able to switch sources on
> > schedule.
> >
> > Thanks
> >
> ___
> 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] USB to Serial Adapter

2021-01-21 Thread Lorne Tyndale
Michael,

I've never tried one, but if it is showing up as a standard USB serial
port and in /dev/tty?? then it should work.  It'll also need to be set
up in the rdadmin --> Manage hosts --> Serial ports

It also depends on what you're trying to do with it, but from what I can
see it looks like it should work.

Lorne Tyndale


> 
> Has anybody used one of these with Rivendell?
> 
> https://smile.amazon.com/Gearmo-Serial-Windows-Certified-Drivers/dp/B004ETDC8K?ref_=ast_sto_dp
> 
> 
> -- 
> 73,
> Michael WA7SKG
> 
> "Any day you do not learn one new thing is a wasted day."
> ___
> 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] RDLibrary broken

2021-01-21 Thread Lorne Tyndale
Hi,

What you are describing is normally an Apache issue.

Double check that Apache is installed and running, check that the cgi
module is enabled.  Make sure the Rivendell configuration file for
Apache is installed in the correct spot and that Apache has access to
the folder where the Apache rdxport.cgi stuff is.  Double check all that
stuff.  Restart Apache.

Chances are your database converted fine.

Lorne Tyndale
> 
> 
> Rivendell 3.5 on CentOS7 minimal (The Appliance)
> 
> "New Install" - Cannot edit carts in RDLibrary.  RDLibrary lists the carts
> and RDAirPlay will play the carts, RDLibrary will import audio, but you
> cannot edit the markers or the start/stop dates - RDLibrary "hangs" when
> you click on the buttons in Edit.  When you try to Close or use the "X"
> button you get a message that the application is busy.  This is true for
> carts added manually to RDLibrary as well as imported.
> 
> The database was imported from a Rivendell 2.5 under CentOS6 Appliance by
> cp /var/snd/*.* into the /var/snd/ of the RD3.5 unit and also copying the
> original database backup file to the RD3.5 unit then restoring the database
> using RDDBConfig.  When prompted, I opted to let it update the database to
> the current schema.
> 
> What is the best course of action to fix RDLibrary Edit functions?  Can the
> database be salvaged?  (The original database is still available for 
> now.)___
> 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


[RDD] RDLibrary broken

2021-01-21 Thread Jesse Jones
Rivendell 3.5 on CentOS7 minimal (The Appliance)

"New Install" - Cannot edit carts in RDLibrary.  RDLibrary lists the carts
and RDAirPlay will play the carts, RDLibrary will import audio, but you
cannot edit the markers or the start/stop dates - RDLibrary "hangs" when
you click on the buttons in Edit.  When you try to Close or use the "X"
button you get a message that the application is busy.  This is true for
carts added manually to RDLibrary as well as imported.

The database was imported from a Rivendell 2.5 under CentOS6 Appliance by
cp /var/snd/*.* into the /var/snd/ of the RD3.5 unit and also copying the
original database backup file to the RD3.5 unit then restoring the database
using RDDBConfig.  When prompted, I opted to let it update the database to
the current schema.

What is the best course of action to fix RDLibrary Edit functions?  Can the
database be salvaged?  (The original database is still available for now.)
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


[RDD] USB to Serial Adapter

2021-01-21 Thread wa7skg

Has anybody used one of these with Rivendell?

https://smile.amazon.com/Gearmo-Serial-Windows-Certified-Drivers/dp/B004ETDC8K?ref_=ast_sto_dp


--
73,
Michael WA7SKG

"Any day you do not learn one new thing is a wasted day."
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev