I am having problems YP listing my opus and webm streams. The mp3 streams get listed though. my ffmpeg for the webm stream: ffmpeg \ -f v4l2 -video_size 640x480 -framerate 30 -i /dev/video0 \ -i http://mustafejen.se:8000/feting \ -f oss -i /dev/dsp1 \ -f webm -cluster_size_limit 2M -cluster_time_limit 5100 -content_type video/webm \ -c:a libvorbis -b:a 96K \ -c:v libvpx-vp9 -b:v 1.5M -crf 30 -g 150 -deadline good -threads 4 \ -ice_description "Der Penner" -ice_public "true" \ -ice_url "https://mustafejen.se/~per" -content_type "video/webm" \ -ice_name "penner" -ice_genre "Domestic" \ icecast://source:top_secret at mustafejen.se:8000/webcam.webm My liquidsoap icecast entries: output.icecast(%mp3(bitrate=128, stereo=true, samplerate=48000), host="mustafejen.se", port=8000, password="top_secret", mount="feting", description="Stream from Ersboda", genre="Alternative, eclectic", url="https://mustafejen.se/~per", name="mustafejen mp3", public=true, full) output.icecast(%opus(bitrate=32, samplerate=48000, channels=2), host="mustafejen.se", port=8000, password="top_secret", mount="stream.ogg", description="Stream from nowhere", genre="Alternative, eclectic", url="https://mustafejen.se/~per", name="mustafejen opus", public=true, full) output.icecast( %mp3(bitrate=128, samplerate=48000, stereo=true), mount="verket", host="mustafejen.se", port=8000, user="source", public=true, genre="Mainly Punk", url="http://verketumea.se", password="top_secret", description="Bands from Verket", name="Verket mp3", verket) output.icecast(%opus(bitrate=64, samplerate=48000, channels=2), host="mustafejen.se", port=8000, password="top_secret", mount="verket.ogg", description="Bands from Verket", public=true, genre="Mainly Punk", url="http://verketumea.se", name="Verket opus", verket) Stream URL below: http://mustafejen.se:8000 <hostname>mustafejen.se</hostname> <listen-socket> <port>8000</port> <!-- <bind-address>127.0.0.1</bind-address> --> <!-- <shoutcast-mount>/stream</shoutcast-mount> --> </listen-socket> <listen-socket> <port>8001</port> </listen-socket> <listen-socket> <port>8002</port> </listen-socket> <!-- <listen-socket> <port>8080</port> </listen-socket> --> <listen-socket> <port>8443</port> <ssl>1</ssl> </listen-socket> <directory> <yp-url-timeout>15</yp-url-timeout> <yp-url>http://dir.xiph.org/cgi-bin/yp-cgi</yp-url> </directory> <directory> <yp-url-timeout>15</yp-url-timeout> <yp-url>http://yp.shoutcast.com</yp-url> </directory> <directory> <yp-url-timeout>15</yp-url-timeout> <yp-url>http://icecast-yp.internet-radio.com</yp-url> </directory> yp in my error.log in the attached file -------------- next part -------------- [2018-01-14 18:46:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:46:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:46:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:46:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:46:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:46:22] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Unknown) [2018-01-14 18:46:23] EROR yp/send_to_yp YP add on http://dir.xiph.org/cgi-bin/yp-cgi failed: Add refused. Reason: Not enough arguments. [2018-01-14 18:46:23] EROR yp/send_to_yp YP add on http://yp.shoutcast.com failed: We do not currently list servers not streaming HE-AAC or MP3. [2018-01-14 18:46:23] DBUG yp/handle_returned_header server touch interval is 60 [2018-01-14 18:46:23] DBUG yp/send_to_yp YP add at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:46:28] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:46:32] DBUG stats/process_source_event new node yp_currently_playing (Jeff Buckley - Dink's Song) [2018-01-14 18:46:32] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 18:46:32] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 18:46:32] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 18:46:32] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Jeff Buckley - Dink's Song) [2018-01-14 18:47:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:47:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:47:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:47:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:47:22] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Jeff Buckley - Dink's Song) [2018-01-14 18:47:22] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Unknown) [2018-01-14 18:47:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:47:28] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:47:41] DBUG yp/yp_recheck_config Updating YP configuration [2018-01-14 18:47:43] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Supercharged Pitbulls - Pretty Girl) [2018-01-14 18:47:43] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 18:47:43] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Supercharged Pitbulls - Pretty Girl) [2018-01-14 18:47:43] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 18:47:43] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 18:48:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:48:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:48:22] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Jeff Buckley - Dink's Song) [2018-01-14 18:48:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:48:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:48:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:48:22] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Supercharged Pitbulls - Pretty Girl) [2018-01-14 18:48:28] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:49:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:49:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:49:22] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Jeff Buckley - Dink's Song) [2018-01-14 18:49:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:49:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:49:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:49:22] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Supercharged Pitbulls - Pretty Girl) [2018-01-14 18:49:24] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 18:49:28] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:50:03] WARN format/format_get_type Unsupported or legacy stream type: "audio/mpeg". Falling back to generic minimal handler for best effort. [2018-01-14 18:50:03] DBUG yp/yp_add Adding /kpfa_64 to http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 18:50:03] DBUG yp/yp_add Adding /kpfa_64 to http://yp.shoutcast.com [2018-01-14 18:50:03] DBUG yp/yp_add Adding /kpfa_64 to http://icecast-yp.internet-radio.com [2018-01-14 18:50:03] DBUG yp/add_pending_yp 1 YP entries added to http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 18:50:03] DBUG yp/add_pending_yp 1 YP entries added to http://yp.shoutcast.com [2018-01-14 18:50:03] DBUG yp/add_pending_yp 1 YP entries added to http://icecast-yp.internet-radio.com [2018-01-14 18:50:03] DBUG stats/process_source_event new node server_type (audio/mpeg) [2018-01-14 18:50:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:50:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:50:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:50:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:50:22] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Jeff Buckley - Dink's Song) [2018-01-14 18:50:22] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Supercharged Pitbulls - Pretty Girl) [2018-01-14 18:50:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:50:28] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:50:34] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Jeff Buckley - Dink's Song) [2018-01-14 18:50:34] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 18:50:51] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Dick Cheney - Ensam Pa Mitt Rum) [2018-01-14 18:50:51] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 18:50:51] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Dick Cheney - Ensam Pa Mitt Rum) [2018-01-14 18:50:51] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 18:50:51] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 18:51:03] DBUG yp/handle_returned_header server touch interval is 242 [2018-01-14 18:51:03] DBUG yp/send_to_yp YP add at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 18:51:04] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 18:51:04] DBUG yp/send_to_yp YP add at http://yp.shoutcast.com succeeded [2018-01-14 18:51:04] DBUG yp/handle_returned_header server touch interval is 60 [2018-01-14 18:51:04] DBUG yp/send_to_yp YP add at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:51:08] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 18:51:09] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 18:51:09] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 18:51:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:51:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:51:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:51:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:51:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:51:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:51:22] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Jeff Buckley - Dink's Song) [2018-01-14 18:51:22] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Dick Cheney - Ensam Pa Mitt Rum) [2018-01-14 18:51:24] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 18:51:24] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 18:51:28] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:52:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:52:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:52:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:52:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:52:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:52:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:52:22] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Jeff Buckley - Dink's Song) [2018-01-14 18:52:22] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Dick Cheney - Ensam Pa Mitt Rum) [2018-01-14 18:52:25] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Hellre Vargen - (var har man) liberala vapenlagar (när man behöver dem)) [2018-01-14 18:52:25] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 18:52:25] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Hellre Vargen - (var har man) liberala vapenlagar (när man behöver dem)) [2018-01-14 18:52:26] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 18:52:26] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 18:52:28] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:52:32] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Jeff Buckley - Dink's Song) [2018-01-14 18:52:32] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 18:52:32] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 18:53:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:53:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:53:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:53:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:53:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:53:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:53:22] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Jeff Buckley - Dink's Song) [2018-01-14 18:53:22] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Hellre Vargen - (var har man) liberala vapenlagar (när man behöver dem)) [2018-01-14 18:53:26] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 18:53:28] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:54:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:54:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:54:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:54:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:54:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:54:22] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Jeff Buckley - Dink's Song) [2018-01-14 18:54:22] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Hellre Vargen - (var har man) liberala vapenlagar (när man behöver dem)) [2018-01-14 18:54:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:54:28] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:54:36] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Jeff Buckley - Dink's Song) [2018-01-14 18:54:36] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 18:55:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:55:10] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 18:55:18] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Fru D?rr - Unknown) [2018-01-14 18:55:18] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 18:55:18] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 18:55:18] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 18:55:18] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Fru D?rr - Unknown) [2018-01-14 18:55:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:55:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:55:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:55:22] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Jeff Buckley - Dink's Song) [2018-01-14 18:55:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:55:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:55:22] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Fru D?rr - Unknown) [2018-01-14 18:55:28] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:55:57] DBUG yp/yp_remove release /webcam.webm on YP http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 18:55:57] DBUG yp/yp_remove release /webcam.webm on YP http://yp.shoutcast.com [2018-01-14 18:55:57] DBUG yp/yp_remove release /webcam.webm on YP http://icecast-yp.internet-radio.com [2018-01-14 18:55:57] INFO yp/do_yp_remove clearing up YP entry for /webcam.webm [2018-01-14 18:55:57] DBUG yp/send_to_yp YP remove at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:55:57] DBUG yp/delete_marked_yp removed /webcam.webm from YP server http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 18:55:57] DBUG yp/delete_marked_yp removed /webcam.webm from YP server http://yp.shoutcast.com [2018-01-14 18:55:57] DBUG yp/delete_marked_yp removed /webcam.webm from YP server http://icecast-yp.internet-radio.com [2018-01-14 18:56:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:56:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:56:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:56:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:56:22] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Jeff Buckley - Dink's Song) [2018-01-14 18:56:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:56:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:56:22] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Fru D?rr - Unknown) [2018-01-14 18:56:42] DBUG stats/modify_node_event update "/verket" yp_currently_playing (D.S.-13 - Fukk the Cops) [2018-01-14 18:56:42] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 18:56:42] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 18:56:42] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 18:56:42] DBUG stats/modify_node_event update "/verket" yp_currently_playing (D.S.-13 - Fukk the Cops) [2018-01-14 18:57:09] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 18:57:09] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 18:57:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:57:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:57:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:57:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:57:22] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Jeff Buckley - Dink's Song) [2018-01-14 18:57:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:57:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:57:22] DBUG stats/modify_node_event update "/verket" yp_currently_playing (D.S.-13 - Fukk the Cops) [2018-01-14 18:57:24] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 18:57:24] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 18:57:24] DBUG yp/yp_add Adding /webcam.webm to http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 18:57:24] DBUG yp/yp_add Adding /webcam.webm to http://yp.shoutcast.com [2018-01-14 18:57:24] DBUG yp/yp_add Adding /webcam.webm to http://icecast-yp.internet-radio.com [2018-01-14 18:57:24] DBUG yp/add_pending_yp 1 YP entries added to http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 18:57:24] DBUG yp/add_pending_yp 1 YP entries added to http://yp.shoutcast.com [2018-01-14 18:57:24] DBUG yp/add_pending_yp 1 YP entries added to http://icecast-yp.internet-radio.com [2018-01-14 18:57:24] DBUG stats/process_source_event new node server_type (video/webm) [2018-01-14 18:57:28] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 18:57:47] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Iggy Pop - Dog Food) [2018-01-14 18:57:47] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 18:57:47] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 18:57:47] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 18:57:47] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Iggy Pop - Dog Food) [2018-01-14 18:57:51] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Unknown) [2018-01-14 18:57:51] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 18:57:51] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 18:57:51] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 18:57:51] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Unknown) [2018-01-14 18:58:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:58:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:58:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:58:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:58:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:58:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:58:22] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Iggy Pop - Dog Food) [2018-01-14 18:58:22] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Unknown) [2018-01-14 18:58:24] EROR yp/send_to_yp YP add on http://dir.xiph.org/cgi-bin/yp-cgi failed: Add refused. Reason: Not enough arguments. [2018-01-14 18:58:24] EROR yp/send_to_yp YP add on http://yp.shoutcast.com failed: We do not currently list servers not streaming HE-AAC or MP3. [2018-01-14 18:58:24] DBUG yp/handle_returned_header server touch interval is 60 [2018-01-14 18:58:24] DBUG yp/send_to_yp YP add at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:58:29] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:59:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:59:12] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 18:59:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:59:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:59:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:59:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:59:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:59:22] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Iggy Pop - Dog Food) [2018-01-14 18:59:22] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Unknown) [2018-01-14 18:59:29] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:59:35] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Moralpanik - Tiden g?r) [2018-01-14 18:59:35] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 18:59:35] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 18:59:35] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 18:59:35] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Moralpanik - Tiden g?r) [2018-01-14 18:59:38] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Van Morrison - Did Ye Get Healed?) [2018-01-14 18:59:38] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 18:59:38] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Van Morrison - Did Ye Get Healed?) [2018-01-14 18:59:38] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 18:59:38] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:00:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:00:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:00:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:00:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:00:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:00:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:00:22] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Van Morrison - Did Ye Get Healed?) [2018-01-14 19:00:22] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Moralpanik - Tiden g?r) [2018-01-14 19:00:29] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:01:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:01:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:01:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:01:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:01:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:01:22] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Van Morrison - Did Ye Get Healed?) [2018-01-14 19:01:22] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Moralpanik - Tiden g?r) [2018-01-14 19:01:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:01:29] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:01:30] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:02:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:02:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Instangd - Kott Ar Mord) [2018-01-14 19:02:14] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:02:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Instangd - Kott Ar Mord) [2018-01-14 19:02:14] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:02:14] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:02:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:02:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:02:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:02:22] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Van Morrison - Did Ye Get Healed?) [2018-01-14 19:02:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:02:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:02:22] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Instangd - Kott Ar Mord) [2018-01-14 19:02:29] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:03:09] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:03:09] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:03:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:03:14] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:03:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:03:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:03:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:03:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:03:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:03:22] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Van Morrison - Did Ye Get Healed?) [2018-01-14 19:03:22] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Disconvenience - Nazi Pope) [2018-01-14 19:03:24] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:03:24] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:03:29] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:03:40] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Van Morrison - Did Ye Get Healed?) [2018-01-14 19:03:40] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:03:59] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Massive Attack - Butterfly Caught [Version Point Five]) [2018-01-14 19:03:59] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:03:59] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:04:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:04:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:04:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:04:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:04:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:04:22] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Massive Attack - Butterfly Caught [Version Point Five]) [2018-01-14 19:04:22] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Disconvenience - Nazi Pope) [2018-01-14 19:04:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:04:29] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:05:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:05:11] DBUG yp/yp_remove release /verket on YP http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:05:11] DBUG yp/yp_remove release /verket on YP http://yp.shoutcast.com [2018-01-14 19:05:11] DBUG yp/yp_remove release /verket on YP http://icecast-yp.internet-radio.com [2018-01-14 19:05:11] DBUG yp/yp_remove release /verket.ogg on YP http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:05:11] DBUG yp/yp_remove release /verket.ogg on YP http://yp.shoutcast.com [2018-01-14 19:05:11] DBUG yp/yp_remove release /verket.ogg on YP http://icecast-yp.internet-radio.com [2018-01-14 19:05:11] DBUG yp/yp_remove release /feting on YP http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:05:11] DBUG yp/yp_remove release /feting on YP http://yp.shoutcast.com [2018-01-14 19:05:11] DBUG yp/yp_remove release /feting on YP http://icecast-yp.internet-radio.com [2018-01-14 19:05:11] DBUG yp/yp_remove release /stream.ogg on YP http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:05:11] DBUG yp/yp_remove release /stream.ogg on YP http://yp.shoutcast.com [2018-01-14 19:05:11] DBUG yp/yp_remove release /stream.ogg on YP http://icecast-yp.internet-radio.com [2018-01-14 19:05:11] INFO yp/do_yp_remove clearing up YP entry for /feting [2018-01-14 19:05:12] DBUG yp/send_to_yp YP remove at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:05:12] INFO yp/do_yp_remove clearing up YP entry for /verket [2018-01-14 19:05:12] DBUG yp/send_to_yp YP remove at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:05:12] INFO yp/do_yp_remove clearing up YP entry for /feting [2018-01-14 19:05:12] INFO yp/do_yp_remove clearing up YP entry for /verket [2018-01-14 19:05:12] INFO yp/do_yp_remove clearing up YP entry for /stream.ogg [2018-01-14 19:05:12] DBUG yp/send_to_yp YP remove at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:05:12] INFO yp/do_yp_remove clearing up YP entry for /feting [2018-01-14 19:05:12] DBUG yp/send_to_yp YP remove at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:05:12] INFO yp/do_yp_remove clearing up YP entry for /verket.ogg [2018-01-14 19:05:12] DBUG yp/send_to_yp YP remove at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:05:12] INFO yp/do_yp_remove clearing up YP entry for /verket [2018-01-14 19:05:12] DBUG yp/send_to_yp YP remove at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:05:12] DBUG yp/delete_marked_yp removed /stream.ogg from YP server http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:05:12] DBUG yp/delete_marked_yp removed /feting from YP server http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:05:12] DBUG yp/delete_marked_yp removed /verket.ogg from YP server http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:05:12] DBUG yp/delete_marked_yp removed /verket from YP server http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:05:12] DBUG yp/delete_marked_yp removed /stream.ogg from YP server http://yp.shoutcast.com [2018-01-14 19:05:12] DBUG yp/delete_marked_yp removed /feting from YP server http://yp.shoutcast.com [2018-01-14 19:05:12] DBUG yp/delete_marked_yp removed /verket.ogg from YP server http://yp.shoutcast.com [2018-01-14 19:05:12] DBUG yp/delete_marked_yp removed /verket from YP server http://yp.shoutcast.com [2018-01-14 19:05:12] DBUG yp/delete_marked_yp removed /stream.ogg from YP server http://icecast-yp.internet-radio.com [2018-01-14 19:05:12] DBUG yp/delete_marked_yp removed /feting from YP server http://icecast-yp.internet-radio.com [2018-01-14 19:05:12] DBUG yp/delete_marked_yp removed /verket.ogg from YP server http://icecast-yp.internet-radio.com [2018-01-14 19:05:12] DBUG yp/delete_marked_yp removed /verket from YP server http://icecast-yp.internet-radio.com [2018-01-14 19:05:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:05:29] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:05:32] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:06:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:06:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:06:29] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:07:04] WARN format/format_get_type Unsupported or legacy stream type: "audio/mpeg". Falling back to generic minimal handler for best effort. [2018-01-14 19:07:04] DBUG yp/yp_add Adding /verket to http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:07:04] DBUG yp/yp_add Adding /verket to http://yp.shoutcast.com [2018-01-14 19:07:04] DBUG yp/yp_add Adding /verket to http://icecast-yp.internet-radio.com [2018-01-14 19:07:04] DBUG yp/yp_add Adding /verket.ogg to http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:07:04] DBUG yp/yp_add Adding /verket.ogg to http://yp.shoutcast.com [2018-01-14 19:07:04] DBUG yp/yp_add Adding /verket.ogg to http://icecast-yp.internet-radio.com [2018-01-14 19:07:04] DBUG yp/add_pending_yp 2 YP entries added to http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:07:04] DBUG yp/add_pending_yp 2 YP entries added to http://yp.shoutcast.com [2018-01-14 19:07:04] DBUG yp/add_pending_yp 2 YP entries added to http://icecast-yp.internet-radio.com [2018-01-14 19:07:04] WARN format/format_get_type Unsupported or legacy stream type: "audio/mpeg". Falling back to generic minimal handler for best effort. [2018-01-14 19:07:04] DBUG yp/yp_add Adding /feting to http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:07:04] DBUG yp/yp_add Adding /feting to http://yp.shoutcast.com [2018-01-14 19:07:04] DBUG yp/yp_add Adding /feting to http://icecast-yp.internet-radio.com [2018-01-14 19:07:04] DBUG yp/yp_add Adding /stream.ogg to http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:07:04] DBUG yp/yp_add Adding /stream.ogg to http://yp.shoutcast.com [2018-01-14 19:07:04] DBUG yp/yp_add Adding /stream.ogg to http://icecast-yp.internet-radio.com [2018-01-14 19:07:04] DBUG stats/process_source_event new node server_type (audio/mpeg) [2018-01-14 19:07:04] DBUG stats/process_source_event new node server_type (application/ogg) [2018-01-14 19:07:04] DBUG stats/process_source_event new node server_type (audio/mpeg) [2018-01-14 19:07:04] DBUG stats/process_source_event new node server_type (application/ogg) [2018-01-14 19:07:04] DBUG yp/add_pending_yp 2 YP entries added to http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:07:04] DBUG yp/add_pending_yp 2 YP entries added to http://yp.shoutcast.com [2018-01-14 19:07:04] DBUG yp/add_pending_yp 2 YP entries added to http://icecast-yp.internet-radio.com [2018-01-14 19:07:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:07:16] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:07:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:07:29] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:08:04] EROR yp/send_to_yp YP add on http://dir.xiph.org/cgi-bin/yp-cgi failed: Add refused. Reason: Not enough arguments. [2018-01-14 19:08:04] DBUG yp/handle_returned_header server touch interval is 242 [2018-01-14 19:08:04] DBUG yp/send_to_yp YP add at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:08:05] EROR yp/send_to_yp YP add on http://dir.xiph.org/cgi-bin/yp-cgi failed: Add refused. Reason: Not enough arguments. [2018-01-14 19:08:05] DBUG yp/handle_returned_header server touch interval is 242 [2018-01-14 19:08:05] DBUG yp/send_to_yp YP add at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:08:05] EROR yp/send_to_yp YP add on http://yp.shoutcast.com failed: We do not currently list servers not streaming HE-AAC or MP3. [2018-01-14 19:08:07] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:08:07] DBUG yp/send_to_yp YP add at http://yp.shoutcast.com succeeded [2018-01-14 19:08:07] EROR yp/send_to_yp YP add on http://yp.shoutcast.com failed: We do not currently list servers not streaming HE-AAC or MP3. [2018-01-14 19:08:08] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:08:08] DBUG yp/send_to_yp YP add at http://yp.shoutcast.com succeeded [2018-01-14 19:08:08] DBUG yp/handle_returned_header server touch interval is 60 [2018-01-14 19:08:08] DBUG yp/send_to_yp YP add at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:08:08] DBUG yp/handle_returned_header server touch interval is 60 [2018-01-14 19:08:08] DBUG yp/send_to_yp YP add at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:08:08] DBUG yp/handle_returned_header server touch interval is 60 [2018-01-14 19:08:08] DBUG yp/send_to_yp YP add at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:08:09] DBUG yp/handle_returned_header server touch interval is 60 [2018-01-14 19:08:09] DBUG yp/send_to_yp YP add at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:08:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:08:09] DBUG stats/process_source_event new node yp_currently_playing (Iron Maiden - Remember Tomorrow) [2018-01-14 19:08:09] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:08:10] DBUG stats/process_source_event new node yp_currently_playing (Hellre Vargen - Vad är det med er?) [2018-01-14 19:08:10] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:08:12] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Iron Maiden - Remember Tomorrow) [2018-01-14 19:08:12] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:08:12] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:08:13] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Hellre Vargen - Vad är det med er?) [2018-01-14 19:08:13] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:08:13] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:08:13] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:08:13] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:08:13] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:08:13] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Iron Maiden - Remember Tomorrow) [2018-01-14 19:08:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:08:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Hellre Vargen - Vad är det med er?) [2018-01-14 19:08:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:08:29] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:09:09] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:09:09] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:09:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:09:13] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:09:13] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:09:13] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:09:13] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Iron Maiden - Remember Tomorrow) [2018-01-14 19:09:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:09:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Hellre Vargen - Vad är det med er?) [2018-01-14 19:09:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:09:24] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:09:24] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:09:29] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:09:34] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:09:46] DBUG yp/yp_remove release /webcam.webm on YP http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:09:46] DBUG yp/yp_remove release /webcam.webm on YP http://yp.shoutcast.com [2018-01-14 19:09:46] DBUG yp/yp_remove release /webcam.webm on YP http://icecast-yp.internet-radio.com [2018-01-14 19:09:46] INFO yp/do_yp_remove clearing up YP entry for /webcam.webm [2018-01-14 19:09:46] DBUG yp/send_to_yp YP remove at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:09:46] DBUG yp/delete_marked_yp removed /webcam.webm from YP server http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:09:46] DBUG yp/delete_marked_yp removed /webcam.webm from YP server http://yp.shoutcast.com [2018-01-14 19:09:46] DBUG yp/delete_marked_yp removed /webcam.webm from YP server http://icecast-yp.internet-radio.com [2018-01-14 19:09:47] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Kommunen - "Jag ?r Inte Rasist, Men...") [2018-01-14 19:09:47] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:09:47] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:09:47] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:09:47] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Kommunen - "Jag ?r Inte Rasist, Men...") [2018-01-14 19:09:57] DBUG yp/yp_add Adding /webcam.webm to http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:09:57] DBUG yp/yp_add Adding /webcam.webm to http://yp.shoutcast.com [2018-01-14 19:09:57] DBUG yp/yp_add Adding /webcam.webm to http://icecast-yp.internet-radio.com [2018-01-14 19:09:57] DBUG stats/process_source_event new node server_type (video/webm) [2018-01-14 19:09:58] DBUG yp/add_pending_yp 1 YP entries added to http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:09:58] DBUG yp/add_pending_yp 1 YP entries added to http://yp.shoutcast.com [2018-01-14 19:09:58] DBUG yp/add_pending_yp 1 YP entries added to http://icecast-yp.internet-radio.com [2018-01-14 19:10:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:10:13] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:10:13] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Iron Maiden - Remember Tomorrow) [2018-01-14 19:10:13] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:10:13] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:10:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:10:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Kommunen - "Jag ?r Inte Rasist, Men...") [2018-01-14 19:10:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:10:57] EROR yp/send_to_yp YP add on http://dir.xiph.org/cgi-bin/yp-cgi failed: Add refused. Reason: Not enough arguments. [2018-01-14 19:10:57] EROR yp/send_to_yp YP add on http://yp.shoutcast.com failed: We do not currently list servers not streaming HE-AAC or MP3. [2018-01-14 19:10:57] DBUG yp/handle_returned_header server touch interval is 60 [2018-01-14 19:10:57] DBUG yp/send_to_yp YP add at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:11:02] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:11:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:11:13] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:11:13] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:11:13] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:11:13] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Iron Maiden - Remember Tomorrow) [2018-01-14 19:11:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:11:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Kommunen - "Jag ?r Inte Rasist, Men...") [2018-01-14 19:11:18] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:11:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:11:46] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Lycka Till - Sov gott) [2018-01-14 19:11:46] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:11:46] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Lycka Till - Sov gott) [2018-01-14 19:11:46] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:11:46] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:12:02] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:12:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:12:11] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Iron Maiden - Remember Tomorrow) [2018-01-14 19:12:11] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:12:13] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:12:13] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Iron Maiden - Remember Tomorrow) [2018-01-14 19:12:13] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:12:13] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:12:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Lycka Till - Sov gott) [2018-01-14 19:12:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:12:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:12:29] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:12:29] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:12:29] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Pink Floyd - PROGRAMME 1 - Vera - Roger Waters Original Demo) [2018-01-14 19:13:02] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:13:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:13:13] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:13:13] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:13:13] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:13:13] DBUG stats/modify_node_event update "/feting" yp_currently_playing (David Bowie - Sorrow) [2018-01-14 19:13:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Lycka Till - Sov gott) [2018-01-14 19:13:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:13:21] DBUG yp/yp_remove release /verket on YP http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:13:21] DBUG yp/yp_remove release /verket on YP http://yp.shoutcast.com [2018-01-14 19:13:21] DBUG yp/yp_remove release /verket.ogg on YP http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:13:21] DBUG yp/yp_remove release /verket.ogg on YP http://yp.shoutcast.com [2018-01-14 19:13:21] DBUG yp/yp_remove release /verket.ogg on YP http://icecast-yp.internet-radio.com [2018-01-14 19:13:21] DBUG yp/yp_remove release /verket on YP http://icecast-yp.internet-radio.com [2018-01-14 19:13:21] DBUG yp/yp_remove release /feting on YP http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:13:21] DBUG yp/yp_remove release /feting on YP http://yp.shoutcast.com [2018-01-14 19:13:21] DBUG yp/yp_remove release /feting on YP http://icecast-yp.internet-radio.com [2018-01-14 19:13:21] DBUG yp/yp_remove release /stream.ogg on YP http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:13:21] DBUG yp/yp_remove release /stream.ogg on YP http://yp.shoutcast.com [2018-01-14 19:13:21] DBUG yp/yp_remove release /stream.ogg on YP http://icecast-yp.internet-radio.com [2018-01-14 19:13:21] INFO yp/do_yp_remove clearing up YP entry for /feting [2018-01-14 19:13:22] DBUG yp/send_to_yp YP remove at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:13:22] INFO yp/do_yp_remove clearing up YP entry for /verket [2018-01-14 19:13:22] DBUG yp/send_to_yp YP remove at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:13:22] INFO yp/do_yp_remove clearing up YP entry for /feting [2018-01-14 19:13:22] INFO yp/do_yp_remove clearing up YP entry for /verket [2018-01-14 19:13:22] INFO yp/do_yp_remove clearing up YP entry for /stream.ogg [2018-01-14 19:13:22] DBUG yp/send_to_yp YP remove at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:13:22] INFO yp/do_yp_remove clearing up YP entry for /feting [2018-01-14 19:13:22] DBUG yp/send_to_yp YP remove at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:13:22] INFO yp/do_yp_remove clearing up YP entry for /verket.ogg [2018-01-14 19:13:22] DBUG yp/send_to_yp YP remove at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:13:22] INFO yp/do_yp_remove clearing up YP entry for /verket [2018-01-14 19:13:22] DBUG yp/send_to_yp YP remove at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:13:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:13:22] DBUG yp/delete_marked_yp removed /stream.ogg from YP server http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:13:22] DBUG yp/delete_marked_yp removed /feting from YP server http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:13:22] DBUG yp/delete_marked_yp removed /verket.ogg from YP server http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:13:22] DBUG yp/delete_marked_yp removed /verket from YP server http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:13:22] DBUG yp/delete_marked_yp removed /stream.ogg from YP server http://yp.shoutcast.com [2018-01-14 19:13:22] DBUG yp/delete_marked_yp removed /feting from YP server http://yp.shoutcast.com [2018-01-14 19:13:22] DBUG yp/delete_marked_yp removed /verket.ogg from YP server http://yp.shoutcast.com [2018-01-14 19:13:22] DBUG yp/delete_marked_yp removed /verket from YP server http://yp.shoutcast.com [2018-01-14 19:13:22] DBUG yp/delete_marked_yp removed /stream.ogg from YP server http://icecast-yp.internet-radio.com [2018-01-14 19:13:22] DBUG yp/delete_marked_yp removed /feting from YP server http://icecast-yp.internet-radio.com [2018-01-14 19:13:22] DBUG yp/delete_marked_yp removed /verket.ogg from YP server http://icecast-yp.internet-radio.com [2018-01-14 19:13:22] DBUG yp/delete_marked_yp removed /verket from YP server http://icecast-yp.internet-radio.com [2018-01-14 19:13:36] DBUG yp/yp_remove release /webcam.webm on YP http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:13:36] DBUG yp/yp_remove release /webcam.webm on YP http://yp.shoutcast.com [2018-01-14 19:13:36] DBUG yp/yp_remove release /webcam.webm on YP http://icecast-yp.internet-radio.com [2018-01-14 19:13:36] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:13:36] INFO yp/do_yp_remove clearing up YP entry for /webcam.webm [2018-01-14 19:13:36] DBUG yp/send_to_yp YP remove at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:13:36] DBUG yp/delete_marked_yp removed /webcam.webm from YP server http://yp.shoutcast.com [2018-01-14 19:13:36] DBUG yp/delete_marked_yp removed /webcam.webm from YP server http://icecast-yp.internet-radio.com [2018-01-14 19:13:36] DBUG yp/delete_marked_yp removed /webcam.webm from YP server http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:14:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:14:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:14:56] WARN format/format_get_type Unsupported or legacy stream type: "audio/mpeg". Falling back to generic minimal handler for best effort. [2018-01-14 19:14:56] DBUG yp/yp_add Adding /verket to http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:14:56] DBUG yp/yp_add Adding /verket to http://yp.shoutcast.com [2018-01-14 19:14:56] DBUG yp/yp_add Adding /verket to http://icecast-yp.internet-radio.com [2018-01-14 19:14:56] DBUG yp/yp_add Adding /verket.ogg to http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:14:56] DBUG yp/yp_add Adding /verket.ogg to http://yp.shoutcast.com [2018-01-14 19:14:56] DBUG yp/yp_add Adding /verket.ogg to http://icecast-yp.internet-radio.com [2018-01-14 19:14:56] WARN format/format_get_type Unsupported or legacy stream type: "audio/mpeg". Falling back to generic minimal handler for best effort. [2018-01-14 19:14:56] DBUG yp/yp_add Adding /feting to http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:14:56] DBUG yp/yp_add Adding /feting to http://yp.shoutcast.com [2018-01-14 19:14:56] DBUG yp/yp_add Adding /feting to http://icecast-yp.internet-radio.com [2018-01-14 19:14:56] DBUG yp/add_pending_yp 3 YP entries added to http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:14:56] DBUG yp/add_pending_yp 3 YP entries added to http://yp.shoutcast.com [2018-01-14 19:14:56] DBUG yp/add_pending_yp 3 YP entries added to http://icecast-yp.internet-radio.com [2018-01-14 19:14:56] DBUG yp/yp_add Adding /stream.ogg to http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:14:56] DBUG yp/yp_add Adding /stream.ogg to http://yp.shoutcast.com [2018-01-14 19:14:56] DBUG yp/yp_add Adding /stream.ogg to http://icecast-yp.internet-radio.com [2018-01-14 19:14:57] DBUG yp/add_pending_yp 1 YP entries added to http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:14:57] DBUG yp/add_pending_yp 1 YP entries added to http://yp.shoutcast.com [2018-01-14 19:14:57] DBUG yp/add_pending_yp 1 YP entries added to http://icecast-yp.internet-radio.com [2018-01-14 19:14:57] DBUG stats/process_source_event new node server_type (audio/mpeg) [2018-01-14 19:14:57] DBUG stats/process_source_event new node server_type (application/ogg) [2018-01-14 19:14:57] DBUG stats/process_source_event new node server_type (audio/mpeg) [2018-01-14 19:14:57] DBUG stats/process_source_event new node server_type (application/ogg) [2018-01-14 19:15:09] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:15:09] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:15:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:15:20] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:15:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:15:24] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:15:24] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:15:56] EROR yp/send_to_yp YP add on http://dir.xiph.org/cgi-bin/yp-cgi failed: Add refused. Reason: Not enough arguments. [2018-01-14 19:15:56] DBUG yp/handle_returned_header server touch interval is 242 [2018-01-14 19:15:56] DBUG yp/send_to_yp YP add at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:15:57] EROR yp/send_to_yp YP add on http://dir.xiph.org/cgi-bin/yp-cgi failed: Add refused. Reason: Not enough arguments. [2018-01-14 19:15:57] DBUG yp/handle_returned_header server touch interval is 242 [2018-01-14 19:15:57] DBUG yp/send_to_yp YP add at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:15:57] EROR yp/send_to_yp YP add on http://yp.shoutcast.com failed: We do not currently list servers not streaming HE-AAC or MP3. [2018-01-14 19:15:59] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:15:59] DBUG yp/send_to_yp YP add at http://yp.shoutcast.com succeeded [2018-01-14 19:15:59] EROR yp/send_to_yp YP add on http://yp.shoutcast.com failed: We do not currently list servers not streaming HE-AAC or MP3. [2018-01-14 19:16:01] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:16:01] DBUG yp/send_to_yp YP add at http://yp.shoutcast.com succeeded [2018-01-14 19:16:01] DBUG yp/handle_returned_header server touch interval is 60 [2018-01-14 19:16:01] DBUG yp/send_to_yp YP add at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:16:01] DBUG yp/handle_returned_header server touch interval is 60 [2018-01-14 19:16:01] DBUG yp/send_to_yp YP add at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:16:01] DBUG yp/handle_returned_header server touch interval is 60 [2018-01-14 19:16:01] DBUG yp/send_to_yp YP add at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:16:01] DBUG yp/handle_returned_header server touch interval is 60 [2018-01-14 19:16:01] DBUG yp/send_to_yp YP add at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:16:01] DBUG stats/process_source_event new node yp_currently_playing (Massive Attack - Live with me) [2018-01-14 19:16:02] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:16:02] DBUG stats/process_source_event new node yp_currently_playing (Kommunen - ?gander?tt) [2018-01-14 19:16:02] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:16:04] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Massive Attack - Live with me) [2018-01-14 19:16:04] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:16:04] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:16:06] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Kommunen - ?gander?tt) [2018-01-14 19:16:06] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:16:06] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:16:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:16:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:16:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:16:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:16:06] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Massive Attack - Live with me) [2018-01-14 19:16:06] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Kommunen - ?gander?tt) [2018-01-14 19:16:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:16:18] DBUG yp/yp_add Adding /webcam.webm to http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:16:18] DBUG yp/yp_add Adding /webcam.webm to http://yp.shoutcast.com [2018-01-14 19:16:18] DBUG yp/yp_add Adding /webcam.webm to http://icecast-yp.internet-radio.com [2018-01-14 19:16:18] DBUG stats/process_source_event new node server_type (video/webm) [2018-01-14 19:16:18] DBUG yp/add_pending_yp 1 YP entries added to http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:16:18] DBUG yp/add_pending_yp 1 YP entries added to http://yp.shoutcast.com [2018-01-14 19:16:18] DBUG yp/add_pending_yp 1 YP entries added to http://icecast-yp.internet-radio.com [2018-01-14 19:16:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:17:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:17:06] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Massive Attack - Live with me) [2018-01-14 19:17:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:17:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:17:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:17:06] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Kommunen - ?gander?tt) [2018-01-14 19:17:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:17:18] EROR yp/send_to_yp YP add on http://dir.xiph.org/cgi-bin/yp-cgi failed: Add refused. Reason: Not enough arguments. [2018-01-14 19:17:18] EROR yp/send_to_yp YP add on http://yp.shoutcast.com failed: We do not currently list servers not streaming HE-AAC or MP3. [2018-01-14 19:17:18] DBUG yp/handle_returned_header server touch interval is 60 [2018-01-14 19:17:18] DBUG yp/send_to_yp YP add at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:17:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:17:23] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:17:38] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:18:03] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Unknown) [2018-01-14 19:18:03] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:18:03] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Unknown) [2018-01-14 19:18:03] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:18:03] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:18:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:18:06] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Massive Attack - Live with me) [2018-01-14 19:18:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:18:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:18:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:18:06] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Unknown) [2018-01-14 19:18:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:18:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:18:23] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:19:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:19:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:19:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:19:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:19:06] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Massive Attack - Live with me) [2018-01-14 19:19:06] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Unknown) [2018-01-14 19:19:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:19:22] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:19:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:19:23] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:19:47] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Moralpanik - I krisens Sverige 2013) [2018-01-14 19:19:47] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:19:47] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:19:47] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:19:47] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Moralpanik - I krisens Sverige 2013) [2018-01-14 19:19:51] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Iron Maiden - Run To The Hills) [2018-01-14 19:19:51] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:19:51] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:19:51] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:19:51] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Iron Maiden - Run To The Hills) [2018-01-14 19:20:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:20:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:20:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:20:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:20:06] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Iron Maiden - Run To The Hills) [2018-01-14 19:20:06] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Moralpanik - I krisens Sverige 2013) [2018-01-14 19:20:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:20:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:20:23] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:21:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:21:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:21:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:21:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:21:06] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Iron Maiden - Run To The Hills) [2018-01-14 19:21:06] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Moralpanik - I krisens Sverige 2013) [2018-01-14 19:21:09] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:21:09] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:21:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:21:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:21:23] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:21:24] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:21:24] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:21:40] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:21:51] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Hellre Vargen - Vad är det med er?) [2018-01-14 19:21:51] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:21:51] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:21:51] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:21:51] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Hellre Vargen - Vad är det med er?) [2018-01-14 19:22:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:22:06] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Iron Maiden - Run To The Hills) [2018-01-14 19:22:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:22:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:22:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:22:06] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Hellre Vargen - Vad är det med er?) [2018-01-14 19:22:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:22:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:22:23] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:23:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:23:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:23:06] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Iron Maiden - Run To The Hills) [2018-01-14 19:23:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:23:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:23:06] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Hellre Vargen - Vad är det med er?) [2018-01-14 19:23:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:23:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:23:23] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:23:24] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:23:28] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Ambulance - Hands Out Of The Pocket) [2018-01-14 19:23:28] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:23:28] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Ambulance - Hands Out Of The Pocket) [2018-01-14 19:23:28] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:23:28] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:23:53] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Iron Maiden - Run To The Hills) [2018-01-14 19:23:53] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:24:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:24:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:24:06] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Iron Maiden - Run To The Hills) [2018-01-14 19:24:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:24:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:24:06] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Ambulance - Hands Out Of The Pocket) [2018-01-14 19:24:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:24:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:24:23] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:24:43] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Van Morrison - So Complicated) [2018-01-14 19:24:43] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:24:43] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:25:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:25:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:25:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:25:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:25:06] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Van Morrison - So Complicated) [2018-01-14 19:25:06] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Ambulance - Hands Out Of The Pocket) [2018-01-14 19:25:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:25:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:25:23] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:25:42] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:25:50] DBUG stats/modify_node_event update "/verket" yp_currently_playing (H?ll Det ?kta - L?ngst Fram (feat. Andrea Cengic)) [2018-01-14 19:25:50] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:25:50] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:25:50] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:25:50] DBUG stats/modify_node_event update "/verket" yp_currently_playing (H?ll Det ?kta - L?ngst Fram (feat. Andrea Cengic)) [2018-01-14 19:26:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:26:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:26:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:26:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:26:06] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Van Morrison - So Complicated) [2018-01-14 19:26:06] DBUG stats/modify_node_event update "/verket" yp_currently_playing (H?ll Det ?kta - L?ngst Fram (feat. Andrea Cengic)) [2018-01-14 19:26:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:26:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:26:23] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:27:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:27:06] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Van Morrison - So Complicated) [2018-01-14 19:27:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:27:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:27:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:27:06] DBUG stats/modify_node_event update "/verket" yp_currently_playing (H?ll Det ?kta - L?ngst Fram (feat. Andrea Cengic)) [2018-01-14 19:27:09] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:27:09] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:27:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:27:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:27:23] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:27:24] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:27:24] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:27:26] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:27:55] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Van Morrison - So Complicated) [2018-01-14 19:27:55] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:28:05] DBUG stats/modify_node_event update "/feting" yp_currently_playing (The Stooges - Studio Dialogue #16) [2018-01-14 19:28:05] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:28:05] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:28:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:28:06] DBUG stats/modify_node_event update "/feting" yp_currently_playing (The Stooges - Studio Dialogue #16) [2018-01-14 19:28:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:28:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:28:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:28:06] DBUG stats/modify_node_event update "/verket" yp_currently_playing (H?ll Det ?kta - L?ngst Fram (feat. Andrea Cengic)) [2018-01-14 19:28:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:28:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:28:23] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:28:47] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Unknown) [2018-01-14 19:28:47] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:28:47] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Unknown) [2018-01-14 19:28:47] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:28:47] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:29:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:29:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:29:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:29:06] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Pink Floyd - Time [Early Mix 1972]) [2018-01-14 19:29:06] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Unknown) [2018-01-14 19:29:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:29:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:29:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:29:23] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:29:44] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:30:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:30:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:30:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:30:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:30:06] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Pink Floyd - Time [Early Mix 1972]) [2018-01-14 19:30:06] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Unknown) [2018-01-14 19:30:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:30:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:30:23] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:30:56] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Kommunen - Den Svenska Modellen) [2018-01-14 19:30:56] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:30:56] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Kommunen - Den Svenska Modellen) [2018-01-14 19:30:56] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:30:56] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:31:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:31:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:31:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:31:06] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Pink Floyd - Time [Early Mix 1972]) [2018-01-14 19:31:06] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Kommunen - Den Svenska Modellen) [2018-01-14 19:31:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:31:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:31:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:31:23] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:31:28] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:31:55] DBUG yp/yp_remove release /verket on YP http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:31:55] DBUG yp/yp_remove release /verket on YP http://yp.shoutcast.com [2018-01-14 19:31:55] DBUG yp/yp_remove release /verket on YP http://icecast-yp.internet-radio.com [2018-01-14 19:31:55] DBUG yp/yp_remove release /echo.mp3 on YP http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:31:55] DBUG yp/yp_remove release /echo.mp3 on YP http://yp.shoutcast.com [2018-01-14 19:31:55] DBUG yp/yp_remove release /echo.mp3 on YP http://icecast-yp.internet-radio.com [2018-01-14 19:31:55] DBUG yp/yp_remove release /feting on YP http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:31:55] DBUG yp/yp_remove release /feting on YP http://yp.shoutcast.com [2018-01-14 19:31:55] DBUG yp/yp_remove release /feting on YP http://icecast-yp.internet-radio.com [2018-01-14 19:31:55] INFO yp/do_yp_remove clearing up YP entry for /feting [2018-01-14 19:31:55] DBUG yp/yp_remove release /webcam.webm on YP http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:31:55] DBUG yp/yp_remove release /webcam.webm on YP http://yp.shoutcast.com [2018-01-14 19:31:55] DBUG yp/yp_remove release /webcam.webm on YP http://icecast-yp.internet-radio.com [2018-01-14 19:31:55] DBUG yp/yp_remove release /kpfa_64 on YP http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:31:55] DBUG yp/yp_remove release /kpfa_64 on YP http://yp.shoutcast.com [2018-01-14 19:31:55] DBUG yp/yp_remove release /kpfa_64 on YP http://icecast-yp.internet-radio.com [2018-01-14 19:31:55] DBUG yp/yp_remove release /stream.ogg on YP http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:31:55] DBUG yp/yp_remove release /stream.ogg on YP http://yp.shoutcast.com [2018-01-14 19:31:55] DBUG yp/yp_remove release /stream.ogg on YP http://icecast-yp.internet-radio.com [2018-01-14 19:31:55] DBUG yp/yp_remove release /verket.ogg on YP http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:31:55] DBUG yp/yp_remove release /verket.ogg on YP http://yp.shoutcast.com [2018-01-14 19:31:55] DBUG yp/yp_remove release /verket.ogg on YP http://icecast-yp.internet-radio.com [2018-01-14 19:31:55] DBUG yp/send_to_yp YP remove at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:31:55] INFO yp/do_yp_remove clearing up YP entry for /verket [2018-01-14 19:31:56] DBUG yp/send_to_yp YP remove at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:31:56] INFO yp/do_yp_remove clearing up YP entry for /kpfa_64 [2018-01-14 19:31:56] DBUG yp/send_to_yp YP remove at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:31:56] INFO yp/do_yp_remove clearing up YP entry for /echo.mp3 [2018-01-14 19:31:56] DBUG yp/send_to_yp YP remove at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:31:56] INFO yp/do_yp_remove clearing up YP entry for /feting [2018-01-14 19:31:56] INFO yp/do_yp_remove clearing up YP entry for /verket [2018-01-14 19:31:57] INFO yp/do_yp_remove clearing up YP entry for /kpfa_64 [2018-01-14 19:31:57] INFO yp/do_yp_remove clearing up YP entry for /echo.mp3 [2018-01-14 19:31:57] INFO yp/do_yp_remove clearing up YP entry for /webcam.webm [2018-01-14 19:31:57] DBUG yp/send_to_yp YP remove at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:31:57] INFO yp/do_yp_remove clearing up YP entry for /stream.ogg [2018-01-14 19:31:57] DBUG yp/send_to_yp YP remove at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:31:57] INFO yp/do_yp_remove clearing up YP entry for /feting [2018-01-14 19:31:57] DBUG yp/send_to_yp YP remove at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:31:57] INFO yp/do_yp_remove clearing up YP entry for /verket.ogg [2018-01-14 19:31:57] DBUG yp/send_to_yp YP remove at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:31:57] INFO yp/do_yp_remove clearing up YP entry for /verket [2018-01-14 19:31:57] DBUG yp/send_to_yp YP remove at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:31:57] INFO yp/do_yp_remove clearing up YP entry for /kpfa_64 [2018-01-14 19:31:57] DBUG yp/send_to_yp YP remove at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:31:57] INFO yp/do_yp_remove clearing up YP entry for /echo.mp3 [2018-01-14 19:31:57] DBUG yp/send_to_yp YP remove at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:31:57] DBUG yp/delete_marked_yp removed /feting from YP server http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:31:57] DBUG yp/delete_marked_yp removed /verket.ogg from YP server http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:31:57] DBUG yp/delete_marked_yp removed /verket from YP server http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:31:57] DBUG yp/delete_marked_yp removed /kpfa_64 from YP server http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:31:57] DBUG yp/delete_marked_yp removed /echo.mp3 from YP server http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:31:57] DBUG yp/delete_marked_yp removed /webcam.webm from YP server http://yp.shoutcast.com [2018-01-14 19:31:57] DBUG yp/delete_marked_yp removed /stream.ogg from YP server http://yp.shoutcast.com [2018-01-14 19:31:57] DBUG yp/delete_marked_yp removed /feting from YP server http://yp.shoutcast.com [2018-01-14 19:31:57] DBUG yp/delete_marked_yp removed /verket.ogg from YP server http://yp.shoutcast.com [2018-01-14 19:31:57] DBUG yp/delete_marked_yp removed /verket from YP server http://yp.shoutcast.com [2018-01-14 19:31:57] DBUG yp/delete_marked_yp removed /kpfa_64 from YP server http://yp.shoutcast.com [2018-01-14 19:31:57] DBUG yp/delete_marked_yp removed /echo.mp3 from YP server http://yp.shoutcast.com [2018-01-14 19:31:57] DBUG yp/delete_marked_yp removed /webcam.webm from YP server http://icecast-yp.internet-radio.com [2018-01-14 19:31:57] DBUG yp/delete_marked_yp removed /stream.ogg from YP server http://icecast-yp.internet-radio.com [2018-01-14 19:31:57] DBUG yp/delete_marked_yp removed /feting from YP server http://icecast-yp.internet-radio.com [2018-01-14 19:31:57] DBUG yp/delete_marked_yp removed /verket.ogg from YP server http://icecast-yp.internet-radio.com [2018-01-14 19:31:57] DBUG yp/delete_marked_yp removed /verket from YP server http://icecast-yp.internet-radio.com [2018-01-14 19:31:57] DBUG yp/delete_marked_yp removed /kpfa_64 from YP server http://icecast-yp.internet-radio.com [2018-01-14 19:31:57] DBUG yp/delete_marked_yp removed /echo.mp3 from YP server http://icecast-yp.internet-radio.com [2018-01-14 19:31:57] DBUG yp/destroy_yp_server Removing YP server entry for http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:31:57] WARN yp/destroy_yp_server active ypdata not freed up [2018-01-14 19:31:57] DBUG yp/destroy_yp_server Removing YP server entry for http://yp.shoutcast.com [2018-01-14 19:31:57] DBUG yp/destroy_yp_server Removing YP server entry for http://icecast-yp.internet-radio.com [2018-01-14 19:31:57] INFO yp/yp_shutdown YP thread down [2018-01-14 19:31:58] DBUG yp/yp_recheck_config Updating YP configuration [2018-01-14 19:31:58] INFO yp/yp_recheck_config Adding new YP server "http://dir.xiph.org/cgi-bin/yp-cgi" (timeout 6s, default interval 30s) [2018-01-14 19:31:58] INFO yp/yp_recheck_config Adding new YP server "http://yp.shoutcast.com" (timeout 6s, default interval 30s) [2018-01-14 19:31:58] INFO yp/yp_recheck_config Adding new YP server "http://icecast-yp.internet-radio.com" (timeout 6s, default interval 30s) [2018-01-14 19:31:58] INFO yp/yp_update_thread YP update thread started [2018-01-14 19:31:58] DBUG yp/check_servers Add pending yps http://icecast-yp.internet-radio.com [2018-01-14 19:31:58] DBUG yp/check_servers Add pending yps http://yp.shoutcast.com [2018-01-14 19:31:58] DBUG yp/check_servers Add pending yps http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:31:59] WARN format/format_get_type Unsupported or legacy stream type: "audio/mpeg". Falling back to generic minimal handler for best effort. [2018-01-14 19:31:59] DBUG yp/yp_add Adding /feting to http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:31:59] DBUG yp/yp_add Adding /feting to http://yp.shoutcast.com [2018-01-14 19:31:59] DBUG yp/yp_add Adding /feting to http://icecast-yp.internet-radio.com [2018-01-14 19:31:59] WARN format/format_get_type Unsupported or legacy stream type: "audio/mpeg". Falling back to generic minimal handler for best effort. [2018-01-14 19:31:59] DBUG yp/yp_add Adding /verket to http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:31:59] DBUG yp/yp_add Adding /verket to http://yp.shoutcast.com [2018-01-14 19:31:59] DBUG yp/yp_add Adding /verket to http://icecast-yp.internet-radio.com [2018-01-14 19:31:59] DBUG yp/add_pending_yp 2 YP entries added to http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:31:59] DBUG yp/add_pending_yp 2 YP entries added to http://yp.shoutcast.com [2018-01-14 19:31:59] DBUG yp/add_pending_yp 2 YP entries added to http://icecast-yp.internet-radio.com [2018-01-14 19:31:59] DBUG stats/process_source_event new node server_type (audio/mpeg) [2018-01-14 19:31:59] DBUG stats/process_source_event new node server_type (audio/mpeg) [2018-01-14 19:32:00] DBUG yp/yp_add Adding /verket.ogg to http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:32:00] DBUG yp/yp_add Adding /verket.ogg to http://yp.shoutcast.com [2018-01-14 19:32:00] DBUG yp/yp_add Adding /verket.ogg to http://icecast-yp.internet-radio.com [2018-01-14 19:32:00] DBUG yp/add_pending_yp 1 YP entries added to http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:32:00] DBUG yp/add_pending_yp 1 YP entries added to http://yp.shoutcast.com [2018-01-14 19:32:00] DBUG yp/add_pending_yp 1 YP entries added to http://icecast-yp.internet-radio.com [2018-01-14 19:32:00] DBUG yp/yp_add Adding /stream.ogg to http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:32:00] DBUG yp/yp_add Adding /stream.ogg to http://yp.shoutcast.com [2018-01-14 19:32:00] DBUG yp/yp_add Adding /stream.ogg to http://icecast-yp.internet-radio.com [2018-01-14 19:32:00] DBUG stats/process_source_event new node server_type (application/ogg) [2018-01-14 19:32:00] DBUG stats/process_source_event new node server_type (application/ogg) [2018-01-14 19:32:00] DBUG yp/add_pending_yp 1 YP entries added to http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:32:00] DBUG yp/add_pending_yp 1 YP entries added to http://yp.shoutcast.com [2018-01-14 19:32:00] DBUG yp/add_pending_yp 1 YP entries added to http://icecast-yp.internet-radio.com [2018-01-14 19:32:02] WARN format/format_get_type Unsupported or legacy stream type: "audio/mpeg". Falling back to generic minimal handler for best effort. [2018-01-14 19:32:02] DBUG yp/yp_add Adding /echo.mp3 to http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:32:02] DBUG yp/yp_add Adding /echo.mp3 to http://yp.shoutcast.com [2018-01-14 19:32:02] DBUG yp/yp_add Adding /echo.mp3 to http://icecast-yp.internet-radio.com [2018-01-14 19:32:02] DBUG yp/add_pending_yp 1 YP entries added to http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:32:02] DBUG yp/add_pending_yp 1 YP entries added to http://yp.shoutcast.com [2018-01-14 19:32:02] DBUG yp/add_pending_yp 1 YP entries added to http://icecast-yp.internet-radio.com [2018-01-14 19:32:02] DBUG stats/process_source_event new node server_type (audio/mpeg) [2018-01-14 19:32:02] WARN format/format_get_type Unsupported or legacy stream type: "audio/mpeg". Falling back to generic minimal handler for best effort. [2018-01-14 19:32:02] DBUG yp/yp_add Adding /kpfa_64 to http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:32:02] DBUG yp/yp_add Adding /kpfa_64 to http://yp.shoutcast.com [2018-01-14 19:32:02] DBUG yp/yp_add Adding /kpfa_64 to http://icecast-yp.internet-radio.com [2018-01-14 19:32:02] DBUG stats/process_source_event new node server_type (audio/mpeg) [2018-01-14 19:32:02] DBUG yp/add_pending_yp 1 YP entries added to http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:32:02] DBUG yp/add_pending_yp 1 YP entries added to http://yp.shoutcast.com [2018-01-14 19:32:02] DBUG yp/add_pending_yp 1 YP entries added to http://icecast-yp.internet-radio.com [2018-01-14 19:32:12] DBUG yp/yp_add Adding /webcam.webm to http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:32:12] DBUG yp/yp_add Adding /webcam.webm to http://yp.shoutcast.com [2018-01-14 19:32:12] DBUG yp/yp_add Adding /webcam.webm to http://icecast-yp.internet-radio.com [2018-01-14 19:32:12] DBUG stats/process_source_event new node server_type (video/webm) [2018-01-14 19:32:12] DBUG yp/add_pending_yp 1 YP entries added to http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:32:12] DBUG yp/add_pending_yp 1 YP entries added to http://yp.shoutcast.com [2018-01-14 19:32:12] DBUG yp/add_pending_yp 1 YP entries added to http://icecast-yp.internet-radio.com [2018-01-14 19:32:59] DBUG yp/handle_returned_header server touch interval is 242 [2018-01-14 19:32:59] DBUG yp/send_to_yp YP add at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:32:59] DBUG yp/handle_returned_header server touch interval is 242 [2018-01-14 19:32:59] DBUG yp/send_to_yp YP add at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:33:04] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:33:04] DBUG yp/send_to_yp YP add at http://yp.shoutcast.com succeeded [2018-01-14 19:33:05] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:33:05] DBUG yp/send_to_yp YP add at http://yp.shoutcast.com succeeded [2018-01-14 19:33:06] DBUG yp/handle_returned_header server touch interval is 60 [2018-01-14 19:33:06] DBUG yp/send_to_yp YP add at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:33:06] DBUG yp/handle_returned_header server touch interval is 60 [2018-01-14 19:33:06] DBUG yp/send_to_yp YP add at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:33:06] DBUG yp/handle_returned_header server touch interval is 60 [2018-01-14 19:33:06] DBUG yp/send_to_yp YP add at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:33:06] DBUG yp/handle_returned_header server touch interval is 60 [2018-01-14 19:33:06] DBUG yp/send_to_yp YP add at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:33:06] DBUG yp/handle_returned_header server touch interval is 60 [2018-01-14 19:33:06] DBUG yp/send_to_yp YP add at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:33:06] DBUG yp/handle_returned_header server touch interval is 60 [2018-01-14 19:33:06] DBUG yp/send_to_yp YP add at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:33:07] DBUG yp/handle_returned_header server touch interval is 242 [2018-01-14 19:33:07] DBUG yp/send_to_yp YP add at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:33:07] DBUG yp/handle_returned_header server touch interval is 242 [2018-01-14 19:33:07] DBUG yp/send_to_yp YP add at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:33:07] EROR yp/send_to_yp YP add on http://dir.xiph.org/cgi-bin/yp-cgi failed: Add refused. Reason: Not enough arguments. [2018-01-14 19:33:08] EROR yp/send_to_yp YP add on http://dir.xiph.org/cgi-bin/yp-cgi failed: Add refused. Reason: Not enough arguments. [2018-01-14 19:33:08] DBUG stats/process_source_event new node yp_currently_playing (Kommunen - Lasse Leijonborg) [2018-01-14 19:33:08] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:33:09] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:33:09] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:33:09] DBUG yp/send_to_yp YP add at http://yp.shoutcast.com succeeded [2018-01-14 19:33:10] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:33:10] DBUG yp/send_to_yp YP add at http://yp.shoutcast.com succeeded [2018-01-14 19:33:10] EROR yp/send_to_yp YP add on http://yp.shoutcast.com failed: We do not currently list servers not streaming HE-AAC or MP3. [2018-01-14 19:33:10] EROR yp/send_to_yp YP add on http://yp.shoutcast.com failed: We do not currently list servers not streaming HE-AAC or MP3. [2018-01-14 19:33:10] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:33:10] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:33:10] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Kommunen - Lasse Leijonborg) [2018-01-14 19:33:10] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:33:10] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:33:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:33:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:33:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:33:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:33:11] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Kommunen - Lasse Leijonborg) [2018-01-14 19:33:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:33:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:33:12] EROR yp/send_to_yp YP add on http://dir.xiph.org/cgi-bin/yp-cgi failed: Add refused. Reason: Not enough arguments. [2018-01-14 19:33:13] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:33:13] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:33:13] EROR yp/send_to_yp YP add on http://yp.shoutcast.com failed: We do not currently list servers not streaming HE-AAC or MP3. [2018-01-14 19:33:13] DBUG yp/handle_returned_header server touch interval is 60 [2018-01-14 19:33:13] DBUG yp/send_to_yp YP add at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:33:14] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:33:14] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:33:15] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:33:15] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:33:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:34:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:34:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:34:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:34:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:34:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:34:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:34:11] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Kommunen - Lasse Leijonborg) [2018-01-14 19:34:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:34:55] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Lapdog - Supernova Light) [2018-01-14 19:34:55] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:34:55] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:34:55] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:34:55] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Lapdog - Supernova Light) [2018-01-14 19:35:09] DBUG stats/process_source_event new node yp_currently_playing (Iron Maiden - Running Free) [2018-01-14 19:35:09] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:35:09] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Iron Maiden - Running Free) [2018-01-14 19:35:09] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:35:09] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:35:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:35:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:35:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:35:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:35:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:35:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:35:11] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Lapdog - Supernova Light) [2018-01-14 19:35:11] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Iron Maiden - Running Free) [2018-01-14 19:35:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:36:05] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Hellre Vargen - Krossa Kapitalet) [2018-01-14 19:36:05] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:36:05] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:36:05] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:36:05] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Hellre Vargen - Krossa Kapitalet) [2018-01-14 19:36:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:36:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:36:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:36:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:36:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:36:11] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Hellre Vargen - Krossa Kapitalet) [2018-01-14 19:36:11] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Iron Maiden - Running Free) [2018-01-14 19:36:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:36:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:37:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:37:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:37:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:37:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:37:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:37:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:37:11] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Hellre Vargen - Krossa Kapitalet) [2018-01-14 19:37:11] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Iron Maiden - Running Free) [2018-01-14 19:37:14] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:37:15] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:37:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:38:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:38:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:38:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:38:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:38:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:38:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:38:11] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Fru D?rr - Unknown) [2018-01-14 19:38:11] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Iron Maiden - Running Free) [2018-01-14 19:38:13] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Fru D?rr - Unknown) [2018-01-14 19:38:13] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:38:13] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Fru D?rr - Unknown) [2018-01-14 19:38:13] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:38:13] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:38:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:38:33] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Mad Season - I'm Above (Live At The Moore)) [2018-01-14 19:38:33] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:38:33] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:38:33] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:38:33] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Mad Season - I'm Above (Live At The Moore)) [2018-01-14 19:39:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:39:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:39:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:39:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:39:11] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Fru D?rr - Unknown) [2018-01-14 19:39:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:39:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:39:11] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Mad Season - I'm Above (Live At The Moore)) [2018-01-14 19:39:14] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:39:14] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:39:15] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:39:15] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:39:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:39:59] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Unknown) [2018-01-14 19:39:59] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:39:59] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:39:59] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:39:59] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Unknown) [2018-01-14 19:40:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:40:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:40:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:40:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:40:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:40:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:40:11] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Unknown) [2018-01-14 19:40:11] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Mad Season - I'm Above (Live At The Moore)) [2018-01-14 19:40:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:41:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:41:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:41:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:41:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:41:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:41:11] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Unknown) [2018-01-14 19:41:11] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Mad Season - I'm Above (Live At The Moore)) [2018-01-14 19:41:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:41:16] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:41:17] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:41:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:41:42] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Disconvenience - Mental Meltdown) [2018-01-14 19:41:42] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:41:42] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:41:42] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:41:42] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Disconvenience - Mental Meltdown) [2018-01-14 19:42:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:42:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:42:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:42:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:42:11] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Disconvenience - Mental Meltdown) [2018-01-14 19:42:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:42:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:42:11] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Mad Season - I'm Above (Live At The Moore)) [2018-01-14 19:42:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:42:35] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Mad Season - I'm Above (Live At The Moore)) [2018-01-14 19:42:35] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:43:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:43:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:43:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:43:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:43:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:43:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:43:11] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Disconvenience - Mental Meltdown) [2018-01-14 19:43:11] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Mad Season - I'm Above (Live At The Moore)) [2018-01-14 19:43:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:44:05] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Unknown) [2018-01-14 19:44:05] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:44:05] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:44:05] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:44:05] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Unknown) [2018-01-14 19:44:09] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Van Morrison - Just Like Greta) [2018-01-14 19:44:09] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:44:09] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:44:09] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:44:09] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Van Morrison - Just Like Greta) [2018-01-14 19:44:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:44:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:44:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:44:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:44:11] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Unknown) [2018-01-14 19:44:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:44:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:44:11] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Van Morrison - Just Like Greta) [2018-01-14 19:44:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:45:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:45:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:45:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:45:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:45:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:45:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:45:11] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Unknown) [2018-01-14 19:45:11] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Van Morrison - Just Like Greta) [2018-01-14 19:45:14] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:45:14] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:45:15] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:45:15] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:45:18] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:45:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:45:19] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:46:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:46:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:46:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:46:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:46:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:46:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:46:11] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Unknown) [2018-01-14 19:46:11] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Van Morrison - Just Like Greta) [2018-01-14 19:46:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:47:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:47:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:47:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:47:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:47:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:47:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:47:11] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Unknown) [2018-01-14 19:47:11] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Van Morrison - Just Like Greta) [2018-01-14 19:47:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:47:21] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Auktion - Kopps) [2018-01-14 19:47:21] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:47:21] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:47:21] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:47:21] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Auktion - Kopps) [2018-01-14 19:48:11] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Van Morrison - Just Like Greta) [2018-01-14 19:48:11] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:48:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:48:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:48:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:48:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:48:11] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Auktion - Kopps) [2018-01-14 19:48:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:48:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:48:12] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Van Morrison - Just Like Greta) [2018-01-14 19:48:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:49:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:49:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:49:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:49:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:49:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:49:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:49:11] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Auktion - Kopps) [2018-01-14 19:49:11] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Van Morrison - Just Like Greta) [2018-01-14 19:49:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:49:20] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:49:21] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:49:36] DBUG stats/modify_node_event update "/verket" yp_currently_playing (D.S.-13 - Outstanding Assholes) [2018-01-14 19:49:36] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:49:36] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:49:36] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:49:36] DBUG stats/modify_node_event update "/verket" yp_currently_playing (D.S.-13 - Outstanding Assholes) [2018-01-14 19:50:09] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:50:09] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:50:09] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Van Morrison - Just Like Greta) [2018-01-14 19:50:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:50:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:50:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:50:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:50:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:50:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:50:11] DBUG stats/modify_node_event update "/verket" yp_currently_playing (D.S.-13 - Outstanding Assholes) [2018-01-14 19:50:11] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Van Morrison - Just Like Greta) [2018-01-14 19:50:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:50:37] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Motorhead - I Know How To Die) [2018-01-14 19:50:37] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:50:58] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Hellre Vargen - Vi måste hjälpas åt) [2018-01-14 19:50:58] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:50:58] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Hellre Vargen - Vi måste hjälpas åt) [2018-01-14 19:50:59] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:50:59] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:51:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:51:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:51:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:51:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:51:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:51:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:51:11] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Hellre Vargen - Vi måste hjälpas åt) [2018-01-14 19:51:11] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Motorhead - I Know How To Die) [2018-01-14 19:51:14] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:51:14] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:51:15] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:51:15] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:51:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:52:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:52:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:52:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:52:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:52:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:52:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:52:11] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Hellre Vargen - Vi måste hjälpas åt) [2018-01-14 19:52:11] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Motorhead - I Know How To Die) [2018-01-14 19:52:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:52:51] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Gambling Man - Gamblers Tough Luck) [2018-01-14 19:52:51] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:52:51] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Gambling Man - Gamblers Tough Luck) [2018-01-14 19:52:51] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:52:51] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:53:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:53:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:53:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:53:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:53:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:53:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:53:11] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Gambling Man - Gamblers Tough Luck) [2018-01-14 19:53:11] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Motorhead - I Know How To Die) [2018-01-14 19:53:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:53:22] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:53:23] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:53:43] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Beck - Aphid Manure Heist (Intro)) [2018-01-14 19:53:43] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:53:43] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:53:43] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:53:43] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Beck - Aphid Manure Heist (Intro)) [2018-01-14 19:54:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:54:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:54:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:54:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:54:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:54:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:54:11] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Gambling Man - Gamblers Tough Luck) [2018-01-14 19:54:11] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Beck - Aphid Manure Heist (Intro)) [2018-01-14 19:54:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:55:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:55:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:55:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:55:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:55:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:55:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:55:11] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Gambling Man - Gamblers Tough Luck) [2018-01-14 19:55:11] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Porno for Pyros - Sadness) [2018-01-14 19:55:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:56:04] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Kommunen - Gammal) [2018-01-14 19:56:04] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:56:04] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Kommunen - Gammal) [2018-01-14 19:56:04] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:56:04] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:56:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:56:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:56:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:56:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:56:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:56:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:56:11] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Kommunen - Gammal) [2018-01-14 19:56:11] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Porno for Pyros - Sadness) [2018-01-14 19:56:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:56:50] DBUG stats/modify_node_event update "/feting" yp_currently_playing (David Bowie - Sense Of Doubt) [2018-01-14 19:56:50] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:56:50] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:56:50] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:56:50] DBUG stats/modify_node_event update "/feting" yp_currently_playing (David Bowie - Sense Of Doubt) [2018-01-14 19:57:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:57:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:57:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:57:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:57:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:57:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:57:11] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Kommunen - Gammal) [2018-01-14 19:57:11] DBUG stats/modify_node_event update "/feting" yp_currently_playing (David Bowie - Sense Of Doubt) [2018-01-14 19:57:14] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:57:14] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:57:15] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:57:15] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:57:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:57:24] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:57:25] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:58:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:58:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:58:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:58:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:58:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:58:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:58:11] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Kommunen - Gammal) [2018-01-14 19:58:11] DBUG stats/modify_node_event update "/feting" yp_currently_playing (David Bowie - Sense Of Doubt) [2018-01-14 19:58:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:58:25] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Lapdog - In The End) [2018-01-14 19:58:25] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:58:25] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:58:25] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:58:25] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Lapdog - In The End) [2018-01-14 19:59:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:59:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:59:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:59:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:59:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:59:11] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Lapdog - In The End) [2018-01-14 19:59:11] DBUG stats/modify_node_event update "/feting" yp_currently_playing (David Bowie - Sense Of Doubt) [2018-01-14 19:59:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:59:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:00:10] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Supercharged Pitbulls - Pretty Girl) [2018-01-14 20:00:10] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:00:10] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Supercharged Pitbulls - Pretty Girl) [2018-01-14 20:00:14] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:00:14] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:00:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:00:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:00:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:00:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:00:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:00:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:00:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Supercharged Pitbulls - Pretty Girl) [2018-01-14 20:00:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (David Bowie - Sense Of Doubt) [2018-01-14 20:00:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:00:48] DBUG stats/modify_node_event update "/feting" yp_currently_playing (PJ Harvey - The Words That Maketh Murder) [2018-01-14 20:00:48] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:00:48] DBUG stats/modify_node_event update "/feting" yp_currently_playing (PJ Harvey - The Words That Maketh Murder) [2018-01-14 20:00:50] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:00:50] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:01:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:01:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:01:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:01:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:01:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:01:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:01:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Supercharged Pitbulls - Pretty Girl) [2018-01-14 20:01:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (PJ Harvey - The Words That Maketh Murder) [2018-01-14 20:01:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:01:26] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:01:27] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:02:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:02:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:02:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:02:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:02:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Supercharged Pitbulls - Pretty Girl) [2018-01-14 20:02:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:02:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:02:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (PJ Harvey - The Words That Maketh Murder) [2018-01-14 20:02:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:03:14] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:03:14] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:03:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:03:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:03:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:03:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:03:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:03:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:03:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Supercharged Pitbulls - Pretty Girl) [2018-01-14 20:03:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (PJ Harvey - The Words That Maketh Murder) [2018-01-14 20:03:15] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:03:15] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:03:18] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Kommunen - Reinfeldt) [2018-01-14 20:03:18] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:03:18] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:03:18] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:03:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:03:19] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Kommunen - Reinfeldt) [2018-01-14 20:04:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:04:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:04:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:04:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:04:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:04:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:04:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Kommunen - Reinfeldt) [2018-01-14 20:04:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (PJ Harvey - The Words That Maketh Murder) [2018-01-14 20:04:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:04:25] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Mad Season - I Don't Know Anything) [2018-01-14 20:04:25] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:04:25] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:04:25] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:04:25] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Mad Season - I Don't Know Anything) [2018-01-14 20:04:44] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Insurgent Kid - Paranoia) [2018-01-14 20:04:44] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:04:44] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:04:44] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:04:44] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Insurgent Kid - Paranoia) [2018-01-14 20:05:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:05:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:05:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:05:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:05:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:05:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Insurgent Kid - Paranoia) [2018-01-14 20:05:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Mad Season - I Don't Know Anything) [2018-01-14 20:05:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:05:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:05:28] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:05:29] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:06:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:06:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:06:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:06:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:06:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:06:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:06:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Insurgent Kid - Paranoia) [2018-01-14 20:06:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Mad Season - I Don't Know Anything) [2018-01-14 20:06:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:06:32] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Moralpanik - Jag tittar aldrig p? erat skr?p) [2018-01-14 20:06:32] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:06:32] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Moralpanik - Jag tittar aldrig p? erat skr?p) [2018-01-14 20:06:33] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:06:33] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:07:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:07:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:07:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:07:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:07:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:07:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:07:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Moralpanik - Jag tittar aldrig p? erat skr?p) [2018-01-14 20:07:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Mad Season - I Don't Know Anything) [2018-01-14 20:07:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:08:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:08:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:08:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:08:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:08:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Moralpanik - Jag tittar aldrig p? erat skr?p) [2018-01-14 20:08:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:08:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:08:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Mad Season - I Don't Know Anything) [2018-01-14 20:08:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:08:27] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Mad Season - I Don't Know Anything) [2018-01-14 20:08:27] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:09:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Supercharged Pitbulls - Someday It's Gone) [2018-01-14 20:09:14] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:09:14] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:09:14] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:09:14] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:09:14] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:09:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:09:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:09:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Supercharged Pitbulls - Someday It's Gone) [2018-01-14 20:09:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:09:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:09:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:09:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:09:15] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Supercharged Pitbulls - Someday It's Gone) [2018-01-14 20:09:15] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Mad Season - I Don't Know Anything) [2018-01-14 20:09:15] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:09:15] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:09:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:09:26] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:09:26] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:09:26] DBUG stats/modify_node_event update "/feting" yp_currently_playing (The Beach Boys - 409 (Original Mono Long Version)) [2018-01-14 20:09:30] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:09:31] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:10:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:10:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:10:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:10:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:10:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Supercharged Pitbulls - Someday It's Gone) [2018-01-14 20:10:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:10:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:10:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (The Beach Boys - 409 (Original Mono Long Version)) [2018-01-14 20:10:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:11:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:11:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:11:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:11:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:11:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:11:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:11:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Supercharged Pitbulls - Someday It's Gone) [2018-01-14 20:11:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (The Beach Boys - 409 (Original Mono Long Version)) [2018-01-14 20:11:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:11:36] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Unknown) [2018-01-14 20:11:36] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:11:36] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Unknown) [2018-01-14 20:11:36] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:11:36] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:12:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:12:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:12:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:12:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:12:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:12:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:12:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Supercharged Pitbulls - Someday It's Gone) [2018-01-14 20:12:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Unknown) [2018-01-14 20:12:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:12:29] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Instangd - Kott Ar Mord) [2018-01-14 20:12:29] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:12:29] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:12:29] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:12:29] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Instangd - Kott Ar Mord) [2018-01-14 20:13:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:13:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:13:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:13:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:13:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:13:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:13:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Instangd - Kott Ar Mord) [2018-01-14 20:13:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Unknown) [2018-01-14 20:13:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:13:32] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:13:33] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:13:33] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Disconvenience - Nazi Pope) [2018-01-14 20:13:33] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:13:33] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:13:33] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:13:33] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Disconvenience - Nazi Pope) [2018-01-14 20:14:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:14:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:14:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:14:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:14:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:14:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:14:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Disconvenience - Nazi Pope) [2018-01-14 20:14:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Unknown) [2018-01-14 20:14:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:14:53] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Burning Spear - Mistress Music) [2018-01-14 20:14:53] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:14:53] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:14:53] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:14:53] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Burning Spear - Mistress Music) [2018-01-14 20:15:14] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:15:14] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:15:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:15:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:15:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:15:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:15:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:15:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:15:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Disconvenience - Nazi Pope) [2018-01-14 20:15:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Burning Spear - Mistress Music) [2018-01-14 20:15:15] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:15:15] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:15:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:15:44] DBUG stats/modify_node_event update "/verket" yp_currently_playing (The Collisions - Without Salvation) [2018-01-14 20:15:44] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:15:44] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:15:44] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:15:44] DBUG stats/modify_node_event update "/verket" yp_currently_playing (The Collisions - Without Salvation) [2018-01-14 20:16:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:16:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:16:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:16:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:16:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:16:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:16:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (The Collisions - Without Salvation) [2018-01-14 20:16:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Burning Spear - Mistress Music) [2018-01-14 20:16:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:17:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:17:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:17:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:17:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:17:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (The Collisions - Without Salvation) [2018-01-14 20:17:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:17:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:17:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Burning Spear - Mistress Music) [2018-01-14 20:17:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:17:34] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:17:35] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:18:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:18:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:18:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:18:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:18:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:18:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (The Collisions - Without Salvation) [2018-01-14 20:18:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Burning Spear - Mistress Music) [2018-01-14 20:18:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:18:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:18:53] DBUG stats/modify_node_event update "/feting" yp_currently_playing (David Bowie - Win) [2018-01-14 20:18:53] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:18:53] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:18:53] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:18:53] DBUG stats/modify_node_event update "/feting" yp_currently_playing (David Bowie - Win) [2018-01-14 20:18:55] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Lycka Till - Alla ni som v?ntar) [2018-01-14 20:18:55] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:18:55] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Lycka Till - Alla ni som v?ntar) [2018-01-14 20:18:55] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:18:55] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:19:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:19:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:19:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:19:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:19:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:19:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Lycka Till - Alla ni som v?ntar) [2018-01-14 20:19:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (David Bowie - Win) [2018-01-14 20:19:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:19:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:20:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:20:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:20:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:20:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:20:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:20:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:20:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Lycka Till - Alla ni som v?ntar) [2018-01-14 20:20:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (David Bowie - Win) [2018-01-14 20:20:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:21:01] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Unknown) [2018-01-14 20:21:01] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:21:01] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:21:01] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:21:01] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Unknown) [2018-01-14 20:21:14] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:21:14] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:21:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:21:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:21:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:21:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:21:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:21:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:21:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Unknown) [2018-01-14 20:21:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (David Bowie - Win) [2018-01-14 20:21:15] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:21:15] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:21:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:21:36] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:21:37] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:22:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:22:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:22:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:22:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:22:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:22:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:22:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Unknown) [2018-01-14 20:22:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (David Bowie - Win) [2018-01-14 20:22:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:22:55] DBUG stats/modify_node_event update "/feting" yp_currently_playing (David Bowie - Win) [2018-01-14 20:22:55] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:23:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:23:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:23:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:23:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:23:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:23:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Unknown) [2018-01-14 20:23:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (David Bowie - Win) [2018-01-14 20:23:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:23:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:23:39] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:23:39] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:23:39] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Tom Petty - Runnin' Down A Dream) [2018-01-14 20:24:04] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Moralpanik - Ballad p? en soptipp) [2018-01-14 20:24:04] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:24:04] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:24:04] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:24:04] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Moralpanik - Ballad p? en soptipp) [2018-01-14 20:24:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:24:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:24:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:24:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:24:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:24:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:24:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Moralpanik - Ballad p? en soptipp) [2018-01-14 20:24:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Tom Petty - Runnin' Down A Dream) [2018-01-14 20:24:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:25:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:25:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:25:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:25:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:25:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:25:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:25:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Moralpanik - Ballad p? en soptipp) [2018-01-14 20:25:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Tom Petty - Runnin' Down A Dream) [2018-01-14 20:25:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:25:38] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:25:39] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:26:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:26:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:26:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:26:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:26:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:26:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:26:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Moralpanik - Ballad p? en soptipp) [2018-01-14 20:26:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Tom Petty - Runnin' Down A Dream) [2018-01-14 20:26:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:26:57] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Tom Petty - Runnin' Down A Dream) [2018-01-14 20:26:57] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:27:14] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:27:14] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:27:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:27:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:27:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:27:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:27:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:27:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:27:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Moralpanik - Ballad p? en soptipp) [2018-01-14 20:27:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Tom Petty - Runnin' Down A Dream) [2018-01-14 20:27:15] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:27:15] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:27:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:27:24] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Disconvenience - Rotterdam) [2018-01-14 20:27:24] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:27:24] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:27:24] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:27:24] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Disconvenience - Rotterdam) [2018-01-14 20:28:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:28:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:28:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:28:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:28:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:28:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:28:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Disconvenience - Rotterdam) [2018-01-14 20:28:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Tom Petty - Runnin' Down A Dream) [2018-01-14 20:28:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:28:31] DBUG stats/modify_node_event update "/feting" yp_currently_playing (The Stooges - Greedy Awful People) [2018-01-14 20:28:31] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:28:31] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:28:31] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:28:31] DBUG stats/modify_node_event update "/feting" yp_currently_playing (The Stooges - Greedy Awful People) [2018-01-14 20:29:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:29:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:29:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:29:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:29:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:29:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:29:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Disconvenience - Rotterdam) [2018-01-14 20:29:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (The Stooges - Greedy Awful People) [2018-01-14 20:29:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:29:40] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:29:41] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:29:52] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Moralpanik - Familjev?rderingar) [2018-01-14 20:29:52] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:29:52] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Moralpanik - Familjev?rderingar) [2018-01-14 20:29:52] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:29:52] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:30:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:30:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:30:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:30:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:30:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:30:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:30:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Moralpanik - Familjev?rderingar) [2018-01-14 20:30:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (The Stooges - Greedy Awful People) [2018-01-14 20:30:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:30:38] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Tom Petty & the Heartbreakers - Runnin' Down A Dream) [2018-01-14 20:30:38] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:30:38] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Tom Petty & the Heartbreakers - Runnin' Down A Dream) [2018-01-14 20:30:39] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:30:39] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:31:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:31:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:31:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:31:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:31:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:31:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:31:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Moralpanik - Familjev?rderingar) [2018-01-14 20:31:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Tom Petty & the Heartbreakers - Runnin' Down A Dream) [2018-01-14 20:31:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:32:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:32:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:32:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:32:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:32:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:32:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:32:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Moralpanik - Familjev?rderingar) [2018-01-14 20:32:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Tom Petty & the Heartbreakers - Runnin' Down A Dream) [2018-01-14 20:32:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:32:34] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Fru D?rr - Unknown) [2018-01-14 20:32:34] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:32:34] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:32:34] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:32:34] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Fru D?rr - Unknown) [2018-01-14 20:33:14] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:33:14] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:33:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:33:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:33:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:33:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:33:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:33:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:33:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Fru D?rr - Unknown) [2018-01-14 20:33:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Tom Petty & the Heartbreakers - Runnin' Down A Dream) [2018-01-14 20:33:15] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:33:15] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:33:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:33:42] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:33:43] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:34:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:34:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:34:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:34:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:34:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:34:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:34:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Fru D?rr - Unknown) [2018-01-14 20:34:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Tom Petty & the Heartbreakers - Runnin' Down A Dream) [2018-01-14 20:34:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:34:35] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Insurgent Kid - Sick) [2018-01-14 20:34:35] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:34:35] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:34:35] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:34:35] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Insurgent Kid - Sick) [2018-01-14 20:34:40] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Tom Petty & the Heartbreakers - Runnin' Down A Dream) [2018-01-14 20:34:40] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:35:01] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:35:01] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:35:01] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Tom Petty & The Heartbreakers - Angel Dream (No. 4)) [2018-01-14 20:35:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:35:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:35:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:35:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:35:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:35:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Insurgent Kid - Sick) [2018-01-14 20:35:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Tom Petty & The Heartbreakers - Angel Dream (No. 4)) [2018-01-14 20:35:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:35:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:36:03] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Hellre Vargen - Vilken soppa) [2018-01-14 20:36:03] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:36:03] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:36:03] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:36:03] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Hellre Vargen - Vilken soppa) [2018-01-14 20:36:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:36:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:36:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:36:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:36:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Hellre Vargen - Vilken soppa) [2018-01-14 20:36:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:36:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:36:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Tom Petty & The Heartbreakers - Angel Dream (No. 4)) [2018-01-14 20:36:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:37:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:37:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:37:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:37:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:37:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:37:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Hellre Vargen - Vilken soppa) [2018-01-14 20:37:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Tom Petty & The Heartbreakers - Angel Dream (No. 4)) [2018-01-14 20:37:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:37:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:37:27] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Bruce Springsteen - Talk To Me) [2018-01-14 20:37:27] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:37:27] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:37:27] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:37:27] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Bruce Springsteen - Talk To Me) [2018-01-14 20:37:44] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:37:45] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:38:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:38:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:38:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:38:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:38:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:38:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:38:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Hellre Vargen - Vilken soppa) [2018-01-14 20:38:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Bruce Springsteen - Talk To Me) [2018-01-14 20:38:18] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Moralpanik - M?rdar Anders) [2018-01-14 20:38:18] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:38:18] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:38:18] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:38:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:38:18] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Moralpanik - M?rdar Anders) [2018-01-14 20:39:14] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:39:14] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:39:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:39:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:39:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:39:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:39:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:39:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:39:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Moralpanik - M?rdar Anders) [2018-01-14 20:39:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Bruce Springsteen - Talk To Me) [2018-01-14 20:39:15] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:39:15] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:39:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:39:43] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Unknown) [2018-01-14 20:39:43] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:39:43] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:39:43] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:39:43] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Unknown) [2018-01-14 20:40:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:40:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:40:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:40:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:40:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:40:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:40:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Unknown) [2018-01-14 20:40:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Bruce Springsteen - Talk To Me) [2018-01-14 20:40:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:41:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:41:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:41:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:41:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:41:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Unknown) [2018-01-14 20:41:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:41:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:41:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Bruce Springsteen - Talk To Me) [2018-01-14 20:41:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:41:29] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Bruce Springsteen - Talk To Me) [2018-01-14 20:41:29] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:41:39] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Disconvenience - Tv Massacre) [2018-01-14 20:41:39] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:41:39] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Disconvenience - Tv Massacre) [2018-01-14 20:41:39] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:41:39] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:41:46] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:41:47] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:41:49] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Massive Attack - Small Time Shot Away) [2018-01-14 20:41:49] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:41:49] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:42:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:42:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:42:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:42:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:42:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Disconvenience - Tv Massacre) [2018-01-14 20:42:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:42:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:42:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Massive Attack - Small Time Shot Away) [2018-01-14 20:42:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:43:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:43:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:43:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:43:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:43:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:43:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:43:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Disconvenience - Tv Massacre) [2018-01-14 20:43:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Massive Attack - Small Time Shot Away) [2018-01-14 20:43:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:43:58] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Instangd - Konkret Och Brutal) [2018-01-14 20:43:58] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:43:58] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:43:58] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:43:58] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Instangd - Konkret Och Brutal)
-------- Forwarded Message -------- Subject: YP listing problem Date: Sun, 14 Jan 2018 21:12:45 +0100 From: Per Gunnarsson <p.gunnarsson at yahoo.com> To: icecast at xiph.org I am having problems YP listing my opus and webm streams. The mp3 streams get listed though. my ffmpeg for the webm stream: ffmpeg \ -f v4l2 -video_size 640x480 -framerate 30 -i /dev/video0 \ -i http://mustafejen.se:8000/feting \ -f oss -i /dev/dsp1 \ -f webm -cluster_size_limit 2M -cluster_time_limit 5100 -content_type video/webm \ -c:a libvorbis -b:a 96K \ -c:v libvpx-vp9 -b:v 1.5M -crf 30 -g 150 -deadline good -threads 4 \ -ice_description "Der Penner" -ice_public "true" \ -ice_url "https://mustafejen.se/~per" -content_type "video/webm" \ -ice_name "penner" -ice_genre "Domestic" \ icecast://source:top_secret at mustafejen.se:8000/webcam.webm My liquidsoap icecast entries: output.icecast(%mp3(bitrate=128, stereo=true, samplerate=48000), host="mustafejen.se", port=8000, password="top_secret", mount="feting", description="Stream from Ersboda", genre="Alternative, eclectic", url="https://mustafejen.se/~per", name="mustafejen mp3", public=true, full) output.icecast(%opus(bitrate=32, samplerate=48000, channels=2), host="mustafejen.se", port=8000, password="top_secret", mount="stream.ogg", description="Stream from nowhere", genre="Alternative, eclectic", url="https://mustafejen.se/~per", name="mustafejen opus", public=true, full) output.icecast( %mp3(bitrate=128, samplerate=48000, stereo=true), mount="verket", host="mustafejen.se", port=8000, user="source", public=true, genre="Mainly Punk", url="http://verketumea.se", password="top_secret", description="Bands from Verket", name="Verket mp3", verket) output.icecast(%opus(bitrate=64, samplerate=48000, channels=2), host="mustafejen.se", port=8000, password="top_secret", mount="verket.ogg", description="Bands from Verket", public=true, genre="Mainly Punk", url="http://verketumea.se", name="Verket opus", verket) Stream URL below: http://mustafejen.se:8000 <hostname>mustafejen.se</hostname> <listen-socket> <port>8000</port> <!-- <bind-address>127.0.0.1</bind-address> --> <!-- <shoutcast-mount>/stream</shoutcast-mount> --> </listen-socket> <listen-socket> <port>8001</port> </listen-socket> <listen-socket> <port>8002</port> </listen-socket> <!-- <listen-socket> <port>8080</port> </listen-socket> --> <listen-socket> <port>8443</port> <ssl>1</ssl> </listen-socket> <directory> <yp-url-timeout>15</yp-url-timeout> <yp-url>http://dir.xiph.org/cgi-bin/yp-cgi</yp-url> </directory> <directory> <yp-url-timeout>15</yp-url-timeout> <yp-url>http://yp.shoutcast.com</yp-url> </directory> <directory> <yp-url-timeout>15</yp-url-timeout> <yp-url>http://icecast-yp.internet-radio.com</yp-url> </directory> yp in my error.log in the attached file -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/icecast/attachments/20180116/62188ecf/attachment.htm> -------------- next part -------------- [2018-01-14 18:46:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:46:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:46:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:46:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:46:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:46:22] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Unknown) [2018-01-14 18:46:23] EROR yp/send_to_yp YP add on http://dir.xiph.org/cgi-bin/yp-cgi failed: Add refused. Reason: Not enough arguments. [2018-01-14 18:46:23] EROR yp/send_to_yp YP add on http://yp.shoutcast.com failed: We do not currently list servers not streaming HE-AAC or MP3. [2018-01-14 18:46:23] DBUG yp/handle_returned_header server touch interval is 60 [2018-01-14 18:46:23] DBUG yp/send_to_yp YP add at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:46:28] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:46:32] DBUG stats/process_source_event new node yp_currently_playing (Jeff Buckley - Dink's Song) [2018-01-14 18:46:32] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 18:46:32] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 18:46:32] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 18:46:32] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Jeff Buckley - Dink's Song) [2018-01-14 18:47:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:47:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:47:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:47:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:47:22] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Jeff Buckley - Dink's Song) [2018-01-14 18:47:22] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Unknown) [2018-01-14 18:47:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:47:28] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:47:41] DBUG yp/yp_recheck_config Updating YP configuration [2018-01-14 18:47:43] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Supercharged Pitbulls - Pretty Girl) [2018-01-14 18:47:43] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 18:47:43] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Supercharged Pitbulls - Pretty Girl) [2018-01-14 18:47:43] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 18:47:43] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 18:48:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:48:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:48:22] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Jeff Buckley - Dink's Song) [2018-01-14 18:48:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:48:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:48:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:48:22] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Supercharged Pitbulls - Pretty Girl) [2018-01-14 18:48:28] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:49:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:49:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:49:22] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Jeff Buckley - Dink's Song) [2018-01-14 18:49:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:49:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:49:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:49:22] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Supercharged Pitbulls - Pretty Girl) [2018-01-14 18:49:24] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 18:49:28] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:50:03] WARN format/format_get_type Unsupported or legacy stream type: "audio/mpeg". Falling back to generic minimal handler for best effort. [2018-01-14 18:50:03] DBUG yp/yp_add Adding /kpfa_64 to http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 18:50:03] DBUG yp/yp_add Adding /kpfa_64 to http://yp.shoutcast.com [2018-01-14 18:50:03] DBUG yp/yp_add Adding /kpfa_64 to http://icecast-yp.internet-radio.com [2018-01-14 18:50:03] DBUG yp/add_pending_yp 1 YP entries added to http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 18:50:03] DBUG yp/add_pending_yp 1 YP entries added to http://yp.shoutcast.com [2018-01-14 18:50:03] DBUG yp/add_pending_yp 1 YP entries added to http://icecast-yp.internet-radio.com [2018-01-14 18:50:03] DBUG stats/process_source_event new node server_type (audio/mpeg) [2018-01-14 18:50:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:50:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:50:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:50:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:50:22] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Jeff Buckley - Dink's Song) [2018-01-14 18:50:22] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Supercharged Pitbulls - Pretty Girl) [2018-01-14 18:50:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:50:28] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:50:34] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Jeff Buckley - Dink's Song) [2018-01-14 18:50:34] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 18:50:51] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Dick Cheney - Ensam Pa Mitt Rum) [2018-01-14 18:50:51] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 18:50:51] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Dick Cheney - Ensam Pa Mitt Rum) [2018-01-14 18:50:51] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 18:50:51] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 18:51:03] DBUG yp/handle_returned_header server touch interval is 242 [2018-01-14 18:51:03] DBUG yp/send_to_yp YP add at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 18:51:04] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 18:51:04] DBUG yp/send_to_yp YP add at http://yp.shoutcast.com succeeded [2018-01-14 18:51:04] DBUG yp/handle_returned_header server touch interval is 60 [2018-01-14 18:51:04] DBUG yp/send_to_yp YP add at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:51:08] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 18:51:09] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 18:51:09] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 18:51:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:51:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:51:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:51:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:51:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:51:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:51:22] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Jeff Buckley - Dink's Song) [2018-01-14 18:51:22] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Dick Cheney - Ensam Pa Mitt Rum) [2018-01-14 18:51:24] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 18:51:24] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 18:51:28] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:52:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:52:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:52:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:52:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:52:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:52:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:52:22] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Jeff Buckley - Dink's Song) [2018-01-14 18:52:22] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Dick Cheney - Ensam Pa Mitt Rum) [2018-01-14 18:52:25] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Hellre Vargen - (var har man) liberala vapenlagar (när man behöver dem)) [2018-01-14 18:52:25] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 18:52:25] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Hellre Vargen - (var har man) liberala vapenlagar (när man behöver dem)) [2018-01-14 18:52:26] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 18:52:26] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 18:52:28] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:52:32] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Jeff Buckley - Dink's Song) [2018-01-14 18:52:32] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 18:52:32] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 18:53:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:53:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:53:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:53:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:53:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:53:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:53:22] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Jeff Buckley - Dink's Song) [2018-01-14 18:53:22] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Hellre Vargen - (var har man) liberala vapenlagar (när man behöver dem)) [2018-01-14 18:53:26] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 18:53:28] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:54:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:54:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:54:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:54:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:54:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:54:22] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Jeff Buckley - Dink's Song) [2018-01-14 18:54:22] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Hellre Vargen - (var har man) liberala vapenlagar (när man behöver dem)) [2018-01-14 18:54:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:54:28] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:54:36] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Jeff Buckley - Dink's Song) [2018-01-14 18:54:36] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 18:55:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:55:10] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 18:55:18] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Fru D?rr - Unknown) [2018-01-14 18:55:18] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 18:55:18] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 18:55:18] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 18:55:18] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Fru D?rr - Unknown) [2018-01-14 18:55:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:55:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:55:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:55:22] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Jeff Buckley - Dink's Song) [2018-01-14 18:55:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:55:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:55:22] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Fru D?rr - Unknown) [2018-01-14 18:55:28] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:55:57] DBUG yp/yp_remove release /webcam.webm on YP http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 18:55:57] DBUG yp/yp_remove release /webcam.webm on YP http://yp.shoutcast.com [2018-01-14 18:55:57] DBUG yp/yp_remove release /webcam.webm on YP http://icecast-yp.internet-radio.com [2018-01-14 18:55:57] INFO yp/do_yp_remove clearing up YP entry for /webcam.webm [2018-01-14 18:55:57] DBUG yp/send_to_yp YP remove at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:55:57] DBUG yp/delete_marked_yp removed /webcam.webm from YP server http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 18:55:57] DBUG yp/delete_marked_yp removed /webcam.webm from YP server http://yp.shoutcast.com [2018-01-14 18:55:57] DBUG yp/delete_marked_yp removed /webcam.webm from YP server http://icecast-yp.internet-radio.com [2018-01-14 18:56:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:56:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:56:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:56:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:56:22] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Jeff Buckley - Dink's Song) [2018-01-14 18:56:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:56:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:56:22] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Fru D?rr - Unknown) [2018-01-14 18:56:42] DBUG stats/modify_node_event update "/verket" yp_currently_playing (D.S.-13 - Fukk the Cops) [2018-01-14 18:56:42] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 18:56:42] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 18:56:42] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 18:56:42] DBUG stats/modify_node_event update "/verket" yp_currently_playing (D.S.-13 - Fukk the Cops) [2018-01-14 18:57:09] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 18:57:09] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 18:57:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:57:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:57:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:57:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:57:22] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Jeff Buckley - Dink's Song) [2018-01-14 18:57:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:57:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:57:22] DBUG stats/modify_node_event update "/verket" yp_currently_playing (D.S.-13 - Fukk the Cops) [2018-01-14 18:57:24] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 18:57:24] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 18:57:24] DBUG yp/yp_add Adding /webcam.webm to http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 18:57:24] DBUG yp/yp_add Adding /webcam.webm to http://yp.shoutcast.com [2018-01-14 18:57:24] DBUG yp/yp_add Adding /webcam.webm to http://icecast-yp.internet-radio.com [2018-01-14 18:57:24] DBUG yp/add_pending_yp 1 YP entries added to http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 18:57:24] DBUG yp/add_pending_yp 1 YP entries added to http://yp.shoutcast.com [2018-01-14 18:57:24] DBUG yp/add_pending_yp 1 YP entries added to http://icecast-yp.internet-radio.com [2018-01-14 18:57:24] DBUG stats/process_source_event new node server_type (video/webm) [2018-01-14 18:57:28] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 18:57:47] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Iggy Pop - Dog Food) [2018-01-14 18:57:47] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 18:57:47] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 18:57:47] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 18:57:47] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Iggy Pop - Dog Food) [2018-01-14 18:57:51] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Unknown) [2018-01-14 18:57:51] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 18:57:51] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 18:57:51] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 18:57:51] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Unknown) [2018-01-14 18:58:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:58:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:58:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:58:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:58:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:58:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:58:22] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Iggy Pop - Dog Food) [2018-01-14 18:58:22] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Unknown) [2018-01-14 18:58:24] EROR yp/send_to_yp YP add on http://dir.xiph.org/cgi-bin/yp-cgi failed: Add refused. Reason: Not enough arguments. [2018-01-14 18:58:24] EROR yp/send_to_yp YP add on http://yp.shoutcast.com failed: We do not currently list servers not streaming HE-AAC or MP3. [2018-01-14 18:58:24] DBUG yp/handle_returned_header server touch interval is 60 [2018-01-14 18:58:24] DBUG yp/send_to_yp YP add at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:58:29] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:59:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:59:12] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 18:59:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:59:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:59:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:59:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:59:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:59:22] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Iggy Pop - Dog Food) [2018-01-14 18:59:22] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Unknown) [2018-01-14 18:59:29] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 18:59:35] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Moralpanik - Tiden g?r) [2018-01-14 18:59:35] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 18:59:35] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 18:59:35] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 18:59:35] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Moralpanik - Tiden g?r) [2018-01-14 18:59:38] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Van Morrison - Did Ye Get Healed?) [2018-01-14 18:59:38] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 18:59:38] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Van Morrison - Did Ye Get Healed?) [2018-01-14 18:59:38] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 18:59:38] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:00:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:00:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:00:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:00:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:00:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:00:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:00:22] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Van Morrison - Did Ye Get Healed?) [2018-01-14 19:00:22] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Moralpanik - Tiden g?r) [2018-01-14 19:00:29] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:01:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:01:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:01:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:01:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:01:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:01:22] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Van Morrison - Did Ye Get Healed?) [2018-01-14 19:01:22] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Moralpanik - Tiden g?r) [2018-01-14 19:01:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:01:29] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:01:30] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:02:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:02:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Instangd - Kott Ar Mord) [2018-01-14 19:02:14] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:02:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Instangd - Kott Ar Mord) [2018-01-14 19:02:14] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:02:14] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:02:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:02:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:02:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:02:22] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Van Morrison - Did Ye Get Healed?) [2018-01-14 19:02:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:02:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:02:22] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Instangd - Kott Ar Mord) [2018-01-14 19:02:29] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:03:09] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:03:09] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:03:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:03:14] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:03:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:03:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:03:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:03:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:03:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:03:22] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Van Morrison - Did Ye Get Healed?) [2018-01-14 19:03:22] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Disconvenience - Nazi Pope) [2018-01-14 19:03:24] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:03:24] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:03:29] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:03:40] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Van Morrison - Did Ye Get Healed?) [2018-01-14 19:03:40] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:03:59] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Massive Attack - Butterfly Caught [Version Point Five]) [2018-01-14 19:03:59] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:03:59] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:04:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:04:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:04:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:04:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:04:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:04:22] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Massive Attack - Butterfly Caught [Version Point Five]) [2018-01-14 19:04:22] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Disconvenience - Nazi Pope) [2018-01-14 19:04:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:04:29] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:05:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:05:11] DBUG yp/yp_remove release /verket on YP http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:05:11] DBUG yp/yp_remove release /verket on YP http://yp.shoutcast.com [2018-01-14 19:05:11] DBUG yp/yp_remove release /verket on YP http://icecast-yp.internet-radio.com [2018-01-14 19:05:11] DBUG yp/yp_remove release /verket.ogg on YP http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:05:11] DBUG yp/yp_remove release /verket.ogg on YP http://yp.shoutcast.com [2018-01-14 19:05:11] DBUG yp/yp_remove release /verket.ogg on YP http://icecast-yp.internet-radio.com [2018-01-14 19:05:11] DBUG yp/yp_remove release /feting on YP http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:05:11] DBUG yp/yp_remove release /feting on YP http://yp.shoutcast.com [2018-01-14 19:05:11] DBUG yp/yp_remove release /feting on YP http://icecast-yp.internet-radio.com [2018-01-14 19:05:11] DBUG yp/yp_remove release /stream.ogg on YP http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:05:11] DBUG yp/yp_remove release /stream.ogg on YP http://yp.shoutcast.com [2018-01-14 19:05:11] DBUG yp/yp_remove release /stream.ogg on YP http://icecast-yp.internet-radio.com [2018-01-14 19:05:11] INFO yp/do_yp_remove clearing up YP entry for /feting [2018-01-14 19:05:12] DBUG yp/send_to_yp YP remove at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:05:12] INFO yp/do_yp_remove clearing up YP entry for /verket [2018-01-14 19:05:12] DBUG yp/send_to_yp YP remove at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:05:12] INFO yp/do_yp_remove clearing up YP entry for /feting [2018-01-14 19:05:12] INFO yp/do_yp_remove clearing up YP entry for /verket [2018-01-14 19:05:12] INFO yp/do_yp_remove clearing up YP entry for /stream.ogg [2018-01-14 19:05:12] DBUG yp/send_to_yp YP remove at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:05:12] INFO yp/do_yp_remove clearing up YP entry for /feting [2018-01-14 19:05:12] DBUG yp/send_to_yp YP remove at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:05:12] INFO yp/do_yp_remove clearing up YP entry for /verket.ogg [2018-01-14 19:05:12] DBUG yp/send_to_yp YP remove at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:05:12] INFO yp/do_yp_remove clearing up YP entry for /verket [2018-01-14 19:05:12] DBUG yp/send_to_yp YP remove at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:05:12] DBUG yp/delete_marked_yp removed /stream.ogg from YP server http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:05:12] DBUG yp/delete_marked_yp removed /feting from YP server http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:05:12] DBUG yp/delete_marked_yp removed /verket.ogg from YP server http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:05:12] DBUG yp/delete_marked_yp removed /verket from YP server http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:05:12] DBUG yp/delete_marked_yp removed /stream.ogg from YP server http://yp.shoutcast.com [2018-01-14 19:05:12] DBUG yp/delete_marked_yp removed /feting from YP server http://yp.shoutcast.com [2018-01-14 19:05:12] DBUG yp/delete_marked_yp removed /verket.ogg from YP server http://yp.shoutcast.com [2018-01-14 19:05:12] DBUG yp/delete_marked_yp removed /verket from YP server http://yp.shoutcast.com [2018-01-14 19:05:12] DBUG yp/delete_marked_yp removed /stream.ogg from YP server http://icecast-yp.internet-radio.com [2018-01-14 19:05:12] DBUG yp/delete_marked_yp removed /feting from YP server http://icecast-yp.internet-radio.com [2018-01-14 19:05:12] DBUG yp/delete_marked_yp removed /verket.ogg from YP server http://icecast-yp.internet-radio.com [2018-01-14 19:05:12] DBUG yp/delete_marked_yp removed /verket from YP server http://icecast-yp.internet-radio.com [2018-01-14 19:05:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:05:29] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:05:32] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:06:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:06:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:06:29] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:07:04] WARN format/format_get_type Unsupported or legacy stream type: "audio/mpeg". Falling back to generic minimal handler for best effort. [2018-01-14 19:07:04] DBUG yp/yp_add Adding /verket to http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:07:04] DBUG yp/yp_add Adding /verket to http://yp.shoutcast.com [2018-01-14 19:07:04] DBUG yp/yp_add Adding /verket to http://icecast-yp.internet-radio.com [2018-01-14 19:07:04] DBUG yp/yp_add Adding /verket.ogg to http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:07:04] DBUG yp/yp_add Adding /verket.ogg to http://yp.shoutcast.com [2018-01-14 19:07:04] DBUG yp/yp_add Adding /verket.ogg to http://icecast-yp.internet-radio.com [2018-01-14 19:07:04] DBUG yp/add_pending_yp 2 YP entries added to http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:07:04] DBUG yp/add_pending_yp 2 YP entries added to http://yp.shoutcast.com [2018-01-14 19:07:04] DBUG yp/add_pending_yp 2 YP entries added to http://icecast-yp.internet-radio.com [2018-01-14 19:07:04] WARN format/format_get_type Unsupported or legacy stream type: "audio/mpeg". Falling back to generic minimal handler for best effort. [2018-01-14 19:07:04] DBUG yp/yp_add Adding /feting to http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:07:04] DBUG yp/yp_add Adding /feting to http://yp.shoutcast.com [2018-01-14 19:07:04] DBUG yp/yp_add Adding /feting to http://icecast-yp.internet-radio.com [2018-01-14 19:07:04] DBUG yp/yp_add Adding /stream.ogg to http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:07:04] DBUG yp/yp_add Adding /stream.ogg to http://yp.shoutcast.com [2018-01-14 19:07:04] DBUG yp/yp_add Adding /stream.ogg to http://icecast-yp.internet-radio.com [2018-01-14 19:07:04] DBUG stats/process_source_event new node server_type (audio/mpeg) [2018-01-14 19:07:04] DBUG stats/process_source_event new node server_type (application/ogg) [2018-01-14 19:07:04] DBUG stats/process_source_event new node server_type (audio/mpeg) [2018-01-14 19:07:04] DBUG stats/process_source_event new node server_type (application/ogg) [2018-01-14 19:07:04] DBUG yp/add_pending_yp 2 YP entries added to http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:07:04] DBUG yp/add_pending_yp 2 YP entries added to http://yp.shoutcast.com [2018-01-14 19:07:04] DBUG yp/add_pending_yp 2 YP entries added to http://icecast-yp.internet-radio.com [2018-01-14 19:07:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:07:16] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:07:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:07:29] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:08:04] EROR yp/send_to_yp YP add on http://dir.xiph.org/cgi-bin/yp-cgi failed: Add refused. Reason: Not enough arguments. [2018-01-14 19:08:04] DBUG yp/handle_returned_header server touch interval is 242 [2018-01-14 19:08:04] DBUG yp/send_to_yp YP add at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:08:05] EROR yp/send_to_yp YP add on http://dir.xiph.org/cgi-bin/yp-cgi failed: Add refused. Reason: Not enough arguments. [2018-01-14 19:08:05] DBUG yp/handle_returned_header server touch interval is 242 [2018-01-14 19:08:05] DBUG yp/send_to_yp YP add at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:08:05] EROR yp/send_to_yp YP add on http://yp.shoutcast.com failed: We do not currently list servers not streaming HE-AAC or MP3. [2018-01-14 19:08:07] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:08:07] DBUG yp/send_to_yp YP add at http://yp.shoutcast.com succeeded [2018-01-14 19:08:07] EROR yp/send_to_yp YP add on http://yp.shoutcast.com failed: We do not currently list servers not streaming HE-AAC or MP3. [2018-01-14 19:08:08] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:08:08] DBUG yp/send_to_yp YP add at http://yp.shoutcast.com succeeded [2018-01-14 19:08:08] DBUG yp/handle_returned_header server touch interval is 60 [2018-01-14 19:08:08] DBUG yp/send_to_yp YP add at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:08:08] DBUG yp/handle_returned_header server touch interval is 60 [2018-01-14 19:08:08] DBUG yp/send_to_yp YP add at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:08:08] DBUG yp/handle_returned_header server touch interval is 60 [2018-01-14 19:08:08] DBUG yp/send_to_yp YP add at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:08:09] DBUG yp/handle_returned_header server touch interval is 60 [2018-01-14 19:08:09] DBUG yp/send_to_yp YP add at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:08:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:08:09] DBUG stats/process_source_event new node yp_currently_playing (Iron Maiden - Remember Tomorrow) [2018-01-14 19:08:09] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:08:10] DBUG stats/process_source_event new node yp_currently_playing (Hellre Vargen - Vad är det med er?) [2018-01-14 19:08:10] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:08:12] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Iron Maiden - Remember Tomorrow) [2018-01-14 19:08:12] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:08:12] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:08:13] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Hellre Vargen - Vad är det med er?) [2018-01-14 19:08:13] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:08:13] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:08:13] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:08:13] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:08:13] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:08:13] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Iron Maiden - Remember Tomorrow) [2018-01-14 19:08:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:08:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Hellre Vargen - Vad är det med er?) [2018-01-14 19:08:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:08:29] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:09:09] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:09:09] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:09:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:09:13] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:09:13] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:09:13] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:09:13] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Iron Maiden - Remember Tomorrow) [2018-01-14 19:09:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:09:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Hellre Vargen - Vad är det med er?) [2018-01-14 19:09:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:09:24] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:09:24] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:09:29] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:09:34] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:09:46] DBUG yp/yp_remove release /webcam.webm on YP http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:09:46] DBUG yp/yp_remove release /webcam.webm on YP http://yp.shoutcast.com [2018-01-14 19:09:46] DBUG yp/yp_remove release /webcam.webm on YP http://icecast-yp.internet-radio.com [2018-01-14 19:09:46] INFO yp/do_yp_remove clearing up YP entry for /webcam.webm [2018-01-14 19:09:46] DBUG yp/send_to_yp YP remove at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:09:46] DBUG yp/delete_marked_yp removed /webcam.webm from YP server http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:09:46] DBUG yp/delete_marked_yp removed /webcam.webm from YP server http://yp.shoutcast.com [2018-01-14 19:09:46] DBUG yp/delete_marked_yp removed /webcam.webm from YP server http://icecast-yp.internet-radio.com [2018-01-14 19:09:47] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Kommunen - "Jag ?r Inte Rasist, Men...") [2018-01-14 19:09:47] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:09:47] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:09:47] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:09:47] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Kommunen - "Jag ?r Inte Rasist, Men...") [2018-01-14 19:09:57] DBUG yp/yp_add Adding /webcam.webm to http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:09:57] DBUG yp/yp_add Adding /webcam.webm to http://yp.shoutcast.com [2018-01-14 19:09:57] DBUG yp/yp_add Adding /webcam.webm to http://icecast-yp.internet-radio.com [2018-01-14 19:09:57] DBUG stats/process_source_event new node server_type (video/webm) [2018-01-14 19:09:58] DBUG yp/add_pending_yp 1 YP entries added to http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:09:58] DBUG yp/add_pending_yp 1 YP entries added to http://yp.shoutcast.com [2018-01-14 19:09:58] DBUG yp/add_pending_yp 1 YP entries added to http://icecast-yp.internet-radio.com [2018-01-14 19:10:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:10:13] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:10:13] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Iron Maiden - Remember Tomorrow) [2018-01-14 19:10:13] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:10:13] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:10:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:10:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Kommunen - "Jag ?r Inte Rasist, Men...") [2018-01-14 19:10:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:10:57] EROR yp/send_to_yp YP add on http://dir.xiph.org/cgi-bin/yp-cgi failed: Add refused. Reason: Not enough arguments. [2018-01-14 19:10:57] EROR yp/send_to_yp YP add on http://yp.shoutcast.com failed: We do not currently list servers not streaming HE-AAC or MP3. [2018-01-14 19:10:57] DBUG yp/handle_returned_header server touch interval is 60 [2018-01-14 19:10:57] DBUG yp/send_to_yp YP add at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:11:02] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:11:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:11:13] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:11:13] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:11:13] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:11:13] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Iron Maiden - Remember Tomorrow) [2018-01-14 19:11:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:11:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Kommunen - "Jag ?r Inte Rasist, Men...") [2018-01-14 19:11:18] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:11:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:11:46] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Lycka Till - Sov gott) [2018-01-14 19:11:46] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:11:46] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Lycka Till - Sov gott) [2018-01-14 19:11:46] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:11:46] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:12:02] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:12:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:12:11] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Iron Maiden - Remember Tomorrow) [2018-01-14 19:12:11] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:12:13] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:12:13] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Iron Maiden - Remember Tomorrow) [2018-01-14 19:12:13] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:12:13] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:12:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Lycka Till - Sov gott) [2018-01-14 19:12:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:12:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:12:29] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:12:29] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:12:29] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Pink Floyd - PROGRAMME 1 - Vera - Roger Waters Original Demo) [2018-01-14 19:13:02] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:13:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:13:13] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:13:13] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:13:13] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:13:13] DBUG stats/modify_node_event update "/feting" yp_currently_playing (David Bowie - Sorrow) [2018-01-14 19:13:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Lycka Till - Sov gott) [2018-01-14 19:13:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:13:21] DBUG yp/yp_remove release /verket on YP http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:13:21] DBUG yp/yp_remove release /verket on YP http://yp.shoutcast.com [2018-01-14 19:13:21] DBUG yp/yp_remove release /verket.ogg on YP http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:13:21] DBUG yp/yp_remove release /verket.ogg on YP http://yp.shoutcast.com [2018-01-14 19:13:21] DBUG yp/yp_remove release /verket.ogg on YP http://icecast-yp.internet-radio.com [2018-01-14 19:13:21] DBUG yp/yp_remove release /verket on YP http://icecast-yp.internet-radio.com [2018-01-14 19:13:21] DBUG yp/yp_remove release /feting on YP http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:13:21] DBUG yp/yp_remove release /feting on YP http://yp.shoutcast.com [2018-01-14 19:13:21] DBUG yp/yp_remove release /feting on YP http://icecast-yp.internet-radio.com [2018-01-14 19:13:21] DBUG yp/yp_remove release /stream.ogg on YP http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:13:21] DBUG yp/yp_remove release /stream.ogg on YP http://yp.shoutcast.com [2018-01-14 19:13:21] DBUG yp/yp_remove release /stream.ogg on YP http://icecast-yp.internet-radio.com [2018-01-14 19:13:21] INFO yp/do_yp_remove clearing up YP entry for /feting [2018-01-14 19:13:22] DBUG yp/send_to_yp YP remove at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:13:22] INFO yp/do_yp_remove clearing up YP entry for /verket [2018-01-14 19:13:22] DBUG yp/send_to_yp YP remove at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:13:22] INFO yp/do_yp_remove clearing up YP entry for /feting [2018-01-14 19:13:22] INFO yp/do_yp_remove clearing up YP entry for /verket [2018-01-14 19:13:22] INFO yp/do_yp_remove clearing up YP entry for /stream.ogg [2018-01-14 19:13:22] DBUG yp/send_to_yp YP remove at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:13:22] INFO yp/do_yp_remove clearing up YP entry for /feting [2018-01-14 19:13:22] DBUG yp/send_to_yp YP remove at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:13:22] INFO yp/do_yp_remove clearing up YP entry for /verket.ogg [2018-01-14 19:13:22] DBUG yp/send_to_yp YP remove at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:13:22] INFO yp/do_yp_remove clearing up YP entry for /verket [2018-01-14 19:13:22] DBUG yp/send_to_yp YP remove at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:13:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:13:22] DBUG yp/delete_marked_yp removed /stream.ogg from YP server http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:13:22] DBUG yp/delete_marked_yp removed /feting from YP server http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:13:22] DBUG yp/delete_marked_yp removed /verket.ogg from YP server http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:13:22] DBUG yp/delete_marked_yp removed /verket from YP server http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:13:22] DBUG yp/delete_marked_yp removed /stream.ogg from YP server http://yp.shoutcast.com [2018-01-14 19:13:22] DBUG yp/delete_marked_yp removed /feting from YP server http://yp.shoutcast.com [2018-01-14 19:13:22] DBUG yp/delete_marked_yp removed /verket.ogg from YP server http://yp.shoutcast.com [2018-01-14 19:13:22] DBUG yp/delete_marked_yp removed /verket from YP server http://yp.shoutcast.com [2018-01-14 19:13:22] DBUG yp/delete_marked_yp removed /stream.ogg from YP server http://icecast-yp.internet-radio.com [2018-01-14 19:13:22] DBUG yp/delete_marked_yp removed /feting from YP server http://icecast-yp.internet-radio.com [2018-01-14 19:13:22] DBUG yp/delete_marked_yp removed /verket.ogg from YP server http://icecast-yp.internet-radio.com [2018-01-14 19:13:22] DBUG yp/delete_marked_yp removed /verket from YP server http://icecast-yp.internet-radio.com [2018-01-14 19:13:36] DBUG yp/yp_remove release /webcam.webm on YP http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:13:36] DBUG yp/yp_remove release /webcam.webm on YP http://yp.shoutcast.com [2018-01-14 19:13:36] DBUG yp/yp_remove release /webcam.webm on YP http://icecast-yp.internet-radio.com [2018-01-14 19:13:36] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:13:36] INFO yp/do_yp_remove clearing up YP entry for /webcam.webm [2018-01-14 19:13:36] DBUG yp/send_to_yp YP remove at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:13:36] DBUG yp/delete_marked_yp removed /webcam.webm from YP server http://yp.shoutcast.com [2018-01-14 19:13:36] DBUG yp/delete_marked_yp removed /webcam.webm from YP server http://icecast-yp.internet-radio.com [2018-01-14 19:13:36] DBUG yp/delete_marked_yp removed /webcam.webm from YP server http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:14:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:14:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:14:56] WARN format/format_get_type Unsupported or legacy stream type: "audio/mpeg". Falling back to generic minimal handler for best effort. [2018-01-14 19:14:56] DBUG yp/yp_add Adding /verket to http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:14:56] DBUG yp/yp_add Adding /verket to http://yp.shoutcast.com [2018-01-14 19:14:56] DBUG yp/yp_add Adding /verket to http://icecast-yp.internet-radio.com [2018-01-14 19:14:56] DBUG yp/yp_add Adding /verket.ogg to http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:14:56] DBUG yp/yp_add Adding /verket.ogg to http://yp.shoutcast.com [2018-01-14 19:14:56] DBUG yp/yp_add Adding /verket.ogg to http://icecast-yp.internet-radio.com [2018-01-14 19:14:56] WARN format/format_get_type Unsupported or legacy stream type: "audio/mpeg". Falling back to generic minimal handler for best effort. [2018-01-14 19:14:56] DBUG yp/yp_add Adding /feting to http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:14:56] DBUG yp/yp_add Adding /feting to http://yp.shoutcast.com [2018-01-14 19:14:56] DBUG yp/yp_add Adding /feting to http://icecast-yp.internet-radio.com [2018-01-14 19:14:56] DBUG yp/add_pending_yp 3 YP entries added to http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:14:56] DBUG yp/add_pending_yp 3 YP entries added to http://yp.shoutcast.com [2018-01-14 19:14:56] DBUG yp/add_pending_yp 3 YP entries added to http://icecast-yp.internet-radio.com [2018-01-14 19:14:56] DBUG yp/yp_add Adding /stream.ogg to http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:14:56] DBUG yp/yp_add Adding /stream.ogg to http://yp.shoutcast.com [2018-01-14 19:14:56] DBUG yp/yp_add Adding /stream.ogg to http://icecast-yp.internet-radio.com [2018-01-14 19:14:57] DBUG yp/add_pending_yp 1 YP entries added to http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:14:57] DBUG yp/add_pending_yp 1 YP entries added to http://yp.shoutcast.com [2018-01-14 19:14:57] DBUG yp/add_pending_yp 1 YP entries added to http://icecast-yp.internet-radio.com [2018-01-14 19:14:57] DBUG stats/process_source_event new node server_type (audio/mpeg) [2018-01-14 19:14:57] DBUG stats/process_source_event new node server_type (application/ogg) [2018-01-14 19:14:57] DBUG stats/process_source_event new node server_type (audio/mpeg) [2018-01-14 19:14:57] DBUG stats/process_source_event new node server_type (application/ogg) [2018-01-14 19:15:09] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:15:09] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:15:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:15:20] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:15:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:15:24] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:15:24] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:15:56] EROR yp/send_to_yp YP add on http://dir.xiph.org/cgi-bin/yp-cgi failed: Add refused. Reason: Not enough arguments. [2018-01-14 19:15:56] DBUG yp/handle_returned_header server touch interval is 242 [2018-01-14 19:15:56] DBUG yp/send_to_yp YP add at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:15:57] EROR yp/send_to_yp YP add on http://dir.xiph.org/cgi-bin/yp-cgi failed: Add refused. Reason: Not enough arguments. [2018-01-14 19:15:57] DBUG yp/handle_returned_header server touch interval is 242 [2018-01-14 19:15:57] DBUG yp/send_to_yp YP add at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:15:57] EROR yp/send_to_yp YP add on http://yp.shoutcast.com failed: We do not currently list servers not streaming HE-AAC or MP3. [2018-01-14 19:15:59] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:15:59] DBUG yp/send_to_yp YP add at http://yp.shoutcast.com succeeded [2018-01-14 19:15:59] EROR yp/send_to_yp YP add on http://yp.shoutcast.com failed: We do not currently list servers not streaming HE-AAC or MP3. [2018-01-14 19:16:01] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:16:01] DBUG yp/send_to_yp YP add at http://yp.shoutcast.com succeeded [2018-01-14 19:16:01] DBUG yp/handle_returned_header server touch interval is 60 [2018-01-14 19:16:01] DBUG yp/send_to_yp YP add at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:16:01] DBUG yp/handle_returned_header server touch interval is 60 [2018-01-14 19:16:01] DBUG yp/send_to_yp YP add at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:16:01] DBUG yp/handle_returned_header server touch interval is 60 [2018-01-14 19:16:01] DBUG yp/send_to_yp YP add at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:16:01] DBUG yp/handle_returned_header server touch interval is 60 [2018-01-14 19:16:01] DBUG yp/send_to_yp YP add at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:16:01] DBUG stats/process_source_event new node yp_currently_playing (Massive Attack - Live with me) [2018-01-14 19:16:02] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:16:02] DBUG stats/process_source_event new node yp_currently_playing (Kommunen - ?gander?tt) [2018-01-14 19:16:02] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:16:04] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Massive Attack - Live with me) [2018-01-14 19:16:04] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:16:04] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:16:06] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Kommunen - ?gander?tt) [2018-01-14 19:16:06] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:16:06] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:16:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:16:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:16:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:16:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:16:06] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Massive Attack - Live with me) [2018-01-14 19:16:06] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Kommunen - ?gander?tt) [2018-01-14 19:16:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:16:18] DBUG yp/yp_add Adding /webcam.webm to http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:16:18] DBUG yp/yp_add Adding /webcam.webm to http://yp.shoutcast.com [2018-01-14 19:16:18] DBUG yp/yp_add Adding /webcam.webm to http://icecast-yp.internet-radio.com [2018-01-14 19:16:18] DBUG stats/process_source_event new node server_type (video/webm) [2018-01-14 19:16:18] DBUG yp/add_pending_yp 1 YP entries added to http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:16:18] DBUG yp/add_pending_yp 1 YP entries added to http://yp.shoutcast.com [2018-01-14 19:16:18] DBUG yp/add_pending_yp 1 YP entries added to http://icecast-yp.internet-radio.com [2018-01-14 19:16:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:17:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:17:06] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Massive Attack - Live with me) [2018-01-14 19:17:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:17:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:17:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:17:06] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Kommunen - ?gander?tt) [2018-01-14 19:17:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:17:18] EROR yp/send_to_yp YP add on http://dir.xiph.org/cgi-bin/yp-cgi failed: Add refused. Reason: Not enough arguments. [2018-01-14 19:17:18] EROR yp/send_to_yp YP add on http://yp.shoutcast.com failed: We do not currently list servers not streaming HE-AAC or MP3. [2018-01-14 19:17:18] DBUG yp/handle_returned_header server touch interval is 60 [2018-01-14 19:17:18] DBUG yp/send_to_yp YP add at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:17:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:17:23] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:17:38] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:18:03] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Unknown) [2018-01-14 19:18:03] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:18:03] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Unknown) [2018-01-14 19:18:03] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:18:03] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:18:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:18:06] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Massive Attack - Live with me) [2018-01-14 19:18:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:18:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:18:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:18:06] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Unknown) [2018-01-14 19:18:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:18:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:18:23] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:19:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:19:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:19:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:19:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:19:06] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Massive Attack - Live with me) [2018-01-14 19:19:06] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Unknown) [2018-01-14 19:19:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:19:22] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:19:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:19:23] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:19:47] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Moralpanik - I krisens Sverige 2013) [2018-01-14 19:19:47] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:19:47] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:19:47] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:19:47] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Moralpanik - I krisens Sverige 2013) [2018-01-14 19:19:51] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Iron Maiden - Run To The Hills) [2018-01-14 19:19:51] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:19:51] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:19:51] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:19:51] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Iron Maiden - Run To The Hills) [2018-01-14 19:20:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:20:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:20:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:20:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:20:06] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Iron Maiden - Run To The Hills) [2018-01-14 19:20:06] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Moralpanik - I krisens Sverige 2013) [2018-01-14 19:20:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:20:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:20:23] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:21:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:21:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:21:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:21:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:21:06] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Iron Maiden - Run To The Hills) [2018-01-14 19:21:06] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Moralpanik - I krisens Sverige 2013) [2018-01-14 19:21:09] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:21:09] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:21:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:21:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:21:23] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:21:24] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:21:24] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:21:40] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:21:51] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Hellre Vargen - Vad är det med er?) [2018-01-14 19:21:51] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:21:51] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:21:51] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:21:51] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Hellre Vargen - Vad är det med er?) [2018-01-14 19:22:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:22:06] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Iron Maiden - Run To The Hills) [2018-01-14 19:22:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:22:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:22:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:22:06] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Hellre Vargen - Vad är det med er?) [2018-01-14 19:22:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:22:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:22:23] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:23:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:23:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:23:06] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Iron Maiden - Run To The Hills) [2018-01-14 19:23:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:23:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:23:06] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Hellre Vargen - Vad är det med er?) [2018-01-14 19:23:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:23:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:23:23] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:23:24] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:23:28] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Ambulance - Hands Out Of The Pocket) [2018-01-14 19:23:28] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:23:28] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Ambulance - Hands Out Of The Pocket) [2018-01-14 19:23:28] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:23:28] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:23:53] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Iron Maiden - Run To The Hills) [2018-01-14 19:23:53] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:24:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:24:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:24:06] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Iron Maiden - Run To The Hills) [2018-01-14 19:24:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:24:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:24:06] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Ambulance - Hands Out Of The Pocket) [2018-01-14 19:24:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:24:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:24:23] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:24:43] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Van Morrison - So Complicated) [2018-01-14 19:24:43] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:24:43] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:25:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:25:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:25:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:25:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:25:06] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Van Morrison - So Complicated) [2018-01-14 19:25:06] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Ambulance - Hands Out Of The Pocket) [2018-01-14 19:25:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:25:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:25:23] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:25:42] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:25:50] DBUG stats/modify_node_event update "/verket" yp_currently_playing (H?ll Det ?kta - L?ngst Fram (feat. Andrea Cengic)) [2018-01-14 19:25:50] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:25:50] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:25:50] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:25:50] DBUG stats/modify_node_event update "/verket" yp_currently_playing (H?ll Det ?kta - L?ngst Fram (feat. Andrea Cengic)) [2018-01-14 19:26:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:26:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:26:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:26:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:26:06] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Van Morrison - So Complicated) [2018-01-14 19:26:06] DBUG stats/modify_node_event update "/verket" yp_currently_playing (H?ll Det ?kta - L?ngst Fram (feat. Andrea Cengic)) [2018-01-14 19:26:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:26:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:26:23] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:27:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:27:06] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Van Morrison - So Complicated) [2018-01-14 19:27:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:27:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:27:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:27:06] DBUG stats/modify_node_event update "/verket" yp_currently_playing (H?ll Det ?kta - L?ngst Fram (feat. Andrea Cengic)) [2018-01-14 19:27:09] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:27:09] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:27:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:27:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:27:23] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:27:24] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:27:24] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:27:26] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:27:55] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Van Morrison - So Complicated) [2018-01-14 19:27:55] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:28:05] DBUG stats/modify_node_event update "/feting" yp_currently_playing (The Stooges - Studio Dialogue #16) [2018-01-14 19:28:05] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:28:05] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:28:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:28:06] DBUG stats/modify_node_event update "/feting" yp_currently_playing (The Stooges - Studio Dialogue #16) [2018-01-14 19:28:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:28:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:28:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:28:06] DBUG stats/modify_node_event update "/verket" yp_currently_playing (H?ll Det ?kta - L?ngst Fram (feat. Andrea Cengic)) [2018-01-14 19:28:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:28:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:28:23] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:28:47] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Unknown) [2018-01-14 19:28:47] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:28:47] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Unknown) [2018-01-14 19:28:47] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:28:47] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:29:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:29:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:29:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:29:06] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Pink Floyd - Time [Early Mix 1972]) [2018-01-14 19:29:06] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Unknown) [2018-01-14 19:29:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:29:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:29:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:29:23] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:29:44] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:30:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:30:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:30:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:30:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:30:06] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Pink Floyd - Time [Early Mix 1972]) [2018-01-14 19:30:06] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Unknown) [2018-01-14 19:30:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:30:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:30:23] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:30:56] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Kommunen - Den Svenska Modellen) [2018-01-14 19:30:56] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:30:56] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Kommunen - Den Svenska Modellen) [2018-01-14 19:30:56] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:30:56] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:31:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:31:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:31:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:31:06] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Pink Floyd - Time [Early Mix 1972]) [2018-01-14 19:31:06] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Kommunen - Den Svenska Modellen) [2018-01-14 19:31:06] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:31:09] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:31:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:31:23] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:31:28] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:31:55] DBUG yp/yp_remove release /verket on YP http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:31:55] DBUG yp/yp_remove release /verket on YP http://yp.shoutcast.com [2018-01-14 19:31:55] DBUG yp/yp_remove release /verket on YP http://icecast-yp.internet-radio.com [2018-01-14 19:31:55] DBUG yp/yp_remove release /echo.mp3 on YP http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:31:55] DBUG yp/yp_remove release /echo.mp3 on YP http://yp.shoutcast.com [2018-01-14 19:31:55] DBUG yp/yp_remove release /echo.mp3 on YP http://icecast-yp.internet-radio.com [2018-01-14 19:31:55] DBUG yp/yp_remove release /feting on YP http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:31:55] DBUG yp/yp_remove release /feting on YP http://yp.shoutcast.com [2018-01-14 19:31:55] DBUG yp/yp_remove release /feting on YP http://icecast-yp.internet-radio.com [2018-01-14 19:31:55] INFO yp/do_yp_remove clearing up YP entry for /feting [2018-01-14 19:31:55] DBUG yp/yp_remove release /webcam.webm on YP http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:31:55] DBUG yp/yp_remove release /webcam.webm on YP http://yp.shoutcast.com [2018-01-14 19:31:55] DBUG yp/yp_remove release /webcam.webm on YP http://icecast-yp.internet-radio.com [2018-01-14 19:31:55] DBUG yp/yp_remove release /kpfa_64 on YP http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:31:55] DBUG yp/yp_remove release /kpfa_64 on YP http://yp.shoutcast.com [2018-01-14 19:31:55] DBUG yp/yp_remove release /kpfa_64 on YP http://icecast-yp.internet-radio.com [2018-01-14 19:31:55] DBUG yp/yp_remove release /stream.ogg on YP http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:31:55] DBUG yp/yp_remove release /stream.ogg on YP http://yp.shoutcast.com [2018-01-14 19:31:55] DBUG yp/yp_remove release /stream.ogg on YP http://icecast-yp.internet-radio.com [2018-01-14 19:31:55] DBUG yp/yp_remove release /verket.ogg on YP http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:31:55] DBUG yp/yp_remove release /verket.ogg on YP http://yp.shoutcast.com [2018-01-14 19:31:55] DBUG yp/yp_remove release /verket.ogg on YP http://icecast-yp.internet-radio.com [2018-01-14 19:31:55] DBUG yp/send_to_yp YP remove at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:31:55] INFO yp/do_yp_remove clearing up YP entry for /verket [2018-01-14 19:31:56] DBUG yp/send_to_yp YP remove at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:31:56] INFO yp/do_yp_remove clearing up YP entry for /kpfa_64 [2018-01-14 19:31:56] DBUG yp/send_to_yp YP remove at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:31:56] INFO yp/do_yp_remove clearing up YP entry for /echo.mp3 [2018-01-14 19:31:56] DBUG yp/send_to_yp YP remove at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:31:56] INFO yp/do_yp_remove clearing up YP entry for /feting [2018-01-14 19:31:56] INFO yp/do_yp_remove clearing up YP entry for /verket [2018-01-14 19:31:57] INFO yp/do_yp_remove clearing up YP entry for /kpfa_64 [2018-01-14 19:31:57] INFO yp/do_yp_remove clearing up YP entry for /echo.mp3 [2018-01-14 19:31:57] INFO yp/do_yp_remove clearing up YP entry for /webcam.webm [2018-01-14 19:31:57] DBUG yp/send_to_yp YP remove at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:31:57] INFO yp/do_yp_remove clearing up YP entry for /stream.ogg [2018-01-14 19:31:57] DBUG yp/send_to_yp YP remove at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:31:57] INFO yp/do_yp_remove clearing up YP entry for /feting [2018-01-14 19:31:57] DBUG yp/send_to_yp YP remove at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:31:57] INFO yp/do_yp_remove clearing up YP entry for /verket.ogg [2018-01-14 19:31:57] DBUG yp/send_to_yp YP remove at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:31:57] INFO yp/do_yp_remove clearing up YP entry for /verket [2018-01-14 19:31:57] DBUG yp/send_to_yp YP remove at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:31:57] INFO yp/do_yp_remove clearing up YP entry for /kpfa_64 [2018-01-14 19:31:57] DBUG yp/send_to_yp YP remove at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:31:57] INFO yp/do_yp_remove clearing up YP entry for /echo.mp3 [2018-01-14 19:31:57] DBUG yp/send_to_yp YP remove at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:31:57] DBUG yp/delete_marked_yp removed /feting from YP server http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:31:57] DBUG yp/delete_marked_yp removed /verket.ogg from YP server http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:31:57] DBUG yp/delete_marked_yp removed /verket from YP server http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:31:57] DBUG yp/delete_marked_yp removed /kpfa_64 from YP server http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:31:57] DBUG yp/delete_marked_yp removed /echo.mp3 from YP server http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:31:57] DBUG yp/delete_marked_yp removed /webcam.webm from YP server http://yp.shoutcast.com [2018-01-14 19:31:57] DBUG yp/delete_marked_yp removed /stream.ogg from YP server http://yp.shoutcast.com [2018-01-14 19:31:57] DBUG yp/delete_marked_yp removed /feting from YP server http://yp.shoutcast.com [2018-01-14 19:31:57] DBUG yp/delete_marked_yp removed /verket.ogg from YP server http://yp.shoutcast.com [2018-01-14 19:31:57] DBUG yp/delete_marked_yp removed /verket from YP server http://yp.shoutcast.com [2018-01-14 19:31:57] DBUG yp/delete_marked_yp removed /kpfa_64 from YP server http://yp.shoutcast.com [2018-01-14 19:31:57] DBUG yp/delete_marked_yp removed /echo.mp3 from YP server http://yp.shoutcast.com [2018-01-14 19:31:57] DBUG yp/delete_marked_yp removed /webcam.webm from YP server http://icecast-yp.internet-radio.com [2018-01-14 19:31:57] DBUG yp/delete_marked_yp removed /stream.ogg from YP server http://icecast-yp.internet-radio.com [2018-01-14 19:31:57] DBUG yp/delete_marked_yp removed /feting from YP server http://icecast-yp.internet-radio.com [2018-01-14 19:31:57] DBUG yp/delete_marked_yp removed /verket.ogg from YP server http://icecast-yp.internet-radio.com [2018-01-14 19:31:57] DBUG yp/delete_marked_yp removed /verket from YP server http://icecast-yp.internet-radio.com [2018-01-14 19:31:57] DBUG yp/delete_marked_yp removed /kpfa_64 from YP server http://icecast-yp.internet-radio.com [2018-01-14 19:31:57] DBUG yp/delete_marked_yp removed /echo.mp3 from YP server http://icecast-yp.internet-radio.com [2018-01-14 19:31:57] DBUG yp/destroy_yp_server Removing YP server entry for http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:31:57] WARN yp/destroy_yp_server active ypdata not freed up [2018-01-14 19:31:57] DBUG yp/destroy_yp_server Removing YP server entry for http://yp.shoutcast.com [2018-01-14 19:31:57] DBUG yp/destroy_yp_server Removing YP server entry for http://icecast-yp.internet-radio.com [2018-01-14 19:31:57] INFO yp/yp_shutdown YP thread down [2018-01-14 19:31:58] DBUG yp/yp_recheck_config Updating YP configuration [2018-01-14 19:31:58] INFO yp/yp_recheck_config Adding new YP server "http://dir.xiph.org/cgi-bin/yp-cgi" (timeout 6s, default interval 30s) [2018-01-14 19:31:58] INFO yp/yp_recheck_config Adding new YP server "http://yp.shoutcast.com" (timeout 6s, default interval 30s) [2018-01-14 19:31:58] INFO yp/yp_recheck_config Adding new YP server "http://icecast-yp.internet-radio.com" (timeout 6s, default interval 30s) [2018-01-14 19:31:58] INFO yp/yp_update_thread YP update thread started [2018-01-14 19:31:58] DBUG yp/check_servers Add pending yps http://icecast-yp.internet-radio.com [2018-01-14 19:31:58] DBUG yp/check_servers Add pending yps http://yp.shoutcast.com [2018-01-14 19:31:58] DBUG yp/check_servers Add pending yps http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:31:59] WARN format/format_get_type Unsupported or legacy stream type: "audio/mpeg". Falling back to generic minimal handler for best effort. [2018-01-14 19:31:59] DBUG yp/yp_add Adding /feting to http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:31:59] DBUG yp/yp_add Adding /feting to http://yp.shoutcast.com [2018-01-14 19:31:59] DBUG yp/yp_add Adding /feting to http://icecast-yp.internet-radio.com [2018-01-14 19:31:59] WARN format/format_get_type Unsupported or legacy stream type: "audio/mpeg". Falling back to generic minimal handler for best effort. [2018-01-14 19:31:59] DBUG yp/yp_add Adding /verket to http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:31:59] DBUG yp/yp_add Adding /verket to http://yp.shoutcast.com [2018-01-14 19:31:59] DBUG yp/yp_add Adding /verket to http://icecast-yp.internet-radio.com [2018-01-14 19:31:59] DBUG yp/add_pending_yp 2 YP entries added to http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:31:59] DBUG yp/add_pending_yp 2 YP entries added to http://yp.shoutcast.com [2018-01-14 19:31:59] DBUG yp/add_pending_yp 2 YP entries added to http://icecast-yp.internet-radio.com [2018-01-14 19:31:59] DBUG stats/process_source_event new node server_type (audio/mpeg) [2018-01-14 19:31:59] DBUG stats/process_source_event new node server_type (audio/mpeg) [2018-01-14 19:32:00] DBUG yp/yp_add Adding /verket.ogg to http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:32:00] DBUG yp/yp_add Adding /verket.ogg to http://yp.shoutcast.com [2018-01-14 19:32:00] DBUG yp/yp_add Adding /verket.ogg to http://icecast-yp.internet-radio.com [2018-01-14 19:32:00] DBUG yp/add_pending_yp 1 YP entries added to http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:32:00] DBUG yp/add_pending_yp 1 YP entries added to http://yp.shoutcast.com [2018-01-14 19:32:00] DBUG yp/add_pending_yp 1 YP entries added to http://icecast-yp.internet-radio.com [2018-01-14 19:32:00] DBUG yp/yp_add Adding /stream.ogg to http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:32:00] DBUG yp/yp_add Adding /stream.ogg to http://yp.shoutcast.com [2018-01-14 19:32:00] DBUG yp/yp_add Adding /stream.ogg to http://icecast-yp.internet-radio.com [2018-01-14 19:32:00] DBUG stats/process_source_event new node server_type (application/ogg) [2018-01-14 19:32:00] DBUG stats/process_source_event new node server_type (application/ogg) [2018-01-14 19:32:00] DBUG yp/add_pending_yp 1 YP entries added to http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:32:00] DBUG yp/add_pending_yp 1 YP entries added to http://yp.shoutcast.com [2018-01-14 19:32:00] DBUG yp/add_pending_yp 1 YP entries added to http://icecast-yp.internet-radio.com [2018-01-14 19:32:02] WARN format/format_get_type Unsupported or legacy stream type: "audio/mpeg". Falling back to generic minimal handler for best effort. [2018-01-14 19:32:02] DBUG yp/yp_add Adding /echo.mp3 to http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:32:02] DBUG yp/yp_add Adding /echo.mp3 to http://yp.shoutcast.com [2018-01-14 19:32:02] DBUG yp/yp_add Adding /echo.mp3 to http://icecast-yp.internet-radio.com [2018-01-14 19:32:02] DBUG yp/add_pending_yp 1 YP entries added to http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:32:02] DBUG yp/add_pending_yp 1 YP entries added to http://yp.shoutcast.com [2018-01-14 19:32:02] DBUG yp/add_pending_yp 1 YP entries added to http://icecast-yp.internet-radio.com [2018-01-14 19:32:02] DBUG stats/process_source_event new node server_type (audio/mpeg) [2018-01-14 19:32:02] WARN format/format_get_type Unsupported or legacy stream type: "audio/mpeg". Falling back to generic minimal handler for best effort. [2018-01-14 19:32:02] DBUG yp/yp_add Adding /kpfa_64 to http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:32:02] DBUG yp/yp_add Adding /kpfa_64 to http://yp.shoutcast.com [2018-01-14 19:32:02] DBUG yp/yp_add Adding /kpfa_64 to http://icecast-yp.internet-radio.com [2018-01-14 19:32:02] DBUG stats/process_source_event new node server_type (audio/mpeg) [2018-01-14 19:32:02] DBUG yp/add_pending_yp 1 YP entries added to http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:32:02] DBUG yp/add_pending_yp 1 YP entries added to http://yp.shoutcast.com [2018-01-14 19:32:02] DBUG yp/add_pending_yp 1 YP entries added to http://icecast-yp.internet-radio.com [2018-01-14 19:32:12] DBUG yp/yp_add Adding /webcam.webm to http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:32:12] DBUG yp/yp_add Adding /webcam.webm to http://yp.shoutcast.com [2018-01-14 19:32:12] DBUG yp/yp_add Adding /webcam.webm to http://icecast-yp.internet-radio.com [2018-01-14 19:32:12] DBUG stats/process_source_event new node server_type (video/webm) [2018-01-14 19:32:12] DBUG yp/add_pending_yp 1 YP entries added to http://dir.xiph.org/cgi-bin/yp-cgi [2018-01-14 19:32:12] DBUG yp/add_pending_yp 1 YP entries added to http://yp.shoutcast.com [2018-01-14 19:32:12] DBUG yp/add_pending_yp 1 YP entries added to http://icecast-yp.internet-radio.com [2018-01-14 19:32:59] DBUG yp/handle_returned_header server touch interval is 242 [2018-01-14 19:32:59] DBUG yp/send_to_yp YP add at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:32:59] DBUG yp/handle_returned_header server touch interval is 242 [2018-01-14 19:32:59] DBUG yp/send_to_yp YP add at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:33:04] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:33:04] DBUG yp/send_to_yp YP add at http://yp.shoutcast.com succeeded [2018-01-14 19:33:05] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:33:05] DBUG yp/send_to_yp YP add at http://yp.shoutcast.com succeeded [2018-01-14 19:33:06] DBUG yp/handle_returned_header server touch interval is 60 [2018-01-14 19:33:06] DBUG yp/send_to_yp YP add at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:33:06] DBUG yp/handle_returned_header server touch interval is 60 [2018-01-14 19:33:06] DBUG yp/send_to_yp YP add at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:33:06] DBUG yp/handle_returned_header server touch interval is 60 [2018-01-14 19:33:06] DBUG yp/send_to_yp YP add at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:33:06] DBUG yp/handle_returned_header server touch interval is 60 [2018-01-14 19:33:06] DBUG yp/send_to_yp YP add at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:33:06] DBUG yp/handle_returned_header server touch interval is 60 [2018-01-14 19:33:06] DBUG yp/send_to_yp YP add at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:33:06] DBUG yp/handle_returned_header server touch interval is 60 [2018-01-14 19:33:06] DBUG yp/send_to_yp YP add at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:33:07] DBUG yp/handle_returned_header server touch interval is 242 [2018-01-14 19:33:07] DBUG yp/send_to_yp YP add at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:33:07] DBUG yp/handle_returned_header server touch interval is 242 [2018-01-14 19:33:07] DBUG yp/send_to_yp YP add at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:33:07] EROR yp/send_to_yp YP add on http://dir.xiph.org/cgi-bin/yp-cgi failed: Add refused. Reason: Not enough arguments. [2018-01-14 19:33:08] EROR yp/send_to_yp YP add on http://dir.xiph.org/cgi-bin/yp-cgi failed: Add refused. Reason: Not enough arguments. [2018-01-14 19:33:08] DBUG stats/process_source_event new node yp_currently_playing (Kommunen - Lasse Leijonborg) [2018-01-14 19:33:08] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:33:09] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:33:09] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:33:09] DBUG yp/send_to_yp YP add at http://yp.shoutcast.com succeeded [2018-01-14 19:33:10] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:33:10] DBUG yp/send_to_yp YP add at http://yp.shoutcast.com succeeded [2018-01-14 19:33:10] EROR yp/send_to_yp YP add on http://yp.shoutcast.com failed: We do not currently list servers not streaming HE-AAC or MP3. [2018-01-14 19:33:10] EROR yp/send_to_yp YP add on http://yp.shoutcast.com failed: We do not currently list servers not streaming HE-AAC or MP3. [2018-01-14 19:33:10] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:33:10] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:33:10] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Kommunen - Lasse Leijonborg) [2018-01-14 19:33:10] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:33:10] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:33:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:33:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:33:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:33:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:33:11] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Kommunen - Lasse Leijonborg) [2018-01-14 19:33:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:33:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:33:12] EROR yp/send_to_yp YP add on http://dir.xiph.org/cgi-bin/yp-cgi failed: Add refused. Reason: Not enough arguments. [2018-01-14 19:33:13] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:33:13] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:33:13] EROR yp/send_to_yp YP add on http://yp.shoutcast.com failed: We do not currently list servers not streaming HE-AAC or MP3. [2018-01-14 19:33:13] DBUG yp/handle_returned_header server touch interval is 60 [2018-01-14 19:33:13] DBUG yp/send_to_yp YP add at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:33:14] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:33:14] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:33:15] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:33:15] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:33:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:34:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:34:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:34:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:34:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:34:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:34:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:34:11] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Kommunen - Lasse Leijonborg) [2018-01-14 19:34:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:34:55] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Lapdog - Supernova Light) [2018-01-14 19:34:55] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:34:55] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:34:55] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:34:55] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Lapdog - Supernova Light) [2018-01-14 19:35:09] DBUG stats/process_source_event new node yp_currently_playing (Iron Maiden - Running Free) [2018-01-14 19:35:09] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:35:09] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Iron Maiden - Running Free) [2018-01-14 19:35:09] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:35:09] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:35:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:35:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:35:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:35:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:35:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:35:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:35:11] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Lapdog - Supernova Light) [2018-01-14 19:35:11] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Iron Maiden - Running Free) [2018-01-14 19:35:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:36:05] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Hellre Vargen - Krossa Kapitalet) [2018-01-14 19:36:05] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:36:05] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:36:05] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:36:05] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Hellre Vargen - Krossa Kapitalet) [2018-01-14 19:36:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:36:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:36:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:36:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:36:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:36:11] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Hellre Vargen - Krossa Kapitalet) [2018-01-14 19:36:11] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Iron Maiden - Running Free) [2018-01-14 19:36:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:36:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:37:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:37:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:37:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:37:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:37:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:37:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:37:11] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Hellre Vargen - Krossa Kapitalet) [2018-01-14 19:37:11] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Iron Maiden - Running Free) [2018-01-14 19:37:14] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:37:15] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:37:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:38:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:38:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:38:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:38:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:38:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:38:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:38:11] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Fru D?rr - Unknown) [2018-01-14 19:38:11] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Iron Maiden - Running Free) [2018-01-14 19:38:13] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Fru D?rr - Unknown) [2018-01-14 19:38:13] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:38:13] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Fru D?rr - Unknown) [2018-01-14 19:38:13] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:38:13] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:38:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:38:33] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Mad Season - I'm Above (Live At The Moore)) [2018-01-14 19:38:33] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:38:33] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:38:33] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:38:33] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Mad Season - I'm Above (Live At The Moore)) [2018-01-14 19:39:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:39:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:39:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:39:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:39:11] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Fru D?rr - Unknown) [2018-01-14 19:39:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:39:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:39:11] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Mad Season - I'm Above (Live At The Moore)) [2018-01-14 19:39:14] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:39:14] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:39:15] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:39:15] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:39:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:39:59] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Unknown) [2018-01-14 19:39:59] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:39:59] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:39:59] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:39:59] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Unknown) [2018-01-14 19:40:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:40:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:40:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:40:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:40:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:40:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:40:11] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Unknown) [2018-01-14 19:40:11] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Mad Season - I'm Above (Live At The Moore)) [2018-01-14 19:40:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:41:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:41:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:41:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:41:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:41:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:41:11] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Unknown) [2018-01-14 19:41:11] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Mad Season - I'm Above (Live At The Moore)) [2018-01-14 19:41:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:41:16] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:41:17] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:41:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:41:42] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Disconvenience - Mental Meltdown) [2018-01-14 19:41:42] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:41:42] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:41:42] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:41:42] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Disconvenience - Mental Meltdown) [2018-01-14 19:42:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:42:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:42:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:42:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:42:11] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Disconvenience - Mental Meltdown) [2018-01-14 19:42:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:42:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:42:11] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Mad Season - I'm Above (Live At The Moore)) [2018-01-14 19:42:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:42:35] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Mad Season - I'm Above (Live At The Moore)) [2018-01-14 19:42:35] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:43:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:43:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:43:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:43:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:43:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:43:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:43:11] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Disconvenience - Mental Meltdown) [2018-01-14 19:43:11] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Mad Season - I'm Above (Live At The Moore)) [2018-01-14 19:43:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:44:05] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Unknown) [2018-01-14 19:44:05] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:44:05] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:44:05] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:44:05] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Unknown) [2018-01-14 19:44:09] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Van Morrison - Just Like Greta) [2018-01-14 19:44:09] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:44:09] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:44:09] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:44:09] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Van Morrison - Just Like Greta) [2018-01-14 19:44:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:44:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:44:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:44:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:44:11] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Unknown) [2018-01-14 19:44:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:44:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:44:11] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Van Morrison - Just Like Greta) [2018-01-14 19:44:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:45:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:45:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:45:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:45:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:45:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:45:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:45:11] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Unknown) [2018-01-14 19:45:11] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Van Morrison - Just Like Greta) [2018-01-14 19:45:14] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:45:14] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:45:15] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:45:15] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:45:18] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:45:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:45:19] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:46:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:46:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:46:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:46:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:46:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:46:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:46:11] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Unknown) [2018-01-14 19:46:11] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Van Morrison - Just Like Greta) [2018-01-14 19:46:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:47:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:47:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:47:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:47:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:47:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:47:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:47:11] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Unknown) [2018-01-14 19:47:11] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Van Morrison - Just Like Greta) [2018-01-14 19:47:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:47:21] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Auktion - Kopps) [2018-01-14 19:47:21] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:47:21] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:47:21] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:47:21] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Auktion - Kopps) [2018-01-14 19:48:11] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Van Morrison - Just Like Greta) [2018-01-14 19:48:11] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:48:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:48:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:48:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:48:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:48:11] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Auktion - Kopps) [2018-01-14 19:48:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:48:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:48:12] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Van Morrison - Just Like Greta) [2018-01-14 19:48:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:49:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:49:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:49:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:49:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:49:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:49:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:49:11] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Auktion - Kopps) [2018-01-14 19:49:11] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Van Morrison - Just Like Greta) [2018-01-14 19:49:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:49:20] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:49:21] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:49:36] DBUG stats/modify_node_event update "/verket" yp_currently_playing (D.S.-13 - Outstanding Assholes) [2018-01-14 19:49:36] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:49:36] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:49:36] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:49:36] DBUG stats/modify_node_event update "/verket" yp_currently_playing (D.S.-13 - Outstanding Assholes) [2018-01-14 19:50:09] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:50:09] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:50:09] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Van Morrison - Just Like Greta) [2018-01-14 19:50:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:50:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:50:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:50:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:50:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:50:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:50:11] DBUG stats/modify_node_event update "/verket" yp_currently_playing (D.S.-13 - Outstanding Assholes) [2018-01-14 19:50:11] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Van Morrison - Just Like Greta) [2018-01-14 19:50:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:50:37] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Motorhead - I Know How To Die) [2018-01-14 19:50:37] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:50:58] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Hellre Vargen - Vi måste hjälpas åt) [2018-01-14 19:50:58] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:50:58] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Hellre Vargen - Vi måste hjälpas åt) [2018-01-14 19:50:59] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:50:59] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:51:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:51:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:51:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:51:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:51:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:51:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:51:11] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Hellre Vargen - Vi måste hjälpas åt) [2018-01-14 19:51:11] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Motorhead - I Know How To Die) [2018-01-14 19:51:14] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:51:14] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:51:15] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:51:15] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:51:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:52:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:52:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:52:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:52:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:52:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:52:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:52:11] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Hellre Vargen - Vi måste hjälpas åt) [2018-01-14 19:52:11] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Motorhead - I Know How To Die) [2018-01-14 19:52:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:52:51] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Gambling Man - Gamblers Tough Luck) [2018-01-14 19:52:51] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:52:51] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Gambling Man - Gamblers Tough Luck) [2018-01-14 19:52:51] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:52:51] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:53:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:53:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:53:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:53:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:53:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:53:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:53:11] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Gambling Man - Gamblers Tough Luck) [2018-01-14 19:53:11] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Motorhead - I Know How To Die) [2018-01-14 19:53:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:53:22] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:53:23] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:53:43] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Beck - Aphid Manure Heist (Intro)) [2018-01-14 19:53:43] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:53:43] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:53:43] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:53:43] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Beck - Aphid Manure Heist (Intro)) [2018-01-14 19:54:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:54:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:54:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:54:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:54:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:54:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:54:11] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Gambling Man - Gamblers Tough Luck) [2018-01-14 19:54:11] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Beck - Aphid Manure Heist (Intro)) [2018-01-14 19:54:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:55:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:55:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:55:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:55:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:55:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:55:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:55:11] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Gambling Man - Gamblers Tough Luck) [2018-01-14 19:55:11] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Porno for Pyros - Sadness) [2018-01-14 19:55:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:56:04] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Kommunen - Gammal) [2018-01-14 19:56:04] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:56:04] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Kommunen - Gammal) [2018-01-14 19:56:04] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:56:04] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:56:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:56:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:56:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:56:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:56:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:56:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:56:11] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Kommunen - Gammal) [2018-01-14 19:56:11] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Porno for Pyros - Sadness) [2018-01-14 19:56:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:56:50] DBUG stats/modify_node_event update "/feting" yp_currently_playing (David Bowie - Sense Of Doubt) [2018-01-14 19:56:50] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:56:50] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:56:50] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:56:50] DBUG stats/modify_node_event update "/feting" yp_currently_playing (David Bowie - Sense Of Doubt) [2018-01-14 19:57:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:57:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:57:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:57:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:57:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:57:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:57:11] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Kommunen - Gammal) [2018-01-14 19:57:11] DBUG stats/modify_node_event update "/feting" yp_currently_playing (David Bowie - Sense Of Doubt) [2018-01-14 19:57:14] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:57:14] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:57:15] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:57:15] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:57:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:57:24] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:57:25] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:58:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:58:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:58:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:58:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:58:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:58:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:58:11] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Kommunen - Gammal) [2018-01-14 19:58:11] DBUG stats/modify_node_event update "/feting" yp_currently_playing (David Bowie - Sense Of Doubt) [2018-01-14 19:58:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:58:25] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Lapdog - In The End) [2018-01-14 19:58:25] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 19:58:25] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 19:58:25] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 19:58:25] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Lapdog - In The End) [2018-01-14 19:59:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:59:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:59:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:59:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:59:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:59:11] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Lapdog - In The End) [2018-01-14 19:59:11] DBUG stats/modify_node_event update "/feting" yp_currently_playing (David Bowie - Sense Of Doubt) [2018-01-14 19:59:11] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 19:59:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:00:10] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Supercharged Pitbulls - Pretty Girl) [2018-01-14 20:00:10] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:00:10] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Supercharged Pitbulls - Pretty Girl) [2018-01-14 20:00:14] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:00:14] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:00:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:00:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:00:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:00:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:00:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:00:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:00:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Supercharged Pitbulls - Pretty Girl) [2018-01-14 20:00:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (David Bowie - Sense Of Doubt) [2018-01-14 20:00:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:00:48] DBUG stats/modify_node_event update "/feting" yp_currently_playing (PJ Harvey - The Words That Maketh Murder) [2018-01-14 20:00:48] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:00:48] DBUG stats/modify_node_event update "/feting" yp_currently_playing (PJ Harvey - The Words That Maketh Murder) [2018-01-14 20:00:50] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:00:50] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:01:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:01:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:01:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:01:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:01:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:01:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:01:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Supercharged Pitbulls - Pretty Girl) [2018-01-14 20:01:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (PJ Harvey - The Words That Maketh Murder) [2018-01-14 20:01:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:01:26] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:01:27] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:02:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:02:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:02:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:02:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:02:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Supercharged Pitbulls - Pretty Girl) [2018-01-14 20:02:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:02:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:02:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (PJ Harvey - The Words That Maketh Murder) [2018-01-14 20:02:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:03:14] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:03:14] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:03:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:03:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:03:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:03:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:03:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:03:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:03:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Supercharged Pitbulls - Pretty Girl) [2018-01-14 20:03:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (PJ Harvey - The Words That Maketh Murder) [2018-01-14 20:03:15] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:03:15] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:03:18] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Kommunen - Reinfeldt) [2018-01-14 20:03:18] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:03:18] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:03:18] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:03:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:03:19] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Kommunen - Reinfeldt) [2018-01-14 20:04:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:04:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:04:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:04:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:04:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:04:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:04:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Kommunen - Reinfeldt) [2018-01-14 20:04:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (PJ Harvey - The Words That Maketh Murder) [2018-01-14 20:04:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:04:25] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Mad Season - I Don't Know Anything) [2018-01-14 20:04:25] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:04:25] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:04:25] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:04:25] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Mad Season - I Don't Know Anything) [2018-01-14 20:04:44] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Insurgent Kid - Paranoia) [2018-01-14 20:04:44] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:04:44] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:04:44] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:04:44] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Insurgent Kid - Paranoia) [2018-01-14 20:05:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:05:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:05:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:05:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:05:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:05:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Insurgent Kid - Paranoia) [2018-01-14 20:05:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Mad Season - I Don't Know Anything) [2018-01-14 20:05:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:05:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:05:28] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:05:29] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:06:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:06:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:06:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:06:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:06:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:06:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:06:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Insurgent Kid - Paranoia) [2018-01-14 20:06:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Mad Season - I Don't Know Anything) [2018-01-14 20:06:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:06:32] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Moralpanik - Jag tittar aldrig p? erat skr?p) [2018-01-14 20:06:32] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:06:32] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Moralpanik - Jag tittar aldrig p? erat skr?p) [2018-01-14 20:06:33] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:06:33] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:07:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:07:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:07:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:07:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:07:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:07:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:07:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Moralpanik - Jag tittar aldrig p? erat skr?p) [2018-01-14 20:07:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Mad Season - I Don't Know Anything) [2018-01-14 20:07:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:08:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:08:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:08:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:08:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:08:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Moralpanik - Jag tittar aldrig p? erat skr?p) [2018-01-14 20:08:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:08:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:08:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Mad Season - I Don't Know Anything) [2018-01-14 20:08:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:08:27] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Mad Season - I Don't Know Anything) [2018-01-14 20:08:27] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:09:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Supercharged Pitbulls - Someday It's Gone) [2018-01-14 20:09:14] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:09:14] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:09:14] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:09:14] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:09:14] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:09:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:09:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:09:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Supercharged Pitbulls - Someday It's Gone) [2018-01-14 20:09:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:09:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:09:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:09:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:09:15] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Supercharged Pitbulls - Someday It's Gone) [2018-01-14 20:09:15] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Mad Season - I Don't Know Anything) [2018-01-14 20:09:15] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:09:15] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:09:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:09:26] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:09:26] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:09:26] DBUG stats/modify_node_event update "/feting" yp_currently_playing (The Beach Boys - 409 (Original Mono Long Version)) [2018-01-14 20:09:30] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:09:31] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:10:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:10:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:10:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:10:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:10:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Supercharged Pitbulls - Someday It's Gone) [2018-01-14 20:10:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:10:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:10:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (The Beach Boys - 409 (Original Mono Long Version)) [2018-01-14 20:10:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:11:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:11:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:11:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:11:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:11:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:11:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:11:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Supercharged Pitbulls - Someday It's Gone) [2018-01-14 20:11:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (The Beach Boys - 409 (Original Mono Long Version)) [2018-01-14 20:11:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:11:36] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Unknown) [2018-01-14 20:11:36] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:11:36] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Unknown) [2018-01-14 20:11:36] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:11:36] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:12:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:12:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:12:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:12:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:12:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:12:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:12:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Supercharged Pitbulls - Someday It's Gone) [2018-01-14 20:12:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Unknown) [2018-01-14 20:12:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:12:29] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Instangd - Kott Ar Mord) [2018-01-14 20:12:29] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:12:29] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:12:29] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:12:29] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Instangd - Kott Ar Mord) [2018-01-14 20:13:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:13:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:13:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:13:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:13:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:13:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:13:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Instangd - Kott Ar Mord) [2018-01-14 20:13:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Unknown) [2018-01-14 20:13:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:13:32] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:13:33] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:13:33] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Disconvenience - Nazi Pope) [2018-01-14 20:13:33] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:13:33] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:13:33] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:13:33] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Disconvenience - Nazi Pope) [2018-01-14 20:14:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:14:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:14:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:14:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:14:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:14:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:14:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Disconvenience - Nazi Pope) [2018-01-14 20:14:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Unknown) [2018-01-14 20:14:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:14:53] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Burning Spear - Mistress Music) [2018-01-14 20:14:53] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:14:53] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:14:53] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:14:53] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Burning Spear - Mistress Music) [2018-01-14 20:15:14] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:15:14] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:15:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:15:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:15:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:15:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:15:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:15:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:15:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Disconvenience - Nazi Pope) [2018-01-14 20:15:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Burning Spear - Mistress Music) [2018-01-14 20:15:15] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:15:15] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:15:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:15:44] DBUG stats/modify_node_event update "/verket" yp_currently_playing (The Collisions - Without Salvation) [2018-01-14 20:15:44] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:15:44] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:15:44] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:15:44] DBUG stats/modify_node_event update "/verket" yp_currently_playing (The Collisions - Without Salvation) [2018-01-14 20:16:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:16:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:16:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:16:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:16:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:16:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:16:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (The Collisions - Without Salvation) [2018-01-14 20:16:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Burning Spear - Mistress Music) [2018-01-14 20:16:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:17:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:17:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:17:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:17:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:17:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (The Collisions - Without Salvation) [2018-01-14 20:17:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:17:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:17:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Burning Spear - Mistress Music) [2018-01-14 20:17:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:17:34] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:17:35] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:18:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:18:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:18:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:18:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:18:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:18:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (The Collisions - Without Salvation) [2018-01-14 20:18:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Burning Spear - Mistress Music) [2018-01-14 20:18:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:18:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:18:53] DBUG stats/modify_node_event update "/feting" yp_currently_playing (David Bowie - Win) [2018-01-14 20:18:53] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:18:53] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:18:53] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:18:53] DBUG stats/modify_node_event update "/feting" yp_currently_playing (David Bowie - Win) [2018-01-14 20:18:55] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Lycka Till - Alla ni som v?ntar) [2018-01-14 20:18:55] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:18:55] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Lycka Till - Alla ni som v?ntar) [2018-01-14 20:18:55] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:18:55] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:19:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:19:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:19:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:19:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:19:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:19:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Lycka Till - Alla ni som v?ntar) [2018-01-14 20:19:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (David Bowie - Win) [2018-01-14 20:19:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:19:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:20:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:20:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:20:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:20:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:20:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:20:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:20:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Lycka Till - Alla ni som v?ntar) [2018-01-14 20:20:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (David Bowie - Win) [2018-01-14 20:20:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:21:01] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Unknown) [2018-01-14 20:21:01] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:21:01] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:21:01] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:21:01] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Unknown) [2018-01-14 20:21:14] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:21:14] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:21:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:21:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:21:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:21:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:21:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:21:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:21:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Unknown) [2018-01-14 20:21:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (David Bowie - Win) [2018-01-14 20:21:15] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:21:15] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:21:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:21:36] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:21:37] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:22:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:22:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:22:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:22:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:22:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:22:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:22:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Unknown) [2018-01-14 20:22:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (David Bowie - Win) [2018-01-14 20:22:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:22:55] DBUG stats/modify_node_event update "/feting" yp_currently_playing (David Bowie - Win) [2018-01-14 20:22:55] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:23:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:23:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:23:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:23:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:23:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:23:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Unknown) [2018-01-14 20:23:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (David Bowie - Win) [2018-01-14 20:23:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:23:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:23:39] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:23:39] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:23:39] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Tom Petty - Runnin' Down A Dream) [2018-01-14 20:24:04] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Moralpanik - Ballad p? en soptipp) [2018-01-14 20:24:04] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:24:04] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:24:04] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:24:04] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Moralpanik - Ballad p? en soptipp) [2018-01-14 20:24:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:24:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:24:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:24:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:24:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:24:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:24:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Moralpanik - Ballad p? en soptipp) [2018-01-14 20:24:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Tom Petty - Runnin' Down A Dream) [2018-01-14 20:24:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:25:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:25:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:25:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:25:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:25:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:25:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:25:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Moralpanik - Ballad p? en soptipp) [2018-01-14 20:25:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Tom Petty - Runnin' Down A Dream) [2018-01-14 20:25:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:25:38] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:25:39] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:26:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:26:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:26:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:26:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:26:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:26:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:26:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Moralpanik - Ballad p? en soptipp) [2018-01-14 20:26:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Tom Petty - Runnin' Down A Dream) [2018-01-14 20:26:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:26:57] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Tom Petty - Runnin' Down A Dream) [2018-01-14 20:26:57] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:27:14] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:27:14] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:27:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:27:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:27:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:27:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:27:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:27:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:27:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Moralpanik - Ballad p? en soptipp) [2018-01-14 20:27:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Tom Petty - Runnin' Down A Dream) [2018-01-14 20:27:15] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:27:15] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:27:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:27:24] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Disconvenience - Rotterdam) [2018-01-14 20:27:24] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:27:24] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:27:24] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:27:24] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Disconvenience - Rotterdam) [2018-01-14 20:28:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:28:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:28:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:28:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:28:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:28:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:28:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Disconvenience - Rotterdam) [2018-01-14 20:28:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Tom Petty - Runnin' Down A Dream) [2018-01-14 20:28:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:28:31] DBUG stats/modify_node_event update "/feting" yp_currently_playing (The Stooges - Greedy Awful People) [2018-01-14 20:28:31] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:28:31] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:28:31] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:28:31] DBUG stats/modify_node_event update "/feting" yp_currently_playing (The Stooges - Greedy Awful People) [2018-01-14 20:29:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:29:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:29:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:29:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:29:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:29:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:29:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Disconvenience - Rotterdam) [2018-01-14 20:29:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (The Stooges - Greedy Awful People) [2018-01-14 20:29:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:29:40] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:29:41] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:29:52] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Moralpanik - Familjev?rderingar) [2018-01-14 20:29:52] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:29:52] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Moralpanik - Familjev?rderingar) [2018-01-14 20:29:52] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:29:52] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:30:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:30:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:30:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:30:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:30:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:30:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:30:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Moralpanik - Familjev?rderingar) [2018-01-14 20:30:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (The Stooges - Greedy Awful People) [2018-01-14 20:30:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:30:38] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Tom Petty & the Heartbreakers - Runnin' Down A Dream) [2018-01-14 20:30:38] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:30:38] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Tom Petty & the Heartbreakers - Runnin' Down A Dream) [2018-01-14 20:30:39] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:30:39] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:31:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:31:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:31:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:31:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:31:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:31:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:31:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Moralpanik - Familjev?rderingar) [2018-01-14 20:31:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Tom Petty & the Heartbreakers - Runnin' Down A Dream) [2018-01-14 20:31:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:32:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:32:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:32:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:32:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:32:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:32:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:32:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Moralpanik - Familjev?rderingar) [2018-01-14 20:32:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Tom Petty & the Heartbreakers - Runnin' Down A Dream) [2018-01-14 20:32:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:32:34] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Fru D?rr - Unknown) [2018-01-14 20:32:34] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:32:34] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:32:34] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:32:34] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Fru D?rr - Unknown) [2018-01-14 20:33:14] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:33:14] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:33:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:33:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:33:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:33:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:33:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:33:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:33:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Fru D?rr - Unknown) [2018-01-14 20:33:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Tom Petty & the Heartbreakers - Runnin' Down A Dream) [2018-01-14 20:33:15] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:33:15] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:33:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:33:42] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:33:43] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:34:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:34:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:34:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:34:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:34:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:34:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:34:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Fru D?rr - Unknown) [2018-01-14 20:34:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Tom Petty & the Heartbreakers - Runnin' Down A Dream) [2018-01-14 20:34:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:34:35] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Insurgent Kid - Sick) [2018-01-14 20:34:35] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:34:35] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:34:35] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:34:35] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Insurgent Kid - Sick) [2018-01-14 20:34:40] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Tom Petty & the Heartbreakers - Runnin' Down A Dream) [2018-01-14 20:34:40] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:35:01] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:35:01] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:35:01] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Tom Petty & The Heartbreakers - Angel Dream (No. 4)) [2018-01-14 20:35:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:35:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:35:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:35:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:35:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:35:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Insurgent Kid - Sick) [2018-01-14 20:35:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Tom Petty & The Heartbreakers - Angel Dream (No. 4)) [2018-01-14 20:35:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:35:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:36:03] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Hellre Vargen - Vilken soppa) [2018-01-14 20:36:03] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:36:03] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:36:03] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:36:03] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Hellre Vargen - Vilken soppa) [2018-01-14 20:36:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:36:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:36:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:36:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:36:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Hellre Vargen - Vilken soppa) [2018-01-14 20:36:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:36:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:36:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Tom Petty & The Heartbreakers - Angel Dream (No. 4)) [2018-01-14 20:36:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:37:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:37:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:37:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:37:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:37:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:37:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Hellre Vargen - Vilken soppa) [2018-01-14 20:37:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Tom Petty & The Heartbreakers - Angel Dream (No. 4)) [2018-01-14 20:37:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:37:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:37:27] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Bruce Springsteen - Talk To Me) [2018-01-14 20:37:27] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:37:27] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:37:27] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:37:27] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Bruce Springsteen - Talk To Me) [2018-01-14 20:37:44] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:37:45] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:38:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:38:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:38:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:38:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:38:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:38:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:38:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Hellre Vargen - Vilken soppa) [2018-01-14 20:38:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Bruce Springsteen - Talk To Me) [2018-01-14 20:38:18] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Moralpanik - M?rdar Anders) [2018-01-14 20:38:18] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:38:18] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:38:18] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:38:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:38:18] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Moralpanik - M?rdar Anders) [2018-01-14 20:39:14] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:39:14] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:39:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:39:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:39:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:39:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:39:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:39:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:39:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Moralpanik - M?rdar Anders) [2018-01-14 20:39:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Bruce Springsteen - Talk To Me) [2018-01-14 20:39:15] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:39:15] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:39:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:39:43] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Unknown) [2018-01-14 20:39:43] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:39:43] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:39:43] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:39:43] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Unknown) [2018-01-14 20:40:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:40:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:40:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:40:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:40:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:40:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:40:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Unknown) [2018-01-14 20:40:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Bruce Springsteen - Talk To Me) [2018-01-14 20:40:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:41:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:41:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:41:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:41:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:41:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Unknown) [2018-01-14 20:41:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:41:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:41:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Bruce Springsteen - Talk To Me) [2018-01-14 20:41:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:41:29] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Bruce Springsteen - Talk To Me) [2018-01-14 20:41:29] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:41:39] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Disconvenience - Tv Massacre) [2018-01-14 20:41:39] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:41:39] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Disconvenience - Tv Massacre) [2018-01-14 20:41:39] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:41:39] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:41:46] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:41:47] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:41:49] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Massive Attack - Small Time Shot Away) [2018-01-14 20:41:49] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:41:49] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:42:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:42:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:42:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:42:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:42:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Disconvenience - Tv Massacre) [2018-01-14 20:42:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:42:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:42:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Massive Attack - Small Time Shot Away) [2018-01-14 20:42:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:43:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:43:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:43:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:43:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:43:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:43:14] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:43:14] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Disconvenience - Tv Massacre) [2018-01-14 20:43:14] DBUG stats/modify_node_event update "/feting" yp_currently_playing (Massive Attack - Small Time Shot Away) [2018-01-14 20:43:18] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded [2018-01-14 20:43:58] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Instangd - Konkret Och Brutal) [2018-01-14 20:43:58] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 20:43:58] DBUG yp/handle_returned_header server touch interval is 360 [2018-01-14 20:43:58] DBUG yp/send_to_yp YP touch at http://yp.shoutcast.com succeeded [2018-01-14 20:43:58] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Instangd - Konkret Och Brutal)
I got it working. It was a matter of repeating some things in the icecast configuration file which are usually forwarded from the source client. For example, I added a mount section like this: <mount type="normal"> <mount-name>/stream.opus</mount-name> <public>1</public> <stream-name>mustafejen opus</stream-name> <stream-description>Stream from Ersboda</stream-description> <stream-url>https://mustafejen.se/~per</stream-url> <genre>Alternative, eclectic</genre> <bitrate>32</bitrate> <type>audio/ogg</type> <subtype>opus</subtype> <hidden>0</hidden> <burst-size>65536</burst-size> <mp3-metadata-interval>4096</mp3-metadata-interval> Now it works. Regards, Per Gunnarsson On 01/14/18 21:12, Per Gunnarsson wrote:> I am having problems YP listing my opus and webm streams. The mp3 streams get listed though. > > my ffmpeg for the webm stream: > > ffmpeg \ > -f v4l2 -video_size 640x480 -framerate 30 -i /dev/video0 \ > -i http://mustafejen.se:8000/feting \ > -f oss -i /dev/dsp1 \ > -f webm -cluster_size_limit 2M -cluster_time_limit 5100 -content_type video/webm \ > -c:a libvorbis -b:a 96K \ > -c:v libvpx-vp9 -b:v 1.5M -crf 30 -g 150 -deadline good -threads 4 \ > -ice_description "Der Penner" -ice_public "true" \ > -ice_url "https://mustafejen.se/~per" -content_type "video/webm" \ > -ice_name "penner" -ice_genre "Domestic" \ > icecast://source:top_secret at mustafejen.se:8000/webcam.webm > > My liquidsoap icecast entries: > > output.icecast(%mp3(bitrate=128, stereo=true, samplerate=48000), > host="mustafejen.se", > port=8000, > password="top_secret", > mount="feting", > description="Stream from Ersboda", > genre="Alternative, eclectic", > url="https://mustafejen.se/~per", > name="mustafejen mp3", > public=true, > full) > > output.icecast(%opus(bitrate=32, samplerate=48000, channels=2), > host="mustafejen.se", > port=8000, > password="top_secret", > mount="stream.ogg", > description="Stream from nowhere", > genre="Alternative, eclectic", > url="https://mustafejen.se/~per", > name="mustafejen opus", > public=true, > full) > > output.icecast( > %mp3(bitrate=128, samplerate=48000, stereo=true), > mount="verket", > host="mustafejen.se", > port=8000, > user="source", > public=true, > genre="Mainly Punk", > url="http://verketumea.se", > password="top_secret", > description="Bands from Verket", > name="Verket mp3", > verket) > > output.icecast(%opus(bitrate=64, samplerate=48000, channels=2), > host="mustafejen.se", > port=8000, > password="top_secret", > mount="verket.ogg", > description="Bands from Verket", > public=true, > genre="Mainly Punk", > url="http://verketumea.se", > name="Verket opus", > verket) > > > > > Stream URL below: > > http://mustafejen.se:8000 > > <hostname>mustafejen.se</hostname> > > <listen-socket> > <port>8000</port> > <!-- <bind-address>127.0.0.1</bind-address> --> > <!-- <shoutcast-mount>/stream</shoutcast-mount> --> > </listen-socket> > > <listen-socket> > <port>8001</port> > </listen-socket> > > <listen-socket> > <port>8002</port> > </listen-socket> > > > > <!-- > <listen-socket> > <port>8080</port> > </listen-socket> > --> > > > <listen-socket> > <port>8443</port> > <ssl>1</ssl> > </listen-socket> > > > <directory> > <yp-url-timeout>15</yp-url-timeout> > <yp-url>http://dir.xiph.org/cgi-bin/yp-cgi</yp-url> > </directory> > > <directory> > <yp-url-timeout>15</yp-url-timeout> > <yp-url>http://yp.shoutcast.com</yp-url> > </directory> > > <directory> > <yp-url-timeout>15</yp-url-timeout> > <yp-url>http://icecast-yp.internet-radio.com</yp-url> > </directory> > > > yp in my error.log in the attached file >