I installed Icecast2 on my debian linux using the apt-get method.
When i test the icecast server under SSH it works.
However, when i try to start the icecast server from centovacast panel there's error.
I've tried icecast2 with ices2 and ices-cc autodj but both gives me the same error.
I will include the error log;
Stream could not be started: Server exited immediately after startup.
Return
Details:
Last 25 lines from the relevant log file:
===============================================================================
[2010-04-11 10:58:37] DBUG stats/modify_node_event update node clients (0)
[2010-04-11 10:58:37] DBUG stats/modify_node_event update node clients (1)
[2010-04-11 10:58:37] DBUG stats/modify_node_event update node connections (74)
[2010-04-11 10:58:37] DBUG auth/add_authenticated_listener Stats request, sending XSL transformed stats
[2010-04-11 10:58:37] DBUG xslt/xslt_get_stylesheet Using cached sheet 2
[2010-04-11 10:58:37] DBUG fserve/fserve_add_client Adding client to file serving engine
[2010-04-11 10:58:37] DBUG stats/modify_node_event update node client_connections (71)
[2010-04-11 10:58:37] DBUG stats/modify_node_event update node clients (0)
[2010-04-11 10:58:38] DBUG auth/add_authenticated_listener Stats request, sending XSL transformed stats
[2010-04-11 10:58:38] DBUG xslt/xslt_get_stylesheet Using cached sheet 2
[2010-04-11 10:58:38] DBUG fserve/fserve_add_client Adding client to file serving engine
[2010-04-11 10:58:38] DBUG stats/modify_node_event update node clients (1)
[2010-04-11 10:58:38] DBUG stats/modify_node_event update node connections (75)
[2010-04-11 10:58:38] DBUG stats/modify_node_event update node client_connections (72)
[2010-04-11 10:58:38] DBUG stats/modify_node_event update node clients (0)
[2010-04-11 10:58:58] INFO sighandler/_sig_die Caught signal 2, shutting down...
[2010-04-11 10:58:58] DBUG connection/_handle_connection Connection thread done
[2010-04-11 10:58:58] INFO main/main Shutting down
[2010-04-11 10:58:58] INFO fserve/fserve_shutdown file serving thread stopped
[2010-04-11 10:58:58] DBUG slave/slave_shutdown waiting for slave thread
[2010-04-11 10:58:58] INFO slave/_slave_thread shutting down current relays
[2010-04-11 10:58:58] INFO slave/_slave_thread Slave thread shutdown complete
[2010-04-11 10:58:58] INFO auth/auth_shutdown Auth shutdown
[2010-04-11 10:58:58] INFO yp/yp_shutdown YP thread down
[2010-04-11 10:58:59] INFO stats/stats_shutdown stats thread finished
Do you have any idea how to solve this?
Many thanx,
Henk van Drunen