[icecast-dev] Source not found for client
Karl Heyes
karl at pts.tele2.co.uk
Thu Feb 20 07:43:06 PST 2003
On Thu, 2003-02-20 at 14:27, Mike Wohlgemuth wrote:
> [2003-02-19 21:58:54] DBUG connection/_handle_get_request Client connected
> [2003-02-19 21:58:54] DBUG connection/_handle_get_request Source not
> found for client
>
> I don't see any output from ices after the initial startup output,
> either in the ices.log (which never gets created) or on STDOUT or STDERR.
congratulations you found a bug ! icecast went in a busy loop
attached is a fix for it.
karl.
<p>
--- icecast/src/connection.c 2003-02-20 15:16:41.000000000 +0000
+++ icecast.cvs/src/connection.c 2003-02-20 15:35:11.000000000 +0000
@@ -427,6 +427,7 @@
user = mountinfo->username;
break;
}
+ mountinfo = mountinfo->next;
}
if(!pass) {
<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-dev-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the Icecast-dev
mailing list