Le 10/08/2016 à 06:36, Walter York a écrit :
> I am trying to run liquidsoap script and it is returning the following:
> 
>     ./radio.liq
>     *init: security exit, root euid (user).*

Don't run liquidsoap as root, run it as an unprivileged user.

Either as Sarah suggested, using the init script (which should define
the user the liq scripts should be run as), or just by doing (assuming
liquidsoap user exists):

root@stream # su liquidsoap

And then:

liquidsoap@stream $ liquidsoap /etc/liquidsoap/radio.liq



> 
> 
> Running a check of the script returns fine:
> 
>     liquidsoap --check ./radio.liq
> 
> 
> I believe this has to do with trying to run the script from root.  My
> problem is from install, the folders and files for liquidsoap are all
> owned by root
> 
>     [root@stream liquidsoap]# cd /usr/bin
>     [root@stream bin]# ls -ltr liquidsoap
>     -rwxr-xr-x 1 root root 7065645 Aug  9 03:53 liquidsoap
> 
> 
> 
>     [root@stream bin]# cd /etc/liquidsoap
>     [root@stream liquidsoap]# ls -ltr
>     total 8
>     -rw-r--r-- 1 root root 1153 Aug  9 03:53 radio.liq.example
>     -rwxr--r-- 1 root root  637 Aug  9 16:57 radio.liq
> 
> 
> 
> How do I resolve?  Thank you so much for your time in advance...
> 
> 
> ------------------------------------------------------------------------------
> What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
> patterns at an interface-level. Reveals which users, apps, and protocols are 
> consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
> J-Flow, sFlow and other flows. Make informed decisions using capacity 
> planning reports. http://sdm.link/zohodev2dev
> 
> 
> 
> _______________________________________________
> Savonet-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/savonet-users
> 


------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. http://sdm.link/zohodev2dev
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to