Hello,

Today, I writed a python script to schedule some request on my radio.   
But, when I tried to start liquidsoap with unix socket, it simply  
failed (both on OSX and on Ubuntu 8.04).

I writed this on my script to enable socket :

        set("server.socket", true)
        set("server.socket.path", "/tmp/antenne.sock")

But, when I start liquidsoap, I get this error :

        init: exception encountered during start phase:
          Unix.Unix_error(47, "setsockopt", "")

I'm completely new to socket so I maybe missed a silly thing...  Using  
Socket is higly important since I'd like to be able to use the telnet  
interface while my script enqueue things.

Thanks for your help,
Simon

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to