<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=us-ascii" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
On 10/05/2010 11:52 PM, W2LIE wrote:
<blockquote cite="mid:6dc1b69e000e4eff50a7d3405c809150@w2lie.net"
 type="cite">
  <pre wrap="">Hi All,
I've recently upgraded my hosting to a VPS running CentOS.
I'm trying to configure the VPS to launch Icecast as a service so that
Icecast starts if the virtual server reboots, or Icecast stops running.
I've found several scripts out there to place in my init.d folder, but
nothing seems to work for me as of yet.

Here is my Icecast2 setup:

Location=/usr/local/bin
CONF_FILE=/usr/local/etc/icecast.xml

Icecast does run fine by itself if I launch it from the command file as 
./icecast -b -c /usr/local/etc/icecast.xml</pre>
</blockquote>
<br>
What happens when you run the init script from the command line as root?<br>
<br>
What happens when you launch the init script with the service command?:<br>
<blockquote><font face="Courier New, Courier, monospace">service
icecast status</font><br>
  <font face="Courier New, Courier, monospace">service icecast start</font><br>
  <font face="Courier New, Courier, monospace">service icecast restart</font><br>
</blockquote>
<br>
If that works, then you simply need to enable it under system V.<br>
<br>
(I'm currently running Icecast just fine under RHES5.)<br>
<br>
john<br>
</body>
</html>