Old 6th June 2006, 22:21   #1
lonebaen
Junior Member
 
Join Date: Jun 2006
Posts: 2
shoutcast server stability issues...

Shoutcast server is setup and working at http://www.kudo1080.com:8000 and transmitting the station signal at 24Kpbs/22Khz

The problem is that it just drops off line after a while. No error messages in any log on the server. Just dies. I was thinking of using xinet.d to setup the server as a service but get this as my reply when going to the url above:

*******************************************************************************
** SHOUTcast Distributed Network Audio Server
** Copyright (C) 1998-2004 Nullsoft, Inc. All Rights Reserved.
** Use "sc_serv filename.ini" to specify an ini file.
*******************************************************************************

which tells me that the xinet.d/shoutcast is not passing the server flags to the shoutcast server. Here is the /etc/xinet.d/shoutcast listing:

service shoutcast
{
disable = no
socket_type = stream
protocol = tcp
wait = no
user = nobody
instances = UNLIMITED
server = /usr/local/shoutcast/sc_serv
server_args = /etc/shoutcast/sc_serv.conf
}

so with that not working I am at a loss as to what to try next. Anyone have any ideas?

Here is the /etc/shoutcast/sc_serv.conf if anyone wants to point out any errors I might have:

MaxUser=125
Password=********
PortBase=8000
LogFile=/var/log/sc_serv.log
RealTime=0
ScreenLog=0
ShowLastSongs=1
TchLog=yes
WebLog=yes
W3CEnable=Yes
W3CLog=/var/log/sc_w3c.log
SrcIP=ANY
DestIP=ANY
Yport=80
NameLookups=1
AdminPassword=*******
AutoDumpUsers=0
AutoDumpSourceTime=30
ContentDir=/usr/local/shoutcast/content
TitleFormat=KUDO 1080AM - We're in it to win!
URLFormat=http://www.kudo1080.com/=%s
PublicServer=never
AllowRelay=No
AllowPublicRelay=No
MetaInterval=32768
ListenerTimer=600
BanFile=/usr/local/shoutcast/sc_serv.ban
RipFile=/usr/local/shoutcast/sc_serv.rip
Sleep=833




Thanks again in advance
lonebaen is offline   Reply With Quote
Old 6th June 2006, 23:56   #2
hackerdork
Forum King
 
hackerdork's Avatar
 
Join Date: Feb 2006
Location: Earth Circa sometime.
Posts: 3,297
you set the listener time to 10 mins
look!

ListenerTimer=600

Should be 0 for never

and you told the server to dump/disconnect after 30 seconds

look!

AutoDumpUsers=0
AutoDumpSourceTime=30

~ D

~ According to the ship's log we're down to our last 3000 vomit bags.It'll never be enough.
search the forums! don't PM me on how-to, or ask me to setup you system. you do it so you learn.

Last edited by hackerdork; 7th June 2006 at 00:37.
hackerdork is offline   Reply With Quote
Old 7th June 2006, 07:25   #3
lonebaen
Junior Member
 
Join Date: Jun 2006
Posts: 2
Quote:
Originally posted by hackerdork
you set the listener time to 10 mins
look!

ListenerTimer=600

Should be 0 for never

and you told the server to dump/disconnect after 30 seconds

look!

AutoDumpUsers=0
AutoDumpSourceTime=30

~ D
So that would account for the process to just disapear? When I use the ps -ef | grep sc_serv nothing shows up except the grep query. Shouldn't it log something or note that it is going away somewhere?
lonebaen is offline   Reply With Quote
Reply
Go Back   Winamp & Shoutcast Forums > Shoutcast > Shoutcast Technical Support

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump