Thanks for the superfast reaction.
You got me started thinking.
I got rid of the following lines number 3 and 8 hereunder. 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 Enrico Minack
Sent: Friday, February 20, 2004 1:29 PM
To: icecast@xiph.org
Subject: Re: [icecast] icecast 2.0.0 chroot problem
Try this:
<security>
<chroot>1</chroot> <!-- so that chage root is activated
-->
<changeowner>
<user>nobody</user> <!-- this must be an existing
user at
your
system -->
<group>nogroup</group> <!-- this must be an existing
group
at
you rsystem -->
</changeowner>
</security>
</icecast>
Enrico
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to
'icecast-request@xiph.org'
containing only the word 'unsubscribe' in the body. No subject is
needed.
Unsubscribe messages sent to the list will be ignored/filtered.
<p>--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to
'icecast-request@xiph.org'
containing only the word 'unsubscribe' in the body. No subject is
needed.
Unsubscribe messages sent to the list will be ignored/filtered.