| View previous topic :: View next topic |
| Author |
Message |
Enforcer
Joined: 02 Jan 2010 Posts: 29
|
Posted: Sat Jan 16, 2010 10:51 am Post subject: 404 File no found |
|
|
Hello.
Sometimes I get the error - 404 File not found. In a few time everything is ok.
Icecast trunk.
Config:
<icecast>
<limits>
<clients>100</clients>
<sources>15</sources>
<threadpool>10</threadpool>
<queue-size>524288</queue-size>
<client-timeout>30</client-timeout>
<header-timeout>15</header-timeout>
<source-timeout>10</source-timeout>
<burst-on-connect>1</burst-on-connect>
<burst-size>65535</burst-size>
</limits>
<authentication>
<source-password>bla-bla</source-password>
<relay-password>bla-bla</relay-password>
<admin-user>bla-bla</admin-user>
<admin-password>bla-bla</admin-password>
</authentication>
<hostname>78.*.*.*</hostname>
<listen-socket>
<port>8000</port>
</listen-socket>
---- skipped ----
<!-- LOUNGE -->
<relay>
<server>72.*.*.*</server>
<port>80</port>
<mount>/lounge</mount>
<local-mount>/lounge_channel</local-mount>
<on-demand>1</on-demand>
<relay-shoutcast-metadata>1</relay-shoutcast-metadata>
</relay>
<mount>
<mount-name>/lounge_channel</mount-name>
<max-listeners>20</max-listeners>
<authentication type="htpasswd">
<option name="filename" value="/home/icecast2/lounge"/>
<option name="allow_duplicate_users" value="0"/>
</authentication>
</mount>
<fileserve>1</fileserve>
<server-id>Enforcers server</server-id>
<paths>
<basedir>/home/icecast2</basedir>
<logdir>/home/icecast2/logs</logdir>
<webroot>/home/icecast2/web</webroot>
<adminroot>/home/icecast2/admin</adminroot>
<alias source="/" dest="/status.xsl"/>
</paths>
<logging>
<accesslog>access.log</accesslog>
<errorlog>error.log</errorlog>
<loglevel>3</loglevel>
<logsize>10000</logsize>
</logging>
<security>
<chroot>0</chroot>
<changeowner>
<user>icecast2</user>
<group>icecast2</group>
</changeowner>
</security>
</icecast>
Log:
[2010-01-16 12:40:46] EROR slave/open_relay_connection Error from relay request: /lounge_channel (Authentication not possible)
[2010-01-16 12:40:47] INFO fserve/fserve_client_create checking for file /lounge_channel (/home/icecast2/web/lounge_channel)
[2010-01-16 12:40:47] WARN fserve/fserve_client_create req for file "/home/icecast2/web/lounge_channel" No such file or directory
The directory /home/icecast2/web/ does exist.
What's wrong? |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Sat Jan 16, 2010 1:56 pm Post subject: |
|
|
The first line would indicate that the relay failed to start up, the remote end said that the auth could not be done on that mount. I suspect the /home/icecast2/lounge reference given is not a htpasswd file
karl. |
|
| Back to top |
|
 |
Enforcer
Joined: 02 Jan 2010 Posts: 29
|
Posted: Sat Jan 16, 2010 9:41 pm Post subject: |
|
|
| karlH wrote: |
The first line would indicate that the relay failed to start up, the remote end said that the auth could not be done on that mount. I suspect the /home/icecast2/lounge reference given is not a htpasswd file
karl. |
Into "lounge" file:
root:9f27410725ab8cc8854a2769c7a516
It seems everything is ok in "lounge" file.
I use different files for each relay. |
|
| Back to top |
|
 |
Enforcer
Joined: 02 Jan 2010 Posts: 29
|
Posted: Sun Jan 17, 2010 9:45 am Post subject: |
|
|
I think that's the remote server problem.
Using the direct link to the radio I get "Access error". |
|
| Back to top |
|
 |
|