Hi Damien, On Wed, Jan 16, 2013 at 3:40 PM, Damien Moody <[email protected]> wrote: > I'd like to note that I had to modify the init script from the original by > adding --pidfile, because start() complained otherwise.
This may not have been the right fix, and sounds like it could be the root cause of your problem: if start-stop-daemon creates the pidfile (as root) then of course liquidsoap (the user running liquidsoap) does not have the rights to overwrite it. Try reverting your change to the init script, make sure that liquidsoap (the user) has permission to create pid files (and delete any existing root-owned pid file) and see if you still get an error. If so, we can help understand that error. Good luck, -- David ------------------------------------------------------------------------------ Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. ON SALE this month only -- learn more at: http://p.sf.net/sfu/learnmore_122712 _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
