I’ve been trying for two days now to get shoutcast running on my Centos 6 droplet with zero luck Everything installs fine Edited all the necessary files using multiple references from various websites. I’ve set up shoutcast before but this is my first time on Digital Ocean. Curious if anyone else has gotten it running and if so, do you have any advice or tricks you had to do?
I’m logged in as root and I run the following screen ./sc_serv sc_serv_basic.conf
2013-11-27 15:34:11 I msg:<> Logger startup 2013-11-27 15:34:11 I msg:<> version 2.0.0.29 2013-11-27 15:34:11 D msg:<> 2013-11-27 15:34:11 I msg:************************************************************ 2013-11-27 15:34:11 I msg:** SHOUTcast Distributed Network Audio Server (DNAS) 2013-11-27 15:34:11 I msg:** Copyright © 1999-2011 Nullsoft, Inc. All Rights Reserved. 2013-11-27 15:34:11 I msg:** Use “sc_serv filename.conf” to specify a config file. 2013-11-27 15:34:11 I msg:*************************************************************** 2013-11-27 15:34:11 I msg:[SHOUTcast] DNAS/posix(linux x64) v2.0.0.29 (Jul 31 2011) starting up… 2013-11-27 15:34:11 I msg:[MAIN] PID: 1441 2013-11-27 15:34:11 I msg:[MAIN] Loaded config from sc_serv_basic.conf 2013-11-27 15:34:11 I msg:[MAIN] Calculated CPU count is 1 2013-11-27 15:34:11 I msg:[MAIN] Starting 1 network threads 2013-11-27 15:34:11 E msg:No such file or directory 013-11-27 15:34:11 I msg:[MAIN] Runner shutdown 2013-11-27 15:34:11 I msg:<***> Logger shutdown
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
I have the same problem.
Hello, did you finally get it working? any advice?
Do these files exist? (you can run <code>ls</code> on them to see if they do). <br><pre>/test.aac <br>control/sc_serv.rip <br>control/sc_serv.ban <br>logs/sc_serv.log <br>logs/sc_w3c.log</pre> <br> <br>Shoutcast is complaining that a file doesn’t exist, but it doesn’t say which file it is: <br><blockquote>2013-11-27 15:34:11 E msg:No such file or directory </blockquote>
Yeah, it exists Here is the pastebin <br>http://pastebin.com/79LuqDEq <br>
<blockquote>2013-11-27 15:34:11 E msg:No such file or directory </blockquote> <br>Are you sure <code>sc_serv_basic.conf</code> exists? If yes, please pastebin its contents.