PDA

View Full Version : Cuestion about of restart shoutcast


Cracke
2nd July 2006, 15:59
Hello People.I am a user of shoutcast in my linux Fedora 4 core.

I do not understand about the reboot servers.

The servers its in root/shoutcast/server1(server2,server3 etc etc),and in the folders,its running sc_serv and all the configs,but do not think reboot servers and restart server.

Whats the command of the Putty?

Thanks,and sorry for my english.

fc*uk
2nd July 2006, 19:26
http://linux.about.com/od/commands/l/blcmdl1_kill.htm

may be what you need. Just kill sc_serv as well as sc_trans and every other instance that they spawn.

Or you could just do: killall -HUP sc_serv ... -HUP will cause the process to die and then automatically restart itself.

Cracke
2nd July 2006, 20:14
Perfect.Working fine!!

Thanks !!!