I'm using CentOS v7, If I create a user and group called liquidsoap...
1.  Exactly what files/folders to I recursive chown with the new user group?  
I'm concerned with missing something or libraries that are not under these 
directories.
here is what appears for a search of liquidsoap[root@stream ~]# find / -name 
liquidsoap/etc/logrotate.d/liquidsoap/etc/liquidsoap/usr/lib/liquidsoap/usr/bin/liquidsoap
2.  How do I set it to start with server under the new user?

> To: [email protected]
> From: [email protected]
> Date: Wed, 10 Aug 2016 11:08:09 +0200
> Subject: Re: [Savonet-users] Unable to start liquidsoap script - init: 
> security exit, root euid (user).
> 
> 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
                                          
------------------------------------------------------------------------------
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