Re: [RDD] Database upgrade problem

2019-08-19 Thread Fred Gleason
On Mon, 2019-08-19 at 15:07 -0500, jstinson wrote: > In mysql i can drop the database and > recreate it and Rivendell will operate with the empty database. I strongly suspect that you've got a 'split brain' situation here -- i.e. rddbconfig(8) looking at one DB while you're connecting to a

Re: [RDD] Glasscoder icecast/shoutcast V1

2019-08-19 Thread Workino
Yea my sorry I wrote all by hand because I was not able to copy and paste. Tomorrow I’ll perform some test and I’ll send you feedback Thanks Sent from my iPhone > On 19 Aug 2019, at 18:22, Fred Gleason wrote: > >> On Mon, 2019-08-19 at 12:51 +0200, Gabriele Fergola wrote: >> when I'm

Re: [RDD] NFS Cache

2019-08-19 Thread Workino
Yes I know not always is doing. I got same trouble on Apache cluster server who had data share by nfs. In my case I think become because I liunche the script too many times in short time and nfs started to cache. After I disabled the cache every times I was running the script the audio was

Re: [RDD] NFS Cache

2019-08-19 Thread Fred Gleason
On Mon, 2019-08-19 at 16:33 +0200, Gabriele Fergola wrote: > I noticed in default client installation of rivendell (using the > installation script) create an entry with autofs to mount /var/snd > from the server. > All is working normally if there is no modification from the server- > side. If it

Re: [RDD] Cart groups syncing between standalone Riv machines

2019-08-19 Thread Rob Landry
Yup. That's what I do. Rob -- Я там, где ребята толковые, Я там, где плакаты "Вперёд", Где песни рабочие новые Страна трудовая поёт. On Mon, 19 Aug 2019, Fred Gleason wrote: On Mon, 2019-08-19 at 08:36 -0400, Rob Landry wrote: What I need to do is make a field-by-field comparison of the

Re: [RDD] Glasscoder icecast/shoutcast V1

2019-08-19 Thread Fred Gleason
On Mon, 2019-08-19 at 12:51 +0200, Gabriele Fergola wrote: > when I'm trying to connect with Icecast 2 : > > glasscoder --server-type=icecast2 --server-url= > http://XXX.XXX.XXX:8015/stream --server-auth-usernam:password -- > audio-format=mp3 --audio-samplerate=44100 --audio-channels=2 --audio-

Re: [RDD] Cart groups syncing between standalone Riv machines

2019-08-19 Thread Fred Gleason
On Mon, 2019-08-19 at 08:36 -0400, Rob Landry wrote: > What I need to do is make a field-by-field comparison of the log in > the local database with the one in the remote database, and be able > to tell that any differences are due to someone updating the local > database. I looked at the WebAPI

Re: [RDD] Cart groups syncing between standalone Riv machines

2019-08-19 Thread Gabriele Fergola
Rob, probably is not a solution u can put in place for many reasons but if you have a good connection between the 2 site and private (never do it on public IP or network) u can think to use a MySQL master-master replica so every change u made on one side is automatically replicated on the other.

Re: [RDD] Cart groups syncing between standalone Riv machines

2019-08-19 Thread Rob Landry
On Sun, 18 Aug 2019, Fred Gleason wrote: That will likely need significant rework as the DB schema for handling log rows is completely different in v3.x _vis a vis_ v2.x. Long term, your best bet will be to use the WebAPI and eschew direct database access entirely. The WebAPI is publicly

[RDD] Glasscoder icecast/shoutcast V1

2019-08-19 Thread Gabriele Fergola
Hello, today I gave a shoot to glasscoder but I got some trouble. when I'm trying to connect with Icecast 2 : glasscoder --server-type=icecast2 --server-url= http://XXX.XXX.XXX:8015/stream --server-auth-usernam:password --audio-format=mp3 --audio-samplerate=44100 --audio-channels=2