<div>Hi, thanks for your response.</div><div><br></div><div>Based from your advice I try to check the XML used the command "xmllint --noout /etc/icecast2/icecast.xml" . Because I got response</div><div>"xmllint: command not found", I installed xmllint (sudo apt-get install libxml2-utils). After that, I check again (xmllint --noout /etc/icecast2/icecast.xml) and the result just return to the prompt (which means XML is correct ? ).</div>

<div><br></div><div>FYI, I run Ubuntu 12.04 & icecast2 (from default ports.ubuntu repository) in ARM Processor. </div><div><br></div><div>Is it possible to solve this problem?</div><div><br></div><div>Regards,</div><div>

Johanes </div><br><div class="gmail_quote">2012/8/16 Rücker Thomas <span dir="ltr"><<a href="mailto:thomas.ruecker@tieto.com" target="_blank">thomas.ruecker@tieto.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hi Johanes,<br>
<div class="im"><br>
On 16/08/12 11:32, Johanes Kunto wrote:<br>
> I have installed icecast2 use the standard Ubuntu installation<br>
> (apt-get install icecast2). I also have configured # Edit<br>
> /etc/icecast2/icecast.xml (only to change the passwords) and change<br>
> "ENABLE=true" in  /etc/default/icecast2.<br>
<br>
</div>That sounds correct.<br>
<div class="im"><br>
<br>
> My question :<br>
> When I tried to start Icecast (sudo /etc/init.d/icecast2 start), I<br>
> always get problem :<br>
> # Starting icecast2: Starting icecast2<br>
> # Detaching from console<br>
> # icecast2.<br>
> # Server startup failed. Existing<br>
<br>
</div>Our current error handling before log files are open isn't good, yeah.<br>
We're working on that for 2.4.<br>
<div class="im"><br>
<br>
> I tried to solve this problem using "killall icecast2" / "kill<br>
> icecast2", also changed port into another number (4000, 6000, etc).<br>
> Unfortunately I still have same problem. When I looked inside<br>
>  /var/log/icecast2, there is no error log.<br>
<br>
</div>sounds like it fails while parsing config or opening log files. Likely<br>
the former.<br>
<div class="im"><br>
<br>
> What should I do to fix regarding issue?<br>
<br>
</div>Please make sure that the config file is not malformed accidentally.<br>
An easy way to check for things is to run:<br>
xmllint --noout /etc/icecast2/icecast.xml<br>
<br>
If it just returns to the prompt, then the XML is correct.<br>
If you see an error message you'll need to have a look at the file.<br>
Error messages are only hints and the actual problem can be a few lines<br>
away.<br>
<br>
<br>
Hope that helps. Please let us know if it does.<br>
<br>
Cheers<br>
<br>
Thomas<br>
_______________________________________________<br>
Icecast mailing list<br>
<a href="mailto:Icecast@xiph.org">Icecast@xiph.org</a><br>
<a href="http://lists.xiph.org/mailman/listinfo/icecast" target="_blank">http://lists.xiph.org/mailman/listinfo/icecast</a><br>
</blockquote></div><br>