Displaying 20 results from an estimated 153 matches for "changeowner".
2015 Mar 26
4
Icecast won't start on system boot
OK, took a crash course in systemctl. Got the service properly
enabled. However, got one odd error when I started it.
Mar 26 18:06:10 {my-FQDN} icecast[839]: ERROR: You should not run
icecast2 as root
Mar 26 18:06:10 {my-FQDN} icecast[839]: Use the changeowner directive
in the config file
The XML shows:
<changeowner>
<user>nobody</user>
<group>nogroup</group>
</changeowner>
2004 Aug 06
2
changeowner question
I just installed Icecast2 and the installation was a sucess. However, when I go to startup Icecast. It's reply is:
[root@linuxserver bin]# ./icecast -c /etc/icecast.xml
WARNING: You should not run icecast2 as root
Use the changeowner directive in the config file
[root@linuxserver bin]#
<p>So then I go into the icecast.xml and alter the changeowner User to admin. Here is a bit from my icecast.xml config file:
<security>
<chroot>1</chroot>
<changeowner>
<user>a...
2015 Mar 26
2
Icecast won't start on system boot
...QDN} icecast[839]: [2015-03-26 18:06:09] WARN
CONFIG/_parse_root Warning, <admin> contact not configured, using
default value "icemaster at localhost".
Mar 26 18:06:10 {my-FQDN} icecast[839]: ERROR: You should not run
icecast2 as root
Mar 26 18:06:10 {my-FQDN} icecast[839]: Use the changeowner directive
in the config file
Mar 26 18:06:10 {my-FQDN} systemd[1]: icecast.service: main process
exited, code=exited, status=1/FAILURE
Mar 26 18:06:10 {my-FQDN} systemd[1]: Unit icecast.service entered
failed state.
I have since defined location and contact, but they were only warnings
anyway. The...
2004 Aug 06
2
icecast 2.0.0 chroot problem
Hello,
I seem to have a problem getting icecast 2.0.0 to start. I get the
following message:
[root@fels icecast]# /usr/local/bin/icecast -c
/usr/local/bin/icecast.xml
WARNING: You should not run icecast2 as root
Use the changeowner directive in the config file
I have not tampered with the default "security" section of the xml.
<security>
<chroot>0</chroot>
<!--
<changeowner>
<user>nobody</user>
<group>nogroup</grou...
2015 Apr 02
2
Icecast won't start on system boot
...N
>> CONFIG/_parse_root Warning, <admin> contact not configured, using
>> default value "icemaster at localhost".
>> Mar 26 18:06:10 {my-FQDN} icecast[839]: ERROR: You should not run
>> icecast2 as root
>> Mar 26 18:06:10 {my-FQDN} icecast[839]: Use the changeowner directive
>> in the config file
>> Mar 26 18:06:10 {my-FQDN} systemd[1]: icecast.service: main process
>> exited, code=exited, status=1/FAILURE
>> Mar 26 18:06:10 {my-FQDN} systemd[1]: Unit icecast.service entered
>> failed state.
>>
>> I have since defined...
2004 Aug 06
3
icecast 2.0.0 chroot problem
...eunder. They were
present in the example xml and I think that they don't belong here
because icecast won't run if chroot is not being used........
Now it starts. I am very happy about this!!!! :-)
JK
1 <security>
2 <chroot>0</chroot>
3 <!--
4 <changeowner>
5 <user>nobody</user>
6 <group>nogroup</group>
7 </changeowner>
8 -->
9 </security>
<p><p><p>-----Original Message-----
From: owner-icecast@xiph.org [mailto:owner-icecast@xiph.org] On Behalf
Of Enri...
2004 Sep 30
1
Problem One: Running Icecast on Port 80..
On 30-Sep-04, at 5:24 PM, Karl Heyes wrote:
>
>> WARNING: You should not run icecast2 as root
>> Use the changeowner directive in the config file
>
> http://www.icecast.org/docs/icecast-2.0.2/
> icecast2_config_file.html#security
>
> As with apache, you start as root then it changes to run as another
> user, just state the user/group
Right, so my icecast.xml file says:
<security>...
2004 Oct 01
2
Problem One: Running Icecast on Port 80..
...t;/port>
</listen-socket>
...but this is the error I get:
Could not create listener socket on port 80
Server startup failed. Exiting
I was told that I should try running icecast as root. Try doing that,
and you get an error:
WARNING: You should not run icecast2 as root
Use the changeowner directive in the config file
Have googled for any sort of step-by-step instructions for something
even a little bit similar to this, but to no avail.
-Ian.
2015 Mar 29
0
Icecast won't start on system boot
...03-26 18:06:09] WARN
> CONFIG/_parse_root Warning, <admin> contact not configured, using
> default value "icemaster at localhost".
> Mar 26 18:06:10 {my-FQDN} icecast[839]: ERROR: You should not run
> icecast2 as root
> Mar 26 18:06:10 {my-FQDN} icecast[839]: Use the changeowner directive
> in the config file
> Mar 26 18:06:10 {my-FQDN} systemd[1]: icecast.service: main process
> exited, code=exited, status=1/FAILURE
> Mar 26 18:06:10 {my-FQDN} systemd[1]: Unit icecast.service entered
> failed state.
>
> I have since defined location and contact, but t...
2011 Feb 22
3
Icecast start up script for icecast
...t;
> WHEN ATTEMPTING TO START THE SERVER AS ROOT HERE IS THE ERROR WE RECEIVED?
>
> [root at sphynxradio sphynx]# icecast -c /usr/local/etc/icecast.xml
> WARNING: Couldn't change server root: No such file or directory
>
> ERROR: You should not run icecast2 as root
> Use the changeowner directive in the config file
> [root at sphynxradio sphynx]#
>
> PLEASE NOTE THAT THE CHANGEOWNER DIRECTIVE IN THE CONFIG FILE WAS PREVIOUSLY EDITED AS:
>
>
> <security>
> <chroot>1</chroot>
> <!--
> <changeowner>
>...
2011 Feb 22
0
Icecast start up script for icecast
Hi,
WHEN ATTEMPTING TO START THE SERVER AS ROOT HERE IS THE ERROR WE RECEIVED?
[root at sphynxradio sphynx]# icecast -c /usr/local/etc/icecast.xml
WARNING: Couldn't change server root: No such file or directory
ERROR: You should not run icecast2 as root
Use the changeowner directive in the config file
[root at sphynxradio sphynx]#
PLEASE NOTE THAT THE CHANGEOWNER DIRECTIVE IN THE CONFIG FILE WAS
PREVIOUSLY EDITED AS:
<security>
<chroot>1</chroot>
<!--
<changeowner>
<user>root</user>...
2013 Jan 24
3
No sound on any stream.
...;
<loglevel>4</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
<logsize>10000</logsize>
<!-- <logarchive>1</logarchive> -->
</logging>
<security>
<chroot>0</chroot>
<changeowner>
<user>icecast</user>
<group>nogroup</group>
</changeowner>
</security>
</icecast>
Brad
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/iceca...
2011 Feb 22
3
Icecast start up script for icecast
...ROOT HERE IS THE ERROR WE RECEIVED?
>
>
>
> [root at sphynxradio sphynx]# icecast -c /usr/local/etc/icecast.xml
> WARNING: Couldn't change server root: No such file or directory
>
>
> ERROR: You should not run icecast2 as root
> Use the changeowner directive in the config file
> [root at sphynxradio sphynx]#
>
> PLEASE NOTE THAT THE CHANGEOWNER DIRECTIVE IN THE CONFIG FILE WAS PREVIOUSLY EDITED AS:
>
>
>
>
>
> <security>
> <chroot>1</chroot>
>...
2015 Apr 07
1
Icecast won't start on system boot
...gt;Hello Steve!
>
>2015-04-02 17:32 GMT+02:00 Steve Matzura <sm at noisynotes.com>:
>> Ya know, there are none so blind ... IT'S BEEN COMMENTED OUT!
>>
>> <security>
>> <chroot>0</chroot>
>> <!--
>> <changeowner>
>> <user>admin</user>
>> <group>admin</group>
>> </changeowner>
>> -->
>> </security>
>
>That's why I always use an editor with *syntax highlighting* :)
Well that's a...
2005 Jan 02
0
Re: donŽt lose the listners at dj changing
...<accesslog>access.log</accesslog>
<errorlog>error.log</errorlog>
<loglevel>4</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
</logging>
<security>
<chroot>0</chroot>
<!--
<changeowner>
<user>radio</user>
<group>users</group>
</changeowner>
-->
<changeowner>
<user>radio</user>
<group>users</group>
</changeowner>
</security&...
2011 Feb 22
0
Icecast start up script for icecast
...TO START THE SERVER AS ROOT HERE IS THE ERROR WE RECEIVED?
>>
>> [root at sphynxradio sphynx]# icecast -c /usr/local/etc/icecast.xml
>> WARNING: Couldn't change server root: No such file or directory
>>
>> ERROR: You should not run icecast2 as root
>> Use the changeowner directive in the config file
>> [root at sphynxradio sphynx]#
>>
>> PLEASE NOTE THAT THE CHANGEOWNER DIRECTIVE IN THE CONFIG FILE WAS PREVIOUSLY EDITED AS:
>>
>>
>>
>> <security>
>> <chroot>1</chroot>
>> <!--...
2015 Feb 25
2
icecast and proxy
...ak in obscure ways, just as
reverse-proxies.
Icecast will happily listen on port 80 directly.
There are people who claim that it isn't possible, but that's because
they aren't capable to reverse the distro packaging breakage.
All it takes is to start the process as root and use the <changeowner>
directive to pass the information to which user to pivot after claiming
the privileged port.
Cheers
Thomas
2005 Jan 02
2
Re: don´t lose the listners at dj changing
> the use of <fallback-mount> and fallback-override> in the <mount>
> section is what you need for this. If the fallback stream is connected
> and is of the same format then the clients will be moved to it, and
> from
> it (if override is set).
>
> make sure the fallback stream is connected because if it is not then
> clients would have to be dropped.
2011 Feb 22
0
Icecast start up script for icecast
...> >
> >
> > [root at sphynxradio sphynx]# icecast -c /usr/local/etc/icecast.xml
> > WARNING: Couldn't change server root: No such file or directory
> >
> >
> > ERROR: You should not run icecast2 as root
> > Use the changeowner directive in the config file
> > [root at sphynxradio sphynx]#
> >
> > PLEASE NOTE THAT THE CHANGEOWNER DIRECTIVE IN THE CONFIG FILE WAS
> PREVIOUSLY EDITED AS:
> >
> >
> >
> >
> >
> > <security>
> >...
2013 Jan 24
3
No sound on any stream.
...;
<loglevel>4</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
<logsize>10000</logsize>
<!-- <logarchive>1</logarchive> -->
</logging>
<security>
<chroot>0</chroot>
<changeowner>
<user>icecast</user>
<group>nogroup</group>
</changeowner>
</security>
</icecast>
Brad
_______________________________________________
Icecast mailing list
Icecast at xiph.org
http://lists.xiph.org/mailm...