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? Thanks, -Evan -- Rhygin <rhygin@ragga-jungle> http://www.ragga-jungle.com http://www.10lb-sound.com --- >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 Wed, 2004-02-04 at 22:22, 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 something that is being > addressed?What EROR message follows this ? are you using chroot ? karl. <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.
lists@scapa.dnsalias.net
2004-Aug-06 14:23 UTC
[icecast] 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 something that is being > addressed?This is just a wild guess ... but do you chroot() icecast? If yes, and your configuration is "somewhere else", it works at first because icecast chroots after reading its config. Once it is running, it might not find the .xml file anymore due to the chroot. If the problem goes away when you turn of <chroot>, that's probably the cause. <p>Moritz --- >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.
> This is just a wild guess ... but do you chroot() icecast? > > If yes, and your configuration is "somewhere else", it works at first > because icecast chroots after reading its config. Once it is running, it > might not find the .xml file anymore due to the chroot. > > If the problem goes away when you turn of <chroot>, that's probably the > cause.Ahhh... how silly of me... Didn't even think of the whole chroot() thing. Perhaps as a feature in the future after icecast does the chroot() it can remove the chroot path from the config file path stored in memory thus avoiding this problem. But I guess for now I'll just have to make some symlinks in my /usr/local/icecast directory. -Rhygin -- Rhygin <rhygin@ragga-jungle> http://www.ragga-jungle.com http://www.10lb-sound.com --- >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.