Icecast Streaming Media Server Forum Index Icecast Streaming Media Server
Icecast is a Xiph Foundation Project
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

ices2 (playlist) problem

 
Post new topic   Reply to topic    Icecast Streaming Media Server Forum Index -> Source Clients
View previous topic :: View next topic  
Author Message
Megatron



Joined: 26 Sep 2007
Posts: 9

PostPosted: Thu Oct 04, 2007 8:00 pm    Post subject: ices2 (playlist) problem Reply with quote

hello everyone...
i'm trying to set up a ices-playlist to stream some tracks and/or albums to friends and families to listen and i'm currently having difficulties with ices2...when i run ices2 /path/to/ices/ices-playlist.xml & i get these numbers "[1] 13132" in the terminal and ices does not run...i did check in the ices log and this is what appears
Code:
[2007-10-04  15:28:38] INFO ices-core/main IceS 2.0.1 started...
[2007-10-04  15:28:38] INFO signals/signal_usr1_handler Metadata update requested
[2007-10-04  15:28:38] INFO playlist-basic/playlist_basic_get_next_filename Loading playlist from file "/home/erick/IceS/playlist.txt"
[2007-10-04  15:28:38] INFO playlist-builtin/playlist_read Currently playing "/home/erick/Música/York/Peace CD1/01 - I Need You.ogg"
[2007-10-04  15:28:39] EROR stream/ices_instance_stream Failed initial connect to localhost:8020 (Login failed: Success)
[2007-10-04  15:28:39] DBUG reencode/reencode_clear Clearing reencoder
[2007-10-04  15:28:39] DBUG input/input_loop An instance died, removing it
[2007-10-04  15:28:39] DBUG input/input_flush_queue Input queue flush requested
[2007-10-04  15:28:39] INFO input/input_loop All instances removed, shutting down...
[2007-10-04  15:28:39] INFO ices-core/main Shutdown complete


this is my icecast config:
Code:
<icecast>
    <limits>
        <clients>100</clients>
        <sources>2</sources>
        <threadpool>5</threadpool>
        <queue-size>524288</queue-size>
        <client-timeout>30</client-timeout>
        <header-timeout>15</header-timeout>
        <source-timeout>10</source-timeout>
        <!-- If enabled, this will provide a burst of data when a client
             first connects, thereby significantly reducing the startup
             time for listeners that do substantial buffering. However,
             it also significantly increases latency between the source
             client and listening client.  For low-latency setups, you
             might want to disable this. -->
        <burst-on-connect>1</burst-on-connect>
        <!-- same as burst-on-connect, but this allows for being more
             specific on how much to burst. Most people won't need to
             change from the default 64k. Applies to all mountpoints  -->
        <burst-size>65535</burst-size>
    </limits>

    <authentication>
        <!-- Sources log in with username 'source' -->
        <source-password>???</source-password>
        <!-- Relays log in username 'relay' -->
        <relay-password>???</relay-password>

        <!-- Admin logs in with the username given below -->
        <admin-user>admin</admin-user>
        <admin-password>???</admin-password>
    </authentication>

    <!-- Uncomment this if you want directory listings -->
    <!--
    <directory>
        <yp-url-timeout>15</yp-url-timeout>
        <yp-url>http://dir.xiph.org/cgi-bin/yp-cgi</yp-url>
    </directory>
     -->

    <!-- This is the hostname other people will use to connect to your server.
    It affects mainly the urls generated by Icecast for playlists and yp
    listings. -->
    <hostname>x.x.x.x</hostname>

    <!-- You can use these two if you only want a single listener -->
    <!--<port>8000</port> -->
    <!--<bind-address>127.0.0.1</bind-address>-->

    <!-- You may have multiple <listener> elements -->
    <listen-socket>
        <port>8020</port>
        <!-- <bind-address>127.0.0.1</bind-address> -->
    </listen-socket>
    <!--
    <listen-socket>
        <port>8001</port>
    </listen-socket>
    -->

    <!--<master-server>127.0.0.1</master-server>-->
    <!--<master-server-port>8001</master-server-port>-->
    <!--<master-update-interval>120</master-update-interval>-->
    <!--<master-password>hackme</master-password>-->

    <!-- setting this makes all relays on-demand unless overridden, this is
         useful for master relays which do not have <relay> definitions here.
         The default is 0 -->
    <!--<relays-on-demand>1</relays-on-demand>-->

    <!--
    <relay>
        <server>127.0.0.1</server>
        <port>8001</port>
        <mount>/example.ogg</mount>
        <local-mount>/different.ogg</local-mount>
        <on-demand>0</on-demand>

        <relay-shoutcast-metadata>0</relay-shoutcast-metadata>
    </relay>
    -->

    <!-- Only define a <mount> section if you want to use advanced options,
         like alternative usernames or passwords
    <mount>
        <mount-name>/example-complex.ogg</mount-name>

        <username>othersource</username>
        <password>hackmemore</password>

        <max-listeners>1</max-listeners>
        <dump-file>/tmp/dump-example1.ogg</dump-file>
        <burst-size>65536</burst-size>
        <fallback-mount>/example2.ogg</fallback-mount>
        <fallback-override>1</fallback-override>
        <fallback-when-full>1</fallback-when-full>
        <intro>/example_intro.ogg</intro>
        <hidden>1</hidden>
        <no-yp>1</no-yp>
        <authentication type="htpasswd">
                <option name="filename" value="myauth"/>
                <option name="allow_duplicate_users" value="0"/>
        </authentication>
        <on-connect>/home/icecast/bin/stream-start</on-connect>
        <on-disconnect>/home/icecast/bin/stream-stop</on-disconnect>
    </mount>

    <mount>
        <mount-name>/auth_example.ogg</mount-name>
        <authentication type="url">
            <option name="mount_add"       value="http://myauthserver.net/notify_mount.php"/>
            <option name="mount_remove"    value="http://myauthserver.net/notify_mount.php"/>
            <option name="listener_add"    value="http://myauthserver.net/notify_listener.php"/>
            <option name="listener_remove" value="http://myauthserver.net/notify_listener.php"/>
        </authentication>
    </mount>

    -->

    <fileserve>1</fileserve>

    <!-- set the mountpoint for a shoutcast source to use, the default if not
         specified is /stream but you can change it here if an alternative is
         wanted or an extension is required
    <shoutcast-mount>/live.nsv</shoutcast-mount>
    -->

    <paths>
      <!-- basedir is only used if chroot is enabled -->
        <basedir>/usr/share/icecast2</basedir>

        <!-- Note that if <chroot> is turned on below, these paths must both
             be relative to the new root, not the original root -->
        <logdir>/var/log/icecast2</logdir>
        <webroot>/usr/share/icecast2/web</webroot>
        <adminroot>/usr/share/icecast2/admin</adminroot>
        <!-- <pidfile>/usr/share/icecast2/icecast.pid</pidfile> -->

        <!-- Aliases: treat requests for 'source' path as being for 'dest' path
             May be made specific to a port or bound address using the "port"
             and "bind-address" attributes.
          -->
        <!--
        <alias source="/foo" dest="/bar"/>
          -->
        <!-- Aliases: can also be used for simple redirections as well,
             this example will redirect all requests for http://server:port/ to
             the status page
          -->
        <alias source="/" dest="/status.xsl"/>
    </paths>

    <logging>
        <accesslog>access.log</accesslog>
        <errorlog>error.log</errorlog>
        <!-- <playlistlog>playlist.log</playlistlog> -->
         <loglevel>4</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
         <logsize>10000</logsize> <!-- Max size of a logfile -->
        <!-- If logarchive is enabled (1), then when logsize is reached
             the logfile will be moved to [error|access|playlist].log.DATESTAMP,
             otherwise it will be moved to [error|access|playlist].log.old.
             Default is non-archive mode (i.e. overwrite)
        -->
        <!-- <logarchive>1</logarchive> -->
    </logging>

    <security>
        <chroot>0</chroot>
        <!--
        <changeowner>
            <user>nobody</user>
            <group>nogroup</group>
        </changeowner>
        -->
    </security>
</icecast>


and this is my ices-playlist config:
Code:
<?xml version="1.0"?>
<ices>
    <!-- run in background -->
    <background>0</background>
    <!-- where logs, etc go. -->
    <logpath>/var/log/ices</logpath>
    <logfile>ices.log</logfile>
    <!-- 1=error,2=warn,3=info,4=debug -->
    <loglevel>4</loglevel>
    <!-- set this to 1 to log to the console instead of to the file above -->
    <consolelog>0</consolelog>

    <!-- optional filename to write process id to -->
    <!-- <pidfile>/home/ices/ices.pid</pidfile> -->

    <stream>
        <!-- metadata used for stream listing (not currently used) -->
        <metadata>
            <name>Example stream name</name>
            <genre>Example genre</genre>
            <description>A short description of your stream</description>
        </metadata>

        <!-- input module

            The module used here is the playlist module - it has
            'submodules' for different types of playlist. There are
            two currently implemented, 'basic', which is a simple
            file-based playlist, and 'script' which invokes a command
            to returns a filename to start playing. -->

        <input>
            <module>playlist</module>
            <param name="type">basic</param>
            <param name="file">/home/erick/IceS/playlist.txt</param>
            <!-- random play -->
            <param name="random">0</param>
            <!-- if the playlist get updated that start at the beginning -->
            <param name="restart-after-reread">0</param>
            <!-- if set to 1 , plays once through, then exits. -->
            <param name="once">0</param>
        </input>

      <!-- Stream instance
            You may have one or more instances here. This allows you to
            send the same input data to one or more servers (or to different
            mountpoints on the same server). Each of them can have different
            parameters. This is primarily useful for a) relaying to multiple
            independent servers, and b) encoding/reencoding to multiple
            bitrates.
            If one instance fails (for example, the associated server goes
            down, etc), the others will continue to function correctly.
            This example defines two instances as two mountpoints on the
            same server.  -->
        <instance>
            <!-- Server details:
                You define hostname and port for the server here, along with
                the source password and mountpoint.  -->
            <hostname>localhost</hostname>
            <port>8020</port>
            <password>???</password>
            <mount>/play.ogg</mount>

            <!-- Reconnect parameters:
                When something goes wrong (e.g. the server crashes, or the
                network drops) and ices disconnects from the server, these
                control how often it tries to reconnect, and how many times
                it tries to reconnect. Delay is in seconds.
                If you set reconnectattempts to -1, it will continue
                indefinately. Suggest setting reconnectdelay to a large value
                if you do this.
            -->
            <reconnectdelay>2</reconnectdelay>
            <reconnectattempts>5</reconnectattempts>

            <!-- maxqueuelength:
                This describes how long the internal data queues may be. This
                basically lets you control how much data gets buffered before
                ices decides it can't send to the server fast enough, and
                either shuts down or flushes the queue (dropping the data)
                and continues.
                For advanced users only.
            -->
            <maxqueuelength>80</maxqueuelength>

            <!-- Live encoding/reencoding:
                Currrently, the parameters given here for encoding MUST
                match the input data for channels and sample rate. That
                restriction will be relaxed in the future.
            -->
            <encode> 
                <nominal-bitrate>64000</nominal-bitrate> <!-- bps. e.g. 64000 for 64 kbps -->
                <samplerate>44100</samplerate>
                <channels>2</channels>
            </encode>
        </instance>

   </stream>
</ices>


my os is debian etch and i've installed icecast and ices from the repositories...

yes i am new to ices & icecast...i have searched, but have not found the answers to my problem...maybe i am missing something and am not understanding correctly...

can anyone please help me?

thank you...


Last edited by Megatron on Fri Oct 05, 2007 9:34 pm; edited 3 times in total
Back to top
View user's profile Send private message
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Thu Oct 04, 2007 11:37 pm    Post subject: Reply with quote

The numbers you mentioned are from the shell telling you the job number and process id of the started process, in this case ices. From the ices log, ices stops because it cannot start a connection to icecast.

We obviously can't see your icecast logs to see the extent of the failure. It could a firewall blocking access in which case nothing will appear in either of the icecast logs or you could just have the wrong password in which case the access log will report a 401 and the error log would say that the authentication failed.

karl.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Megatron



Joined: 26 Sep 2007
Posts: 9

PostPosted: Fri Oct 05, 2007 12:05 am    Post subject: Reply with quote

karlH wrote:
The numbers you mentioned are from the shell telling you the job number and process id of the started process, in this case ices. From the ices log, ices stops because it cannot start a connection to icecast.

We obviously can't see your icecast logs to see the extent of the failure. It could a firewall blocking access in which case nothing will appear in either of the icecast logs or you could just have the wrong password in which case the access log will report a 401 and the error log would say that the authentication failed.

karl.

i'm sorry i did not provide the icecast logs...

below is the access log from icecast:
Code:
127.0.0.1 - - [03/Oct/2007:11:36:16 -0400] "SOURCE /play.ogg HTTP/1.0" 401 115 "-" "IceS 2.0.1" 0
127.0.0.1 - - [03/Oct/2007:11:37:52 -0400] "GET / HTTP/1.1" 200 1306 "-" "Opera/9.23 (X11; Linux i686; U; es-la)" 0
127.0.0.1 - - [03/Oct/2007:11:37:52 -0400] "GET /style.css HTTP/1.1" 200 4200 "http://localhost:8020/" "Opera/9.23 (X11; Linux i686; U; es-la)" 0
127.0.0.1 - - [03/Oct/2007:11:37:52 -0400] "GET /icecast.png HTTP/1.1" 200 5139 "http://localhost:8020/" "Opera/9.23 (X11; Linux i686; U; es-la)" 0
127.0.0.1 - - [03/Oct/2007:11:37:52 -0400] "GET /corner_topright.jpg HTTP/1.1" 200 8218 "http://localhost:8020/" "Opera/9.23 (X11; Linux i686; U; es-la)" 0
127.0.0.1 - - [03/Oct/2007:11:37:52 -0400] "GET /corner_topleft.jpg HTTP/1.1" 200 8216 "http://localhost:8020/" "Opera/9.23 (X11; Linux i686; U; es-la)" 0
127.0.0.1 - - [03/Oct/2007:11:37:52 -0400] "GET /corner_bottomright.jpg HTTP/1.1" 200 8222 "http://localhost:8020/" "Opera/9.23 (X11; Linux i686; U; es-la)" 0
127.0.0.1 - - [03/Oct/2007:11:37:52 -0400] "GET /corner_bottomleft.jpg HTTP/1.1" 200 8231 "http://localhost:8020/" "Opera/9.23 (X11; Linux i686; U; es-la)" 0
127.0.0.1 - - [03/Oct/2007:11:37:53 -0400] "GET /favicon.ico HTTP/1.1" 404 106 "http://localhost:8020/" "Opera/9.23 (X11; Linux i686; U; es-la)" 1
127.0.0.1 - - [03/Oct/2007:11:37:54 -0400] "GET /admin/ HTTP/1.1" 401 115 "http://localhost:8020/" "Opera/9.23 (X11; Linux i686; U; es-la)" 0
127.0.0.1 - - [03/Oct/2007:11:38:17 -0400] "GET /admin/ HTTP/1.1" 200 2685 "http://localhost:8020/" "Opera/9.23 (X11; Linux i686; U; es-la)" 0
127.0.0.1 - - [03/Oct/2007:11:38:22 -0400] "GET /admin/listmounts.xsl HTTP/1.1" 200 1837 "http://localhost:8020/admin/" "Opera/9.23 (X11; Linux i686; U; es-la)" 0
127.0.0.1 - - [03/Oct/2007:11:38:23 -0400] "GET /admin/moveclients.xsl HTTP/1.1" 200 1837 "http://localhost:8020/admin/listmounts.xsl" "Opera/9.23 (X11; Linux i686; U; es-la)" 0
127.0.0.1 - - [03/Oct/2007:11:38:24 -0400] "GET /status.xsl HTTP/1.1" 200 1306 "http://localhost:8020/admin/moveclients.xsl" "Opera/9.23 (X11; Linux i686; U; es-la)" 0
127.0.0.1 - - [03/Oct/2007:11:38:40 -0400] "SOURCE /play.ogg HTTP/1.0" 401 115 "-" "IceS 2.0.1" 1
127.0.0.1 - - [03/Oct/2007:11:39:22 -0400] "GET /admin/ HTTP/1.1" 200 2686 "http://localhost:8020/status.xsl" "Opera/9.23 (X11; Linux i686; U; es-la)" 0
127.0.0.1 - - [03/Oct/2007:11:39:22 -0400] "GET /style.css HTTP/1.1" 200 4200 "http://localhost:8020/admin/" "Opera/9.23 (X11; Linux i686; U; es-la)" 0
127.0.0.1 - - [03/Oct/2007:11:39:22 -0400] "GET /icecast.png HTTP/1.1" 200 5139 "http://localhost:8020/admin/" "Opera/9.23 (X11; Linux i686; U; es-la)" 0
127.0.0.1 - - [03/Oct/2007:11:39:22 -0400] "GET /corner_topright.jpg HTTP/1.1" 200 8218 "http://localhost:8020/admin/" "Opera/9.23 (X11; Linux i686; U; es-la)" 0
127.0.0.1 - - [03/Oct/2007:11:39:22 -0400] "GET /corner_topleft.jpg HTTP/1.1" 200 8216 "http://localhost:8020/admin/" "Opera/9.23 (X11; Linux i686; U; es-la)" 0
127.0.0.1 - - [03/Oct/2007:11:39:22 -0400] "GET /corner_bottomright.jpg HTTP/1.1" 200 8222 "http://localhost:8020/admin/" "Opera/9.23 (X11; Linux i686; U; es-la)" 0
127.0.0.1 - - [03/Oct/2007:11:39:22 -0400] "GET /corner_bottomleft.jpg HTTP/1.1" 200 8231 "http://localhost:8020/admin/" "Opera/9.23 (X11; Linux i686; U; es-la)" 0
127.0.0.1 - - [03/Oct/2007:11:39:22 -0400] "GET /favicon.ico HTTP/1.1" 404 106 "http://localhost:8020/admin/" "Opera/9.23 (X11; Linux i686; U; es-la)" 0
127.0.0.1 - - [03/Oct/2007:20:58:36 -0400] "GET /status.xsl HTTP/1.1" 200 1306 "-" "Opera/9.23 (X11; Linux i686; U; es-la)" 0
127.0.0.1 - - [03/Oct/2007:20:58:37 -0400] "GET /style.css HTTP/1.1" 200 4200 "http://localhost:8020/status.xsl" "Opera/9.23 (X11; Linux i686; U; es-la)" 1
127.0.0.1 - - [03/Oct/2007:20:58:37 -0400] "GET /icecast.png HTTP/1.1" 200 5139 "http://localhost:8020/status.xsl" "Opera/9.23 (X11; Linux i686; U; es-la)" 0
127.0.0.1 - - [03/Oct/2007:20:58:37 -0400] "GET /corner_topright.jpg HTTP/1.1" 200 8218 "http://localhost:8020/status.xsl" "Opera/9.23 (X11; Linux i686; U; es-la)" 0
127.0.0.1 - - [03/Oct/2007:20:58:37 -0400] "GET /corner_topleft.jpg HTTP/1.1" 200 8216 "http://localhost:8020/status.xsl" "Opera/9.23 (X11; Linux i686; U; es-la)" 0
127.0.0.1 - - [03/Oct/2007:20:58:37 -0400] "GET /corner_bottomright.jpg HTTP/1.1" 200 8222 "http://localhost:8020/status.xsl" "Opera/9.23 (X11; Linux i686; U; es-la)" 0
127.0.0.1 - - [03/Oct/2007:20:58:37 -0400] "GET /corner_bottomleft.jpg HTTP/1.1" 200 8231 "http://localhost:8020/status.xsl" "Opera/9.23 (X11; Linux i686; U; es-la)" 0
127.0.0.1 - - [03/Oct/2007:20:58:37 -0400] "GET /favicon.ico HTTP/1.1" 404 106 "http://localhost:8020/status.xsl" "Opera/9.23 (X11; Linux i686; U; es-la)" 0
127.0.0.1 - - [03/Oct/2007:20:58:41 -0400] "GET /server_version.xsl HTTP/1.1" 200 3320 "http://localhost:8020/status.xsl" "Opera/9.23 (X11; Linux i686; U; es-la)" 0
127.0.0.1 - - [03/Oct/2007:20:58:42 -0400] "GET /admin/ HTTP/1.1" 401 115 "http://localhost:8020/server_version.xsl" "Opera/9.23 (X11; Linux i686; U; es-la)" 0
127.0.0.1 - - [03/Oct/2007:20:59:03 -0400] "GET /admin/ HTTP/1.1" 200 2686 "http://localhost:8020/server_version.xsl" "Opera/9.23 (X11; Linux i686; U; es-la)" 0
127.0.0.1 - - [03/Oct/2007:20:59:07 -0400] "GET /admin/listmounts.xsl HTTP/1.1" 200 1837 "http://localhost:8020/admin/" "Opera/9.23 (X11; Linux i686; U; es-la)" 0
127.0.0.1 - - [03/Oct/2007:20:59:24 -0400] "SOURCE /play.ogg HTTP/1.0" 401 115 "-" "IceS 2.0.1" 0
127.0.0.1 - - [03/Oct/2007:20:59:27 -0400] "GET /admin/listmounts.xsl HTTP/1.1" 200 1837 "http://localhost:8020/admin/" "Opera/9.23 (X11; Linux i686; U; es-la)" 1
127.0.0.1 - - [03/Oct/2007:20:59:27 -0400] "GET /style.css HTTP/1.1" 200 4200 "http://localhost:8020/admin/listmounts.xsl" "Opera/9.23 (X11; Linux i686; U; es-la)" 0
127.0.0.1 - - [03/Oct/2007:20:59:27 -0400] "GET /icecast.png HTTP/1.1" 200 5139 "http://localhost:8020/admin/listmounts.xsl" "Opera/9.23 (X11; Linux i686; U; es-la)" 0
127.0.0.1 - - [03/Oct/2007:20:59:27 -0400] "GET /corner_topright.jpg HTTP/1.1" 200 8218 "http://localhost:8020/admin/listmounts.xsl" "Opera/9.23 (X11; Linux i686; U; es-la)" 0
127.0.0.1 - - [03/Oct/2007:20:59:27 -0400] "GET /corner_topleft.jpg HTTP/1.1" 200 8216 "http://localhost:8020/admin/listmounts.xsl" "Opera/9.23 (X11; Linux i686; U; es-la)" 0
127.0.0.1 - - [03/Oct/2007:20:59:27 -0400] "GET /corner_bottomright.jpg HTTP/1.1" 200 8222 "http://localhost:8020/admin/listmounts.xsl" "Opera/9.23 (X11; Linux i686; U; es-la)" 0
127.0.0.1 - - [03/Oct/2007:20:59:27 -0400] "GET /corner_bottomleft.jpg HTTP/1.1" 200 8231 "http://localhost:8020/admin/listmounts.xsl" "Opera/9.23 (X11; Linux i686; U; es-la)" 0
127.0.0.1 - - [03/Oct/2007:20:59:27 -0400] "GET /favicon.ico HTTP/1.1" 404 106 "http://localhost:8020/admin/listmounts.xsl" "Opera/9.23 (X11; Linux i686; U; es-la)" 0
127.0.0.1 - - [03/Oct/2007:21:21:07 -0400] "GET /admin/stats.xsl HTTP/1.1" 200 2687 "http://localhost:8020/admin/listmounts.xsl" "Opera/9.23 (X11; Linux i686; U; es-la)" 0
127.0.0.1 - - [03/Oct/2007:21:21:09 -0400] "GET /status.xsl HTTP/1.1" 200 1306 "http://localhost:8020/admin/stats.xsl" "Opera/9.23 (X11; Linux i686; U; es-la)" 0
127.0.0.1 - - [03/Oct/2007:21:21:11 -0400] "GET /server_version.xsl HTTP/1.1" 200 3320 "http://localhost:8020/status.xsl" "Opera/9.23 (X11; Linux i686; U; es-la)" 1
127.0.0.1 - - [03/Oct/2007:21:21:15 -0400] "GET /admin/ HTTP/1.1" 200 2687 "http://localhost:8020/status.xsl" "Opera/9.23 (X11; Linux i686; U; es-la)" 0
127.0.0.1 - - [03/Oct/2007:22:45:38 -0400] "SOURCE /play.ogg HTTP/1.0" 401 115 "-" "IceS 2.0.1" 0
x.x.x.x - - [03/Oct/2007:22:46:03 -0400] "GET / HTTP/1.1" 200 1306 "-" "Opera/9.23 (X11; Linux i686; U; es-la)" 0
x.x.x.x - - [03/Oct/2007:22:46:04 -0400] "GET /style.css HTTP/1.1" 200 4200 "http://x.x.x.x:8020/" "Opera/9.23 (X11; Linux i686; U; es-la)" 1
x.x.x.x - - [03/Oct/2007:22:46:04 -0400] "GET /icecast.png HTTP/1.1" 200 5139 "http://x.x.x.x:8020/" "Opera/9.23 (X11; Linux i686; U; es-la)" 0
x.x.x.x - - [03/Oct/2007:22:46:04 -0400] "GET /corner_topright.jpg HTTP/1.1" 200 8218 "http://x.x.x.x:8020/" "Opera/9.23 (X11; Linux i686; U; es-la)" 0
x.x.x.x - - [03/Oct/2007:22:46:04 -0400] "GET /corner_topleft.jpg HTTP/1.1" 200 8216 "http://x.x.x.x:8020/" "Opera/9.23 (X11; Linux i686; U; es-la)" 0
x.x.x.x - - [03/Oct/2007:22:46:04 -0400] "GET /corner_bottomright.jpg HTTP/1.1" 200 8222 "http://x.x.x.x:8020/" "Opera/9.23 (X11; Linux i686; U; es-la)" 0
x.x.x.x - - [03/Oct/2007:22:46:04 -0400] "GET /corner_bottomleft.jpg HTTP/1.1" 200 8231 "http://x.x.x.x:8020/" "Opera/9.23 (X11; Linux i686; U; es-la)" 0
x.x.x.x - - [03/Oct/2007:22:46:04 -0400] "GET /favicon.ico HTTP/1.1" 404 106 "http://x.x.x.x:8020/" "Opera/9.23 (X11; Linux i686; U; es-la)" 0
x.x.x.x - - [03/Oct/2007:22:46:07 -0400] "GET /admin/ HTTP/1.1" 401 115 "http://x.x.x.x:8020/" "Opera/9.23 (X11; Linux i686; U; es-la)" 0
x.x.x.x - - [03/Oct/2007:22:46:27 -0400] "GET /admin/ HTTP/1.1" 200 2685 "http://x.x.x.x:8020/" "Opera/9.23 (X11; Linux i686; U; es-la)" 0
x.x.x.x - - [03/Oct/2007:22:46:29 -0400] "GET /admin/listmounts.xsl HTTP/1.1" 200 1837 "http://x.x.x.x:8020/admin/" "Opera/9.23 (X11; Linux i686; U; es-la)" 0
x.x.x.x - - [03/Oct/2007:22:46:31 -0400] "GET /admin/moveclients.xsl HTTP/1.1" 200 1837 "http://x.x.x.x:8020/admin/listmounts.xsl" "Opera/9.23 (X11; Linux i686; U; es-la)" 0
x.x.x.x - - [03/Oct/2007:22:46:33 -0400] "GET /status.xsl HTTP/1.1" 200 1306 "http://x.x.x.x:8020/admin/moveclients.xsl" "Opera/9.23 (X11; Linux i686; U; es-la)" 0
x.x.x.x - - [03/Oct/2007:22:46:37 -0400] "GET /admin/stats.xsl HTTP/1.1" 200 2686 "http://x.x.x.x:8020/admin/listmounts.xsl" "Opera/9.23 (X11; Linux i686; U; es-la)" 0
x.x.x.x - - [03/Oct/2007:22:47:18 -0400] "GET / HTTP/1.1" 200 1306 "-" "RMA/1.0 (compatible; RealMedia)" 0
x.x.x.x - - [03/Oct/2007:22:48:02 -0400] "GET /play.ogg HTTP/1.1" 404 106 "-" "RMA/1.0 (compatible; RealMedia)" 1
x.x.x.x - - [03/Oct/2007:22:49:21 -0400] "GET /play.ogg.m3u HTTP/1.1" 200 86 "-" "RMA/1.0 (compatible; RealMedia)" 1
x.x.x.x - - [03/Oct/2007:22:49:21 -0400] "GET /play.ogg HTTP/1.1" 404 106 "-" "RMA/1.0 (compatible; RealMedia)" 0
x.x.x.x - - [03/Oct/2007:22:50:05 -0400] "GET /admin/status.xsl HTTP/1.1" 400 82 "-" "Opera/9.23 (X11; Linux i686; U; es-la)" 1
127.0.0.1 - - [03/Oct/2007:22:50:13 -0400] "GET / HTTP/1.1" 200 1306 "-" "Opera/9.23 (X11; Linux i686; U; es-la)" 1
127.0.0.1 - - [03/Oct/2007:22:50:13 -0400] "GET /favicon.ico HTTP/1.1" 404 106 "http://localhost:8020/" "Opera/9.23 (X11; Linux i686; U; es-la)" 0
127.0.0.1 - - [03/Oct/2007:22:50:14 -0400] "GET /admin/ HTTP/1.1" 401 115 "http://localhost:8020/" "Opera/9.23 (X11; Linux i686; U; es-la)" 0
127.0.0.1 - - [03/Oct/2007:22:50:31 -0400] "GET /admin/ HTTP/1.1" 200 2686 "http://localhost:8020/" "Opera/9.23 (X11; Linux i686; U; es-la)" 0
127.0.0.1 - - [03/Oct/2007:22:50:33 -0400] "GET /admin/listmounts.xsl HTTP/1.1" 200 1837 "http://localhost:8020/admin/" "Opera/9.23 (X11; Linux i686; U; es-la)" 1
127.0.0.1 - - [03/Oct/2007:22:50:33 -0400] "GET /admin/listmounts.xsl HTTP/1.1" 200 1837 "http://localhost:8020/admin/" "Opera/9.23 (X11; Linux i686; U; es-la)" 0
127.0.0.1 - - [03/Oct/2007:22:50:34 -0400] "GET /admin/moveclients.xsl HTTP/1.1" 200 1837 "http://localhost:8020/admin/listmounts.xsl" "Opera/9.23 (X11; Linux i686; U; es-la)" 0
127.0.0.1 - - [03/Oct/2007:22:50:35 -0400] "GET /status.xsl HTTP/1.1" 200 1306 "http://localhost:8020/admin/moveclients.xsl" "Opera/9.23 (X11; Linux i686; U; es-la)" 0
127.0.0.1 - - [03/Oct/2007:22:57:18 -0400] "SOURCE /play.ogg HTTP/1.0" 401 115 "-" "IceS 2.0.1" 0
127.0.0.1 - - [04/Oct/2007:12:16:28 -0400] "SOURCE /play.ogg HTTP/1.0" 401 115 "-" "IceS 2.0.1" 0
127.0.0.1 - - [04/Oct/2007:12:17:54 -0400] "SOURCE /play.ogg HTTP/1.0" 401 115 "-" "IceS 2.0.1" 0
127.0.0.1 - - [04/Oct/2007:12:18:04 -0400] "SOURCE /play.ogg HTTP/1.0" 401 115 "-" "IceS 2.0.1" 0
127.0.0.1 - - [04/Oct/2007:15:26:18 -0400] "SOURCE /play.ogg HTTP/1.0" 401 115 "-" "IceS 2.0.1" 0
127.0.0.1 - - [04/Oct/2007:15:28:39 -0400] "SOURCE /play.ogg HTTP/1.0" 401 115 "-" "IceS 2.0.1" 1
x.x.x.x - - [04/Oct/2007:15:31:03 -0400] "GET / HTTP/1.1" 200 1306 "-" "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1)" 1
x.x.x.x - - [04/Oct/2007:15:31:03 -0400] "GET /style.css HTTP/1.1" 200 4200 "http://x.x.x.x:8020/" "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1)" 0
x.x.x.x - - [04/Oct/2007:15:31:03 -0400] "GET /icecast.png HTTP/1.1" 200 5139 "http://x.x.x.x:8020/" "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1)" 0
x.x.x.x - - [04/Oct/2007:15:31:03 -0400] "GET /corner_topleft.jpg HTTP/1.1" 200 8216 "http://x.x.x.x:8020/" "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1)" 0
x.x.x.x - - [04/Oct/2007:15:31:03 -0400] "GET /corner_bottomleft.jpg HTTP/1.1" 200 8231 "http://x.x.x.x:8020/" "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1)" 0
x.x.x.x - - [04/Oct/2007:15:31:03 -0400] "GET /corner_topright.jpg HTTP/1.1" 200 8218 "http://x.x.x.x:8020/style.css" "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1)" 0
x.x.x.x - - [04/Oct/2007:15:31:04 -0400] "GET /favicon.ico HTTP/1.1" 404 106 "-" "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1)" 1
x.x.x.x - - [04/Oct/2007:15:31:04 -0400] "GET /corner_bottomright.jpg HTTP/1.1" 200 8222 "http://x.x.x.x:8020/style.css" "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1)" 1
x.x.x.x - - [04/Oct/2007:15:31:05 -0400] "GET /admin/ HTTP/1.1" 401 115 "http://x.x.x.x:8020/" "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1)" 0
x.x.x.x - - [04/Oct/2007:15:31:19 -0400] "GET /admin/ HTTP/1.1" 200 2685 "http://x.x.x.x:8020/" "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1)" 0
x.x.x.x - - [04/Oct/2007:15:31:19 -0400] "GET /style.css HTTP/1.1" 200 4200 "http://x.x.x.x:8020/admin/" "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1)" 0
x.x.x.x - - [04/Oct/2007:15:31:19 -0400] "GET /icecast.png HTTP/1.1" 200 5139 "http://x.x.x.x:8020/admin/" "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1)" 0
x.x.x.x - - [04/Oct/2007:15:31:19 -0400] "GET /corner_topleft.jpg HTTP/1.1" 200 8216 "http://x.x.x.x:8020/admin/" "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1)" 0
x.x.x.x - - [04/Oct/2007:15:31:19 -0400] "GET /corner_bottomleft.jpg HTTP/1.1" 200 8231 "http://x.x.x.x:8020/admin/" "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1)" 0
x.x.x.x - - [04/Oct/2007:15:31:19 -0400] "GET /corner_topright.jpg HTTP/1.1" 200 8218 "http://x.x.x.x:8020/style.css" "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1)" 0
x.x.x.x - - [04/Oct/2007:15:31:20 -0400] "GET /corner_bottomright.jpg HTTP/1.1" 200 8222 "http://x.x.x.x:8020/style.css" "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1)" 1
x.x.x.x - - [04/Oct/2007:15:31:22 -0400] "GET /admin/listmounts.xsl HTTP/1.1" 200 1837 "http://x.x.x.x:8020/admin/" "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1)" 0
x.x.x.x - - [04/Oct/2007:15:31:22 -0400] "GET /style.css HTTP/1.1" 200 4200 "http://x.x.x.x:8020/admin/listmounts.xsl" "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1)" 0
x.x.x.x - - [04/Oct/2007:15:31:22 -0400] "GET /icecast.png HTTP/1.1" 200 5139 "http://x.x.x.x:8020/admin/listmounts.xsl" "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1)" 0
x.x.x.x - - [04/Oct/2007:15:31:22 -0400] "GET /corner_topleft.jpg HTTP/1.1" 200 8216 "http://x.x.x.x:8020/admin/listmounts.xsl" "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1)" 0
x.x.x.x - - [04/Oct/2007:15:31:22 -0400] "GET /corner_bottomleft.jpg HTTP/1.1" 200 8231 "http://x.x.x.x:8020/admin/listmounts.xsl" "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1)" 0
x.x.x.x - - [04/Oct/2007:15:31:22 -0400] "GET /corner_topright.jpg HTTP/1.1" 200 8218 "http://x.x.x.x:8020/style.css" "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1)" 0
x.x.x.x - - [04/Oct/2007:15:31:23 -0400] "GET /corner_bottomright.jpg HTTP/1.1" 200 8222 "http://x.x.x.x:8020/style.css" "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1)" 1
x.x.x.x - - [04/Oct/2007:15:31:24 -0400] "GET /admin/moveclients.xsl HTTP/1.1" 200 1837 "http://x.x.x.x:8020/admin/listmounts.xsl" "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1)" 1
x.x.x.x - - [04/Oct/2007:15:31:24 -0400] "GET /style.css HTTP/1.1" 200 4200 "http://x.x.x.x:8020/admin/moveclients.xsl" "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1)" 0
x.x.x.x - - [04/Oct/2007:15:31:24 -0400] "GET /icecast.png HTTP/1.1" 200 5139 "http://x.x.x.x:8020/admin/moveclients.xsl" "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1)" 0
x.x.x.x - - [04/Oct/2007:15:31:24 -0400] "GET /corner_topleft.jpg HTTP/1.1" 200 8216 "http://x.x.x.x:8020/admin/moveclients.xsl" "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1)" 0
x.x.x.x - - [04/Oct/2007:15:31:24 -0400] "GET /corner_bottomleft.jpg HTTP/1.1" 200 8231 "http://x.x.x.x:8020/admin/moveclients.xsl" "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1)" 0
x.x.x.x - - [04/Oct/2007:15:31:24 -0400] "GET /corner_topright.jpg HTTP/1.1" 200 8218 "http://x.x.x.x:8020/style.css" "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1)" 0
x.x.x.x - - [04/Oct/2007:15:31:24 -0400] "GET /corner_bottomright.jpg HTTP/1.1" 200 8222 "http://x.x.x.x:8020/style.css" "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1)" 0
x.x.x.x - - [04/Oct/2007:15:31:25 -0400] "GET /status.xsl HTTP/1.1" 200 1306 "http://x.x.x.x:8020/admin/moveclients.xsl" "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1)" 0
x.x.x.x - - [04/Oct/2007:15:31:25 -0400] "GET /style.css HTTP/1.1" 200 4200 "http://x.x.x.x:8020/status.xsl" "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1)" 0
x.x.x.x- - [04/Oct/2007:15:31:25 -0400] "GET /icecast.png HTTP/1.1" 200 5139 "http://x.x.x.x:8020/status.xsl" "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1)" 0
x.x.x.x - - [04/Oct/2007:15:31:25 -0400] "GET /corner_topleft.jpg HTTP/1.1" 200 8216 "http://x.x.x.x:8020/status.xsl" "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1)" 0
x.x.x.x - - [04/Oct/2007:15:31:26 -0400] "GET /corner_bottomleft.jpg HTTP/1.1" 200 8231 "http://x.x.x.x:8020/status.xsl" "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1)" 1
x.x.x.x - - [04/Oct/2007:15:31:26 -0400] "GET /corner_topright.jpg HTTP/1.1" 200 8218 "http://x.x.x.x:8020/style.css" "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1)" 1
x.x.x.x - - [04/Oct/2007:15:31:26 -0400] "GET /corner_bottomright.jpg HTTP/1.1" 200 8222 "http://x.x.x.x:8020/style.css" "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1)" 0
x.x.x.x - - [04/Oct/2007:15:31:27 -0400] "GET /admin/ HTTP/1.1" 200 2687 "http://x.x.x.x:8020/status.xsl" "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1)" 0
x.x.x.x - - [04/Oct/2007:15:31:27 -0400] "GET /style.css HTTP/1.1" 200 4200 "http://x.x.x.x:8020/admin/" "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1)" 0
x.x.x.x - - [04/Oct/2007:15:31:28 -0400] "GET /icecast.png HTTP/1.1" 200 5139 "http://x.x.x.x:8020/admin/" "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1)" 1
x.x.x.x - - [04/Oct/2007:15:31:28 -0400] "GET /corner_topleft.jpg HTTP/1.1" 200 8216 "http://x.x.x.x:8020/admin/" "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1)" 1
x.x.x.x - - [04/Oct/2007:15:31:28 -0400] "GET /corner_bottomleft.jpg HTTP/1.1" 200 8231 "http://x.x.x.x:8020/admin/" "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1)" 0
x.x.x.x - - [04/Oct/2007:15:31:28 -0400] "GET /corner_topright.jpg HTTP/1.1" 200 8218 "http://x.x.x.x:8020/style.css" "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1)" 0
x.x.x.x - - [04/Oct/2007:15:31:28 -0400] "GET /corner_bottomright.jpg HTTP/1.1" 200 8222 "http://x.x.x.x:8020/style.css" "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1)" 0
x.x.x.x - - [04/Oct/2007:15:34:55 -0400] "GET /admin/listmounts.xsl HTTP/1.1" 200 1837 "http://x.x.x.x:8020/admin/" "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1)" 0
x.x.x.x - - [04/Oct/2007:15:34:55 -0400] "GET /style.css HTTP/1.1" 200 4200 "http://x.x.x.x:8020/admin/listmounts.xsl" "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1)" 0
x.x.x.x - - [04/Oct/2007:15:34:56 -0400] "GET /icecast.png HTTP/1.1" 200 5139 "http://x.x.x.x:8020/admin/listmounts.xsl" "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1)" 1
x.x.x.x - - [04/Oct/2007:15:34:56 -0400] "GET /corner_topleft.jpg HTTP/1.1" 200 8216 "http://x.x.x.x:8020/admin/listmounts.xsl" "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1)" 1
x.x.x.x - - [04/Oct/2007:15:34:56 -0400] "GET /corner_bottomleft.jpg HTTP/1.1" 200 8231 "http://x.x.x.x:8020/admin/listmounts.xsl" "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1)" 0
x.x.x.x - - [04/Oct/2007:15:34:56 -0400] "GET /corner_topright.jpg HTTP/1.1" 200 8218 "http://x.x.x.x:8020/style.css" "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1)" 0
x.x.x.x - - [04/Oct/2007:15:34:56 -0400] "GET /corner_bottomright.jpg HTTP/1.1" 200 8222 "http://x.x.x.x:8020/style.css" "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1)" 0
x.x.x.x - - [04/Oct/2007:15:34:57 -0400] "GET /admin/stats.xsl HTTP/1.1" 200 2687 "http://x.x.x.x:8020/admin/listmounts.xsl" "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1)" 0
x.x.x.x - - [04/Oct/2007:15:34:57 -0400] "GET /style.css HTTP/1.1" 200 4200 "http://x.x.x.x:8020/admin/stats.xsl" "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1)" 0
x.x.x.x - - [04/Oct/2007:15:34:57 -0400] "GET /icecast.png HTTP/1.1" 200 5139 "http://x.x.x.x:8020/admin/stats.xsl" "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1)" 0
x.x.x.x - - [04/Oct/2007:15:34:57 -0400] "GET /corner_topleft.jpg HTTP/1.1" 200 8216 "http://x.x.x.x:8020/admin/stats.xsl" "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1)" 0
x.x.x.x - - [04/Oct/2007:15:34:58 -0400] "GET /corner_bottomleft.jpg HTTP/1.1" 200 8231 "http://x.x.x.x:8020/admin/stats.xsl" "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1)" 1
x.x.x.x - - [04/Oct/2007:15:34:58 -0400] "GET /corner_topright.jpg HTTP/1.1" 200 8218 "http://x.x.x.x:8020/style.css" "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1)" 1
x.x.x.x - - [04/Oct/2007:15:34:58 -0400] "GET /corner_bottomright.jpg HTTP/1.1" 200 8222 "http://x.x.x.x:8020/style.css" "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1)" 0
x.x.x.x - - [04/Oct/2007:16:00:52 -0400] "GET /admin/stats.xsl HTTP/1.1" 200 2687 "http://x.x.x.x:8020/admin/stats.xsl" "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1)" 1
x.x.x.x - - [04/Oct/2007:16:00:52 -0400] "GET /style.css HTTP/1.1" 200 4200 "http://x.x.x.x:8020/admin/stats.xsl" "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1)" 0
x.x.x.x - - [04/Oct/2007:16:00:52 -0400] "GET /icecast.png HTTP/1.1" 200 5139 "http://x.x.x.x:8020/admin/stats.xsl" "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1)" 0
x.x.x.x - - [04/Oct/2007:16:00:52 -0400] "GET /corner_topleft.jpg HTTP/1.1" 200 8216 "http://x.x.x.x:8020/admin/stats.xsl" "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1)" 0
x.x.x.x - - [04/Oct/2007:16:00:52 -0400] "GET /corner_bottomleft.jpg HTTP/1.1" 200 8231 "http://x.x.x.x:8020/admin/stats.xsl" "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1)" 0
x.x.x.x - - [04/Oct/2007:16:00:52 -0400] "GET /corner_topright.jpg HTTP/1.1" 200 8218 "http://x.x.x.x:8020/style.css" "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1)" 0
x.x.x.x - - [04/Oct/2007:16:00:52 -0400] "GET /corner_bottomright.jpg HTTP/1.1" 200 8222 "http://x.x.x.x:8020/style.css" "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1)" 0


and the error log:
[code]
[2007-10-01 15:02:58] DBUG yp/yp_recheck_config Updating YP configuration
[2007-10-01 15:02:59] DBUG slave/_slave_thread checking master stream list
[2007-10-01 15:05:01] DBUG slave/_slave_thread checking master stream list
[2007-10-01 15:07:01] DBUG slave/_slave_thread checking master stream list
[2007-10-01 15:09:03] DBUG slave/_slave_thread checking master stream list
[2007-10-01 15:11:08] DBUG slave/_slave_thread checking master stream list
[2007-10-01 15:13:11] DBUG slave/_slave_thread checking master stream list
[2007-10-01 15:15:13] DBUG slave/_slave_thread checking master stream list
[2007-10-01 15:17:14] DBUG slave/_slave_thread checking master stream list
[2007-10-01 15:19:16] DBUG slave/_slave_thread checking master stream list
[2007-10-01 15:21:17] DBUG slave/_slave_thread checking master stream list
[2007-10-01 15:23:22] DBUG slave/_slave_thread checking master stream list
[2007-10-01 15:25:24] DBUG slave/_slave_thread checking master stream list
[2007-10-01 15:27:25] DBUG slave/_slave_thread checking master stream list
[2007-10-01 15:29:26] DBUG slave/_slave_thread checking master stream list
[2007-10-01 15:31:27] DBUG slave/_slave_thread checking master stream list
[2007-10-01 15:33:27] DBUG slave/_slave_thread checking master stream list
[2007-10-01 15:35:28] DBUG slave/_slave_thread checking master stream list
[2007-10-01 15:37:29] DBUG slave/_slave_thread checking master stream list
[2007-10-01 15:39:29] DBUG slave/_slave_thread checking master stream list
[2007-10-01 15:41:30] DBUG slave/_slave_thread checking master stream list
[2007-10-01 15:43:31] DBUG slave/_slave_thread checking master stream list
[2007-10-01 15:45:31] DBUG slave/_slave_thread checking master stream list
[2007-10-01 15:47:32] DBUG slave/_slave_thread checking master stream list
[2007-10-01 15:49:33] DBUG slave/_slave_thread checking master stream list
[2007-10-01 15:51:34] DBUG slave/_slave_thread checking master stream list
[2007-10-01 15:53:37] DBUG slave/_slave_thread checking master stream list
[2007-10-01 15:55:38] DBUG slave/_slave_thread checking master stream list
[2007-10-01 15:57:40] DBUG slave/_slave_thread checking master stream list
[2007-10-01 15:59:42] DBUG slave/_slave_thread checking master stream list
[2007-10-01 16:01:43] DBUG slave/_slave_thread checking master stream list
[2007-10-01 16:03:46] DBUG slave/_slave_thread checking master stream list
[2007-10-01 16:05:55] DBUG slave/_slave_thread checking master stream list
[2007-10-01 16:07:58] DBUG slave/_slave_thread checking master stream list
[2007-10-01 16:10:09] DBUG slave/_slave_thread checking master stream list
[2007-10-01 16:12:15] DBUG slave/_slave_thread checking master stream list
[2007-10-01 16:14:19] DBUG slave/_slave_thread checking master stream list
[2007-10-01 16:16:22] DBUG slave/_slave_thread checking master stream list
[2007-10-01 16:18:23] DBUG slave/_slave_thread checking master stream list
[2007-10-01 16:19:08] INFO sighandler/_sig_die Caught signal 15, shutting down...
[2007-10-01 16:19:08] DBUG connection/_handle_connection Connection thread done
[2007-10-01 18:54:53] INFO main/main Icecast 2.3.1 server started
[2007-10-01 18:54:53] DBUG yp/yp_recheck_config Updating YP configuration
[2007-10-01 18:54:53] INFO yp/yp_update_thread YP update thread started
[2007-10-01 18:54:53] INFO auth/auth_run_thread Authentication thread started
[2007-10-01 18:54:54] DBUG slave/_slave_thread checking master stream list
[2007-10-01 18:56:58] DBUG slave/_slave_thread checking master stream list
[2007-10-01 18:58:59] DBUG slave/_slave_thread checking master stream list
[2007-10-01 19:01:01] DBUG slave/_slave_thread checking master stream list
[2007-10-01 19:03:02] DBUG slave/_slave_thread checking master stream list
[2007-10-01 19:05:04] DBUG slave/_slave_thread checking master stream list
[2007-10-01 19:07:07] DBUG slave/_slave_thread checking master stream list
[2007-10-01 19:09:09] DBUG slave/_slave_thread checking master stream list
[2007-10-01 19:11:10] DBUG slave/_slave_thread checking master stream list
[2007-10-01 19:13:12] DBUG slave/_slave_thread checking master stream list
[2007-10-01 19:15:12] DBUG slave/_slave_thread checking master stream list
[2007-10-01 19:17:13] DBUG slave/_slave_thread checking master stream list
[2007-10-01 19:19:14] DBUG slave/_slave_thread checking master stream list
[2007-10-01 19:21:15] DBUG slave/_slave_thread checking master stream list
[2007-10-01 19:23:16] DBUG slave/_slave_thread checking master stream list
[2007-10-01 19:25:17] DBUG slave/_slave_thread checking master stream list
[2007-10-01 19:27:18] DBUG slave/_slave_thread checking master stream list
[2007-10-01 19:29:19] DBUG slave/_slave_thread checking master stream list
[2007-10-01 19:31:19] DBUG slave/_slave_thread checking master stream list
[2007-10-01 19:33:20] DBUG slave/_slave_thread checking master stream list
[2007-10-01 19:35:21] DBUG slave/_slave_thread checking master stream list
[2007-10-01 19:37:22] DBUG slave/_slave_thread checking master stream list
[2007-10-01 19:39:23] DBUG slave/_slave_thread checking master stream list
[2007-10-01 19:41:24] DBUG slave/_slave_thread checking master stream list
[2007-10-01 19:43:25] DBUG slave/_slave_thread checking master stream list
[2007-10-01 19:45:26] DBUG slave/_slave_thread checking master stream list
[2007-10-01 19:47:27] DBUG slave/_slave_thread checking master stream list
[2007-10-01 19:49:27] DBUG slave/_slave_thread checking master stream list
[2007-10-01 19:51:28] DBUG slave/_slave_thread checking master stream list
[2007-10-01 19:53:29] DBUG slave/_slave_thread checking master stream list
[2007-10-01 19:55:30] DBUG slave/_slave_thread checking master stream list
[2007-10-01 19:57:31] DBUG slave/_slave_thread checking master stream list
[2007-10-01 19:59:32] DBUG slave/_slave_thread checking master stream list
[2007-10-01 20:01:33] DBUG slave/_slave_thread checking master stream list
[2007-10-01 20:03:34] DBUG slave/_slave_thread checking master stream list
[2007-10-01 20:05:35] DBUG slave/_slave_thread checking master stream list
[2007-10-01 20:07:36] DBUG slave/_slave_thread checking master stream list
[2007-10-01 20:09:38] DBUG slave/_slave_thread checking master stream list
[2007-10-01 20:11:40] DBUG slave/_slave_thread checking master stream list
[2007-10-01 20:13:40] DBUG slave/_slave_thread checking master stream list
[2007-10-01 20:15:41] DBUG slave/_slave_thread checking master stream list
[2007-10-01 20:17:42] DBUG slave/_slave_thread checking master stream list
[2007-10-01 20:19:43] DBUG slave/_slave_thread checking master stream list
[2007-10-01 20:21:44] DBUG slave/_slave_thread checking master stream list
[2007-10-01 20:23:45] DBUG slave/_slave_thread checking master stream list
[2007-10-01 20:25:45] DBUG slave/_slave_thread checking master stream list
[2007-10-01 20:27:46] DBUG slave/_slave_thread checking master stream list
[2007-10-01 20:29:47] DBUG slave/_slave_thread checking master stream list
[2007-10-01 20:31:48] DBUG slave/_slave_thread checking master stream list
[2007-10-01 20:33:48] DBUG slave/_slave_thread checking master stream list
[2007-10-01 20:35:49] DBUG slave/_slave_thread checking master stream list
[2007-10-01 20:37:50] DBUG slave/_slave_thread checking master stream list
[2007-10-01 20:39:51] DBUG slave/_slave_thread checking master stream list
[2007-10-01 20:41:52] DBUG slave/_slave_thread checking master stream list
[2007-10-01 20:43:53] DBUG slave/_slave_thread checking master stream list
[2007-10-01 20:45:55] DBUG slave/_slave_thread checking master stream list
[2007-10-01 20:47:56] DBUG slave/_slave_thread checking master stream list
[2007-10-01 20:49:57] DBUG slave/_slave_thread checking master stream list
[2007-10-01 20:51:58] DBUG slave/_slave_thread checking master stream list
[2007-10-01 20:53:59] DBUG slave/_slave_thread checking master stream list
[2007-10-01 20:55:59] DBUG slave/_slave_thread checking master stream list
[2007-10-01 20:58:00] DBUG slave/_slave_thread checking master stream list
[2007-10-01 21:00:02] DBUG slave/_slave_thread checking master stream list
[2007-10-01 21:02:02] DBUG slave/_slave_thread checking master stream list
[2007-10-01 21:04:03] DBUG slave/_slave_thread checking master stream list
[2007-10-01 21:06:04] DBUG slave/_slave_thread checking master stream list
[2007-10-01 21:08:05] DBUG slave/_slave_thread checking master stream list
[2007-10-01 21:10:07] DBUG slave/_slave_thread checking master stream list
[2007-10-01 21:12:08] DBUG slave/_slave_thread checking master stream list
[2007-10-01 21:14:09] DBUG slave/_slave_thread checking master stream list
[2007-10-01 21:16:10] DBUG slave/_slave_thread checking master stream list
[2007-10-01 21:18:11] DBUG slave/_slave_thread checking master stream list
[2007-10-01 21:20:12] DBUG slave/_slave_thread checking master stream list
[2007-10-01 21:22:13] DBUG slave/_slave_thread checking master stream list
[2007-10-01 21:24:13] DBUG slave/_slave_thread checking master stream list
[2007-10-01 21:26:14] DBUG slave/_slave_thread checking master stream list
[2007-10-01 21:28:15] DBUG slave/_slave_thread checking master stream list
[2007-10-01 21:30:16] DBUG slave/_slave_thread checking master stream list
[2007-10-01 21:32:18] DBUG slave/_slave_thread checking master stream list
[2007-10-01 21:34:19] DBUG slave/_slave_thread checking master stream list
[2007-10-01 21:36:19] DBUG slave/_slave_thread checking master stream list
[2007-10-01 21:38:20] DBUG slave/_slave_thread checking master stream list
[2007-10-01 21:40:22] DBUG slave/_slave_thread checking master stream list
[2007-10-01 21:42:23] DBUG slave/_slave_thread checking master stream list
[2007-10-01 21:44:24] DBUG slave/_slave_thread checking master stream list
[2007-10-01 21:46:25] DBUG slave/_slave_thread checking master stream list
[2007-10-01 21:48:26] DBUG slave/_slave_thread checking master stream list
[2007-10-01 21:50:26] DBUG slave/_slave_thread checking master stream list
[2007-10-01 21:52:28] DBUG slave/_slave_thread checking master stream list
[2007-10-01 21:54:29] DBUG slave/_slave_thread checking master stream list
[2007-10-01 21:56:30] DBUG slave/_slave_thread checking master stream list
[2007-10-01 21:58:30] DBUG slave/_slave_thread checking master stream list
[2007-10-01 22:00:31] DBUG slave/_slave_thread checking master stream list
[2007-10-01 22:02:32] DBUG slave/_slave_thread checking master stream list
[2007-10-01 22:04:34] DBUG slave/_slave_thread checking master stream list
[2007-10-01 22:06:36] DBUG slave/_slave_thread checking master stream list
[2007-10-01 22:08:38] DBUG slave/_slave_thread checking master stream list
[2007-10-01 22:10:41] DBUG slave/_slave_thread checking master stream list
[2007-10-01 22:12:42] DBUG slave/_slave_thread checking master stream list
[2007-10-01 22:14:43] DBUG slave/_slave_thread checking master stream list
[2007-10-01 22:16:45] DBUG slave/_slave_thread checking master stream list
[2007-10-01 22:18:47] DBUG slave/_slave_thread checking master stream list
[2007-10-01 22:20:49] DBUG slave/_slave_thread checking master stream list
[2007-10-01 22:22:51] DBUG slave/_slave_thread checking master stream list
[2007-10-01 22:24:51] DBUG slave/_slave_thread checking master stream list
[2007-10-01 22:26:52] DBUG slave/_slave_thread checking master stream list
[2007-10-01 22:28:53] DBUG slave/_slave_thread checking master stream list
[2007-10-01 22:30:54] DBUG slave/_slave_thread checking master stream list
[2007-10-01 22:32:55] DBUG slave/_slave_thread checking master stream list
[2007-10-01 22:34:55] DBUG slave/_slave_thread checking master stream list
[2007-10-01 22:36:56] DBUG slave/_slave_thread checking master stream list
[2007-10-01 22:38:57] DBUG slave/_slave_thread checking master stream list
[2007-10-01 22:40:57] DBUG slave/_slave_thread checking master stream list
[2007-10-01 22:42:58] DBUG slave/_slave_thread checking master stream list
[2007-10-01 22:44:59] DBUG slave/_slave_thread checking master stream list
[2007-10-01 22:47:00] DBUG slave/_slave_thread checking master stream list
[2007-10-01 22:49:00] DBUG slave/_slave_thread checking master stream list
[2007-10-01 22:51:01] DBUG slave/_slave_thread checking master stream list
[2007-10-01 22:53:02] DBUG slave/_slave_thread checking master stream list
[2007-10-01 22:55:03] DBUG slave/_slave_thread checking master stream list
[2007-10-01 22:57:03] DBUG slave/_slave_thread checking master stream list
[2007-10-01 22:59:04] DBUG slave/_slave_thread checking master stream list
[2007-10-01 23:01:05] DBUG slave/_slave_thread checking master stream list
[2007-10-01 23:03:06] DBUG slave/_slave_thread checking master stream list
[2007-10-01 23:05:06] DBUG slave/_slave_thread checking master stream list
[2007-10-01 23:07:07] DBUG slave/_slave_thread checking master stream list
[2007-10-01 23:09:08] DBUG slave/_slave_thread checking master stream list
[2007-10-01 23:11:09] DBUG slave/_slave_thread checking master stream list
[2007-10-01 23:13:09] DBUG slave/_slave_thread checking master stream list
[2007-10-01 23:15:10] DBUG slave/_slave_thread checking master stream list
[2007-10-01 23:17:11] DBUG slave/_slave_thread checking master stream list
[2007-10-01 23:19:11] DBUG slave/_slave_thread checking master stream list
[2007-10-01 23:21:12] DBUG slave/_slave_thread checking master stream list
[2007-10-01 23:23:13] DBUG slave/_slave_thread checking master stream list
[2007-10-01 23:25:14] DBUG slave/_slave_thread checking master stream list
[2007-10-01 23:27:14] DBUG slave/_slave_thread checking master stream list
[2007-10-01 23:29:17] DBUG slave/_slave_thread checking master stream list
[2007-10-01 23:30:33] INFO sighandler/_sig_die Caught signal 15, shutting down...
[2007-10-01 23:30:33] DBUG connection/_handle_connection Connection thread done
[2007-10-01 23:30:33] INFO main/main Shutting down
[2007-10-01 23:30:33] INFO fserve/fserve_shutdown file serving thread stopped
[2007-10-01 23:30:34] DBUG slave/slave_shutdown waiting for slave thread
[2007-10-01 23:30:34] DBUG slave/_slave_thread shutting down current relays
[2007-10-01 23:30:34] INFO slave/_slave_thread Slave thread shutdown complete
[2007-10-01 23:30:34] INFO auth/auth_run_thread Authenication thread shutting down
[2007-10-01 23:30:34] INFO auth/auth_shutdown Auth thread has terminated
[2007-10-01 23:30:34] INFO yp/yp_shutdown YP thread down
[2007-10-01 23:30:35] INFO stats/stats_shutdown stats thread finished
[2007-10-02 11:25:22] INFO main/main Icecast 2.3.1 server started
[2007-10-02 11:25:22] DBUG yp/yp_recheck_config Updating YP configuration
[2007-10-02 11:25:22] INFO yp/yp_update_thread YP update thread started
[2007-10-02 11:25:22] INFO auth/auth_run_thread Authentication thread started
[2007-10-02 11:25:23] DBUG slave/_slave_thread checking master stream list
[2007-10-02 11:27:23] DBUG slave/_slave_thread checking master stream list
[2007-10-02 11:29:28] DBUG slave/_slave_thread checking master stream list
[2007-10-02 11:31:34] DBUG slave/_slave_thread checking master stream list
[2007-10-02 11:33:36] DBUG slave/_slave_thread checking master stream list
[2007-10-02 11:35:37] DBUG slave/_slave_thread checking master stream list
[2007-10-02 11:37:40] DBUG slave/_slave_thread checking master stream list
[2007-10-02 11:39:42] DBUG slave/_slave_thread checking master stream list
[2007-10-02 11:41:43] DBUG slave/_slave_thread checking master stream list
[2007-10-02 11:43:44] DBUG slave/_slave_thread checking master stream list
[2007-10-02 11:45:45] DBUG slave/_slave_thread checking master stream list
[2007-10-02 11:47:45] DBUG slave/_slave_thread checking master stream list
[2007-10-02 11:49:47] DBUG slave/_slave_thread checking master stream list
[2007-10-02 11:51:48] DBUG slave/_slave_thread checking master stream list
[2007-10-02 11:53:49] DBUG slave/_slave_thread checking master stream list
[2007-10-02 11:55:51] DBUG slave/_slave_thread checking master stream list
[2007-10-02 11:57:54] DBUG slave/_slave_thread checking master stream list
[2007-10-02 11:59:58] DBUG slave/_slave_thread checking master stream list
[2007-10-02 12:01:59] DBUG slave/_slave_thread checking master stream list
[2007-10-02 12:04:00] DBUG slave/_slave_thread checking master stream list
[2007-10-02 12:06:00] DBUG slave/_slave_thread checking master stream list
[2007-10-02 12:08:01] DBUG slave/_slave_thread checking master stream list
[2007-10-02 12:10:02] DBUG slave/_slave_thread checking master stream list
[2007-10-02 12:12:03] DBUG slave/_slave_thread checking master stream list
[2007-10-02 12:14:03] DBUG slave/_slave_thread checking master stream list
[2007-10-02 12:16:04] DBUG slave/_slave_thread checking master stream list
[2007-10-02 12:18:05] DBUG slave/_slave_thread checking master stream list
[2007-10-02 12:20:06] DBUG slave/_slave_thread checking master stream list
[2007-10-02 12:22:06] DBUG slave/_slave_thread checking master stream list
[2007-10-02 12:24:07] DBUG slave/_slave_thread checking master stream list
[2007-10-02 12:26:08] DBUG slave/_slave_thread checking master stream list
[2007-10-02 12:28:08] DBUG slave/_slave_thread checking master stream list
[2007-10-02 12:30:09] DBUG slave/_slave_thread checking master stream list
[2007-10-02 12:32:10] DBUG slave/_slave_thread checking master stream list
[2007-10-02 12:34:11] DBUG slave/_slave_thread checking master stream list
[2007-10-02 12:36:11] DBUG slave/_slave_thread checking master stream list
[2007-10-02 12:38:12] DBUG slave/_slave_thread checking master stream list
[2007-10-02 12:40:13] DBUG slave/_slave_thread checking master stream list
[2007-10-02 12:42:14] DBUG slave/_slave_thread checking master stream list
[2007-10-02 12:44:14] DBUG slave/_slave_thread checking master stream list
[2007-10-02 12:46:15] DBUG slave/_slave_thread checking master stream list
[2007-10-02 12:48:16] DBUG slave/_slave_thread checking master stream list
[2007-10-02 12:50:16] DBUG slave/_slave_thread checking master stream list
[2007-10-02 12:52:17] DBUG slave/_slave_thread checking master stream list
[2007-10-02 12:54:18] DBUG slave/_slave_thread checking master stream list
[2007-10-02 12:56:19] DBUG slave/_slave_thread checking master stream list
[2007-10-02 12:58:19] DBUG slave/_slave_thread checking master stream list
[2007-10-02 13:00:20] DBUG slave/_slave_thread checking master stream list
[2007-10-02 13:02:21] DBUG slave/_slave_thread checking master stream list
[2007-10-02 13:04:22] DBUG slave/_slave_thread checking master stream list
[2007-10-02 13:06:22] DBUG slave/_slave_thread checking master stream list
[2007-10-02 13:08:23] DBUG slave/_slave_thread checking master stream list
[2007-10-02 13:10:24] DBUG slave/_slave_thread checking master stream list
[2007-10-02 13:12:24] DBUG slave/_slave_thread checking master stream list
[2007-10-02 13:14:25] DBUG slave/_slave_thread checking master stream list
[2007-10-02 13:16:26] DBUG slave/_slave_thread checking master stream list
[2007-10-02 13:18:27] DBUG slave/_slave_thread checking master stream list
[2007-10-02 13:20:27] DBUG slave/_slave_thread checking master stream list
[2007-10-02 13:22:28] DBUG slave/_slave_thread checking master stream list
[2007-10-02 13:24:29] DBUG slave/_slave_thread checking master stream list
[2007-10-02 13:26:30] DBUG slave/_slave_thread checking master stream list
[2007-10-02 13:28:30] DBUG slave/_slave_thread checking master stream list
[2007-10-02 13:30:31] DBUG slave/_slave_thread checking master stream list
[2007-10-02 13:32:32] DBUG slave/_slave_thread checking master stream list
[2007-10-02 13:34:33] DBUG slave/_slave_thread checking master stream list
[2007-10-02 13:36:33] DBUG slave/_slave_thread checking master stream list
[2007-10-02 13:38:34] DBUG slave/_slave_thread checking master stream list
[2007-10-02 13:40:35] DBUG slave/_slave_thread checking master stream list
[2007-10-02 13:42:36] DBUG slave/_slave_thread checking master stream list
[2007-10-02 13:44:36] DBUG slave/_slave_thread checking master stream list
[2007-10-02 13:46:37] DBUG slave/_slave_thread checking master stream list
[2007-10-02 13:48:38] DBUG slave/_slave_thread checking master stream list
[2007-10-02 13:50:39] DBUG slave/_slave_thread checking master stream list
[2007-10-02 13:52:39] DBUG slave/_slave_thread checking master stream list
[2007-10-02 13:54:40] DBUG slave/_slave_thread checking master stream list
[2007-10-02 13:56:41] DBUG slave/_slave_thread checking master stream list
[2007-10-02 13:58:42] DBUG slave/_slave_thread checking master stream list
[2007-10-02 14:00:42] DBUG slave/_slave_thread checking master stream list
[2007-10-02 14:02:43] DBUG slave/_slave_thread checking master stream list
[2007-10-02 14:04:44] DBUG slave/_slave_thread checking master stream list
[2007-10-02 14:06:45] DBUG slave/_slave_thread checking master stream list
[2007-10-02 14:08:45] DBUG slave/_slave_thread checking master stream list
[2007-10-02 14:10:46] DBUG slave/_slave_thread checking master stream list
[2007-10-02 14:12:47] DBUG slave/_slave_thread checking master stream list
[2007-10-02 14:14:48] DBUG slave/_slave_thread checking master stream list
[2007-10-02 14:16:48] DBUG slave/_slave_thread checking master stream list
[2007-10-02 14:18:49] DBUG slave/_slave_thread checking master stream list
[2007-10-02 14:20:50] DBUG slave/_slave_thread checking master stream list
[/


Last edited by Megatron on Sat Oct 06, 2007 5:26 pm; edited 1 time in total
Back to top
View user's profile Send private message
Megatron



Joined: 26 Sep 2007
Posts: 9

PostPosted: Fri Oct 05, 2007 12:11 am    Post subject: Reply with quote

karlH wrote:
The numbers you mentioned are from the shell telling you the job number and process id of the started process, in this case ices. From the ices log, ices stops because it cannot start a connection to icecast.

We obviously can't see your icecast logs to see the extent of the failure. It could a firewall blocking access in which case nothing will appear in either of the icecast logs or you could just have the wrong password in which case the access log will report a 401 and the error log would say that the authentication failed.

karl.


so both icecast & ices should have the same password? if so which password from icecast (admin password, relay password, source password) should be the same in ices?
Back to top
View user's profile Send private message
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Fri Oct 05, 2007 1:58 am    Post subject: Reply with quote

the key line from the access log is

127.0.0.1 - - [03/Oct/2007:11:36:16 -0400] "SOURCE /play.ogg HTTP/1.0" 401 115 "-" "IceS 2.0.1" 0

As you can see 401 is returned, so it does connect but authentication fails. Obviously the error log you posted was from a time where no connections were being made, you can check the date stamps. As a source client, the password needs to match the source-password (you don't have a per-mount password for /play.ogg).

karl.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Megatron



Joined: 26 Sep 2007
Posts: 9

PostPosted: Fri Oct 05, 2007 3:19 am    Post subject: Reply with quote

karlH wrote:
the key line from the access log is

127.0.0.1 - - [03/Oct/2007:11:36:16 -0400] "SOURCE /play.ogg HTTP/1.0" 401 115 "-" "IceS 2.0.1" 0

As you can see 401 is returned, so it does connect but authentication fails. Obviously the error log you posted was from a time where no connections were being made, you can check the date stamps. As a source client, the password needs to match the source-password (you don't have a per-mount password for /play.ogg).

karl.

ok...i changed the source password from ices to match the one with icecast and the ip from icecast to ices and now it works... Very Happy i can now hear my own stream... Very Happy icecast & ices rock... Very Happy

can my families and friends connect with the same ip or do i have to change the ip from icecast?

thank you so much for your help karlh. Very Happy
Back to top
View user's profile Send private message
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Fri Oct 05, 2007 4:29 am    Post subject: Reply with quote

whether they can connect to your icecast will depend on many things, are they on the same LAN?, do you have firewalling enabled? do you have the bandwidth available to support those streams? IP addresses like 192.168.x.x are private so if you are talking about going over the internet then they cannot use that IP

karl.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Megatron



Joined: 26 Sep 2007
Posts: 9

PostPosted: Fri Oct 05, 2007 7:59 pm    Post subject: Reply with quote

karlH wrote:
whether they can connect to your icecast will depend on many things, are they on the same LAN?, do you have firewalling enabled? do you have the bandwidth available to support those streams? IP addresses like 192.168.x.x are private so if you are talking about going over the internet then they cannot use that IP

karl.

well my brother is on the same lan and who ever connects on this lan, but the rest is via online...i believe debian etch has a firewall enabled so i'm guessing i need to open port 8020. am i right?
as for the bandwidth i'm not 100% sure, but the quality of the music will be around -q 0 (64 kbps) or -q 1 (45 kbps)...hopefully i will have enough for a few listeners...
i wasn't aware that ip's like 192.168.x.x were private...thank you for letting me know...i honestly thought since everything worked that my friends and families (who ever wants to listen) can connect using that ip...i guess i have to find a public ip for them to connect...

once i get a public ip for my computer to input in icecast does that same ip have to be in ices as well? i want to make sure that i'm doing this correctly so i won't forget...

thank you very much for your time and help karlh. Very Happy
Back to top
View user's profile Send private message
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Fri Oct 05, 2007 8:26 pm    Post subject: Reply with quote

For people on the LAN, they'll be able to use the 192.168 address as they are within the private address range but externally they'll need to use the real internet IP (check www.whatsmyip.com etc) and you'll have to port forward incoming requests to your icecast. The main limiting factor for home-based servers is the upload bandwidth, they tend to be quite small, even the likes of a 64k stream is big for upload rates, you'll probably get a couple of external listeners only.

karl.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Megatron



Joined: 26 Sep 2007
Posts: 9

PostPosted: Fri Oct 05, 2007 9:36 pm    Post subject: Reply with quote

karlH wrote:
For people on the LAN, they'll be able to use the 192.168 address as they are within the private address range but externally they'll need to use the real internet IP (check www.whatsmyip.com etc) and you'll have to port forward incoming requests to your icecast. The main limiting factor for home-based servers is the upload bandwidth, they tend to be quite small, even the likes of a 64k stream is big for upload rates, you'll probably get a couple of external listeners only.

karl.

oh ok...
how can i keep the lan ip and input the real public ip?

thank you for your time and help karlh... Very Happy
Back to top
View user's profile Send private message
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Sat Oct 06, 2007 12:14 am    Post subject: Reply with quote

I'm not suggesting you change your LAN IP, as for "input the real public IP" I have no idea what you are asking for. Your real public IP is shown on that web page (actually use www.whatsmyip.org instead)

karl.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Megatron



Joined: 26 Sep 2007
Posts: 9

PostPosted: Sat Oct 06, 2007 2:20 am    Post subject: Reply with quote

karlH wrote:
I'm not suggesting you change your LAN IP, as for "input the real public IP" I have no idea what you are asking for. Your real public IP is shown on that web page (actually use www.whatsmyip.org instead)

karl.

sorry i meant to ask how can i keep my lan ip and input my real public ip in both icecast & ices (if possible)?
Back to top
View user's profile Send private message
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Sat Oct 06, 2007 2:41 am    Post subject: Reply with quote

ices is within the LAN so you don't need to use an external IP for that, as for icecast, as per the docs, you specify the IP or DNS name in <hostname>. icecast will use the Host header if provided when generating m3u.

karl.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Megatron



Joined: 26 Sep 2007
Posts: 9

PostPosted: Sat Oct 06, 2007 3:16 am    Post subject: Reply with quote

karlH wrote:
ices is within the LAN so you don't need to use an external IP for that, as for icecast, as per the docs, you specify the IP or DNS name in <hostname>. icecast will use the Host header if provided when generating m3u.

karl.

oh so all i have to do is just change the ip or dns in the <hostname> section of icecast, leave ices alone, and once connected both lan and outsiders (family or friends) can hear the music i'm broadcasting correct through ices?

i hope this is correct...
Back to top
View user's profile Send private message
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Sat Oct 06, 2007 12:09 pm    Post subject: Reply with quote

Megatron wrote:
i hope this is correct...


based on what little information we have to go on, yes.

karl.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Icecast Streaming Media Server Forum Index -> Source Clients All times are GMT
Page 1 of 1

 
Jump to:  
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