| View previous topic :: View next topic |
| Author |
Message |
Anonymous Guest
|
Posted: Sat Sep 23, 2006 2:29 am Post subject: Icecasting on Dapper Drake help |
|
|
Hello, I was trying to get icecast to work according to this howto:
http://www.pcmech.com/show/os/917/9/
for Dapper Drake Ubuntu Linux
However when I tried to "sudo icecast2 -c ~/.icecast2_config.xml"
I get:
| Quote: |
I/O warning : failed to load external entity "/home/frenris/.icecast2_config.xml"
FATAL: error parsing config file (/home/frenris/.icecast2_config.xml)
XML config parsing error
|
What could I have done wrong? My icecast config file reads thus:
| Code: |
<!-- This config file contains a minimal set of configurable parameters,
and mostly just contains the things you need to change. We created
this for those who got scared away from the rather large and heavily
commented icecast.xml.dist file. -->
<icecast>
<limits>
<sources>2</sources>
</limits>
<authentication>
<source-password>XXX</source-password>
<relay-password>XXX</relay-password>
<admin-user>admin</admin-user>
<admin-password>XXX</admin-password>
</authentication>
<directory>
<yp-url-timeout>15</yp-url-timeout>
<yp-url>http://dir.xiph.org/cgi-bin/yp-cgi</yp-url>
</directory>
<hostname>localhost</hostname>
<listen-socket>
<port>8000</port>
</listen-socket>
<fileserve>1</fileserve>
<paths>
<logdir>/home/frenris/.icecast2</logdir>
<webroot>/usr/share/icecast2/web</webroot>
<adminroot>/usr/share/icecast2/admin</adminroot>
<alias source="/" dest="/status.xsl"/>
</paths>
<logging>
<security>
<chroot>0</chroot>
<changeowner>
<user>icecast2</user>
<group>icecast</group>
</changeowner>
</security>
<accesslog>access.log</accesslog>
<errorlog>error.log</errorlog>
<loglevel>3</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
</logging>
</icecast>
|
Umm does anyone know what I'm doing wrong? I'm just trying to set up my comp so I can listen to my music collection from any computer.
Thanks in advance. |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Sat Sep 23, 2006 2:40 am Post subject: |
|
|
The <security> group does not belong within <logging>.
karl. |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2002 phpBB Group subRebel style by ktauber
|