Why does cpanel want to remove ices files? How can I prevent this from occurring? What I get is /libexec/ld-elf.so.1: Shared object "libshout.so.3" not found, required by "ices" after cpanel does it nightly updates. Also if I do a SIGHUP to ices to update a playlist, do I just need to issue the command ices SIGHUP? What would be the correct format. Again, I apologize for my ignorance.. I am totally new to icecast and streaming video/audio with icecast. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/icecast/attachments/20050427/ec48ea79/attachment.html
> Also if I do a SIGHUP to ices to update a playlist, do I just need to issue > the command ices SIGHUP? What would be the correct format.Use: kill -s SIGHUP IcesPid where "IcesPid" is the PID of the running Ices. Ices saves a file called ices.pid which gives you a handy reference for this, so I do kill -s SIGHUP < /path/to/ices.pid Dan
On 4/27/05, Engineering <engineering@owltechnology.net> wrote:> > > Why does cpanel want to remove ices files? How can I prevent this from > occurring?Not knowing what 'cpanel' is, I can't help you with this.> > What I get is /libexec/ld-elf.so.1: Shared object "libshout.so.3" not found, > required by "ices" after cpanel does it nightly updates. > > > > Also if I do a SIGHUP to ices to update a playlist, do I just need to issue > the command ices SIGHUP? What would be the correct format.You don't need to send ices a SIGHUP to get it to reread a playlist file, it does that automatically. Mike
cPanel & WebHost Manager (WHM) is a next generation web hosting control panel system, http://www.cpanel.net/ -----Original Message----- From: Michael Smith [mailto:mlrsmith@gmail.com] Sent: Wednesday, April 27, 2005 4:18 AM To: Engineering Cc: icecast@xiph.org Subject: Re: [Icecast] cpanel and ices On 4/27/05, Engineering <engineering@owltechnology.net> wrote:> > > Why does cpanel want to remove ices files? How can I prevent this from > occurring?Not knowing what 'cpanel' is, I can't help you with this.> > What I get is /libexec/ld-elf.so.1: Shared object "libshout.so.3" notfound,> required by "ices" after cpanel does it nightly updates. > > > > Also if I do a SIGHUP to ices to update a playlist, do I just need toissue> the command ices SIGHUP? What would be the correct format.You don't need to send ices a SIGHUP to get it to reread a playlist file, it does that automatically. Mike