I'm running RedHat 7.2 (kernel 2.4.17) on a PII 300. I'm using Liveice with XMMS. I had no problem broadcasting with Shoutcast and Winamp back before I switched over to Linux. I'd love to get going on broadcasting... but Icecast refusing to open is a problem. Running icecast gives me the following. Starting thread engine... [04/Feb/2002:13:57:38] Icecast Version 1.3.10 Starting.. [04/Feb/2002:13:57:38] Starting Admin Console Thread... -> [04/Feb/2002:13:57:38] Starting main connection handler... -> -> [04/Feb/2002:13:57:43] Bind to socket on port 8005 failed. Shutting down now. -> [04/Feb/2002:13:57:43] Cleanly shutting down... -> [04/Feb/2002:13:57:43] Closing all listening sockets... -> [04/Feb/2002:13:57:43] Telling threads to die... -> [04/Feb/2002:13:57:43] Closing sockets for admins that keep hanging around... -> [04/Feb/2002:13:57:43] Closing sockets for sources that keep hanging around... -> [04/Feb/2002:13:57:43] Closing all remaining sockets... -> [04/Feb/2002:13:57:43] Waiting a wee while to let the other threads die.. -> [04/Feb/2002:13:57:49] Ok, that's enough, let's kill the remaining 1 bugger -> [04/Feb/2002:13:57:49] Closing and removing directory servers... -> [04/Feb/2002:13:57:49] Removing remaining sources... -> [04/Feb/2002:13:57:49] Exiting.. I can't find anything running on that port. I've tried running the server on various ports, and still nothing. Also, is there some sort of -verbose option that might shed some light on this problem? --- Julia Lunetta Listen to my music collection... http://julial.dhs.org:8005/ <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
LeDiva wrote:> I'm running RedHat 7.2 (kernel 2.4.17) on a PII 300. I'm using Liveice > with XMMS. I had no problem broadcasting with Shoutcast and Winamp back > before I switched over to Linux. I'd love to get going on broadcasting... > but Icecast refusing to open is a problem. > > Running icecast gives me the following. > > Starting thread engine... > [04/Feb/2002:13:57:38] Icecast Version 1.3.10 Starting.. > [04/Feb/2002:13:57:38] Starting Admin Console Thread... > -> [04/Feb/2002:13:57:38] Starting main connection handler... > -> -> [04/Feb/2002:13:57:43] Bind to socket on port 8005 failed. Shutting > down now.<p>Typically the reason for this failure is that there is already a process listening on port 8005. Make sure there isn't another icecast running (ps -aux | grep icecast) with the same configuration. Failing that, try a netstat -a and see if any programs are listening at port 8005. If there is one listening, you'll see an entry that looks like this: tcp 0 0 *:8005 *:* LISTEN If this is the case, there is another program using the same port. You might want to try another port instead of 8005. Another thing to check is to make sure that if you have hostname defined in your icecast.conf file that it is a valid hostname. In other words, if you have hostname defined as 198.162.1.1, that has to be a valid IP address for one of your network interfaces. That would probably also result in icecast failing to bind to the listen address. Chris <p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
On Mon, 4 Feb 2002, Jack Moffitt wrote:> > I'm running RedHat 7.2 (kernel 2.4.17) on a PII 300. I'm using Liveice > > with XMMS. I had no problem broadcasting with Shoutcast and Winamp back > > before I switched over to Linux. I'd love to get going on broadcasting... > > but Icecast refusing to open is a problem. > > Did you use the hostname parameter in the config file? If so, you > shouldn't.Ah. Apparently so. Thanks... I can't fiddle with the actual stream at the moment, but I'm successfully streaming individual files now. One question... when I try to check the web admin, I get a forbidden message in the browser, and the following in the server log: -> [04/Feb/2002:14:38:45] No mountfile found, refusing access to WWW admin for <my-work-ip.com> I'm missing the connection between mountfiles and accessing the web admin page. As far as I can tell, I have no mountpoints configured. --- Julia Lunetta Listen to my music collection... http://julial.dhs.org:8005/ <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
> I'm running RedHat 7.2 (kernel 2.4.17) on a PII 300. I'm using Liveice > with XMMS. I had no problem broadcasting with Shoutcast and Winamp back > before I switched over to Linux. I'd love to get going on broadcasting... > but Icecast refusing to open is a problem.Did you use the hostname parameter in the config file? If so, you shouldn't. jack. --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.