Hi,

On Fri, Apr 15, 2011 at 1:40 AM, polemon <pole...@polemon.org> wrote:

> 2011/04/14 22:21:28 [lang:2] WARNING: there is no configuration key named
> "harbor.port"!
> 2011/04/14 22:21:28 [lang:2] WARNING: there is no configuration key named
> "harbor.icy"!
> 2011/04/14 22:21:28 [lang:2] WARNING: there is no configuration key named
> "harbor.password"!
>

You are trying to do set("harbor.port",1234) but the way harbor is
configured has changed: the port is now a parameter of input.harbor. You
should update your script but I don't think this is related to the error
below.

And a bit later:
>
> 2011/04/14 22:21:29 [threads:1] Thread "wallclock_main" aborts with
> exception Vorbis.Not_implemented!
> 2011/04/14 22:21:29 [threads:3] Raised by primitive operation at file "
> string.ml", line 0, characters 0-0
> 2011/04/14 22:21:29 [threads:3] Called from file "list.ml", line 69,
> characters 12-15
> 2011/04/14 22:21:29 [threads:3] Called from file "list.ml", line 69,
> characters 12-15
>
> After that, liquidsoap exits but returns 0.
> Any Ideas how I can make those errors go away?
>

 The vorbis library is returning this error to us (it is not generated by
OCaml). To understand which function is raising this, we need a better trace
than this. Could you enable debugging symbols by doing ./configure
--enable-debugging, rebuild everything, and tell us if you get a more
relevant backtrace?

++

Sam.
------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to