Re: [RDD] Easiest to install .. and update later on ?

2018-08-01 Thread Lorne Tyndale
Couple of things.

It sounds like you don't have cgi enabled in Apache.  To enable it try
this from a command prompt:

a2enmod cgi

And then restart apache.

Lorne Tyndale

> 
> 
> Guys,
> 
> Rdairplay has been running for some time now, with no problems.
> 
> But rdimport is not working, creates carts but no audio converted.
> also rdlibrary importing carts returns 'audio converter error :ok',
> edit markers returns  'Rivendell Web service' with message 'unable to
> download peak data' error was : 'RDXport service returned an error'
> Peakdata is also not shown in voicetracker
> 
> I check the permissions for /var/snd ... Should be ok.
> And checked http://localhost/rd-bin/addcart.html => shows a page
> 
> I think still it has something to do with httpd / apache .. but i
> can't get my finger on it.
> 
> Since our old system has crashed last saturday (we had a heatwave), it
> has suddenly become a priority to get the new system functional.
> 
> Regards,
> Peter
> 
> 
> 2018-07-08 11:14 GMT+02:00 Robert Jeffares :
> > Try selecting first 100 results which will make mysql search faster.
> >
> > As your database gets bigger the search will take longer.
> >
> > copy & paste into the search bar works well.
> >
> > R
> >
> >
> >
> > On 08/07/18 10:29, Peter Claes wrote:
> >>
> >> Succes. Those command lines did the trick.
> >>
> >> I did notice something odd thoo. When typing fast in the searchbox, i
> >> sometimes get a pop-up 'please wait'.
> >> But the search result follow as fast as I am typing, everything keeps
> >> responding normally.
> >> The pop-up window doesn't close.
> >>
> >> Any idea's what might cause this ?
> >>
> >> Regards
> >> Peter
> >>
> >>
> >>
> >>
> >>
> >> 2018-07-07 14:40 GMT+02:00 Rob Landry <41001...@interpring.com>:
> >>>
> >>> On Sat, 7 Jul 2018, Peter Claes wrote:
> >>>
>  I tried the install via Centos7 minimal,worked like a charm.
>  Within 30 minutes I had rdairplay playing the testone.
> >>>
> >>>
>  But I ran into some trouble when I wanted to get our database (2.10)
>  scheme 207 into the system.
>  I used to do this via Rdadmin => 'Database restore' on our old 2.10
>  system, worked well when we stayed in the same version.
> >>>
> >>>
> >>> Here's what I would try:
> >>>
> >>> sudo service rivendell stop
> >>>
> >>> mysql -uroot -p[whatever]
> >>>
> >>> drop database Rivendell;
> >>>
> >>> create database Rivendell;
> >>>
> >>> 
> >>>
> >>> mysql -uroot -p[whatever] Rivendell < [backed-up-rd-2.10-database].sql
> >>>
> >>> That will install a copy of your old Rivendell database.
> >>>
> >>> Run rdadmin. You should get a message saying the database needs to be
> >>> upgraded. Respond to the prompt, and Rivendell should upgrade the
> >>> database
> >>> to the current schema.
> >>>
> >>>
> >>> Rob
> >>>
> >>> --
> >>> Я там, где ребята толковые,
> >>> Я там, где плакаты "Вперёд",
> >>> Где песни рабочие новые
> >>> Страна трудовая поёт.
> >>
> >> ___
> >> 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
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] Easiest to install .. and update later on ?

2018-08-01 Thread Peter Claes
One more fault that i forgot to mention, in rdlibrary or rdlogedit,
the system is unable to delete audio.



2018-08-01 23:57 GMT+02:00 Peter Claes :
> Guys,
>
> Rdairplay has been running for some time now, with no problems.
>
> But rdimport is not working, creates carts but no audio converted.
> also rdlibrary importing carts returns 'audio converter error :ok',
> edit markers returns  'Rivendell Web service' with message 'unable to
> download peak data' error was : 'RDXport service returned an error'
> Peakdata is also not shown in voicetracker
>
> I check the permissions for /var/snd ... Should be ok.
> And checked http://localhost/rd-bin/addcart.html => shows a page
>
> I think still it has something to do with httpd / apache .. but i
> can't get my finger on it.
>
> Since our old system has crashed last saturday (we had a heatwave), it
> has suddenly become a priority to get the new system functional.
>
> Regards,
> Peter
>
>
> 2018-07-08 11:14 GMT+02:00 Robert Jeffares :
>> Try selecting first 100 results which will make mysql search faster.
>>
>> As your database gets bigger the search will take longer.
>>
>> copy & paste into the search bar works well.
>>
>> R
>>
>>
>>
>> On 08/07/18 10:29, Peter Claes wrote:
>>>
>>> Succes. Those command lines did the trick.
>>>
>>> I did notice something odd thoo. When typing fast in the searchbox, i
>>> sometimes get a pop-up 'please wait'.
>>> But the search result follow as fast as I am typing, everything keeps
>>> responding normally.
>>> The pop-up window doesn't close.
>>>
>>> Any idea's what might cause this ?
>>>
>>> Regards
>>> Peter
>>>
>>>
>>>
>>>
>>>
>>> 2018-07-07 14:40 GMT+02:00 Rob Landry <41001...@interpring.com>:

 On Sat, 7 Jul 2018, Peter Claes wrote:

> I tried the install via Centos7 minimal,worked like a charm.
> Within 30 minutes I had rdairplay playing the testone.


> But I ran into some trouble when I wanted to get our database (2.10)
> scheme 207 into the system.
> I used to do this via Rdadmin => 'Database restore' on our old 2.10
> system, worked well when we stayed in the same version.


 Here's what I would try:

 sudo service rivendell stop

 mysql -uroot -p[whatever]

 drop database Rivendell;

 create database Rivendell;

 

 mysql -uroot -p[whatever] Rivendell < [backed-up-rd-2.10-database].sql

 That will install a copy of your old Rivendell database.

 Run rdadmin. You should get a message saying the database needs to be
 upgraded. Respond to the prompt, and Rivendell should upgrade the
 database
 to the current schema.


 Rob

 --
 Я там, где ребята толковые,
 Я там, где плакаты "Вперёд",
 Где песни рабочие новые
 Страна трудовая поёт.
>>>
>>> ___
>>> 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] Easiest to install .. and update later on ?

2018-08-01 Thread Peter Claes
Guys,

Rdairplay has been running for some time now, with no problems.

But rdimport is not working, creates carts but no audio converted.
also rdlibrary importing carts returns 'audio converter error :ok',
edit markers returns  'Rivendell Web service' with message 'unable to
download peak data' error was : 'RDXport service returned an error'
Peakdata is also not shown in voicetracker

I check the permissions for /var/snd ... Should be ok.
And checked http://localhost/rd-bin/addcart.html => shows a page

I think still it has something to do with httpd / apache .. but i
can't get my finger on it.

Since our old system has crashed last saturday (we had a heatwave), it
has suddenly become a priority to get the new system functional.

Regards,
Peter


2018-07-08 11:14 GMT+02:00 Robert Jeffares :
> Try selecting first 100 results which will make mysql search faster.
>
> As your database gets bigger the search will take longer.
>
> copy & paste into the search bar works well.
>
> R
>
>
>
> On 08/07/18 10:29, Peter Claes wrote:
>>
>> Succes. Those command lines did the trick.
>>
>> I did notice something odd thoo. When typing fast in the searchbox, i
>> sometimes get a pop-up 'please wait'.
>> But the search result follow as fast as I am typing, everything keeps
>> responding normally.
>> The pop-up window doesn't close.
>>
>> Any idea's what might cause this ?
>>
>> Regards
>> Peter
>>
>>
>>
>>
>>
>> 2018-07-07 14:40 GMT+02:00 Rob Landry <41001...@interpring.com>:
>>>
>>> On Sat, 7 Jul 2018, Peter Claes wrote:
>>>
 I tried the install via Centos7 minimal,worked like a charm.
 Within 30 minutes I had rdairplay playing the testone.
>>>
>>>
 But I ran into some trouble when I wanted to get our database (2.10)
 scheme 207 into the system.
 I used to do this via Rdadmin => 'Database restore' on our old 2.10
 system, worked well when we stayed in the same version.
>>>
>>>
>>> Here's what I would try:
>>>
>>> sudo service rivendell stop
>>>
>>> mysql -uroot -p[whatever]
>>>
>>> drop database Rivendell;
>>>
>>> create database Rivendell;
>>>
>>> 
>>>
>>> mysql -uroot -p[whatever] Rivendell < [backed-up-rd-2.10-database].sql
>>>
>>> That will install a copy of your old Rivendell database.
>>>
>>> Run rdadmin. You should get a message saying the database needs to be
>>> upgraded. Respond to the prompt, and Rivendell should upgrade the
>>> database
>>> to the current schema.
>>>
>>>
>>> Rob
>>>
>>> --
>>> Я там, где ребята толковые,
>>> Я там, где плакаты "Вперёд",
>>> Где песни рабочие новые
>>> Страна трудовая поёт.
>>
>> ___
>> 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] Importing Enco files using dadpro_import script

2018-08-01 Thread Fred Gleason
On Aug 1, 2018, at 11:20, Andy Higginson  wrote:

> I'm trying to import an Enco DAD library using Fred's dadpro_import.pl 
> script.  It seems that Xbase has changed and XBase is now used.  This seems 
> to be a little different in it's scripts and I'm not having any luck getting 
> it to work.

I suspect that that’s a completely different module. The one you want is here:

http://www.dcs.ed.ac.uk/home/perl5/Xbase.html

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] Tryphon server is dead

2018-08-01 Thread Jonathan Cohen
I suspected that might happen and made a private mirror. If there’s demand from 
people who are stuck building systems I could make it public, but there’s no 
way to update it past 2.10.3 (though I use the Tryphon QT3 install to install 
2.19.2 from source).

 
Jonathan

 
From: rivendell-dev-boun...@lists.rivendellaudio.org 
[mailto:rivendell-dev-boun...@lists.rivendellaudio.org] On Behalf Of Andy 
Higginson
Sent: 01 August 2018 11:50
To: rivendell-dev@lists.rivendellaudio.org
Subject: [RDD] Tryphon server is dead

 
Hi,

 
It looks like the end of the Tryphon server is finally here.  I'm currently not 
getting any response from tryphon.org or tryphon.eu.  

 
As a community of users, we need to be ready for any questions that might be 
asked here on the list.  What might be useful to know is the status of any 
projects that are on the go to create a new Debian / Ubuntu repository.

 
Lastly I think all that remains is to say a big thanks for everything that 
Alban and the Tryphon team have given to the community.

 
Andy

 
 

___



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] Importing Enco files using dadpro_import script

2018-08-01 Thread Andy Higginson
Hi, I'm trying to import an Enco DAD library using Fred's dadpro_import.pl 
script.  It seems that Xbase has changed and XBase is now used.  This seems to 
be a little different in it's scripts and I'm not having any luck getting it to 
work. I'm running CentOS 7 and have installed perl-DBD-XBase.  I've already had 
to change Xbase to XBase in the script.  I'm now getting "Can't locate object 
method "open_dbf" via package "XBase" at ./dadpro-import.pl line 185" I'm not a 
programmer so please can someone help. 
https://github.com/ElvishArtisan/rivendell-importers/blob/master/audio/dadpro-import.pl
 Thanks Andy___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


[RDD] Tryphon server is dead

2018-08-01 Thread Andy Higginson
Hi, It looks like the end of the Tryphon server is finally here.  I'm currently 
not getting any response from tryphon.org or tryphon.eu.  As a community of 
users, we need to be ready for any questions that might be asked here on the 
list.  What might be useful to know is the status of any projects that are on 
the go to create a new Debian / Ubuntu repository. Lastly I think all that 
remains is to say a big thanks for everything that Alban and the Tryphon team 
have given to the community. Andy___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev