search for: handle_admin

Displaying 3 results from an estimated 3 matches for "handle_admin".

2004 Aug 06
1
99% cpu usage help
...> 2>/tmp/icecast.err to try and follow your advice. When I turned it > on, I got alot of "You can run, but you can't hide" lines over and > over in the icecast.out file. I tracked it down in the code and > found src/admin.c was printing the message. The function > handle_admin function has a while loop that prints the message which > is llike this. you probably want to set console_mode to 3 in your icecast.conf file... --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a...
2004 Aug 06
3
99% cpu usage help
I think the problem is that your icecast is wrong configured. If it has an configuratrion error that dows not shut it down at startup, it takes 99,9% cpu usage (thats my problem with, for example, a wrong path to configuration file at startup, or something like this). Greets, Stefan ----- Original Message ----- From: "Tim Hart" <heytph@yahoo.com> To: <icecast@xiph.org>
2004 Aug 06
0
99% cpu usage help
...t;/tmp/icecast.out and a 2>/tmp/icecast.err to try and follow your advice. When I turned it on, I got alot of "You can run, but you can't hide" lines over and over in the icecast.out file. I tracked it down in the code and found src/admin.c was printing the message. The function handle_admin function has a while loop that prints the message which is llike this. while (con->food.admin->alive && thread_alive (mt)) { /* con->sock will be STDOUT, so special case reading to use STDIN */ if (fd_read_line_nb(fileno(stdin), line, BUFSIZ...