Le vendredi 4 septembre 2009 02:28:05, vous avez écrit :
> Yes I used it in the previous version except the metadata change  
> function. But in this time we stopped the radio every days (at 5 AM).  
> Now the radios are playing for days. Moreover we were in a beta stage  
> at this time (with some other problems due to our infra) so I'm not  
> able to say if this specific problem was already present.

Ok, thanks.

I am considering either a bug in the scheduler, or a bug in the requests 
system.

What you can do to check this is to allow a telnet server for each instance. 
A simple (and probably a bit hacky) way to do that could be to set the telnet 
port to the pid of the running liquidsoap:
  set("server.telnet.port",getpid())
  set("server.telnet",true)'

(Probably better at the end of the script)

Otherwise, you can also pass the port as a parameter as you do for the other 
parameters.

Then, as soon as an instance goes to blank, it would be interesting to try to 
connect to its telnet and issue some dummy commands.

Simply connecting to telnet, if sucessful, shoud indicate that the scheduler 
is not the issue and then we could concentrate on the request system.

Later on, if you need some work-around, in case the issue is not the 
scheduler, we should be able to provide you with a patch that allows to 
manually restart the failed queue.


Romain

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to