ich habe eben von http://www.icecast.org die Sourcen geladen und installiert. Nun habe ich folgendes Problem:
Starte ich als root icecast mit folgendem Befehl:
Code: Select all
icecast -c /home/icecast/icecast.xml
Code: Select all
server:/home/icecast # icecast -c /home/icecast/icecast.xml
/home/icecast/icecast.xml:180: parser error : Opening and ending tag mismatch: chroot line 173 and security
</security>
^
/home/icecast/icecast.xml:181: parser error : Opening and ending tag mismatch: security line 172 and icecast
</icecast>
^
/home/icecast/icecast.xml:182: parser error : Premature end of data in tag icecast line 1
FATAL: error parsing config file (/home/icecast/icecast.xml)
XML config parsing error
Code: Select all
<security>
<chroot>0/chroot>
<!--
<changeowner>
<user>icecast</user>
<group>users</group>
</changeowner>
-->
</security>
</icecast>
Versuche ich als root den Ice zu starten bekomm ich obige Fehlermeldung.
Kann vielleicht jemand helfen?
Uli