Re: icecast package

2004-10-02 Thread Caveman
Um anyone?? DUMP Caveman On Thu, 30 Sep 2004 17:27:11 +1000, Caveman <[EMAIL PROTECTED]> wrote: > have been trying to use the icecast-server package, but I am having troubles. > Whatever I do I get a error about connection refussed incorrect password. > > I know the icecast-server package req

Re: icecast

2004-08-26 Thread Marco van Putten
Hey Steven, Steven Jones schreef: I am looking to stream some of my own music, looks like icecast is a good candidate. can anyone offer/suggest?, 1) Good URLs for documentation? 2) Alternative applications for a Debian based box, if they are easier to do? You could also use mod_mp3. In debian it

RE: icecast

2004-08-26 Thread Steven Jones
neat. Steven -Original Message- From: Marco van Putten [mailto:[EMAIL PROTECTED] Sent: Friday, 27 August 2004 8:51 a.m. To: Steven Jones Cc: [EMAIL PROTECTED] Subject: Re: icecast Hey Steven, Steven Jones schreef: >I am looking to stream some of my own music, looks like icecast i

RE: icecast

2004-08-25 Thread Steven Jones
music system", so thanks for the tips on the other stuff I will need to look at. regards Steven -Original Message- From: Martin Theiß [mailto:[EMAIL PROTECTED] Sent: Thursday, 26 August 2004 8:41 a.m. To: [EMAIL PROTECTED] Subject: Re: icecast Hi Steven Jones, *, Steven Jones wrot

Re: icecast

2004-08-25 Thread Martin Theiß
Hi Steven Jones, *, Steven Jones wrote: > I am looking to stream some of my own music, looks like icecast is a > good candidate. > > can anyone offer/suggest?, > > 1) Good URLs for documentation? /usr/share/doc/icecast{,2}/ ;) > 2) Alternative applications for a Debian based box, if they are e

Re: icecast system requirements

2001-04-02 Thread Robert Voigt
The icecast mailing list is a better place to ask a question like this. http://www.xiph.org/icecast/list.html www.icecast.org

Re: icecast

2000-05-08 Thread ktb
A quick search at -- http://www.debian.org/distrib/packages shows that the client and server exist for frozen and unstable but not for stable. hth, kent [EMAIL PROTECTED] wrote: > > Anyone have any debs for icecast for slink (still... current stable :-) > > I'll install via source if needed

Re: icecast-server install error

2000-01-11 Thread Ryan White
Thanks for the hint. I was unaware of the --purge option in dpkg. It seems like thats all that needed to be done. There were files in /etc/rc* and I even deleted them but that was not helping. --purge worked! -Ryan On Mon, 10 Jan 2000, steve j. kondik wrote: > if the init.d script is trying to

Re: icecast-server install error

2000-01-11 Thread steve j. kondik
if the init.d script is trying to stop it, just do this: rm /etc/init.d/icecast touch /etc/init.d/icecast chmod +x /etc/init.d/icecast this will just make a dummy file that will satisfy dpkg so you can --purge it and try reinstalling it. -steve On 01/10/00 @ 04:39PM, Ryan White wrote: > > I se