Hi,

Le 27 décembre 2011 17:10, Anthony Page <[email protected]> a écrit :
>
> ________________________________
> From: Anthony Page <[email protected]>
> To: "[email protected]"
> <[email protected]>
> Sent: Tuesday, December 27, 2011 5:09 PM
> Subject: Running Script Problems:
>
> Okay, I did "sudo make" and I didn't get any errors. Same with "sudo make
> install". It seems it installed properly and my version shows 1.0.0
>
> Anyways, when trying to run a script as root (everything was configured and
> made under a user) I get this:
>
> init: security exit, root euid (user).

Yes, you cannot run liquidsoap as root.

> When trying to run the script under my user I get this:
>
> Sys_error("/usr/local/var/log/liquidsoap/script.log: Permission denied")
>
> Any words of wisdom?

The default log file directory is owned by a default user set during
configure. You can either disable file logging:
  set("log.file", false)
Or set it to another location:
  set("log.file.path","/tmp/liquidsoap.log")

Romain

------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to