Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
07-13-2009, 11:43 AM
|
#1
|
Member
Registered: Feb 2008
Location: Emmer-compascuum
Distribution: redhat* debian* arch* slack*
Posts: 216
Rep:
|
icecast: Server startup failed. Exiting
icecast -c /etc/icecast.xml
server startup failed. exiting??
here is my icecast configuration
Code:
<icecast>
<limits>
<clients>100</clients>
<sources>2</sources>
<threadpool>5</threadpool>
<queue-size>102400</queue-size>
<client-timeout>30</client-timeout>
<header-timeout>15</header-timeout>
<source-timeout>10</source-timeout>
<burst-on-connect>1</burst-on-connect>
<burst-size>65536</burst-size>
</limits>
<authentication>
<source-password>geenidwat</source-password>
<relay-password>geenidwatrelay</relay-password>
<admin-user>vlip</admin-user>
<admin-password>geenidwat3</admin-password>
</authentication>
<hostname>127.0.0.1</hostname>
<listen-socket>
<port>8000</port>
<bind-address>127.0.0.1</bind-address>
</listen-socket>
<playlist>
<item>
<filename>http://www.activeradio.nl/listen.m3u</filename>
<artist>stream</artist>
<title>Activeradio.nl Stream</title>
</item>
<item>
<filename>http://www.activeradio.nl/listen.m3u</filename>
<artist>stream</artist>
<title>Activeradio.nl</title>
</item>
</playlist>
<paths>
<basedir>./</basedir>
<logdir>/home/roel/icecast/logs</logdir>
<pidfile>./icecast.pid</pidfile>
<webroot>./web</webroot>
<adminroot>./admin</adminroot>
<alias source="/foo" dest="/bar"/>
</paths>
<logging>
<accesslog>access.log</accesslog>
<errorlog>error.log</errorlog>
<loglevel>4</loglevel>
</logging>
<security>
<chroot>0</chroot>
<changeowner>
<user>nouser</user>
<group>nogroup</group>
</changeowner>
</security>
</icecast>
i tried diffrent setups of icecast.xml from the website but all no chance
can anybody please help me!
|
|
|
07-13-2009, 02:24 PM
|
#2
|
Member
Registered: Feb 2008
Location: Emmer-compascuum
Distribution: redhat* debian* arch* slack*
Posts: 216
Original Poster
Rep:
|
no logmessages :s
|
|
|
07-13-2009, 02:32 PM
|
#3
|
Member
Registered: Feb 2008
Location: Emmer-compascuum
Distribution: redhat* debian* arch* slack*
Posts: 216
Original Poster
Rep:
|
ok whithout help i got it working,,
now i want to stream some external stream into my icecast?? what do i need in script for that?
|
|
|
07-16-2009, 04:17 AM
|
#4
|
Member
Registered: Feb 2008
Location: Emmer-compascuum
Distribution: redhat* debian* arch* slack*
Posts: 216
Original Poster
Rep:
|
Quote:
Originally Posted by R03L
ok whithout help i got it working,,
now i want to stream some external stream into my icecast?? what do i need in script for that?
|
ho did i get it working,,
open commandline : killall icecast
|
|
|
07-19-2009, 04:09 AM
|
#5
|
LQ Newbie
Registered: Apr 2006
Posts: 5
Rep:
|
hey RO3L
I have the same issue: server startup failed. exiting. ...without logs
how did you solve it?
|
|
|
07-20-2009, 04:39 AM
|
#6
|
Member
Registered: Feb 2008
Location: Emmer-compascuum
Distribution: redhat* debian* arch* slack*
Posts: 216
Original Poster
Rep:
|
open console and type killall icecast or sudo killall icecast
it should shut down and than try again
|
|
|
04-05-2011, 02:30 PM
|
#7
|
LQ Newbie
Registered: Apr 2011
Posts: 1
Rep:
|
soluction error icecast2
in my case had a program running on the same server port icecast2 finalized the program and the server started normally.
|
|
|
08-15-2012, 07:30 PM
|
#8
|
LQ Newbie
Registered: Aug 2012
Posts: 1
Rep: 
|
Same Problem
Hi, I get same problem in Ubuntu 12.04. Without log file too (empty file in /var/log/icecast2)
When I try to start (#sudo /ete/init.d/icecast2 start), I always get this notification :
# Starting icecast2: Starting icecast2
# Detaching from console
# icecast2.
# Server startup failed. Existing
I use standard icecast installation, I also tried "killall icecast2" / "kill icecast", changed into another port, but still get the problem.
What should I do to fix this issue?
ps : sorry because I can't speak English well.
|
|
|
07-17-2014, 08:21 PM
|
#9
|
LQ Newbie
Registered: Oct 2009
Distribution: SliTaz
Posts: 18
Rep:
|
If you are like me, you had forgotten to change the default port from "8000" to something else.
I needed to change that, because apache2 is already running on that port.
|
|
|
All times are GMT -5. The time now is 07:54 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|