On Thu, Aug 20, 2009 at 6:42 AM, Artur Skupienski - DJ<[email protected]> wrote: > HI everyone, this is my output: > > as audio user: > > [au...@ns303625 liquidsoap]$ liquidsoap test.liq > init: exception encountered during start phase: > Sys_error("/usr/local/var/log/liquidsoap/test.log: Permission denied") > [au...@ns303625 liquidsoap]$ > > AFTER THAT i created an empty file in /usr/local/var/log/liquidsoap/test.log > but let me guess, it is wrong, isn't it? >
Creating the empty file was correct, but you need to give your audio user write access to the file. And don't forget to verify that your 'audio' user has access to the read the directory above it (just in case). i.e. chown audio /usr/local/var/log/liquidsoap/test.log chmod u+rw /usr/local/var/log/liquidsoap/test.log -- Chris Everest ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
