PDA

View Full Version : shoutcast wont log...


nphase
20th December 2004, 23:30
im having some problems with the shoutcast server. i wrote a bash script to load it:

start.sh:
/home/nphase/shoutcast/sc_serv /home/nphase/shoutcast/conf/$1 &
echo $!

it doesnt log to begin with.
so i quit out of start.sh, and it again doesnt log.

whats going on?

MegaRock
21st December 2004, 01:17
Check your configuration file and see if logging is enabled. Suppose depending on what user you start the process under you might also want to make sure that user has write access in the logging directory.

nphase
21st December 2004, 02:42
not the problem, but solution found.
thanks :)