2016-10-10 10:20 GMT-05:00 neralex <nera...@freenet.de>:
> Hey Yoann!
>
> I got the same issue and it seems liquidsoap needs some time to delete
> the pidfile but the init.d-scripts runs to fast and it will ends in this
> error.
>
> You can let it sleep for one second between stop and start in the
> restart-function like this:
>
>    restart|force-reload)
>      $0 stop
>      sleep 1
>      $0 start
>      ;;
>
> It works fine on my debian jessie. But don't forget to add it again, if
> you update/recompile liquidsoap in the future.

Thanks for reporting this, guys. I have just committed your suggestion to
the liquidsoap-daemon code, hopefully that'll take care of it!

Romain
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to