Displaying 20 results from an estimated 2000 matches similar to: "Need info"
2011 Feb 16
4
Getting an Icecast error
Hi,
I was able to run ./configure and make commands without any issues but when
I ran the make install command an error
was returned. Can you help me to find out why I keep getting this error:
make[3]: *** [install-binPROGRAMS] Error 1
make[3]: Leaving directory `/home/sphynx/src/icecast-2.3.2/src '
make[2]; *** [install-am] Error 2
make[2]: Leaving directory
2011 Feb 13
3
Icecast startup script for Centos 5.5
Hi all. me again!
I've decided after some good advice from Sascha
to go with a CentOS build. I've got icecast installed and running,
however I'm having difficulty in finding a script that will start the
icecast server on boot. Does anybody have one built, or know where I can
find one?
Ive kept everything pretty much standard in that the icecast
server uses user "icecast"
2011 Feb 20
7
Icecast start up script for icecast
On Sun, 20 Feb 2011, Geoff Shang wrote:
> To: Luis Barrett <getpaid00 at gmail.com>
> From: Geoff Shang <geoff at QuiteLikely.com>
> Subject: Re: [Icecast] Icecast start up script for icecast
>
> On Sun, 20 Feb 2011, Luis Barrett wrote:
>
>> We already have icecast install we our just trying to it
>> started. In the icecast started script we need the
2011 Apr 06
2
Compiling ices0.4 from source
Guys, i have icecast2 running on an opensuse 11.3 64 bit os.
unfortunately, opensuse comes with ices2 which only does ogg streaming - - >
hence my need for ices0.4
i got the source and ran ./configure . there was lots of console output and
in the end i saw;
.Features:
XML : yes
Python : yes
Perl : yes
LAME : yes
Vorbis : yes
MP4 : yes
FLAC : yes
Then i did
2011 Feb 13
3
Icecast startup script for Centos 5.5
Ive just tried running that but I'm getting this error:
[root at junglised ~]# rpm -ivh
http://download.fedoraproject.org/pub/epel/5/i386/icecast-2.3.2-4.el5.i386.rpm
Retrieving
http://download.fedoraproject.org/pub/epel/5/i386/icecast-2.3.2-4.el5.i386.rpm
error: skipping
http://download.fedoraproject.org/pub/epel/5/i386/icecast-2.3.2-4.el5.i386.rpm
- transfer failed - Unknown or
2011 Feb 21
4
Icecast start up script for icecast
Ok well you state yourself that you are getting an XML error when you try to
start icecast... Have you attempted to validate your XML?
>>*Fatal: error parsing config file [icecast/usr/local/etc/icecast.xml]*
*
*
*What command are you running to start it? i would assume it's "icecast -c
/icecast/usr/local/etc/icecast.xml" which would mean to me that somehow you
have a top level
2011 Feb 14
2
Icecast startup script for Centos 5.5
Thanks Keith for the pointers on icecast and ices-cc installation how-to.
I followed the instructions and completed the two installations in no time.
Once, the two programs are installed on CentOS, what's next.
Lend a guiding hand to an eager newbie. And keep those straight guidelines
coming, please.
TIA
On Sun, February 13, 2011 17:14, Keith Roberts wrote:
> On Sun, 13 Feb 2011, Huw -
2011 Feb 22
3
Icecast start up script for icecast
my guess would be that the sphynx user does not have permission to write to
the folder /var/log/icecast
try running the following command:
chown sphynx.sphynx /var/log/icecast
then as root you can execute:
icecast -c /usr/local/etc/icecast.xml
The reason you can run the icecast command as root is because when you set
<chroot>1</chroot> in the <security> section (which you
2011 Feb 20
3
Icecast start up script for icecast
We already have icecast install we our just trying to it started. In the
icecast started script we need the icecast.pid file
and we just want to know were in the directory is the icecast.pid file or do
we have to create one if we do in which directory?
Thank you,
Luis Barrett
On Sun, Feb 20, 2011 at 9:29 AM, Jonathan Narvaez <jonaabd07 at gmail.com>wrote:
> install you icecast from
2011 Feb 20
4
Need Help
Hi,
We realized that there are certain parameters within icecast that request
specific directory path
address for the program to connect upon start up...we are now trying to find
an icecast.pid file
but we have not been able to find it in any of the directories. Do you know
were we can find that
file?
Thank you,
Luis Barrett
-------------- next part --------------
An HTML attachment was
2011 Feb 24
3
We can not start up icecast
When you get this error message, further details are available in the
icecast error log, unless you've disabled error logging.
If you've disabled error logging, then re-enable it. Then you'll be
able to read the log file.
Mike
On Wed, Feb 23, 2011 at 8:33 PM, Luis Barrett <getpaid00 at gmail.com> wrote:
> Hi,
>
> We try the config that you gave us and still we our
2011 Feb 22
3
Icecast start up script for icecast
sorry, for the dup email here... my first reply was composed as html...
I think you should read 'man chown', it looks to me as though
the first command you got from Fu Kite may have been a typo,
unless there is something i don't know about putting a '.' between
the user and group name in chown.
i think what you wanted to do was (notice the colon):
$ chown -R sphynx:sphynx
2011 Feb 13
1
Dose anyone know how to install icecast on Red Hat Enterprise Linux ES release 4
Hi,
I'm starting an online internet radio station and my server Linux Distro is
Red Hat Enterprise Linux ES release 4 (Nahant Update 4) and I want to
install icecast so I can stream music and video onto my website. I already
check the package manger to see if it was there and it was not so how do I
install icecast?
Thank you,
Luis
-------------- next part --------------
An HTML attachment
2011 Jan 13
4
(no subject)
please can you tell me how i can get listeners to listen to my station do i need to register it with someone ,and has it got a wave number so people can get it please help i have downloaded the software and it says running in the icemaster box ,,,many thanks john ,,galaxy disco
2011 Feb 16
1
Getting an Icecast error
On Wed, 16 Feb 2011, michel memeteau wrote:
> To: Luis Barrett <getpaid00 at gmail.com>
> From: michel memeteau <michel.memeteau at gmail.com>
> Subject: Re: [Icecast] Getting an Icecast error
>
> 2011/2/16 Luis Barrett <getpaid00 at gmail.com>:
>> Hi,
>>
>> I was able to run ./configure and make commands without any issues but when
>> I
2011 Feb 20
2
Icecast start up script for icecast
Hi,
Which directory within the Linux Red Hat Enterprise Linux ES release 4
(Nahant Update 4)
should be the icecast.xml start up?
Thank you,
Luis Barrett
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/icecast/attachments/20110220/93377106/attachment.htm
2011 Jun 14
2
Need Assistant
Hi,
I have a few questions I hope you someone can answer:
1.) We need the info to access the cpanel and configure icecast2...? I don't
believe we
ever received the info when it was installed.
http://174.141.228.168:8000/admin/
2.) Where can we find the html code to an mp3 or wav player that will
broadcast the
signal sent to icecast2 from our source? (to place on our existing website
2012 Mar 17
2
Multpiple sound cards with ices client?
I was wondering is it possible to use the ices client with
more that one soundcard under Centos Linux?
I only want to stream one mono audio feed to icecast, but am
already using the Line input of my sound card for something
else, and the mic input might be far to sensitive.
TIA
Keith
-----------------------------------------------------------
Websites:
http://www.karsites.net
2011 Feb 23
2
We can not start up icecast
Try this config and see if it's running...
From: icecast-bounces at xiph.org [mailto:icecast-bounces at xiph.org] On Behalf Of michel memeteau
Sent: Wednesday, February 23, 2011 2:16 PM
To: Luis Barrett
Cc: icecast at xiph.org
Subject: Re: [Icecast] We can not start up icecast
Please Luis , stop recreating new email thread , it's really annoying
answer the last email on your previous
2012 Jul 15
6
New /boot/message file?
I've just updated my 5.8 box and there's a new kernel to be
installed.
Looking at /boot/ directory I see this file called message:
-rw-r--r-- root root 80032 Mar 12 2009 message
Can anyone twll me what this message file is for please?
Is this a new grub or kernel file?
Kind Regards,
Keith
-----------------------------------------------------------
Websites: