| View previous topic :: View next topic |
| Author |
Message |
Anonymous Guest
|
Posted: Sat Oct 21, 2006 8:52 am Post subject: how to install icecast |
|
|
| how to install icecast on Fedora i686. with ssh can anyone help me out plz |
|
| Back to top |
|
 |
jcr Modérateur français

Joined: 14 Apr 2006 Posts: 544 Location: France, Auvergne
|
Posted: Sat Oct 21, 2006 12:14 pm Post subject: Re: how to install icecast |
|
|
| cws82us1 wrote: |
| how to install icecast on Fedora i686. with ssh can anyone help me out plz |
yum install icecast _________________ Epsilon Friends Radio Icecast Radio on CentovaCast admin panel. Icecast hosting |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Sun Oct 22, 2006 9:18 am Post subject: |
|
|
| Do you no how to do it on ssh |
|
| Back to top |
|
 |
jcr Modérateur français

Joined: 14 Apr 2006 Posts: 544 Location: France, Auvergne
|
Posted: Sun Oct 22, 2006 11:41 am Post subject: |
|
|
| cws82us1 wrote: |
| Do you no how to do it on ssh |
ssh yourlogin@your.host
When logged in:
su -
Your root password
then yum install icecast
Edit /etc/icecast.xml for your passwords, mounts...
Start icecast daemon with:
chkconfig --level 35 icecast on
/etc/init.d/icecast start _________________ Epsilon Friends Radio Icecast Radio on CentovaCast admin panel. Icecast hosting |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Mon Oct 30, 2006 7:32 am Post subject: |
|
|
[root@server /]# yum install icecast
Gathering header information file(s) from server(s)
Server: Fedora Core 2 - i386 - Base
Server: Fedora Core 2 - i386 - Released Updates
Finding updated packages
Downloading needed headers
Cannot find a package matching icecast
No actions to take
what happend?
what I do? |
|
| Back to top |
|
 |
jcr Modérateur français

Joined: 14 Apr 2006 Posts: 544 Location: France, Auvergne
|
Posted: Mon Oct 30, 2006 10:48 am Post subject: |
|
|
| poshtiban wrote: |
Server: Fedora Core 2 - i386 - Base
Server: Fedora Core 2 - i386 - Released Updates
|
Fedora Core 2 is a somewhat old distribution Current stable and maintained release if Fedora Core 6.
As far as I remember, icecast package was added in Fedora Core 4 and is in the extra packages repository.
You should upgrade your distro to something more recent
Or you could rebuild a package from the src RPM available on most mirrors.
Tu install from source RPM, you install src package, then cd /usr/src/redhat/SPECS and type:
rpmbuild -bb icecast.spec
You need the rpm-devel package  _________________ Epsilon Friends Radio Icecast Radio on CentovaCast admin panel. Icecast hosting |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Mon Oct 30, 2006 12:34 pm Post subject: |
|
|
I downloaded icecast-2.3.1-0.src.rpm in /home/arash
please send me describe of install full
thanks |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Mon Oct 30, 2006 12:59 pm Post subject: |
|
|
[root@server SPECS]# rpmbuild -bb icecast.spec
error: Failed build dependencies:
libxslt-devel is needed by icecast-2.3.1-0
libtheora-devel is needed by icecast-2.3.1-0
speex-devel is needed by icecast-2.3.1-0
-------------------------------------------------------------
[root@server SPECS]# yum install rpm-devel
Gathering header information file(s) from server(s)
Server: Fedora Core 2 - i386 - Base
Server: Fedora Core 2 - i386 - Released Updates
Finding updated packages
Downloading needed headers
rpm-devel is installed and is the latest version.
No actions to take
-------------------------------------------------------------
what I do? |
|
| Back to top |
|
 |
jcr Modérateur français

Joined: 14 Apr 2006 Posts: 544 Location: France, Auvergne
|
Posted: Mon Oct 30, 2006 3:45 pm Post subject: |
|
|
| poshtiban wrote: |
[root@server SPECS]# rpmbuild -bb icecast.spec
error: Failed build dependencies:
libxslt-devel is needed by icecast-2.3.1-0
libtheora-devel is needed by icecast-2.3.1-0
speex-devel is needed by icecast-2.3.1-0
{Stuff deleted}
what I do? |
Well, rpmbuild clearly says what's missing, some devel-packages
When it tells something like that, it's very simple:
yum install libxslt-devel libtheora-devel speex-devel
Devel packages are NOT installed by default, you must install them when you need compiling something which needs header files for libraries. _________________ Epsilon Friends Radio Icecast Radio on CentovaCast admin panel. Icecast hosting |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Mon Oct 30, 2006 4:03 pm Post subject: |
|
|
I install libxslt-devel and speex-devel succesfully but when I want install libtheora-devel :
[root@server SPECS]# yum install libtheora-devel
Gathering header information file(s) from server(s)
Server: Fedora Core 2 - i386 - Base
Server: Fedora Core 2 - i386 - Released Updates
Finding updated packages
Downloading needed headers
Cannot find a package matching libtheora-devel
No actions to take |
|
| Back to top |
|
 |
jcr Modérateur français

Joined: 14 Apr 2006 Posts: 544 Location: France, Auvergne
|
Posted: Mon Oct 30, 2006 4:25 pm Post subject: |
|
|
| poshtiban wrote: |
I install libxslt-devel and speex-devel succesfully but when I want install libtheora-devel :
[root@server SPECS]# yum install libtheora-devel
Gathering header information file(s) from server(s)
Server: Fedora Core 2 - i386 - Base
Server: Fedora Core 2 - i386 - Released Updates
Finding updated packages
Downloading needed headers
Cannot find a package matching libtheora-devel
No actions to take |
Sounds antiquted old distro does not have it
No way to upgrade to a more recnet Fedora Release ?
Else you can build all packages from source, but might take ages  _________________ Epsilon Friends Radio Icecast Radio on CentovaCast admin panel. Icecast hosting |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Sat Dec 16, 2006 7:08 am Post subject: |
|
|
root@hspc [~]# /etc/init.d/icecast start
Starting icecast streaming daemon: Starting icecast2
Detaching from the console
ERROR: You should not run icecast2 as root
Use the changeowner directive in the config file
[ OK ]
root@hspc [~]#
can you help me out plz |
|
| Back to top |
|
 |
jcr Modérateur français

Joined: 14 Apr 2006 Posts: 544 Location: France, Auvergne
|
Posted: Sat Dec 16, 2006 8:18 am Post subject: |
|
|
| Quote: |
ERROR: You should not run icecast2 as root
Use the changeowner directive in the config file
|
This means you cannot, for security reasons, have icecast running as root.
In /etc/icecast.xml, look at the section:
[code]
<security>
<chroot>0</chroot>
<changeowner>
<user>icecast</user>
<group>icecast</group>
</changeowner>
</security>
[code]
But you shoud create, with useradd, an account for icecast daemon. _________________ Epsilon Friends Radio Icecast Radio on CentovaCast admin panel. Icecast hosting |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Sat Dec 16, 2006 10:27 am Post subject: |
|
|
i tryed that and it says this
root@hspc [~]# /etc/init.d/icecast start
Starting icecast streaming daemon: Starting icecast2
Detaching from the console
[ OK ]
root@hspc [~]# ERROR: You should not run icecast2 as root
Use the changeowner directive in the config file
and this is on my config file
<security>
<chroot>0</chroot>
<!--
<changeowner>
<user>icecast</user>
<group>icecast</group>
</changeowner>
-->
</security>
</icecast> |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Sat Dec 16, 2006 10:31 am Post subject: |
|
|
ok i fixed it up and now its says this
root@hspc [~]# /etc/init.d/icecast start
Starting icecast streaming daemon: Starting icecast2
Detaching from the console
[ OK ]
Changed groupid to 102.
Changed userid to 101.
root@hspc [~]# FATAL: could not open error logging (./logs/error.log): No such file or directory
FATAL: could not open access logging (./logs/access.log): No such file or directory
FATAL: Could not start logging |
|
| Back to top |
|
 |
|