search for: event_config_read

Displaying 5 results from an estimated 5 matches for "event_config_read".

2004 Aug 06
3
Re-reading config file not working?
I sent this before but I figured I'd send it again since my current method is rather kludgey... Whenever I try to send a HUP to icecast it always fails when re-reading the config file: EROR event/event_config_read Error parsing config, not replacing existing config However I know the config is good because the server starts up without any issues (right now I've had to resort to just sending a TERM then starting it right back up). Anyone else having this problem? Is it something that is being addressed?...
2004 Aug 06
0
icecast & HUP
I have this strange problem where when I try to reload my config by sending a HUP to the icecast process it produces this in the error.log file: [2004-01-15 21:06:07] INFO connection/connection_accept_loop Scheduling config reread ... [2004-01-15 21:06:07] EROR event/event_config_read Error parsing config, not replacing existing config [2004-01-15 21:06:07] EROR event/event_config_read Parse error in reading /usr/local/icecast/etc/icecast.xml However the server starts up and works as expected... Any ides? -- Rhygin <rhygin@ragga-jungle> http://www.ragga-jungle.com ht...
2006 Oct 27
0
SIGHUP to icecast running in chroot mode
...-10-27 12:32:37] INFO auth/auth_run_thread Authentication thread started [2006-10-27 12:33:10] WARN config I/O [2006-10-27 12:33:10] WARN config warning : [2006-10-27 12:33:10] WARN config failed to load external entity "/home/icecast/etc/icecast.xml" [2006-10-27 12:33:10] EROR event/event_config_read Error parsing config, not replacing existing config [2006-10-27 12:33:10] EROR event/event_config_read Parse error in reading /home/icecast/etc/icecast.xml For a quick fix I just make symbolic link: %ls -l /home/icecast/home/icecast/etc/icecast.xml lrwxr-xr-x 1 icecast icecast 16 Oct 27 12:36...
2004 Aug 06
0
Re-reading config file not working?
Rhygin wrote: > I sent this before but I figured I'd send it again since my current > method is rather kludgey... > > Whenever I try to send a HUP to icecast it always fails when re-reading > the config file: > EROR event/event_config_read Error parsing config, not replacing existing config > > However I know the config is good because the server starts up without > any issues (right now I've had to resort to just sending a TERM then > starting it right back up). > > Anyone else having this problem? Is it some...
2004 Aug 06
2
improved error.log output --diff
...source) { - DEBUG0("Source not found for client"); + DEBUG0("Source not found for client, %s", client->con->ip); client_send_404(client, "The source you requested could not be found."); } } @@ -886,7 +886,7 @@ event_config_read(con->event); break; default: - ERROR1("Unknown event number: %d", con->event_number); + ERROR1("Unknown event number: %d, %s", con->event_number, client->con->ip);...