Displaying 3 results from an estimated 3 matches for "icecast_pid".
Did you mean:
icecast2_pid
2004 Aug 06
3
Propping up liveice
...#
# TODO: It's possible that all the processes are alive, but that the
# liveice source has become disconnected from the icecast server
# somehow. We need a way to check for this condition, too.
LIVEICE_PIDS=`pgrep -u nobody 'liveice|lame'`
LIVEICE_PIDNUM=`echo $LIVEICE_PIDS | wc -w`
ICECAST_PIDS=`pgrep -u nobody 'icecast'`
ICECAST_PIDNUM=`echo $ICECAST_PIDS | wc -w`
if [ "$ICECAST_PIDNUM" -lt "6" ] ; then
kill -9 $LIVEICE_PIDS $ICECAST_PIDS >/dev/null 2>/dev/null
sleep 5
cd /usr/local/icecast/bin
su nobody -c ./start_streaming
echo &q...
2015 Nov 02
1
Edit icecast.xml while server running
ps aux |grep icecast
kill -s SIGHUP icecast_pid
03.11.2015 0:42, Jeremiah Rogers ?????:
> How do I send SIGHUP?
>
> Jeremiah Rogers
> Cell: 704-996-5334
> Email: jeremiahzrogers at gmail.com
> Social Networking: /jzrogers
>
>
>> On Oct 22, 2015, at 00:50, Philipp Schafft <lion at lion.leolix.org> wrote:
>&...
2015 Oct 22
3
Edit icecast.xml while server running
Good morning,
On Wed, 2015-10-21 at 10:02 -0700, M M wrote:
> I believe many Windows devs would just monitor the filesystem for
> changes to the config file, and then re-read it when it has changed.
I was told that I implemented config reload via the web interface for
that reason[0]. Seems I forgot about it. I'm sorry for that.
You can find it as a button in the 'Global server