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 

Icecast stop responding

 
Post new topic   Reply to topic    Icecast Streaming Media Server Forum Index -> Icecast Server
View previous topic :: View next topic  
Author Message
Anonymous
Guest





PostPosted: Fri Dec 14, 2007 7:46 pm    Post subject: Icecast stop responding Reply with quote

Hello all.
I have installed Icecast server: [url]http://mp3.radioultra.ru/[/url]

Server - 2xDualCore XEON, Ram 2GB, Net 1GBit/s
OS: FreeBSD 6.2 i386/amd64 REL
Icecast 2.3.1 (installed from FreeBSD ports)
Server working for 10-15 relays with various bitrates, and have up to 900 commited on-line clients (server limit (in icecast.xml) is 3000).

Server work fine, but...
It may work for 0-2 days, and then stop responding (clients can't connect to them).
I tryed to restart Icecast by standard script (/usr/local/etc/rc.d/icecast restart), but it not shuting down for much time (up to 1 hour).
I tryed to kill that process by PID, it does not work.
Only restaring server solving this problem. Crying or Very sad
I tryed recompile fresh OS kernel. It not help me.
I tryed recompile fresh Icecast (from subversion). Icecast compiled (for amd64 architecture), but not started: "Segmentation fault".
Hardware we are changed. But... Probled not solved.

I tryed to observe BEDUG-log for Icecast.
On a "crash-time" it seems like a normal-time log (previously 1-2-hour).
Back to top
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Fri Dec 14, 2007 7:53 pm    Post subject: Reply with quote

If you have a crash from the trunk code then by all means send me the backtraces. Build with make debug and either use catchsegv .../icecast -c .... or if you get a core file get gdb to report the stacks (thread apply all bt)

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





PostPosted: Fri Dec 14, 2007 7:58 pm    Post subject: Reply with quote

I'm not expert on this...
Can you help me with "commands", wich i need to execute on machine to get the information, you wanted.
Back to top
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Fri Dec 14, 2007 10:59 pm    Post subject: Reply with quote

As I said, use 'make debug' first, that will be needed to show us the internal information needed. The next stage is to cause the crash to happen. The simplest way (but not available everywhere) is to run icecast within the catchsegv warapper so that the stack traces are shown automatically at crash.

catchsegv /path/to/icecast -c /path/to/icecasl.xml

email the output to me

The more traditional route is to
ulimit -c unlimited
cd /some/dir/to/write/into
/path/to/icecast -c /path/to/icecast.xml
gdb /path/to/icecast core.XXXX
gdb> thread apply all bt

email output to me

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





PostPosted: Sat Dec 15, 2007 2:40 pm    Post subject: Reply with quote

Can you help me with the "catchsegv" utility?
I can't find that on my machine. Embarassed
May be, i needed to install any other packages?
Back to top
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Sat Dec 15, 2007 2:46 pm    Post subject: Reply with quote

catchsegv is probably a GNU libc only thing, you said you were on FBSD so you may have to use the more traditional approach of getting a core file.

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





PostPosted: Sat Dec 15, 2007 4:37 pm    Post subject: Reply with quote

I was run "gdb" utility (FreeBSD debuger).
At first of all, I installed icecast-trunk-20071215.tar.gz:
----------------
./configure
make debug
make install
----------------

1. I run GDB-debuger:
#gdb /usr/local/bin/icecast

Output is:
---------------
GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "amd64-marcel-freebsd"...
(gdb)
---------------
2. Then I run the program (Icecast) with needed arguments:
(gdb) run -c /usr/local/etc/icecast.xml

Output is:
---------------
Starting program: /usr/local/bin/icecast -c /usr/local/etc/icecast.xml
warning: Unable to get location for thread creation breakpoint: generic error
[New LWP 100052]
[New Thread 0x542000 (LWP 100052)]
Changed groupid to 65533.
Changed userid to 65534.
---------------
3. Then I connected to Icecast from my WEB-browser.
Browser connected, and show me standard Icecast default page (Icecast atatus).
Sources are connected, "/nashe-192" - is one of mountpoints.
Debuger has no any output.
---------------
4. Then I connecting to Icecast from my Winamp to mountpoint "/nashe-192".
Debuger output is:
---------------
[New Thread 0x560400 (LWP 100113)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x560400 (LWP 100113)]
0x000000000041dc83 in add_authenticated_listener (mount=0x5d9200 "/nashe-192", mountinfo=0x0, client=0x64d080) at auth.c:421
421 if (check_duplicate_logins (source, client, mountinfo->auth) == 0)
---------------

If i not using debuger, Icecast said "Segmentation fault" to me, and exited on this step.
Back to top
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Sat Dec 15, 2007 5:21 pm    Post subject: Reply with quote

ok, I see the problem, looks like a missed patch, my branch has a few other tests for newer features which trunk doesn't have so new listeners are exposing a NULL pointer dereference. Fix committed to trunk.

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





PostPosted: Mon Dec 17, 2007 10:06 am    Post subject: Reply with quote

Hello, KarlH.

Today I installed last "trunc" version (20071217), and it's work. Very Happy
But only on an AMD-64 architecture. Crying or Very sad

On the FreeBSD-I386, it does not work.
When i trying to connect to Icecast, Debuger show nothing.
Connection from browser can not be established (nothing shows).
Connection from Winamp can not be established (nothing playing).

On exit (in debugger session), it wrote:
------------------
Program received signal SIGINT, Interrupt.
[Switching to Thread 0x8081200 (LWP 100058)]
0x283e35b7 in pthread_testcancel () from /lib/libpthread.so.2
-----------------
Back to top
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Mon Dec 17, 2007 3:55 pm    Post subject: Reply with quote

I don't have access to a FBSD to check. If you are sure it's not firewall related then you'll have to get me the error log first, so that we can see if any connection is seen and if so what it does with it. I am unable to resolve issues that are just "it does not work".

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





PostPosted: Tue Dec 18, 2007 12:38 pm    Post subject: Reply with quote

Yea, sorry. Smile

It's not firewall.
Icecast-2.3.1 (from BSD-ports) is worked fine on the same machine, with the same firewall settings.

1. I was make "trunk"-version as usual:
./configure
make debug
make install

2. icecast.xml have option:
<loglevel>4</loglevel>

3. Run Icecast as usual:
/icecast start

4. After some time, i stoped Icecast:
/icecast stop

At this session log file "access" did not grow.
Log file "error" is:
------------------[code]
[2007-12-18 15:07:28] INFO main/main Icecast trunk server started
[2007-12-18 15:07:28] DBUG yp/yp_recheck_config Updating YP configuration
[2007-12-18 15:07:28] INFO connection/get_ssl_certificate No SSL capability on any configured ports
[2007-12-18 15:07:28] INFO stats/_stats_thread stats thread started
[2007-12-18 15:07:28] INFO fserve/fserv_thread_function file serving thread started
[2007-12-18 15:07:28] INFO yp/yp_update_thread YP update thread started
[2007-12-18 15:07:29] DBUG slave/_slave_thread checking master stream list
[2007-12-18 15:07:29] DBUG slave/check_relay_stream Adding relay source at mountpoint "/best-192"
[2007-12-18 15:07:29] DBUG slave/check_relay_stream Adding relay source at mountpoint "/ultra-32"
[2007-12-18 15:07:29] DBUG slave/check_relay_stream Adding relay source at mountpoint "/ultra-48"
[2007-12-18 15:07:29] DBUG slave/check_relay_stream Adding relay source at mountpoint "/ultra-64"
[2007-12-18 15:07:29] DBUG slave/check_relay_stream Adding relay source at mountpoint "/ultra-96"
[2007-12-18 15:07:29] DBUG slave/check_relay_stream Adding relay source at mountpoint "/ultra-128"
[2007-12-18 15:07:29] DBUG slave/check_relay_stream Adding relay source at mountpoint "/ultra-192"
[2007-12-18 15:07:29] DBUG slave/check_relay_stream Adding relay source at mountpoint "/nashe-32"
[2007-12-18 15:07:29] DBUG slave/check_relay_stream Adding relay source at mountpoint "/nashe-48"
[2007-12-18 15:07:29] DBUG slave/check_relay_stream Adding relay source at mountpoint "/nashe-64"
[2007-12-18 15:07:29] DBUG slave/check_relay_stream Adding relay source at mountpoint "/nashe-96"
[2007-12-18 15:07:29] DBUG slave/check_relay_stream Adding relay source at mountpoint "/nashe-128"
[2007-12-18 15:07:29] DBUG slave/check_relay_stream Adding relay source at mountpoint "/nashe-192"
[2007-12-18 15:07:29] INFO slave/start_relay_stream Starting relayed source at mountpoint "/best-192"
[2007-12-18 15:07:29] INFO slave/start_relay_stream Starting relayed source at mountpoint "/ultra-32"
[2007-12-18 15:07:29] INFO slave/start_relay_stream Starting relayed source at mountpoint "/ultra-48"
[2007-12-18 15:07:29] INFO slave/start_relay_stream Starting relayed source at mountpoint "/ultra-64"
[2007-12-18 15:07:29] INFO slave/start_relay_stream Starting relayed source at mountpoint "/ultra-96"
[2007-12-18 15:07:29] INFO slave/start_relay_stream Starting relayed source at mountpoint "/ultra-128"
[2007-12-18 15:07:29] INFO slave/start_relay_stream Starting relayed source at mountpoint "/ultra-192"
[2007-12-18 15:07:29] INFO slave/start_relay_stream Starting relayed source at mountpoint "/nashe-128"
[2007-12-18 15:07:29] INFO slave/start_relay_stream Starting relayed source at mountpoint "/nashe-32"
[2007-12-18 15:07:29] INFO slave/start_relay_stream Starting relayed source at mountpoint "/nashe-48"
[2007-12-18 15:07:29] INFO slave/start_relay_stream Starting relayed source at mountpoint "/nashe-64"
[2007-12-18 15:07:29] INFO slave/open_relay_connection connecting to 88.212.196.54:80
[2007-12-18 15:07:29] INFO slave/start_relay_stream Starting relayed source at mountpoint "/nashe-96"
[2007-12-18 15:07:29] INFO slave/start_relay_stream Starting relayed source at mountpoint "/nashe-192"
[2007-12-18 15:07:29] INFO slave/open_relay_connection connecting to 88.212.196.54:80
[2007-12-18 15:07:29] INFO slave/open_relay_connection connecting to 88.212.196.54:80
[2007-12-18 15:07:29] INFO slave/open_relay_connection connecting to 88.212.196.54:80
[2007-12-18 15:07:29] INFO slave/open_relay_connection connecting to 88.212.196.54:80
[2007-12-18 15:07:29] INFO slave/open_relay_connection connecting to 88.212.196.54:80
[2007-12-18 15:07:29] INFO slave/open_relay_connection connecting to 88.212.196.54:80
[2007-12-18 15:07:29] INFO slave/open_relay_connection connecting to 88.212.196.54:80
[2007-12-18 15:07:29] INFO slave/open_relay_connection connecting to 88.212.196.54:80
[2007-12-18 15:07:29] INFO slave/open_relay_connection connecting to 88.212.196.54:80
[2007-12-18 15:07:29] INFO slave/open_relay_connection connecting to 88.212.196.54:80
[2007-12-18 15:07:29] INFO slave/open_relay_connection connecting to 88.212.196.54:80
[2007-12-18 15:07:29] INFO slave/open_relay_connection connecting to 88.212.196.54:80
[2007-12-18 15:07:29] DBUG connection/connection_complete_source sources count is 0
[2007-12-18 15:07:29] DBUG source/source_apply_mount Applying mount information for "/nashe-192"
[2007-12-18 15:07:29] DBUG format-mp3/format_mp3_apply_settings sending metadata interval 16000
[2007-12-18 15:07:29] DBUG format-mp3/format_mp3_apply_settings charset ISO8859-1
[2007-12-18 15:07:29] DBUG source/source_update_settings public set to 0
[2007-12-18 15:07:29] DBUG source/source_update_settings max listeners to -1
[2007-12-18 15:07:29] DBUG source/source_update_settings queue size to 262140
[2007-12-18 15:07:29] DBUG source/source_update_settings burst size to 65535
[2007-12-18 15:07:29] DBUG source/source_update_settings source timeout to 120
[2007-12-18 15:07:29] DBUG source/source_update_settings fallback_when_full to 0
[2007-12-18 15:07:29] DBUG connection/connection_complete_source source is ready to start
[2007-12-18 15:07:29] DBUG source/source_init Source creation complete
[2007-12-18 15:07:29] DBUG connection/connection_complete_source sources count is 1
[2007-12-18 15:07:29] DBUG source/source_apply_mount Applying mount information for "/ultra-192"
[2007-12-18 15:07:29] DBUG format-mp3/format_mp3_apply_settings sending metadata interval 16000
[2007-12-18 15:07:29] DBUG format-mp3/format_mp3_apply_settings charset ISO8859-1
[2007-12-18 15:07:29] DBUG source/source_update_settings public set to 0
[2007-12-18 15:07:29] DBUG source/source_update_settings max listeners to -1
[2007-12-18 15:07:29] DBUG source/source_update_settings queue size to 262140
[2007-12-18 15:07:29] DBUG source/source_update_settings burst size to 65535
[2007-12-18 15:07:29] DBUG source/source_update_settings source timeout to 120
[2007-12-18 15:07:29] DBUG source/source_update_settings fallback_when_full to 0
[2007-12-18 15:07:29] DBUG connection/connection_complete_source source is ready to start
[2007-12-18 15:07:29] DBUG source/source_init Source creation complete
[2007-12-18 15:07:29] DBUG connection/connection_complete_source sources count is 2
[2007-12-18 15:07:29] DBUG source/source_apply_mount Applying mount information for "/best-192"
[2007-12-18 15:07:29] DBUG format-mp3/format_mp3_apply_settings sending metadata interval 16000
[2007-12-18 15:07:29] DBUG format-mp3/format_mp3_apply_settings charset ISO8859-1
[2007-12-18 15:07:29] DBUG source/source_update_settings public set to 0
[2007-12-18 15:07:29] DBUG source/source_update_settings max listeners to -1
[2007-12-18 15:07:29] DBUG source/source_update_settings queue size to 262140
[2007-12-18 15:07:29] DBUG source/source_update_settings burst size to 65535
[2007-12-18 15:07:29] DBUG source/source_update_settings source timeout to 120
[2007-12-18 15:07:29] DBUG source/source_update_settings fallback_when_full to 0
[2007-12-18 15:07:29] DBUG connection/connection_complete_source source is ready to start
[2007-12-18 15:07:29] DBUG source/source_init Source creation complete
[2007-12-18 15:07:29] DBUG connection/connection_complete_source sources count is 3
[2007-12-18 15:07:29] DBUG source/source_apply_mount Applying mount information for "/nashe-32"
[2007-12-18 15:07:29] DBUG format-mp3/format_mp3_apply_settings sending metadata interval 16000
[2007-12-18 15:07:29] DBUG format-mp3/format_mp3_apply_settings charset ISO8859-1
[2007-12-18 15:07:29] DBUG source/source_apply_mount YP changed to 1
[2007-12-18 15:07:29] DBUG source/source_update_settings public set to 1
[2007-12-18 15:07:29] DBUG source/source_update_settings max listeners to -1
[2007-12-18 15:07:29] DBUG source/source_update_settings queue size to 262140
[2007-12-18 15:07:29] DBUG source/source_update_settings burst size to 65535
[2007-12-18 15:07:29] DBUG source/source_update_settings source timeout to 120
[2007-12-18 15:07:29] DBUG source/source_update_settings fallback_when_full to 0
[2007-12-18 15:07:29] DBUG connection/connection_complete_source source is ready to start
[2007-12-18 15:07:29] DBUG source/source_init Source creation complete
[2007-12-18 15:07:29] INFO source/source_main listener count on /best-192 now 0
[2007-12-18 15:07:29] INFO source/source_main listener count on /nashe-192 now 0
[2007-12-18 15:07:29] DBUG connection/connection_complete_source sources count is 4
[2007-12-18 15:07:29] DBUG source/source_apply_mount Applying mount information for "/ultra-32"
[2007-12-18 15:07:29] DBUG format-mp3/format_mp3_apply_settings sending metadata interval 16000
[2007-12-18 15:07:29] DBUG format-mp3/format_mp3_apply_settings charset ISO8859-1
[2007-12-18 15:07:29] INFO source/source_main listener count on /ultra-192 now 0
[2007-12-18 15:07:29] DBUG source/source_apply_mount YP changed to 1
[2007-12-18 15:07:29] DBUG source/source_update_settings public set to 1
[2007-12-18 15:07:29] DBUG source/source_update_settings max listeners to -1
[2007-12-18 15:07:29] DBUG source/source_update_settings queue size to 262140
[2007-12-18 15:07:29] DBUG source/source_update_settings burst size to 65535
[2007-12-18 15:07:29] DBUG source/source_update_settings source timeout to 120
[2007-12-18 15:07:29] DBUG source/source_update_settings fallback_when_full to 0
[2007-12-18 15:07:29] DBUG connection/connection_complete_source source is ready to start
[2007-12-18 15:07:29] DBUG source/source_init Source creation complete
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node clients (1)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node sources (1)
[2007-12-18 15:07:29] DBUG stats/process_source_event new source stat /nashe-192
[2007-12-18 15:07:29] DBUG stats/process_source_event new node listenurl (http://83.234.144.42:8000/nashe-192)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node public (0)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node server_name (NASHE Radio (Moscow) 101.7FM)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node server_description (NASHE Radio (Moscow) 101.7FM)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node server_url (http://www.nashe.ru/)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node genre (Live Air)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node bitrate (192)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node server_type (audio/mpeg)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node max_listeners (unlimited)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node source_relay_connections (1)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node source_ip (88.212.196.54)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node ice-samplerate (44100)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node ice-bitrate (192)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node ice-channels (2)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node audio_info (ice-samplerate=44100;ice-bitrate=192;ice-channels=2)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node listenurl (http://83.234.144.42:8000/nashe-192)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node source_total_connections (1)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node slow_listeners (0)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node listeners (0)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node listener_peak (0)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node stream_start (Tue, 18 Dec 2007 15:07:29 +0300)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node clients (2)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node sources (2)
[2007-12-18 15:07:29] DBUG stats/process_source_event new source stat /ultra-192
[2007-12-18 15:07:29] DBUG stats/process_source_event new node listenurl (http://83.234.144.42:8000/ultra-192)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node public (0)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node server_name (ULTRA Radio (Moscow) 70.19FM)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node server_description (ULTRA Radio (Moscow) 70.19FM)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node server_url (http://www.radioultra.ru/)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node genre (Live Air)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node bitrate (192)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node server_type (audio/mpeg)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node max_listeners (unlimited)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node source_relay_connections (2)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node source_ip (88.212.196.54)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node ice-samplerate (44100)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node ice-bitrate (192)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node ice-channels (2)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node audio_info (ice-samplerate=44100;ice-bitrate=192;ice-channels=2)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node listenurl (http://83.234.144.42:8000/ultra-192)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node source_total_connections (2)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node slow_listeners (0)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node listeners (0)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node listener_peak (0)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node stream_start (Tue, 18 Dec 2007 15:07:29 +0300)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node clients (3)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node sources (3)
[2007-12-18 15:07:29] DBUG stats/process_source_event new source stat /best-192
[2007-12-18 15:07:29] DBUG stats/process_source_event new node listenurl (http://83.234.144.42:8000/best-192)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node public (0)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node server_name (BEST-FM (Moscow) 100.5FM)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node server_description (BEST-FM (Moscow) 100.5FM)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node server_url (http://www.bestfm.ru/)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node genre (Live Air)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node bitrate (192)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node server_type (audio/mpeg)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node max_listeners (unlimited)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node source_relay_connections (3)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node source_ip (88.212.196.54)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node ice-samplerate (44100)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node ice-bitrate (192)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node ice-channels (2)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node audio_info (ice-samplerate=44100;ice-bitrate=192;ice-channels=2)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node listenurl (http://83.234.144.42:8000/best-192)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node source_total_connections (3)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node slow_listeners (0)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node listeners (0)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node listener_peak (0)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node stream_start (Tue, 18 Dec 2007 15:07:29 +0300)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node clients (4)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node sources (4)
[2007-12-18 15:07:29] DBUG stats/process_source_event new source stat /nashe-32
[2007-12-18 15:07:29] DBUG stats/process_source_event new node listenurl (http://83.234.144.42:8000/nashe-32)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node public (1)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node server_name (NASHE Radio (Moscow) 101.7FM)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node server_description (NASHE Radio (Moscow) 101.7FM)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node server_url (http://www.nashe.ru/)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node genre (Rock (Live Air))
[2007-12-18 15:07:29] DBUG stats/process_source_event new node bitrate (32)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node server_type (audio/mpeg)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node max_listeners (unlimited)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node source_relay_connections (4)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node source_ip (88.212.196.54)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node ice-samplerate (44100)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node ice-bitrate (32)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node ice-channels (2)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node audio_info (ice-samplerate=44100;ice-bitrate=32;ice-channels=2)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node listenurl (http://83.234.144.42:8000/nashe-32)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node source_total_connections (4)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node slow_listeners (0)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node listeners (0)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node listener_peak (0)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node stream_start (Tue, 18 Dec 2007 15:07:29 +0300)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node total_bytes_read (0)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node total_bytes_sent (0)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node listeners (0)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node total_bytes_read (0)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node total_bytes_sent (0)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node listeners (0)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node clients (5)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node sources (5)
[2007-12-18 15:07:29] DBUG stats/process_source_event new source stat /ultra-32
[2007-12-18 15:07:29] DBUG stats/process_source_event new node listenurl (http://83.234.144.42:8000/ultra-32)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node total_bytes_read (0)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node total_bytes_sent (0)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node public (1)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node listeners (0)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node server_name (ULTRA Radio (Moscow) 70.19FM)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node server_description (ULTRA Radio (Moscow) 70.19FM)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node server_url (http://www.radioultra.ru/)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node genre (Rock (Live Air))
[2007-12-18 15:07:29] DBUG stats/process_source_event new node bitrate (32)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node server_type (audio/mpeg)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node max_listeners (unlimited)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node source_relay_connections (5)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node source_ip (88.212.196.54)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node ice-samplerate (44100)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node ice-bitrate (32)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node ice-channels (2)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node audio_info (ice-samplerate=44100;ice-bitrate=32;ice-channels=2)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node listenurl (http://83.234.144.42:8000/ultra-32)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node source_total_connections (5)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node slow_listeners (0)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node listeners (0)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node listener_peak (0)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node stream_start (Tue, 18 Dec 2007 15:07:29 +0300)
[2007-12-18 15:07:29] DBUG connection/connection_complete_source sources count is 5
[2007-12-18 15:07:29] DBUG source/source_apply_mount Applying mount information for "/ultra-128"
[2007-12-18 15:07:29] DBUG format-mp3/format_mp3_apply_settings sending metadata interval 16000
[2007-12-18 15:07:29] DBUG format-mp3/format_mp3_apply_settings charset ISO8859-1
[2007-12-18 15:07:29] DBUG source/source_update_settings public set to 0
[2007-12-18 15:07:29] DBUG source/source_update_settings max listeners to -1
[2007-12-18 15:07:29] DBUG source/source_update_settings queue size to 262140
[2007-12-18 15:07:29] DBUG source/source_update_settings burst size to 65535
[2007-12-18 15:07:29] DBUG source/source_update_settings source timeout to 120
[2007-12-18 15:07:29] DBUG source/source_update_settings fallback_when_full to 0
[2007-12-18 15:07:29] DBUG connection/connection_complete_source source is ready to start
[2007-12-18 15:07:29] DBUG source/source_init Source creation complete
[2007-12-18 15:07:29] INFO source/source_main listener count on /ultra-128 now 0
[2007-12-18 15:07:29] DBUG connection/connection_complete_source sources count is 6
[2007-12-18 15:07:29] DBUG source/source_apply_mount Applying mount information for "/ultra-96"
[2007-12-18 15:07:29] DBUG format-mp3/format_mp3_apply_settings sending metadata interval 16000
[2007-12-18 15:07:29] DBUG format-mp3/format_mp3_apply_settings charset ISO8859-1
[2007-12-18 15:07:29] DBUG source/source_update_settings public set to 0
[2007-12-18 15:07:29] DBUG source/source_update_settings max listeners to -1
[2007-12-18 15:07:29] DBUG source/source_update_settings queue size to 262140
[2007-12-18 15:07:29] DBUG source/source_update_settings burst size to 65535
[2007-12-18 15:07:29] DBUG source/source_update_settings source timeout to 120
[2007-12-18 15:07:29] DBUG source/source_update_settings fallback_when_full to 0
[2007-12-18 15:07:29] DBUG connection/connection_complete_source source is ready to start
[2007-12-18 15:07:29] DBUG source/source_init Source creation complete
[2007-12-18 15:07:29] INFO source/source_main listener count on /ultra-96 now 0
[2007-12-18 15:07:29] DBUG connection/connection_complete_source sources count is 7
[2007-12-18 15:07:29] DBUG source/source_apply_mount Applying mount information for "/ultra-64"
[2007-12-18 15:07:29] DBUG format-mp3/format_mp3_apply_settings sending metadata interval 16000
[2007-12-18 15:07:29] DBUG format-mp3/format_mp3_apply_settings charset ISO8859-1
[2007-12-18 15:07:29] DBUG source/source_update_settings public set to 0
[2007-12-18 15:07:29] DBUG source/source_update_settings max listeners to -1
[2007-12-18 15:07:29] DBUG source/source_update_settings queue size to 262140
[2007-12-18 15:07:29] DBUG source/source_update_settings burst size to 65535
[2007-12-18 15:07:29] DBUG source/source_update_settings source timeout to 120
[2007-12-18 15:07:29] DBUG source/source_update_settings fallback_when_full to 0
[2007-12-18 15:07:29] DBUG connection/connection_complete_source source is ready to start
[2007-12-18 15:07:29] DBUG source/source_init Source creation complete
[2007-12-18 15:07:29] INFO source/source_main listener count on /ultra-64 now 0
[2007-12-18 15:07:29] DBUG connection/connection_complete_source sources count is 8
[2007-12-18 15:07:29] DBUG source/source_apply_mount Applying mount information for "/ultra-48"
[2007-12-18 15:07:29] DBUG format-mp3/format_mp3_apply_settings sending metadata interval 16000
[2007-12-18 15:07:29] DBUG format-mp3/format_mp3_apply_settings charset ISO8859-1
[2007-12-18 15:07:29] DBUG source/source_update_settings public set to 0
[2007-12-18 15:07:29] DBUG source/source_update_settings max listeners to -1
[2007-12-18 15:07:29] DBUG source/source_update_settings queue size to 262140
[2007-12-18 15:07:29] DBUG source/source_update_settings burst size to 65535
[2007-12-18 15:07:29] DBUG source/source_update_settings source timeout to 120
[2007-12-18 15:07:29] DBUG source/source_update_settings fallback_when_full to 0
[2007-12-18 15:07:29] DBUG connection/connection_complete_source source is ready to start
[2007-12-18 15:07:29] DBUG source/source_init Source creation complete
[2007-12-18 15:07:29] INFO source/source_main listener count on /nashe-32 now 0
[2007-12-18 15:07:29] DBUG connection/connection_complete_source sources count is 9
[2007-12-18 15:07:29] DBUG source/source_apply_mount Applying mount information for "/nashe-128"
[2007-12-18 15:07:29] DBUG format-mp3/format_mp3_apply_settings sending metadata interval 16000
[2007-12-18 15:07:29] DBUG format-mp3/format_mp3_apply_settings charset ISO8859-1
[2007-12-18 15:07:29] DBUG source/source_update_settings public set to 0
[2007-12-18 15:07:29] DBUG source/source_update_settings max listeners to -1
[2007-12-18 15:07:29] DBUG source/source_update_settings queue size to 262140
[2007-12-18 15:07:29] DBUG source/source_update_settings burst size to 65535
[2007-12-18 15:07:29] DBUG source/source_update_settings source timeout to 120
[2007-12-18 15:07:29] DBUG source/source_update_settings fallback_when_full to 0
[2007-12-18 15:07:29] DBUG connection/connection_complete_source source is ready to start
[2007-12-18 15:07:29] DBUG source/source_init Source creation complete
[2007-12-18 15:07:29] INFO source/source_main listener count on /nashe-128 now 0
[2007-12-18 15:07:29] DBUG connection/connection_complete_source sources count is 10
[2007-12-18 15:07:29] DBUG source/source_apply_mount Applying mount information for "/nashe-64"
[2007-12-18 15:07:29] DBUG format-mp3/format_mp3_apply_settings sending metadata interval 16000
[2007-12-18 15:07:29] DBUG format-mp3/format_mp3_apply_settings charset ISO8859-1
[2007-12-18 15:07:29] DBUG source/source_update_settings public set to 0
[2007-12-18 15:07:29] DBUG source/source_update_settings max listeners to -1
[2007-12-18 15:07:29] DBUG source/source_update_settings queue size to 262140
[2007-12-18 15:07:29] DBUG source/source_update_settings burst size to 65535
[2007-12-18 15:07:29] DBUG source/source_update_settings source timeout to 120
[2007-12-18 15:07:29] DBUG source/source_update_settings fallback_when_full to 0
[2007-12-18 15:07:29] DBUG connection/connection_complete_source source is ready to start
[2007-12-18 15:07:29] DBUG source/source_init Source creation complete
[2007-12-18 15:07:29] INFO source/source_main listener count on /nashe-64 now 0
[2007-12-18 15:07:29] INFO source/source_main listener count on /ultra-32 now 0
[2007-12-18 15:07:29] DBUG connection/connection_complete_source sources count is 11
[2007-12-18 15:07:29] DBUG source/source_apply_mount Applying mount information for "/nashe-96"
[2007-12-18 15:07:29] DBUG format-mp3/format_mp3_apply_settings sending metadata interval 16000
[2007-12-18 15:07:29] DBUG format-mp3/format_mp3_apply_settings charset ISO8859-1
[2007-12-18 15:07:29] DBUG source/source_update_settings public set to 0
[2007-12-18 15:07:29] DBUG source/source_update_settings max listeners to -1
[2007-12-18 15:07:29] DBUG source/source_update_settings queue size to 262140
[2007-12-18 15:07:29] DBUG source/source_update_settings burst size to 65535
[2007-12-18 15:07:29] DBUG source/source_update_settings source timeout to 120
[2007-12-18 15:07:29] DBUG source/source_update_settings fallback_when_full to 0
[2007-12-18 15:07:29] DBUG connection/connection_complete_source source is ready to start
[2007-12-18 15:07:29] DBUG source/source_init Source creation complete
[2007-12-18 15:07:29] DBUG connection/connection_complete_source sources count is 12
[2007-12-18 15:07:29] DBUG source/source_apply_mount Applying mount information for "/nashe-48"
[2007-12-18 15:07:29] DBUG format-mp3/format_mp3_apply_settings sending metadata interval 16000
[2007-12-18 15:07:29] DBUG format-mp3/format_mp3_apply_settings charset ISO8859-1
[2007-12-18 15:07:29] DBUG source/source_update_settings public set to 0
[2007-12-18 15:07:29] DBUG source/source_update_settings max listeners to -1
[2007-12-18 15:07:29] DBUG source/source_update_settings queue size to 262140
[2007-12-18 15:07:29] DBUG source/source_update_settings burst size to 65535
[2007-12-18 15:07:29] DBUG source/source_update_settings source timeout to 120
[2007-12-18 15:07:29] DBUG source/source_update_settings fallback_when_full to 0
[2007-12-18 15:07:29] DBUG connection/connection_complete_source source is ready to start
[2007-12-18 15:07:29] DBUG source/source_init Source creation complete
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node clients (6)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node sources (6)
[2007-12-18 15:07:29] DBUG stats/process_source_event new source stat /ultra-128
[2007-12-18 15:07:29] DBUG stats/process_source_event new node listenurl (http://83.234.144.42:8000/ultra-128)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node public (0)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node server_name (Live AIR from Moscow Station Radio ULTRA 70.19FM)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node server_description (Live AIR from Moscow Station Radio ULTRA 70.19FM)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node server_url (http://www.radioultra.ru)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node genre (Live AIR)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node bitrate (128)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node server_type (audio/mpeg)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node max_listeners (unlimited)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node source_relay_connections (6)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node source_ip (88.212.196.54)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node ice-samplerate (44100)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node ice-bitrate (128)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node ice-channels (2)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node audio_info (ice-samplerate=44100;ice-bitrate=128;ice-channels=2)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node listenurl (http://83.234.144.42:8000/ultra-128)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node source_total_connections (6)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node slow_listeners (0)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node listeners (0)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node listener_peak (0)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node stream_start (Tue, 18 Dec 2007 15:07:29 +0300)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node total_bytes_read (0)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node total_bytes_sent (0)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node listeners (0)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node clients (7)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node sources (7)
[2007-12-18 15:07:29] DBUG stats/process_source_event new source stat /ultra-96
[2007-12-18 15:07:29] DBUG stats/process_source_event new node listenurl (http://83.234.144.42:8000/ultra-96)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node public (0)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node server_name (Live AIR from Moscow Station Radio ULTRA 70.19FM)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node server_description (Live AIR from Moscow Station Radio ULTRA 70.19FM)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node server_url (http://www.radioultra.ru)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node genre (Live AIR)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node bitrate (96)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node server_type (audio/mpeg)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node max_listeners (unlimited)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node source_relay_connections (7)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node source_ip (88.212.196.54)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node ice-samplerate (44100)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node ice-bitrate (96)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node ice-channels (2)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node audio_info (ice-samplerate=44100;ice-bitrate=96;ice-channels=2)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node listenurl (http://83.234.144.42:8000/ultra-96)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node source_total_connections (7)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node slow_listeners (0)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node listeners (0)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node listener_peak (0)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node stream_start (Tue, 18 Dec 2007 15:07:29 +0300)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node total_bytes_read (0)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node total_bytes_sent (0)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node listeners (0)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node clients (Cool
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node sources (Cool
[2007-12-18 15:07:29] DBUG stats/process_source_event new source stat /ultra-64
[2007-12-18 15:07:29] DBUG stats/process_source_event new node listenurl (http://83.234.144.42:8000/ultra-64)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node public (0)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node server_name (Live AIR from Moscow Station Radio ULTRA 70.19FM)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node server_description (Live AIR from Moscow Station Radio ULTRA 70.19FM)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node server_url (http://www.radioultra.ru)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node genre (Live AIR)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node bitrate (64)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node server_type (audio/mpeg)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node max_listeners (unlimited)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node source_relay_connections (Cool
[2007-12-18 15:07:29] DBUG stats/process_source_event new node source_ip (88.212.196.54)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node ice-samplerate (44100)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node ice-bitrate (64)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node ice-channels (2)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node audio_info (ice-samplerate=44100;ice-bitrate=64;ice-channels=2)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node listenurl (http://83.234.144.42:8000/ultra-64)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node source_total_connections (Cool
[2007-12-18 15:07:29] DBUG stats/process_source_event new node slow_listeners (0)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node listeners (0)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node listener_peak (0)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node stream_start (Tue, 18 Dec 2007 15:07:29 +0300)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node total_bytes_read (0)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node total_bytes_sent (0)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node listeners (0)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node clients (9)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node sources (9)
[2007-12-18 15:07:29] DBUG stats/process_source_event new source stat /ultra-48
[2007-12-18 15:07:29] DBUG stats/process_source_event new node listenurl (http://83.234.144.42:8000/ultra-4Cool
[2007-12-18 15:07:29] DBUG stats/process_source_event new node public (0)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node server_name (Live AIR from Moscow Station Radio ULTRA 70.19FM)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node server_description (Live AIR from Moscow Station Radio ULTRA 70.19FM)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node server_url (http://www.radioultra.ru)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node genre (Live AIR)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node bitrate (4Cool
[2007-12-18 15:07:29] DBUG stats/process_source_event new node server_type (audio/mpeg)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node max_listeners (unlimited)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node source_relay_connections (9)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node source_ip (88.212.196.54)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node ice-samplerate (44100)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node ice-bitrate (4Cool
[2007-12-18 15:07:29] DBUG stats/process_source_event new node ice-channels (2)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node audio_info (ice-samplerate=44100;ice-bitrate=48;ice-channels=2)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node listenurl (http://83.234.144.42:8000/ultra-4Cool
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node source_total_connections (9)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node slow_listeners (0)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node listeners (0)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node listener_peak (0)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node stream_start (Tue, 18 Dec 2007 15:07:29 +0300)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node total_bytes_read (0)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node total_bytes_sent (0)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node listeners (0)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node clients (10)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node sources (10)
[2007-12-18 15:07:29] DBUG stats/process_source_event new source stat /nashe-128
[2007-12-18 15:07:29] DBUG stats/process_source_event new node listenurl (http://83.234.144.42:8000/nashe-128)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node public (0)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node server_name (NASHE Radio 101.7 FM)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node server_description (NASHE Radio 101.7 FM)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node server_url (http://www.nashe.ru)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node genre (Live AIR)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node bitrate (128)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node server_type (audio/mpeg)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node max_listeners (unlimited)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node source_relay_connections (10)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node source_ip (88.212.196.54)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node ice-samplerate (44100)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node ice-bitrate (128)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node ice-channels (2)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node audio_info (ice-samplerate=44100;ice-bitrate=128;ice-channels=2)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node listenurl (http://83.234.144.42:8000/nashe-128)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node source_total_connections (10)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node slow_listeners (0)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node listeners (0)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node listener_peak (0)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node stream_start (Tue, 18 Dec 2007 15:07:29 +0300)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node total_bytes_read (0)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node total_bytes_sent (0)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node listeners (0)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node clients (11)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node sources (11)
[2007-12-18 15:07:29] DBUG stats/process_source_event new source stat /nashe-64
[2007-12-18 15:07:29] DBUG stats/process_source_event new node listenurl (http://83.234.144.42:8000/nashe-64)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node public (0)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node server_name (NASHE Radio 101.7 FM)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node server_description (NASHE Radio 101.7 FM)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node server_url (http://www.nashe.ru)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node genre (Live AIR)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node bitrate (64)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node server_type (audio/mpeg)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node max_listeners (unlimited)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node source_relay_connections (11)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node source_ip (88.212.196.54)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node ice-samplerate (44100)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node ice-bitrate (64)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node ice-channels (2)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node audio_info (ice-samplerate=44100;ice-bitrate=64;ice-channels=2)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node listenurl (http://83.234.144.42:8000/nashe-64)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node source_total_connections (11)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node slow_listeners (0)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node listeners (0)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node listener_peak (0)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node stream_start (Tue, 18 Dec 2007 15:07:29 +0300)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node total_bytes_read (0)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node total_bytes_sent (0)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node listeners (0)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node total_bytes_read (0)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node total_bytes_sent (0)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node listeners (0)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node clients (12)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node sources (12)
[2007-12-18 15:07:29] DBUG stats/process_source_event new source stat /nashe-96
[2007-12-18 15:07:29] DBUG stats/process_source_event new node listenurl (http://83.234.144.42:8000/nashe-96)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node public (0)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node server_name (NASHE Radio 101.7 FM)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node server_description (NASHE Radio 101.7 FM)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node server_url (http://www.nashe.ru)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node genre (Live AIR)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node bitrate (96)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node server_type (audio/mpeg)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node max_listeners (unlimited)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node source_relay_connections (12)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node source_ip (88.212.196.54)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node ice-samplerate (44100)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node ice-bitrate (96)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node ice-channels (2)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node audio_info (ice-samplerate=44100;ice-bitrate=96;ice-channels=2)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node listenurl (http://83.234.144.42:8000/nashe-96)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node source_total_connections (12)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node slow_listeners (0)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node listeners (0)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node listener_peak (0)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node stream_start (Tue, 18 Dec 2007 15:07:29 +0300)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node clients (13)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node sources (13)
[2007-12-18 15:07:29] DBUG stats/process_source_event new source stat /nashe-48
[2007-12-18 15:07:29] DBUG stats/process_source_event new node listenurl (http://83.234.144.42:8000/nashe-4Cool
[2007-12-18 15:07:29] DBUG stats/process_source_event new node public (0)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node server_name (NASHE Radio 101.7 FM)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node server_description (NASHE Radio 101.7 FM)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node server_url (http://www.nashe.ru)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node genre (Live AIR)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node bitrate (4Cool
[2007-12-18 15:07:29] DBUG stats/process_source_event new node server_type (audio/mpeg)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node max_listeners (unlimited)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node source_relay_connections (13)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node source_ip (88.212.196.54)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node ice-samplerate (44100)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node ice-bitrate (4Cool
[2007-12-18 15:07:29] DBUG stats/process_source_event new node ice-channels (2)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node audio_info (ice-samplerate=44100;ice-bitrate=48;ice-channels=2)
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node listenurl (http://83.234.144.42:8000/nashe-4Cool
[2007-12-18 15:07:29] DBUG stats/modify_node_event update node source_total_connections (13)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node slow_listeners (0)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node listeners (0)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node listener_peak (0)
[2007-12-18 15:07:29] DBUG stats/process_source_event new node stream_start (Tue, 18 Dec 2007 15:07:29 +0300)
[2007-12-18 15:07:29] INFO source/source_main listener count on /ultra-48 now 0
[2007-12-18 15:07:29] INFO source/source_main listener count on /nashe-96 now 0
[2007-12-18 15:07:30] INFO source/source_main listener count on /nashe-48 now 0
[2007-12-18 15:07:30] DBUG stats/process_source_event new node total_bytes_read (0)
[2007-12-18 15:07:30] DBUG stats/process_source_event new node total_bytes_sent (0)
[2007-12-18 15:07:30] DBUG stats/modify_node_event update node listeners (0)
[2007-12-18 15:07:30] DBUG stats/process_source_event new node total_bytes_read (0)
[2007-12-18 15:07:30] DBUG stats/process_source_event new node total_bytes_sent (0)
[2007-12-18 15:07:30] DBUG stats/modify_node_event update node listeners (0)
[2007-12-18 15:07:30] DBUG stats/process_source_event new node total_bytes_read (0)
[2007-12-18 15:07:30] DBUG stats/process_source_event new node total_bytes_sent (0)
[2007-12-18 15:07:30] DBUG stats/modify_node_event update node listeners (0)
[2007-12-18 15:07:34] DBUG stats/modify_node_event update node total_bytes_read (173600)
[2007-12-18 15:07:34] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:34] DBUG stats/modify_node_event update node total_bytes_read (81200)
[2007-12-18 15:07:34] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:34] DBUG stats/modify_node_event update node total_bytes_read (98000)
[2007-12-18 15:07:34] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:34] DBUG stats/modify_node_event update node total_bytes_read (175000)
[2007-12-18 15:07:34] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:34] DBUG stats/modify_node_event update node total_bytes_read (116200)
[2007-12-18 15:07:34] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:34] DBUG stats/modify_node_event update node total_bytes_read (134400)
[2007-12-18 15:07:34] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:34] DBUG stats/modify_node_event update node total_bytes_read (172200)
[2007-12-18 15:07:34] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:34] DBUG stats/modify_node_event update node total_bytes_read (117600)
[2007-12-18 15:07:34] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:34] DBUG stats/modify_node_event update node total_bytes_read (89600)
[2007-12-18 15:07:34] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:34] DBUG stats/modify_node_event update node total_bytes_read (134400)
[2007-12-18 15:07:34] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:34] DBUG stats/modify_node_event update node total_bytes_read (99400)
[2007-12-18 15:07:34] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:34] DBUG stats/modify_node_event update node total_bytes_read (82600)
[2007-12-18 15:07:34] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:34] DBUG stats/modify_node_event update node total_bytes_read (89600)
[2007-12-18 15:07:34] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:39] DBUG stats/modify_node_event update node total_bytes_read (175000)
[2007-12-18 15:07:39] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:39] DBUG stats/modify_node_event update node total_bytes_read (211400)
[2007-12-18 15:07:39] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:39] DBUG stats/modify_node_event update node total_bytes_read (291200)
[2007-12-18 15:07:39] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:39] DBUG stats/modify_node_event update node total_bytes_read (291200)
[2007-12-18 15:07:39] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:39] DBUG stats/modify_node_event update node total_bytes_read (210000)
[2007-12-18 15:07:39] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:39] DBUG stats/modify_node_event update node total_bytes_read (135800)
[2007-12-18 15:07:39] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:39] DBUG stats/modify_node_event update node total_bytes_read (292600)
[2007-12-18 15:07:39] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:39] DBUG stats/modify_node_event update node total_bytes_read (175000)
[2007-12-18 15:07:39] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:39] DBUG stats/modify_node_event update node total_bytes_read (117600)
[2007-12-18 15:07:39] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:39] DBUG stats/modify_node_event update node total_bytes_read (102200)
[2007-12-18 15:07:39] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:39] DBUG stats/modify_node_event update node total_bytes_read (102200)
[2007-12-18 15:07:39] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:39] DBUG stats/modify_node_event update node total_bytes_read (141400)
[2007-12-18 15:07:39] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:39] DBUG stats/modify_node_event update node total_bytes_read (120400)
[2007-12-18 15:07:39] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:44] DBUG stats/modify_node_event update node total_bytes_read (414400)
[2007-12-18 15:07:44] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:44] DBUG stats/modify_node_event update node total_bytes_read (414400)
[2007-12-18 15:07:44] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:44] DBUG stats/modify_node_event update node total_bytes_read (414400)
[2007-12-18 15:07:44] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:44] DBUG stats/modify_node_event update node total_bytes_read (294000)
[2007-12-18 15:07:44] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:44] DBUG stats/modify_node_event update node total_bytes_read (238000)
[2007-12-18 15:07:44] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:44] DBUG stats/modify_node_event update node total_bytes_read (121800)
[2007-12-18 15:07:44] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:44] DBUG stats/modify_node_event update node total_bytes_read (236600)
[2007-12-18 15:07:44] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:44] DBUG stats/modify_node_event update node total_bytes_read (149800)
[2007-12-18 15:07:44] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:44] DBUG stats/modify_node_event update node total_bytes_read (148400)
[2007-12-18 15:07:44] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:44] DBUG stats/modify_node_event update node total_bytes_read (294000)
[2007-12-18 15:07:44] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:44] DBUG stats/modify_node_event update node total_bytes_read (179200)
[2007-12-18 15:07:44] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:44] DBUG stats/modify_node_event update node total_bytes_read (179200)
[2007-12-18 15:07:44] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:44] DBUG stats/modify_node_event update node total_bytes_read (123200)
[2007-12-18 15:07:44] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:49] DBUG stats/modify_node_event update node total_bytes_read (532000)
[2007-12-18 15:07:49] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:49] DBUG stats/modify_node_event update node total_bytes_read (295400)
[2007-12-18 15:07:49] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:49] DBUG stats/modify_node_event update node total_bytes_read (371000)
[2007-12-18 15:07:49] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:49] DBUG stats/modify_node_event update node total_bytes_read (533400)
[2007-12-18 15:07:49] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:49] DBUG stats/modify_node_event update node total_bytes_read (217000)
[2007-12-18 15:07:49] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:49] DBUG stats/modify_node_event update node total_bytes_read (533400)
[2007-12-18 15:07:49] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:49] DBUG stats/modify_node_event update node total_bytes_read (295400)
[2007-12-18 15:07:49] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:49] DBUG stats/modify_node_event update node total_bytes_read (176400)
[2007-12-18 15:07:49] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:49] DBUG stats/modify_node_event update node total_bytes_read (141400)
[2007-12-18 15:07:49] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:49] DBUG stats/modify_node_event update node total_bytes_read (142800)
[2007-12-18 15:07:49] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:49] DBUG stats/modify_node_event update node total_bytes_read (180600)
[2007-12-18 15:07:49] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:49] DBUG stats/modify_node_event update node total_bytes_read (379400)
[2007-12-18 15:07:49] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:49] DBUG stats/modify_node_event update node total_bytes_read (221200)
[2007-12-18 15:07:49] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:54] DBUG stats/modify_node_event update node total_bytes_read (352800)
[2007-12-18 15:07:54] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:54] DBUG stats/modify_node_event update node total_bytes_read (653800)
[2007-12-18 15:07:54] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:54] DBUG stats/modify_node_event update node total_bytes_read (653800)
[2007-12-18 15:07:54] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:54] DBUG stats/modify_node_event update node total_bytes_read (653800)
[2007-12-18 15:07:54] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:54] DBUG stats/modify_node_event update node total_bytes_read (453600)
[2007-12-18 15:07:54] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:54] DBUG stats/modify_node_event update node total_bytes_read (453600)
[2007-12-18 15:07:54] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:54] DBUG stats/modify_node_event update node total_bytes_read (259000)
[2007-12-18 15:07:54] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:54] DBUG stats/modify_node_event update node total_bytes_read (162400)
[2007-12-18 15:07:54] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:54] DBUG stats/modify_node_event update node total_bytes_read (358400)
[2007-12-18 15:07:54] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:54] DBUG stats/modify_node_event update node total_bytes_read (162400)
[2007-12-18 15:07:54] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:54] DBUG stats/modify_node_event update node total_bytes_read (259000)
[2007-12-18 15:07:54] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:54] DBUG stats/modify_node_event update node total_bytes_read (208600)
[2007-12-18 15:07:54] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:54] DBUG stats/modify_node_event update node total_bytes_read (208600)
[2007-12-18 15:07:54] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:59] DBUG stats/modify_node_event update node total_bytes_read (530600)
[2007-12-18 15:07:59] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:59] DBUG stats/modify_node_event update node total_bytes_read (298200)
[2007-12-18 15:07:59] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:59] DBUG stats/modify_node_event update node total_bytes_read (772800)
[2007-12-18 15:07:59] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:59] DBUG stats/modify_node_event update node total_bytes_read (772800)
[2007-12-18 15:07:59] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:59] DBUG stats/modify_node_event update node total_bytes_read (415800)
[2007-12-18 15:07:59] DBUG stats/modify_node_event update node total_bytes_read (236600)
[2007-12-18 15:07:59] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:59] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:59] DBUG stats/modify_node_event update node total_bytes_read (182000)
[2007-12-18 15:07:59] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:59] DBUG stats/modify_node_event update node total_bytes_read (768600)
[2007-12-18 15:07:59] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:59] DBUG stats/modify_node_event update node total_bytes_read (182000)
[2007-12-18 15:07:59] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:59] DBUG stats/modify_node_event update node total_bytes_read (540400)
[2007-12-18 15:07:59] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:59] DBUG stats/modify_node_event update node total_bytes_read (420000)
[2007-12-18 15:07:59] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:59] DBUG stats/modify_node_event update node total_bytes_read (240800)
[2007-12-18 15:07:59] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2007-12-18 15:07:59] DBUG stats/modify_node_event update node total_
Back to top
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Tue Dec 18, 2007 3:17 pm    Post subject: Reply with quote

The log just shows relays starting up, clients gets to 13 afaict (which matches the number of relays) but I don't see any incoming connections in the log. You didn't say whether you used a browser or not but if the error log did not show anything then the access log wouldn't either.

I'd need access to the FBSD box so that I could monitor what the connection thread is doing when listening for incoming connections.

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





PostPosted: Tue Dec 18, 2007 5:50 pm    Post subject: Reply with quote

Is your mail "karl [at] xiph.org" is valid?
I send you login-password for test FBSD-machine.
Back to top
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Tue Dec 18, 2007 5:56 pm    Post subject: Reply with quote

yes, you can contact me on that address.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Anonymous
Guest





PostPosted: Tue Dec 18, 2007 6:26 pm    Post subject: Reply with quote

Message sended to your mail.
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Icecast Streaming Media Server Forum Index -> Icecast Server 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