| View previous topic :: View next topic |
| Author |
Message |
TheReaper
Joined: 10 Aug 2009 Posts: 3
|
Posted: Mon Aug 10, 2009 6:16 pm Post subject: How to reload Icecast2 on a Debian Server |
|
|
Hey,
i have the following problem:
I run a Debian Server with Icecast2 on it. The thing is everytime I change the passwords, users or mount points I have to restart the Icecast2 server. Is there a way to simply reload the config file via the shell?
I already tried to connect to the admin console via telnet and port 8000, but putty waits a few seconds, and then closes itself. |
|
| Back to top |
|
 |
jcr Modérateur français

Joined: 14 Apr 2006 Posts: 544 Location: France, Auvergne
|
Posted: Mon Aug 10, 2009 8:18 pm Post subject: |
|
|
use:
/etc/init.d/icecast2 reload
command, this wille not kill instance _________________ Epsilon Friends Radio Icecast Radio on CentovaCast admin panel. Icecast hosting |
|
| Back to top |
|
 |
TheReaper
Joined: 10 Aug 2009 Posts: 3
|
Posted: Mon Aug 10, 2009 8:30 pm Post subject: |
|
|
I compiled it by myself and don't have a init-script
And I would be happy to know how this works without anyway. |
|
| Back to top |
|
 |
jcr Modérateur français

Joined: 14 Apr 2006 Posts: 544 Location: France, Auvergne
|
Posted: Mon Aug 10, 2009 8:33 pm Post subject: |
|
|
You couls have it installes by simply use:
apt-get install icecast2
This would haved saved you much trouble, specially if you don't master Debian end don't know how to make your own carfted init scripts. _________________ Epsilon Friends Radio Icecast Radio on CentovaCast admin panel. Icecast hosting |
|
| Back to top |
|
 |
TheReaper
Joined: 10 Aug 2009 Posts: 3
|
Posted: Mon Aug 10, 2009 8:37 pm Post subject: |
|
|
| Well I know how to make my own init scripts, but is there no other way than using an init script? |
|
| Back to top |
|
 |
jcr Modérateur français

Joined: 14 Apr 2006 Posts: 544 Location: France, Auvergne
|
Posted: Mon Aug 10, 2009 8:50 pm Post subject: |
|
|
You might pilot by yourself running PID and send HUP messages, but it's easier and more convenient using init scripts.
Why would you like reinvent the wheel ? _________________ Epsilon Friends Radio Icecast Radio on CentovaCast admin panel. Icecast hosting |
|
| Back to top |
|
 |
|