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

2018-07-07 Thread Peter Claes
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


Re: [RDD] rdairplay audio dropouts

2018-07-07 Thread Lorne Tyndale
For option one, it is possible to just set the speed of the Windows
based NIC in the adapter properties. Usually the speed is one of the
settings in the "advanced" tab of the NIC hardware properties in
windows.  Setting its speed to 100 full (assuming your rivendell is a
gigabit card) and see if the problem goes away might be a quick and
dirty thing to try.

Lorne Tyndale


> 
> On Fri, 6 Jul 2018 13:47:56 -0500
> Tim Camp  wrote:
> 
> > Well we had previously used a cifs connection to the windows box, but the
> > mount point being in the user directory would cause the file manager
> > sometimes 15 minutes to populate waiting on the windows box. This made it
> > rdlogmanger lockup when trying to create a log as it was looking for that
> > mount point
> > for traffic import. we thought going the other way would stop this problem
> > (which it did) but now we have this problem.
> > 
> > As I said it only happens during the day when that mount point  is being
> > used by the traffic system.
> > 
> > rivendell only needs that share for the short time it takes to import
> > traffic, but of course the traffic system needs to see it all the time.
> > 
> > Wondering if I am going to have to go back to the old way of just sending
> > the log over via ftp, which was the method years ago.
> > 
> > maybe I can write a short batch file for the traffic girl to run after she
> > finishes the log.
> 
>  Gave it some thought.
> 
>  If I understand correctly, the Rivendell problem is that the *network* is
>  saturated, thus preventing the real time transfer of priority stuff, like 
> audio.
> 
>  Everything else works.
> 
>  OK, here's two solutions...
> 
>  A gigabit card in the Riv. machine, AND a 100BaseTx card in the M$ machine.
>  Hardware will limit M$ to 10% max of what's available to Riv.
> 
>  A second card in the Riv. machine, and a super private point-to-point LAN
>  between the Riv. machine and M$ via a cross-over cable.
> 
>  Network cards are cheap enough these days, and if you have one in the junk 
> box,
>  then the only cost is a little time. Probably less time than most any other
>  solution we could invent.
> 
> -- 
> Cowboy 
> 
> He was a fiddler, and consequently a rogue.
>   -- Jonathan Swift
> ___
> 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-07-07 Thread Rob Landry

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