Hi,

Thanks for the details. I didn't know you were using unix sockets, so
I tried with them as well:

$ liquidsoap 'set("server.socket",true)
set("server.socket.path","/tmp/sock")
set("server.socket.permissions",511)
server.register("shutdown",fun(_)->begin shutdown(); "DONE" end)
output.dummy(blank())'

Then I used "socat - /tmp/sock" for communicating with the server. I
asked for a shutdown and it went smoothly. All I noticed was an ugly
log message:

2011/09/14 13:38:11 [server:3] New client unix socket (�&�����

What features of liquidsoap are you using in your script? Any harbor
stuff? Can you disable as many things as possible and see when the bug
disappears?

Thanks,
-- 
David

------------------------------------------------------------------------------
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
Learn about the latest advances in developing for the 
BlackBerry® mobile platform with sessions, labs & more.
See new tools and technologies. Register for BlackBerry® DevCon today!
http://p.sf.net/sfu/rim-devcon-copy1 
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to