FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › Setup Issues › no files listed in share
- This topic has 1 reply, 2 voices, and was last updated 15 years, 7 months ago by
rpedde.
-
AuthorPosts
-
26/10/2007 at 5:37 PM #1868
Anonymous
Inactivei just installed it on ubuntu 7.10.
i can see the share in itunes, but there are no songs in it.
couple of things seem wrong, but not sure if they’re related:1. i get the error 500 in the web interface.
2. i get the Warning: mt-daapd uses the HOWL compat layer of AVAHI
here is my -d 9 spew. sorry for the length. i’ve no idea what’s relevant:
2007-10-26 10:17:29 (40528363): Firefly Version svn-1586: Starting with debuglevel 9
2007-10-26 10:17:29 (40528363): Attempting to load plugin /usr/lib/mt-daapd/plugins/ssc-ffmpeg.so
2007-10-26 10:17:29 (40528363): Loaded plugin /usr/lib/mt-daapd/plugins/ssc-ffmpeg.so (ssc-ffmpeg/svn-1586)
2007-10-26 10:17:29 (40528363): New transcode codec list: flac,alac,ogg,wma
2007-10-26 10:17:29 (40528363): Attempting to load plugin /usr/lib/mt-daapd/plugins/ssc-script.so
2007-10-26 10:17:29 (40528363): No ssc program specified for script transcoder.
2007-10-26 10:17:29 (40528363): Error loading plugin /usr/lib/mt-daapd/plugins/ssc-script.so: plugin declined to load
2007-10-26 10:17:29 (40528363): Attempting to load plugin /usr/lib/mt-daapd/plugins/out-daap.so
2007-10-26 10:17:29 (40528363): Loaded plugin /usr/lib/mt-daapd/plugins/out-daap.so (daap/svn-1586)
2007-10-26 10:17:29 (40528363): New transcode codec list: flac,alac,ogg,wma
2007-10-26 10:17:29 (40528363): Attempting to load plugin /usr/lib/mt-daapd/plugins/rsp.so
2007-10-26 10:17:29 (40528363): Loaded plugin /usr/lib/mt-daapd/plugins/rsp.so (rsp/svn-1586)
2007-10-26 10:17:29 (40528363): New transcode codec list: flac,alac,ogg,wma
2007-10-26 10:17:29 (40528363): Plugin loaded: rsp/svn-1586
2007-10-26 10:17:29 (40528363): Plugin loaded: daap/svn-1586
2007-10-26 10:17:29 (40528363): Plugin loaded: ssc-ffmpeg/svn-1586
2007-10-26 10:17:29 (40528363): Starting rendezvous daemon
2007-10-26 10:17:29 (40528363): Starting rendezvous services
2007-10-26 10:17:29 (40528363): Starting signal handler
2007-10-26 10:17:29 (40528363): Pid: 19886
2007-10-26 10:17:29 (40528363): Opening database
2007-10-26 10:17:29 (40528363): Starting polling thread
2007-10-26 10:17:29 (40528363): Entering runloop
2007-10-26 10:17:29 (40528363): Executing: select value from config where term=’version’
2007-10-26 10:17:29 (40528363): Results: 0
2007-10-26 10:17:29 (40528363): Initializing database
2007-10-26 10:17:29 (40528363): Executing: select count(*) FROM songs
2007-10-26 10:17:29 (40528363): Executing: select value from config where term=’rescan’
2007-10-26 10:17:29 (40528363): Full reload…
2007-10-26 10:17:29 (40528363): Executing: drop index idx_path
2007-10-26 10:17:29 (40528363): Query: drop index idx_path
2007-10-26 10:17:29 (40528363): Error: no such index: idx_path
2007-10-26 10:17:29 (40528363): Executing: drop index idx_songid
2007-10-26 10:17:29 (40528363): Query: drop index idx_songid
2007-10-26 10:17:29 (40528363): Error: no such index: idx_songid
2007-10-26 10:17:29 (40528363): Executing: drop index idx_playlistid
2007-10-26 10:17:29 (40528363): Query: drop index idx_playlistid
2007-10-26 10:17:29 (40528363): Error: no such index: idx_playlistid
2007-10-26 10:17:29 (40528363): Executing: drop table songs
2007-10-26 10:17:29 (d94df7ef): Waiting for data
2007-10-26 10:17:29 (40528363): Rows: 0
2007-10-26 10:17:29 (40528363): Executing: delete from playlists where not type=1 and not type=0
2007-10-26 10:17:29 (40528363): Rows: 0
2007-10-26 10:17:29 (40528363): Executing: drop table playlistitems
2007-10-26 10:17:29 (40528363): Rows: 0
2007-10-26 10:17:29 (40528363): Executing: drop table config
2007-10-26 10:17:29 (40528363): Rows: 0
2007-10-26 10:17:29 (40528363): Executing: vacuum
2007-10-26 10:17:29 (40528363): Rows: 0
2007-10-26 10:17:29 (40528363): Executing: create table songs (
id INTEGER PRIMARY KEY NOT NULL,
path VARCHAR(4096) NOT NULL,
fname VARCHAR(255) NOT NULL,
title VARCHAR(1024) DEFAULT NULL,
artist VARCHAR(1024) DEFAULT NULL,
album VARCHAR(1024) DEFAULT NULL,
genre VARCHAR(255) DEFAULT NULL,
comment VARCHAR(4096) DEFAULT NULL,
type VARCHAR(255) DEFAULT NULL,
composer VARCHAR(1024) DEFAULT NULL,
orchestra VARCHAR(1024) DEFAULT NULL,
conductor VARCHAR(1024) DEFAULT NULL,
grouping VARCHAR(1024) DEFAULT NULL,
url VARCHAR(1024) DEFAULT NULL,
bitrate INTEGER DEFAULT 0,
samplerate INTEGER DEFAULT 0,
song_length INTEGER DEFAULT 0,
file_size INTEGER DEFAULT 0,
year INTEGER DEFAULT 0,
track INTEGER DEFAULT 0,
total_tracks INTEGER DEFAULT 0,
disc INTEGER DEFAULT 0,
total_discs INTEGER DEFAULT 0,
bpm INTEGER DEFAULT 0,
compilation INTEGER DEFAULT 0,
rating INTEGER DEFAULT 0,
play_count INTEGER DEFAULT 0,
data_kind INTEGER DEFAULT 0,
item_kind INTEGER DEFAULT 0,
description INTEGER DEFAULT 0,
time_added INTEGER DEFAULT 0,
time_modified INTEGER DEFAULT 0,
time_played INTEGER DEFAULT 0,
db_timestamp INTEGER DEFAULT 0,
disabled INTEGER DEFAULT 0,
sample_count INTEGER DEFAULT 0,
force_update INTEGER DEFAULT 0,
codectype VARCHAR(5) DEFAULT NULL,
idx INTEGER NOT NULL,
has_video INTEGER DEFAULT 0,
contentrating INTEGER DEFAULT 0,
bits_per_sample INTEGER DEFAULT 0,
album_artist VARCHAR(1024)
);
create table playlistitems (
id INTEGER PRIMARY KEY NOT NULL,
playlistid INTEGER NOT NULL,
songid INTEGER NOT NULL
);
create table config (
term VARCHAR(255) NOT NULL,
subterm VARCHAR(255) DEFAULT NULL,
value VARCHAR(1024) NOT NULL
);
insert into config values (‘version’,”,’13’);2007-10-26 10:17:29 (40528363): Rows: 1
2007-10-26 10:17:29 (40528363): Executing: create table playlists (
id INTEGER PRIMARY KEY NOT NULL,
title VARCHAR(255) NOT NULL,
type INTEGER NOT NULL,
items INTEGER NOT NULL,
query VARCHAR(1024),
db_timestamp INTEGER NOT NULL,
path VARCHAR(4096),
idx INTEGER NOT NULL
);
insert into playlists values (1,’Library’,1,0,’1′,0,”,0);2007-10-26 10:17:29 (40528363): Query: create table playlists (
id INTEGER PRIMARY KEY NOT NULL,
title VARCHAR(255) NOT NULL,
type INTEGER NOT NULL,
items INTEGER NOT NULL,
query VARCHAR(1024),
db_timestamp INTEGER NOT NULL,
path VARCHAR(4096),
idx INTEGER NOT NULL
);
insert into playlists values (1,’Library’,1,0,’1′,0,”,0);2007-10-26 10:17:29 (40528363): Error: table playlists already exists
2007-10-26 10:17:29 (40528363): Starting web server from /usr/share/mt-daapd/admin-root on port 3689
2007-10-26 10:17:29 (40528363): Listening on port 3689
2007-10-26 10:17:29 (40528363): Starting server thread
2007-10-26 10:17:29 (40528363): Registering rendezvous names
2007-10-26 10:17:29 (d94df7ef): Received a message from daap server
2007-10-26 10:17:29 (d94df7ef): Registering _http._tcp.Firefly svn-1586 on monstr (3689)
2007-10-26 10:17:29 (40528363): Checking rsp/svn-1586
2007-10-26 10:17:29 (40528363): Registering _rsp._tcp
2007-10-26 10:17:29 (d94df7ef): Received a message from daap server
2007-10-26 10:17:29 (d94df7ef): Registering _rsp._tcp.Firefly svn-1586 on monstr (3689)
2007-10-26 10:17:29 (40528363): Checking daap/svn-1586
2007-10-26 10:17:29 (40528363): Registering _daap._tcp
2007-10-26 10:17:29 (d94df7ef): Received a message from daap server
2007-10-26 10:17:29 (d94df7ef): Registering _daap._tcp.Firefly svn-1586 on monstr (3689)
2007-10-26 10:17:29 (40528363): Checking ssc-ffmpeg/svn-1586
2007-10-26 10:17:29 (40528363): Executing: select count(*) FROM songs
2007-10-26 10:17:29 (40528363): Serving 0 songs. Startup complete in 0 seconds
2007-10-26 10:17:30 (40528363): Publish reply: started
2007-10-26 10:17:30 (40528363): Publish reply: stopped
2007-10-26 10:17:30 (40528363): Publish reply: name collision
2007-10-26 10:19:33 (342c63de): Thread 0: Entering ws_dispatcher (Connection from 192.168.1.46)
2007-10-26 10:19:33 (342c63de): Thread 0: got request
2007-10-26 10:19:33 (342c63de): Request: GET /index.html HTTP/1.12007-10-26 10:19:33 (342c63de): Thread 0: Read: Host: monstr:3689
2007-10-26 10:19:33 (342c63de): Thread 0: Adding header *Host=monstr:3689*
2007-10-26 10:19:33 (342c63de): Added *Host=monstr:3689*
2007-10-26 10:19:33 (342c63de): Thread 0: Read: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.8) Gecko/20071008 Firefox/2.0.0.82007-10-26 10:19:33 (342c63de): Thread 0: Adding header *User-Agent=Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.8) Gecko/20071008 Firefox/2.0.0.8*
2007-10-26 10:19:33 (342c63de): Added *User-Agent=Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.8) Gecko/20071008 Firefox/2.0.0.8*
2007-10-26 10:19:33 (342c63de): Thread 0: Read: Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.52007-10-26 10:19:33 (342c63de): Thread 0: Adding header *Accept=text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5*
2007-10-26 10:19:33 (342c63de): Added *Accept=text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5*
2007-10-26 10:19:33 (342c63de): Thread 0: Read: Accept-Language: en-us,en;q=0.52007-10-26 10:19:33 (342c63de): Thread 0: Adding header *Accept-Language=en-us,en;q=0.5*
2007-10-26 10:19:33 (342c63de): Added *Accept-Language=en-us,en;q=0.5*
2007-10-26 10:19:33 (342c63de): Thread 0: Read: Accept-Encoding: gzip,deflate2007-10-26 10:19:33 (342c63de): Thread 0: Adding header *Accept-Encoding=gzip,deflate*
2007-10-26 10:19:33 (342c63de): Added *Accept-Encoding=gzip,deflate*
2007-10-26 10:19:33 (342c63de): Thread 0: Read: Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.72007-10-26 10:19:33 (342c63de): Thread 0: Adding header *Accept-Charset=ISO-8859-1,utf-8;q=0.7,*;q=0.7*
2007-10-26 10:19:33 (342c63de): Added *Accept-Charset=ISO-8859-1,utf-8;q=0.7,*;q=0.7*
2007-10-26 10:19:33 (342c63de): Thread 0: Read: Keep-Alive: 3002007-10-26 10:19:33 (342c63de): Thread 0: Adding header *Keep-Alive=300*
2007-10-26 10:19:33 (342c63de): Added *Keep-Alive=300*
2007-10-26 10:19:33 (342c63de): Thread 0: Read: Connection: keep-alive2007-10-26 10:19:33 (342c63de): Thread 0: Adding header *Connection=keep-alive*
2007-10-26 10:19:33 (342c63de): Added *Connection=keep-alive*
2007-10-26 10:19:33 (342c63de): Thread 0: Read: Referer: http://monstr:3689/config.html2007-10-26 10:19:33 (342c63de): Thread 0: Adding header *Referer=http://monstr:3689/config.html*
2007-10-26 10:19:33 (342c63de): Added *Referer=http://monstr:3689/config.html*
2007-10-26 10:19:33 (342c63de): Thread 0: Read: Authorization: Basic YWRtaW46MjIyZGFhcDg=2007-10-26 10:19:33 (342c63de): Thread 0: Adding header *Authorization=Basic YWRtaW46MjIyZGFhcDg=*
2007-10-26 10:19:33 (342c63de): Added *Authorization=Basic YWRtaW46MjIyZGFhcDg=*
2007-10-26 10:19:33 (342c63de): Thread 0: Read:2007-10-26 10:19:33 (342c63de): Thread 0: Headers parsed!
2007-10-26 10:19:33 (342c63de): Checking to see if connection matches close
2007-10-26 10:19:33 (342c63de): And it does NOT
2007-10-26 10:19:33 (342c63de): Thread 0: Connection type HTTP/1.1: Connection: persist
2007-10-26 10:19:33 (342c63de): Thread 0: Original URI: /index.html
2007-10-26 10:19:33 (342c63de): Thread 0: Translated URI: /index.html
2007-10-26 10:19:33 (342c63de): Thread 0: Preparing to find handler
2007-10-26 10:19:33 (342c63de): Checking /index.html against handler for /
2007-10-26 10:19:33 (342c63de): Thread 0: URI Match!
2007-10-26 10:19:33 (342c63de): Thread 0: Time is 1193419173 seconds after epoch
2007-10-26 10:19:33 (342c63de): Thread 0: Setting time header
2007-10-26 10:19:33 (342c63de): Added *Date=Fri, 26 Oct 2007 17:19:33 GMT*
2007-10-26 10:19:33 (342c63de): Added *Connection=keep-alive*
2007-10-26 10:19:33 (342c63de): Added *Server=mt-daapd/svn-1586*
2007-10-26 10:19:33 (342c63de): Added *Content-Type=text/html*
2007-10-26 10:19:33 (342c63de): Added *Content-Language=en_us*
2007-10-26 10:19:33 (342c63de): Thread 0: Using non-default handler
2007-10-26 10:19:33 (342c63de): in main_auth
2007-10-26 10:19:33 (342c63de): Checking url /index.html
2007-10-26 10:19:33 (342c63de): Checking url /index.html
2007-10-26 10:19:33 (342c63de): Dispatching auth for /index.html to config auth
2007-10-26 10:19:33 (342c63de): Checking if pw required for /index.html as admin
2007-10-26 10:19:33 (342c63de): Yep
2007-10-26 10:19:33 (342c63de): Preparing to decode YWRtaW46MjIyZGFhcDg=
2007-10-26 10:19:33 (342c63de): Decoded admin:password
2007-10-26 10:19:33 (342c63de): Decoded user=admin, pw=password
2007-10-26 10:19:33 (342c63de): in main_auth
2007-10-26 10:19:33 (342c63de): Checking url /index.html
2007-10-26 10:19:33 (342c63de): Checking url /index.html
2007-10-26 10:19:33 (342c63de): Dispatching auth for /index.html to config auth
2007-10-26 10:19:33 (342c63de): Added *HTTP_USER=admin*
2007-10-26 10:19:33 (342c63de): Added *HTTP_PASSWD=password*
2007-10-26 10:19:33 (342c63de): in main_handler
2007-10-26 10:19:33 (342c63de): Checking url /index.html
2007-10-26 10:19:33 (342c63de): Checking url /index.html
2007-10-26 10:19:33 (342c63de): Dispatching /index.html to config handler
2007-10-26 10:19:33 (342c63de): Entering config_handler
2007-10-26 10:19:33 (342c63de): Entering config_set_status
2007-10-26 10:19:33 (342c63de): Exiting config_set_status
2007-10-26 10:19:33 (342c63de): Updating Connection from keep-alive to close
2007-10-26 10:19:33 (342c63de): Thread 0: Preparing to serve /usr/share/mt-daapd/admin-root/index.html
2007-10-26 10:19:33 (342c63de): Emitting reponse header Content-Language: en_us
2007-10-26 10:19:33 (342c63de): Emitting reponse header Content-Type: text/html
2007-10-26 10:19:33 (342c63de): Emitting reponse header Server: mt-daapd/svn-1586
2007-10-26 10:19:33 (342c63de): Emitting reponse header Connection: close
2007-10-26 10:19:33 (342c63de): Emitting reponse header Date: Fri, 26 Oct 2007 17:19:33 GMT
2007-10-26 10:19:33 (342c63de): Got directive include hdr.html
2007-10-26 10:19:33 (342c63de): Preparing to include hdr.html
2007-10-26 10:19:33 (342c63de): Thread 0: Preparing to serve /usr/share/mt-daapd/admin-root/hdr.html
2007-10-26 10:19:33 (342c63de): Got directive ispage index.html::
2007-10-26 10:19:33 (342c63de): Splitting arg index.html::
2007-10-26 10:19:33 (342c63de): page: index.html, uri: /index.html
2007-10-26 10:19:33 (342c63de): Got directive ispage index.html::
2007-10-26 10:19:33 (342c63de): Splitting arg index.html::
2007-10-26 10:19:33 (342c63de): page: index.html, uri: /index.html
2007-10-26 10:19:33 (342c63de): Got directive ispage index.html::
2007-10-26 10:19:33 (342c63de): Splitting arg index.html::
2007-10-26 10:19:33 (342c63de): page: index.html, uri: /index.html
2007-10-26 10:19:33 (342c63de): Got directive ispage index.html::
2007-10-26 10:19:33 (342c63de): Splitting arg index.html::
2007-10-26 10:19:33 (342c63de): page: index.html, uri: /index.html
2007-10-26 10:19:33 (342c63de): Got directive ispage index.html::
2007-10-26 10:19:33 (342c63de): Splitting arg index.html::
2007-10-26 10:19:33 (342c63de): page: index.html, uri: /index.html
2007-10-26 10:19:33 (342c63de): Got directive ispage config.html::
2007-10-26 10:19:33 (342c63de): Splitting arg config.html::
2007-10-26 10:19:33 (342c63de): page: config.html, uri: /index.html
2007-10-26 10:19:33 (342c63de): Got directive ispage config.html::
2007-10-26 10:19:33 (342c63de): Splitting arg config.html::
2007-10-26 10:19:33 (342c63de): page: config.html, uri: /index.html
2007-10-26 10:19:33 (342c63de): Got directive ispage config.html::
2007-10-26 10:19:33 (342c63de): Splitting arg config.html::
2007-10-26 10:19:33 (342c63de): page: config.html, uri: /index.html
2007-10-26 10:19:33 (342c63de): Got directive ispage config.html::
2007-10-26 10:19:33 (342c63de): Splitting arg config.html::
2007-10-26 10:19:33 (342c63de): page: config.html, uri: /index.html
2007-10-26 10:19:33 (342c63de): Got directive ispage config.html::
2007-10-26 10:19:33 (342c63de): Splitting arg config.html::
2007-10-26 10:19:33 (342c63de): page: config.html, uri: /index.html
2007-10-26 10:19:33 (342c63de): Got directive ispage smart.html::
2007-10-26 10:19:33 (342c63de): Splitting arg smart.html::
2007-10-26 10:19:33 (342c63de): page: smart.html, uri: /index.html
2007-10-26 10:19:33 (342c63de): Got directive ispage smart.html::
2007-10-26 10:19:33 (342c63de): Splitting arg smart.html::
2007-10-26 10:19:33 (342c63de): page: smart.html, uri: /index.html
2007-10-26 10:19:33 (342c63de): Got directive ispage smart.html::
2007-10-26 10:19:33 (342c63de): Splitting arg smart.html::
2007-10-26 10:19:33 (342c63de): page: smart.html, uri: /index.html
2007-10-26 10:19:33 (342c63de): Got directive ispage playlist.html::
2007-10-26 10:19:33 (342c63de): Splitting arg playlist.html::
2007-10-26 10:19:33 (342c63de): page: playlist.html, uri: /index.html
2007-10-26 10:19:33 (342c63de): Got directive ispage playlist.html::
2007-10-26 10:19:33 (342c63de): Splitting arg playlist.html::
2007-10-26 10:19:33 (342c63de): page: playlist.html, uri: /index.html
2007-10-26 10:19:33 (342c63de): Got directive ispage playlist.html::
2007-10-26 10:19:33 (342c63de): Splitting arg playlist.html::
2007-10-26 10:19:33 (342c63de): page: playlist.html, uri: /index.html
2007-10-26 10:19:33 (342c63de): Got directive ispage playlist.html::
2007-10-26 10:19:33 (342c63de): Splitting arg playlist.html::
2007-10-26 10:19:33 (342c63de): page: playlist.html, uri: /index.html
2007-10-26 10:19:33 (342c63de): Got directive ispage playlist.html::
2007-10-26 10:19:33 (342c63de): Splitting arg playlist.html::
2007-10-26 10:19:33 (342c63de): page: playlist.html, uri: /index.html
2007-10-26 10:19:33 (342c63de): Got directive ispage smart.html:onload=”init()”:
2007-10-26 10:19:33 (342c63de): Splitting arg smart.html:onload=”init()”:
2007-10-26 10:19:33 (342c63de): page: smart.html, uri: /index.html
2007-10-26 10:19:33 (342c63de): Got directive VERSION
2007-10-26 10:19:33 (342c63de): Got directive ispage index.html:class=”naviselected”:
2007-10-26 10:19:33 (342c63de): Splitting arg index.html:class=”naviselected”:
2007-10-26 10:19:33 (342c63de): page: index.html, uri: /index.html
2007-10-26 10:19:33 (342c63de): Got directive ispage smart.html:class=”naviselected”:
2007-10-26 10:19:33 (342c63de): Splitting arg smart.html:class=”naviselected”:
2007-10-26 10:19:33 (342c63de): page: smart.html, uri: /index.html
2007-10-26 10:19:33 (342c63de): Got directive ispage config.html:class=”naviselected”:
2007-10-26 10:19:33 (342c63de): Splitting arg config.html:class=”naviselected”:
2007-10-26 10:19:33 (342c63de): page: config.html, uri: /index.html
2007-10-26 10:19:33 (342c63de): Got directive ispage feedback.html:class=”naviselected”:
2007-10-26 10:19:33 (342c63de): Splitting arg feedback.html:class=”naviselected”:
2007-10-26 10:19:33 (342c63de): page: feedback.html, uri: /index.html
2007-10-26 10:19:33 (342c63de): Got directive ispage status.html:class=”naviselected”:
2007-10-26 10:19:33 (342c63de): Splitting arg status.html:class=”naviselected”:
2007-10-26 10:19:33 (342c63de): page: status.html, uri: /index.html
2007-10-26 10:19:33 (342c63de): Got directive ispage thanks.html:naviselected:navi
2007-10-26 10:19:33 (342c63de): Splitting arg thanks.html:naviselected:navi
2007-10-26 10:19:33 (342c63de): page: thanks.html, uri: /index.html
2007-10-26 10:19:33 (342c63de): Got directive VERSION
2007-10-26 10:19:33 (342c63de): Got directive ispage gpl-license.html:naviselected:navi
2007-10-26 10:19:33 (342c63de): Splitting arg gpl-license.html:naviselected:navi
2007-10-26 10:19:33 (342c63de): page: gpl-license.html, uri: /index.html
2007-10-26 10:19:33 (342c63de): Got directive ispage aspl-license.html:naviselected:navi
2007-10-26 10:19:33 (342c63de): Splitting arg aspl-license.html:naviselected:navi
2007-10-26 10:19:33 (342c63de): page: aspl-license.html, uri: /index.html
2007-10-26 10:19:33 (342c63de): Got directive ispage playlist.html:naviselected:navi
2007-10-26 10:19:33 (342c63de): Splitting arg playlist.html:naviselected:navi
2007-10-26 10:19:33 (342c63de): page: playlist.html, uri: /index.html
2007-10-26 10:19:33 (342c63de): Got directive ispage applet.html:naviselected:navi
2007-10-26 10:19:33 (342c63de): Splitting arg applet.html:naviselected:navi
2007-10-26 10:19:33 (342c63de): page: applet.html, uri: /index.html
2007-10-26 10:19:33 (342c63de): Got directive session-count
2007-10-26 10:19:33 (342c63de): Thread 0: included successfully
2007-10-26 10:19:33 (342c63de): Got directive include ftr.html
2007-10-26 10:19:33 (342c63de): Preparing to include ftr.html
2007-10-26 10:19:33 (342c63de): Thread 0: Preparing to serve /usr/share/mt-daapd/admin-root/ftr.html
2007-10-26 10:19:33 (342c63de): Thread 0: included successfully
2007-10-26 10:19:33 (342c63de): Thread 0: Served successfully
2007-10-26 10:19:33 (342c63de): Entering config_set_status
2007-10-26 10:19:33 (342c63de): Exiting config_set_status
2007-10-26 10:19:33 (342c63de): Thread 0: Terminating
2007-10-26 10:19:33 (342c63de): Thread 0: Freeing request headers
2007-10-26 10:19:33 (342c63de): Thread 0: Freeing response headers
2007-10-26 10:19:33 (342c63de): Thread 0: Freeing request vars
2007-10-26 10:19:33 (342c63de): Thread 0: Closing fd
2007-10-26 10:19:33 (342c63de): With thread 0 exiting, 0 are still running
2007-10-26 10:19:34 (342c63de): Thread 1: Entering ws_dispatcher (Connection from 192.168.1.46)
2007-10-26 10:19:34 (342c63de): Thread 1: got request
2007-10-26 10:19:34 (342c63de): Request: GET /firefly.css HTTP/1.12007-10-26 10:19:34 (342c63de): Thread 1: Read: Host: monstr:3689
2007-10-26 10:19:34 (342c63de): Thread 1: Adding header *Host=monstr:3689*
2007-10-26 10:19:34 (342c63de): Added *Host=monstr:3689*
2007-10-26 10:19:34 (342c63de): Thread 1: Read: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.8) Gecko/20071008 Firefox/2.0.0.82007-10-26 10:19:34 (342c63de): Thread 1: Adding header *User-Agent=Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.8) Gecko/20071008 Firefox/2.0.0.8*
2007-10-26 10:19:34 (342c63de): Added *User-Agent=Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.8) Gecko/20071008 Firefox/2.0.0.8*
2007-10-26 10:19:34 (342c63de): Thread 1: Read: Accept: text/css,*/*;q=0.12007-10-26 10:19:34 (342c63de): Thread 1: Adding header *Accept=text/css,*/*;q=0.1*
2007-10-26 10:19:34 (342c63de): Added *Accept=text/css,*/*;q=0.1*
2007-10-26 10:19:34 (342c63de): Thread 1: Read: Accept-Language: en-us,en;q=0.52007-10-26 10:19:34 (342c63de): Thread 1: Adding header *Accept-Language=en-us,en;q=0.5*
2007-10-26 10:19:34 (342c63de): Added *Accept-Language=en-us,en;q=0.5*
2007-10-26 10:19:34 (342c63de): Thread 1: Read: Accept-Encoding: gzip,deflate2007-10-26 10:19:34 (342c63de): Thread 1: Adding header *Accept-Encoding=gzip,deflate*
2007-10-26 10:19:34 (342c63de): Added *Accept-Encoding=gzip,deflate*
2007-10-26 10:19:34 (342c63de): Thread 1: Read: Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.72007-10-26 10:19:34 (342c63de): Thread 1: Adding header *Accept-Charset=ISO-8859-1,utf-8;q=0.7,*;q=0.7*
2007-10-26 10:19:34 (342c63de): Added *Accept-Charset=ISO-8859-1,utf-8;q=0.7,*;q=0.7*
2007-10-26 10:19:34 (342c63de): Thread 1: Read: Keep-Alive: 3002007-10-26 10:19:34 (342c63de): Thread 1: Adding header *Keep-Alive=300*
2007-10-26 10:19:34 (342c63de): Added *Keep-Alive=300*
2007-10-26 10:19:34 (342c63de): Thread 1: Read: Connection: keep-alive2007-10-26 10:19:34 (342c63de): Thread 1: Adding header *Connection=keep-alive*
2007-10-26 10:19:34 (342c63de): Added *Connection=keep-alive*
2007-10-26 10:19:34 (342c63de): Thread 1: Read: Referer: http://monstr:3689/index.html2007-10-26 10:19:34 (342c63de): Thread 1: Adding header *Referer=http://monstr:3689/index.html*
2007-10-26 10:19:34 (342c63de): Added *Referer=http://monstr:3689/index.html*
2007-10-26 10:19:34 (342c63de): Thread 1: Read: Authorization: Basic YWRtaW46MjIyZGFhcDg=2007-10-26 10:19:34 (342c63de): Thread 1: Adding header *Authorization=Basic YWRtaW46MjIyZGFhcDg=*
2007-10-26 10:19:34 (342c63de): Added *Authorization=Basic YWRtaW46MjIyZGFhcDg=*
2007-10-26 10:19:34 (342c63de): Thread 1: Read:2007-10-26 10:19:34 (342c63de): Thread 1: Headers parsed!
2007-10-26 10:19:34 (342c63de): Checking to see if connection matches close
2007-10-26 10:19:34 (342c63de): And it does NOT
2007-10-26 10:19:34 (342c63de): Thread 1: Connection type HTTP/1.1: Connection: persist
2007-10-26 10:19:34 (342c63de): Thread 1: Original URI: /firefly.css
2007-10-26 10:19:34 (342c63de): Thread 1: Translated URI: /firefly.css
2007-10-26 10:19:34 (342c63de): Thread 1: Preparing to find handler
2007-10-26 10:19:34 (342c63de): Checking /firefly.css against handler for /
2007-10-26 10:19:34 (342c63de): Thread 1: URI Match!
2007-10-26 10:19:34 (342c63de): Thread 1: Time is 1193419174 seconds after epoch
2007-10-26 10:19:34 (342c63de): Thread 1: Setting time header
2007-10-26 10:19:34 (342c63de): Added *Date=Fri, 26 Oct 2007 17:19:34 GMT*
2007-10-26 10:19:34 (342c63de): Added *Connection=keep-alive*
2007-10-26 10:19:34 (342c63de): Added *Server=mt-daapd/svn-1586*
2007-10-26 10:19:34 (342c63de): Added *Content-Type=text/html*
2007-10-26 10:19:34 (342c63de): Added *Content-Language=en_us*
2007-10-26 10:19:34 (342c63de): Thread 1: Using non-default handler
2007-10-26 10:19:34 (342c63de): in main_auth
2007-10-26 10:19:34 (342c63de): Checking url /firefly.css
2007-10-26 10:19:34 (342c63de): Checking url /firefly.css
2007-10-26 10:19:34 (342c63de): Dispatching auth for /firefly.css to config auth
2007-10-26 10:19:34 (342c63de): Checking if pw required for /firefly.css as admin
2007-10-26 10:19:34 (342c63de): Yep
2007-10-26 10:19:34 (342c63de): Preparing to decode YWRtaW46MjIyZGFhcDg=
2007-10-26 10:19:34 (342c63de): Decoded admin:password
2007-10-26 10:19:34 (342c63de): Decoded user=admin, pw=password
2007-10-26 10:19:34 (342c63de): in main_auth
2007-10-26 10:19:34 (342c63de): Checking url /firefly.css
2007-10-26 10:19:34 (342c63de): Checking url /firefly.css
2007-10-26 10:19:34 (342c63de): Dispatching auth for /firefly.css to config auth
2007-10-26 10:19:34 (342c63de): Added *HTTP_USER=admin*
2007-10-26 10:19:34 (342c63de): Added *HTTP_PASSWD=password*
2007-10-26 10:19:34 (342c63de): in main_handler
2007-10-26 10:19:34 (342c63de): Checking url /firefly.css
2007-10-26 10:19:34 (342c63de): Checking url /firefly.css
2007-10-26 10:19:34 (342c63de): Dispatching /firefly.css to config handler
2007-10-26 10:19:34 (342c63de): Entering config_handler
2007-10-26 10:19:34 (342c63de): Entering config_set_status
2007-10-26 10:19:34 (342c63de): Exiting config_set_status
2007-10-26 10:19:34 (342c63de): Updating Connection from keep-alive to close
2007-10-26 10:19:34 (342c63de): Thread 1: Preparing to serve /usr/share/mt-daapd/admin-root/firefly.css
2007-10-26 10:19:34 (342c63de): Updating Content-Type from text/html to text/css; charset=utf-8
2007-10-26 10:19:34 (342c63de): Emitting reponse header Content-Language: en_us
2007-10-26 10:19:34 (342c63de): Emitting reponse header Content-Type: text/css; charset=utf-8
2007-10-26 10:19:34 (342c63de): Emitting reponse header Server: mt-daapd/svn-1586
2007-10-26 10:19:34 (342c63de): Emitting reponse header Connection: close
2007-10-26 10:19:34 (342c63de): Emitting reponse header Date: Fri, 26 Oct 2007 17:19:34 GMT
2007-10-26 10:19:34 (342c63de): Thread 1: Served successfully
2007-10-26 10:19:34 (342c63de): Entering config_set_status
2007-10-26 10:19:34 (342c63de): Exiting config_set_status
2007-10-26 10:19:34 (342c63de): Thread 1: Terminating
2007-10-26 10:19:34 (342c63de): Thread 1: Freeing request headers
2007-10-26 10:19:34 (342c63de): Thread 1: Freeing response headers
2007-10-26 10:19:34 (342c63de): Thread 1: Freeing request vars
2007-10-26 10:19:34 (342c63de): Thread 1: Closing fd
2007-10-26 10:19:34 (342c63de): With thread 1 exiting, 0 are still running
2007-10-26 10:19:34 (342c63de): Thread 2: Entering ws_dispatcher (Connection from 192.168.1.46)
2007-10-26 10:19:34 (342c63de): Thread 2: got request
2007-10-26 10:19:34 (342c63de): Request: GET /lib-js/prototype.js HTTP/1.12007-10-26 10:19:34 (342c63de): Thread 2: Read: Host: monstr:3689
2007-10-26 10:19:34 (342c63de): Thread 2: Adding header *Host=monstr:3689*
2007-10-26 10:19:34 (342c63de): Added *Host=monstr:3689*
2007-10-26 10:19:34 (342c63de): Thread 2: Read: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.8) Gecko/20071008 Firefox/2.0.0.82007-10-26 10:19:34 (342c63de): Thread 2: Adding header *User-Agent=Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.8) Gecko/20071008 Firefox/2.0.0.8*
2007-10-26 10:19:34 (342c63de): Added *User-Agent=Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.8) Gecko/20071008 Firefox/2.0.0.8*
2007-10-26 10:19:34 (342c63de): Thread 2: Read: Accept: */*2007-10-26 10:19:34 (342c63de): Thread 2: Adding header *Accept=*/**
2007-10-26 10:19:34 (342c63de): Added *Accept=*/**
2007-10-26 10:19:34 (342c63de): Thread 2: Read: Accept-Language: en-us,en;q=0.52007-10-26 10:19:34 (342c63de): Thread 2: Adding header *Accept-Language=en-us,en;q=0.5*
2007-10-26 10:19:34 (342c63de): Added *Accept-Language=en-us,en;q=0.5*
2007-10-26 10:19:34 (342c63de): Thread 2: Read: Accept-Encoding: gzip,deflate2007-10-26 10:19:34 (342c63de): Thread 2: Adding header *Accept-Encoding=gzip,deflate*
2007-10-26 10:19:34 (342c63de): Added *Accept-Encoding=gzip,deflate*
2007-10-26 10:19:34 (342c63de): Thread 2: Read: Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.72007-10-26 10:19:34 (342c63de): Thread 2: Adding header *Accept-Charset=ISO-8859-1,utf-8;q=0.7,*;q=0.7*
2007-10-26 10:19:34 (342c63de): Added *Accept-Charset=ISO-8859-1,utf-8;q=0.7,*;q=0.7*
2007-10-26 10:19:34 (342c63de): Thread 2: Read: Keep-Alive: 3002007-10-26 10:19:34 (342c63de): Thread 2: Adding header *Keep-Alive=300*
2007-10-26 10:19:34 (342c63de): Added *Keep-Alive=300*
2007-10-26 10:19:34 (342c63de): Thread 2: Read: Connection: keep-alive2007-10-26 10:19:34 (342c63de): Thread 2: Adding header *Connection=keep-alive*
2007-10-26 10:19:34 (342c63de): Added *Connection=keep-alive*
2007-10-26 10:19:34 (342c63de): Thread 2: Read: Referer: http://monstr:3689/index.html2007-10-26 10:19:34 (342c63de): Thread 2: Adding header *Referer=http://monstr:3689/index.html*
2007-10-26 10:19:34 (342c63de): Added *Referer=http://monstr:3689/index.html*
2007-10-26 10:19:34 (342c63de): Thread 2: Read: Authorization: Basic YWRtaW46MjIyZGFhcDg=2007-10-26 10:19:34 (342c63de): Thread 2: Adding header *Authorization=Basic YWRtaW46MjIyZGFhcDg=*
2007-10-26 10:19:34 (342c63de): Added *Authorization=Basic YWRtaW46MjIyZGFhcDg=*
2007-10-26 10:19:34 (342c63de): Thread 2: Read:2007-10-26 10:19:34 (342c63de): Thread 2: Headers parsed!
2007-10-26 10:19:34 (342c63de): Checking to see if connection matches close
2007-10-26 10:19:34 (342c63de): And it does NOT
2007-10-26 10:19:34 (342c63de): Thread 2: Connection type HTTP/1.1: Connection: persist
2007-10-26 10:19:34 (342c63de): Thread 2: Original URI: /lib-js/prototype.js
2007-10-26 10:19:34 (342c63de): Thread 2: Translated URI: /lib-js/prototype.js
2007-10-26 10:19:34 (342c63de): Thread 2: Preparing to find handler
2007-10-26 10:19:34 (342c63de): Checking /lib-js/prototype.js against handler for /
2007-10-26 10:19:34 (342c63de): Thread 2: URI Match!
2007-10-26 10:19:34 (342c63de): Thread 2: Time is 1193419174 seconds after epoch
2007-10-26 10:19:34 (342c63de): Thread 2: Setting time header
2007-10-26 10:19:34 (342c63de): Added *Date=Fri, 26 Oct 2007 17:19:34 GMT*
2007-10-26 10:19:34 (342c63de): Added *Connection=keep-alive*
2007-10-26 10:19:34 (342c63de): Added *Server=mt-daapd/svn-1586*
2007-10-26 10:19:34 (342c63de): Added *Content-Type=text/html*
2007-10-26 10:19:34 (342c63de): Added *Content-Language=en_us*
2007-10-26 10:19:34 (342c63de): Thread 2: Using non-default handler
2007-10-26 10:19:34 (342c63de): in main_auth
2007-10-26 10:19:34 (342c63de): Checking url /lib-js/prototype.js
2007-10-26 10:19:34 (342c63de): Checking url /lib-js/prototype.js
2007-10-26 10:19:34 (342c63de): Dispatching auth for /lib-js/prototype.js to config auth
2007-10-26 10:19:34 (342c63de): Checking if pw required for /lib-js/prototype.js as admin
2007-10-26 10:19:34 (342c63de): Yep
2007-10-26 10:19:34 (342c63de): Preparing to decode YWRtaW46MjIyZGFhcDg=
2007-10-26 10:19:34 (342c63de): Decoded admin:password
2007-10-26 10:19:34 (342c63de): Decoded user=admin, pw=password
2007-10-26 10:19:34 (342c63de): in main_auth
2007-10-26 10:19:34 (342c63de): Checking url /lib-js/prototype.js
2007-10-26 10:19:34 (342c63de): Checking url /lib-js/prototype.js
2007-10-26 10:19:34 (342c63de): Dispatching auth for /lib-js/prototype.js to config auth
2007-10-26 10:19:34 (342c63de): Added *HTTP_USER=admin*
2007-10-26 10:19:34 (342c63de): Added *HTTP_PASSWD=password*
2007-10-26 10:19:34 (342c63de): in main_handler
2007-10-26 10:19:34 (342c63de): Checking url /lib-js/prototype.js
2007-10-26 10:19:34 (342c63de): Checking url /lib-js/prototype.js
2007-10-26 10:19:34 (342c63de): Dispatching /lib-js/prototype.js to config handler
2007-10-26 10:19:34 (342c63de): Entering config_handler
2007-10-26 10:19:34 (342c63de): Entering config_set_status
2007-10-26 10:19:34 (342c63de): Exiting config_set_status
2007-10-26 10:19:34 (342c63de): Updating Connection from keep-alive to close
2007-10-26 10:19:34 (342c63de): Thread 2: Preparing to serve /usr/share/mt-daapd/admin-root/lib-js/prototype.js
2007-10-26 10:19:34 (342c63de): Emitting reponse header Content-Language: en_us
2007-10-26 10:19:34 (342c63de): Emitting reponse header Content-Type: text/html
2007-10-26 10:19:34 (342c63de): Emitting reponse header Server: mt-daapd/svn-1586
2007-10-26 10:19:34 (342c63de): Emitting reponse header Connection: close
2007-10-26 10:19:34 (342c63de): Emitting reponse header Date: Fri, 26 Oct 2007 17:19:34 GMT
2007-10-26 10:19:34 (342c63de): Thread 2: Served successfully
2007-10-26 10:19:34 (342c63de): Entering config_set_status
2007-10-26 10:19:34 (342c63de): Exiting config_set_status
2007-10-26 10:19:34 (342c63de): Thread 2: Terminating
2007-10-26 10:19:34 (342c63de): Thread 2: Freeing request headers
2007-10-26 10:19:34 (342c63de): Thread 2: Freeing response headers
2007-10-26 10:19:34 (342c63de): Thread 2: Freeing request vars
2007-10-26 10:19:34 (342c63de): Thread 2: Closing fd
2007-10-26 10:19:34 (342c63de): With thread 2 exiting, 0 are still running
2007-10-26 10:19:34 (342c63de): Thread 3: Entering ws_dispatcher (Connection from 192.168.1.46)
2007-10-26 10:19:34 (342c63de): Thread 3: got request
2007-10-26 10:19:34 (342c63de): Request: GET /lib-js/script.aculo.us/effects.js HTTP/1.12007-10-26 10:19:34 (342c63de): Thread 3: Read: Host: monstr:3689
2007-10-26 10:19:34 (342c63de): Thread 3: Adding header *Host=monstr:3689*
2007-10-26 10:19:34 (342c63de): Added *Host=monstr:3689*
2007-10-26 10:19:34 (342c63de): Thread 3: Read: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.8) Gecko/20071008 Firefox/2.0.0.82007-10-26 10:19:34 (342c63de): Thread 3: Adding header *User-Agent=Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.8) Gecko/20071008 Firefox/2.0.0.8*
2007-10-26 10:19:34 (342c63de): Added *User-Agent=Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.8) Gecko/20071008 Firefox/2.0.0.8*
2007-10-26 10:19:34 (342c63de): Thread 3: Read: Accept: */*2007-10-26 10:19:34 (342c63de): Thread 3: Adding header *Accept=*/**
2007-10-26 10:19:34 (342c63de): Added *Accept=*/**
2007-10-26 10:19:34 (342c63de): Thread 3: Read: Accept-Language: en-us,en;q=0.52007-10-26 10:19:34 (342c63de): Thread 3: Adding header *Accept-Language=en-us,en;q=0.5*
2007-10-26 10:19:34 (342c63de): Added *Accept-Language=en-us,en;q=0.5*
2007-10-26 10:19:34 (342c63de): Thread 3: Read: Accept-Encoding: gzip,deflate2007-10-26 10:19:34 (342c63de): Thread 3: Adding header *Accept-Encoding=gzip,deflate*
2007-10-26 10:19:34 (342c63de): Added *Accept-Encoding=gzip,deflate*
2007-10-26 10:19:34 (342c63de): Thread 3: Read: Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.72007-10-26 10:19:34 (342c63de): Thread 3: Adding header *Accept-Charset=ISO-8859-1,utf-8;q=0.7,*;q=0.7*
2007-10-26 10:19:34 (342c63de): Added *Accept-Charset=ISO-8859-1,utf-8;q=0.7,*;q=0.7*
2007-10-26 10:19:34 (342c63de): Thread 3: Read: Keep-Alive: 3002007-10-26 10:19:34 (342c63de): Thread 3: Adding header *Keep-Alive=300*
2007-10-26 10:19:34 (342c63de): Added *Keep-Alive=300*
2007-10-26 10:19:34 (342c63de): Thread 3: Read: Connection: keep-alive2007-10-26 10:19:34 (342c63de): Thread 3: Adding header *Connection=keep-alive*
2007-10-26 10:19:34 (342c63de): Added *Connection=keep-alive*
2007-10-26 10:19:34 (342c63de): Thread 3: Read: Referer: http://monstr:3689/index.html2007-10-26 10:19:34 (342c63de): Thread 3: Adding header *Referer=http://monstr:3689/index.html*
2007-10-26 10:19:34 (342c63de): Added *Referer=http://monstr:3689/index.html*
2007-10-26 10:19:34 (342c63de): Thread 3: Read: Authorization: Basic YWRtaW46MjIyZGFhcDg=2007-10-26 10:19:34 (342c63de): Thread 3: Adding header *Authorization=Basic YWRtaW46MjIyZGFhcDg=*
2007-10-26 10:19:34 (342c63de): Added *Authorization=Basic YWRtaW46MjIyZGFhcDg=*
2007-10-26 10:19:34 (342c63de): Thread 3: Read:2007-10-26 10:19:34 (342c63de): Thread 3: Headers parsed!
2007-10-26 10:19:34 (342c63de): Checking to see if connection matches close
2007-10-26 10:19:34 (342c63de): And it does NOT
2007-10-26 10:19:34 (342c63de): Thread 3: Connection type HTTP/1.1: Connection: persist
2007-10-26 10:19:34 (342c63de): Thread 3: Original URI: /lib-js/script.aculo.us/effects.js
2007-10-26 10:19:34 (342c63de): Thread 3: Translated URI: /lib-js/script.aculo.us/effects.js
2007-10-26 10:19:34 (342c63de): Thread 3: Preparing to find handler
2007-10-26 10:19:34 (342c63de): Checking /lib-js/script.aculo.us/effects.js against handler for /
2007-10-26 10:19:34 (342c63de): Thread 3: URI Match!
2007-10-26 10:19:34 (342c63de): Thread 3: Time is 1193419174 seconds after epoch
2007-10-26 10:19:34 (342c63de): Thread 3: Setting time header
2007-10-26 10:19:34 (342c63de): Added *Date=Fri, 26 Oct 2007 17:19:34 GMT*
2007-10-26 10:19:34 (342c63de): Added *Connection=keep-alive*
2007-10-26 10:19:34 (342c63de): Added *Server=mt-daapd/svn-1586*
2007-10-26 10:19:34 (342c63de): Added *Content-Type=text/html*
2007-10-26 10:19:34 (342c63de): Added *Content-Language=en_us*
2007-10-26 10:19:34 (342c63de): Thread 3: Using non-default handler
2007-10-26 10:19:34 (342c63de): in main_auth
2007-10-26 10:19:34 (342c63de): Checking url /lib-js/script.aculo.us/effects.js
2007-10-26 10:19:34 (342c63de): Checking url /lib-js/script.aculo.us/effects.js
2007-10-26 10:19:34 (342c63de): Dispatching auth for /lib-js/script.aculo.us/effects.js to config auth
2007-10-26 10:19:34 (342c63de): Checking if pw required for /lib-js/script.aculo.us/effects.js as admin
2007-10-26 10:19:34 (342c63de): Yep
2007-10-26 10:19:34 (342c63de): Preparing to decode YWRtaW46MjIyZGFhcDg=
2007-10-26 10:19:34 (342c63de): Decoded admin:password
2007-10-26 10:19:34 (342c63de): Decoded user=admin, pw=password
2007-10-26 10:19:34 (342c63de): in main_auth
2007-10-26 10:19:34 (342c63de): Checking url /lib-js/script.aculo.us/effects.js
2007-10-26 10:19:34 (342c63de): Checking url /lib-js/script.aculo.us/effects.js
2007-10-26 10:19:34 (342c63de): Dispatching auth for /lib-js/script.aculo.us/effects.js to config auth
2007-10-26 10:19:34 (342c63de): Added *HTTP_USER=admin*
2007-10-26 10:19:34 (342c63de): Added *HTTP_PASSWD=password*
2007-10-26 10:19:34 (342c63de): in main_handler
2007-10-26 10:19:34 (342c63de): Checking url /lib-js/script.aculo.us/effects.js
2007-10-26 10:19:34 (342c63de): Checking url /lib-js/script.aculo.us/effects.js
2007-10-26 10:19:34 (342c63de): Dispatching /lib-js/script.aculo.us/effects.js to config handler
2007-10-26 10:19:34 (342c63de): Entering config_handler
2007-10-26 10:19:34 (342c63de): Entering config_set_status
2007-10-26 10:19:34 (342c63de): Exiting config_set_status
2007-10-26 10:19:34 (342c63de): Updating Connection from keep-alive to close
2007-10-26 10:19:34 (342c63de): Thread 3: Preparing to serve /usr/share/mt-daapd/admin-root/lib-js/script.aculo.us/effects.js
2007-10-26 10:19:34 (342c63de): Emitting reponse header Content-Language: en_us
2007-10-26 10:19:34 (342c63de): Emitting reponse header Content-Type: text/html
2007-10-26 10:19:34 (342c63de): Emitting reponse header Server: mt-daapd/svn-1586
2007-10-26 10:19:34 (342c63de): Emitting reponse header Connection: close
2007-10-26 10:19:34 (342c63de): Emitting reponse header Date: Fri, 26 Oct 2007 17:19:34 GMT
2007-10-26 10:19:34 (342c63de): Thread 3: Served successfully
2007-10-26 10:19:34 (342c63de): Entering config_set_status
2007-10-26 10:19:34 (342c63de): Exiting config_set_status
2007-10-26 10:19:34 (342c63de): Thread 3: Terminating
2007-10-26 10:19:34 (342c63de): Thread 3: Freeing request headers
2007-10-26 10:19:34 (342c63de): Thread 3: Freeing response headers
2007-10-26 10:19:34 (342c63de): Thread 3: Freeing request vars
2007-10-26 10:19:34 (342c63de): Thread 3: Closing fd
2007-10-26 10:19:34 (342c63de): With thread 3 exiting, 0 are still running
2007-10-26 10:19:34 (342c63de): Thread 4: Entering ws_dispatcher (Connection from 192.168.1.46)
2007-10-26 10:19:34 (342c63de): Thread 4: got request
2007-10-26 10:19:34 (342c63de): Request: GET /util.js HTTP/1.12007-10-26 10:19:34 (342c63de): Thread 4: Read: Host: monstr:3689
2007-10-26 10:19:34 (342c63de): Thread 4: Adding header *Host=monstr:3689*
2007-10-26 10:19:34 (342c63de): Added *Host=monstr:3689*
2007-10-26 10:19:34 (342c63de): Thread 4: Read: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.8) Gecko/20071008 Firefox/2.0.0.82007-10-26 10:19:34 (342c63de): Thread 4: Adding header *User-Agent=Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.8) Gecko/20071008 Firefox/2.0.0.8*
2007-10-26 10:19:34 (342c63de): Added *User-Agent=Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.8) Gecko/20071008 Firefox/2.0.0.8*
2007-10-26 10:19:34 (342c63de): Thread 4: Read: Accept: */*2007-10-26 10:19:34 (342c63de): Thread 4: Adding header *Accept=*/**
2007-10-26 10:19:34 (342c63de): Added *Accept=*/**
2007-10-26 10:19:34 (342c63de): Thread 4: Read: Accept-Language: en-us,en;q=0.52007-10-26 10:19:34 (342c63de): Thread 4: Adding header *Accept-Language=en-us,en;q=0.5*
2007-10-26 10:19:34 (342c63de): Added *Accept-Language=en-us,en;q=0.5*
2007-10-26 10:19:34 (342c63de): Thread 4: Read: Accept-Encoding: gzip,deflate2007-10-26 10:19:34 (342c63de): Thread 4: Adding header *Accept-Encoding=gzip,deflate*
2007-10-26 10:19:34 (342c63de): Added *Accept-Encoding=gzip,deflate*
2007-10-26 10:19:34 (342c63de): Thread 4: Read: Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.72007-10-26 10:19:34 (342c63de): Thread 4: Adding header *Accept-Charset=ISO-8859-1,utf-8;q=0.7,*;q=0.7*
2007-10-26 10:19:34 (342c63de): Added *Accept-Charset=ISO-8859-1,utf-8;q=0.7,*;q=0.7*
2007-10-26 10:19:34 (342c63de): Thread 4: Read: Keep-Alive: 3002007-10-26 10:19:34 (342c63de): Thread 4: Adding header *Keep-Alive=300*
2007-10-26 10:19:34 (342c63de): Added *Keep-Alive=300*
2007-10-26 10:19:34 (342c63de): Thread 4: Read: Connection: keep-alive2007-10-26 10:19:34 (342c63de): Thread 4: Adding header *Connection=keep-alive*
2007-10-26 10:19:34 (342c63de): Added *Connection=keep-alive*
2007-10-26 10:19:34 (342c63de): Thread 4: Read: Referer: http://monstr:3689/index.html2007-10-26 10:19:34 (342c63de): Thread 4: Adding header *Referer=http://monstr:3689/index.html*
2007-10-26 10:19:34 (342c63de): Added *Referer=http://monstr:3689/index.html*
2007-10-26 10:19:34 (342c63de): Thread 4: Read: Authorization: Basic YWRtaW46MjIyZGFhcDg=2007-10-26 10:19:34 (342c63de): Thread 4: Adding header *Authorization=Basic YWRtaW46MjIyZGFhcDg=*
2007-10-26 10:19:34 (342c63de): Added *Authorization=Basic YWRtaW46MjIyZGFhcDg=*
2007-10-26 10:19:34 (342c63de): Thread 4: Read:2007-10-26 10:19:34 (342c63de): Thread 4: Headers parsed!
2007-10-26 10:19:34 (342c63de): Checking to see if connection matches close
2007-10-26 10:19:34 (342c63de): And it does NOT
2007-10-26 10:19:34 (342c63de): Thread 4: Connection type HTTP/1.1: Connection: persist
2007-10-26 10:19:34 (342c63de): Thread 4: Original URI: /util.js
2007-10-26 10:19:34 (342c63de): Thread 4: Translated URI: /util.js
2007-10-26 10:19:34 (342c63de): Thread 4: Preparing to find handler
2007-10-26 10:19:34 (342c63de): Checking /util.js against handler for /
2007-10-26 10:19:34 (342c63de): Thread 4: URI Match!
2007-10-26 10:19:34 (342c63de): Thread 4: Time is 1193419174 seconds after epoch
2007-10-26 10:19:34 (342c63de): Thread 4: Setting time header
2007-10-26 10:19:34 (342c63de): Added *Date=Fri, 26 Oct 2007 17:19:34 GMT*
2007-10-26 10:19:34 (342c63de): Added *Connection=keep-alive*
2007-10-26 10:19:34 (342c63de): Added *Server=mt-daapd/svn-1586*
2007-10-26 10:19:34 (342c63de): Added *Content-Type=text/html*
2007-10-26 10:19:34 (342c63de): Added *Content-Language=en_us*
2007-10-26 10:19:34 (342c63de): Thread 4: Using non-default handler
2007-10-26 10:19:34 (342c63de): in main_auth
2007-10-26 10:19:34 (342c63de): Checking url /util.js
2007-10-26 10:19:34 (342c63de): Checking url /util.js
2007-10-26 10:19:34 (342c63de): Dispatching auth for /util.js to config auth
2007-10-26 10:19:34 (342c63de): Checking if pw required for /util.js as admin
2007-10-26 10:19:34 (342c63de): Yep
2007-10-26 10:19:34 (342c63de): Preparing to decode YWRtaW46MjIyZGFhcDg=
2007-10-26 10:19:34 (342c63de): Decoded admin:password
2007-10-26 10:19:34 (342c63de): Decoded user=admin, pw=password
2007-10-26 10:19:34 (342c63de): in main_auth
2007-10-26 10:19:34 (342c63de): Checking url /util.js
2007-10-26 10:19:34 (342c63de): Checking url /util.js
2007-10-26 10:19:34 (342c63de): Dispatching auth for /util.js to confi[code]2007-10-26 10:17:29 (40528363): Firefly Version svn-1586: Starting with debuglevel 9
2007-10-26 10:17:29 (40528363): Attempting to load plugin /usr/lib/mt-daapd/plugins/ssc-ffmpeg.so
2007-10-26 10:17:29 (40528363): Loaded plugin /usr/lib/mt-daapd/plugins/ssc-ffmpeg.so (ssc-ffmpeg/svn-1586)
2007-10-26 10:17:29 (40528363): New transcode codec list: flac,alac,ogg,wma
2007-10-26 10:17:29 (40528363): Attempting to load plugin /usr/lib/mt-daapd/plugins/ssc-script.so
2007-10-26 10:17:29 (40528363): No ssc program specified for script transcoder.
2007-10-26 10:17:29 (40528363): Error loading plugin /usr/lib/mt-daapd/plugins/ssc-script.so: plugin declined to load
2007-10-26 10:17:29 (40528363): Attempting to load plugin /usr/lib/mt-daapd/plugins/out-daap.so
2007-10-26 10:17:29 (40528363): Loaded plugin /usr/lib/mt-daapd/plugins/out-daap.so (daap/svn-1586)
2007-10-26 10:17:29 (40528363): New transcode codec list: flac,alac,ogg,wma
2007-10-26 10:17:29 (40528363): Attempting to load plugin /usr/lib/mt-daapd/plugins/rsp.so
2007-10-26 10:17:29 (40528363): Loaded plugin /usr/lib/mt-daapd/plugins/rsp.so (rsp/svn-1586)
2007-10-26 10:17:29 (40528363): New transcode codec list: flac,alac,ogg,wma
2007-10-26 10:17:29 (40528363): Plugin loaded: rsp/svn-1586
2007-10-26 10:17:29 (40528363): Plugin loaded: daap/svn-1586
2007-10-26 10:17:29 (40528363): Plugin loaded: ssc-ffmpeg/svn-1586
2007-10-26 10:17:29 (40528363): Starting rendezvous daemon
2007-10-26 10:17:29 (40528363): Starting rendezvous services
2007-10-26 10:17:29 (40528363): Starting signal handler
2007-10-26 10:17:29 (40528363): Pid: 19886
2007-10-26 10:17:29 (40528363): Opening database
2007-10-26 10:17:29 (40528363): Starting polling thread
2007-10-26 10:17:29 (40528363): Entering runloop
2007-10-26 10:17:29 (40528363): Executing: select value from config where term=’version’
2007-10-26 10:17:29 (40528363): Results: 0
2007-10-26 10:17:29 (40528363): Initializing database
2007-10-26 10:17:29 (40528363): Executing: select count(*) FROM songs
2007-10-26 10:17:29 (40528363): Executing: select value from config where term=’rescan’
2007-10-26 10:17:29 (40528363): Full reload…
2007-10-26 10:17:29 (40528363): Executing: drop index idx_path
2007-10-26 10:17:29 (40528363): Query: drop index idx_path
2007-10-26 10:17:29 (40528363): Error: no such index: idx_path
2007-10-26 10:17:29 (40528363): Executing: drop index idx_songid
2007-10-26 10:17:29 (40528363): Query: drop index idx_songid
2007-10-26 10:17:29 (40528363): Error: no such index: idx_songid
2007-10-26 10:17:29 (40528363): Executing: drop index idx_playlistid
2007-10-26 10:17:29 (40528363): Query: drop index idx_playlistid
2007-10-26 10:17:29 (40528363): Error: no such index: idx_playlistid
2007-10-26 10:17:29 (40528363): Executing: drop table songs
2007-10-26 10:17:29 (d94df7ef): Waiting for data
2007-10-26 10:17:29 (40528363): Rows: 0
2007-10-26 10:17:29 (40528363): Executing: delete from playlists where not type=1 and not type=0
2007-10-26 10:17:29 (40528363): Rows: 0
2007-10-26 10:17:29 (40528363): Executing: drop table playlistitems
2007-10-26 10:17:29 (40528363): Rows: 0
2007-10-26 10:17:29 (40528363): Executing: drop table config
2007-10-26 10:17:29 (40528363): Rows: 0
2007-10-26 10:17:29 (40528363): Executing: vacuum
2007-10-26 10:17:29 (40528363): Rows: 0
2007-10-26 10:17:29 (40528363): Executing: create table songs (
id INTEGER PRIMARY KEY NOT NULL,
path VARCHAR(4096) NOT NULL,
fname VARCHAR(255) NOT NULL,
title VARCHAR(1024) DEFAULT NULL,
artist VARCHAR(1024) DEFAULT NULL,
album VARCHAR(1024) DEFAULT NULL,
genre VARCHAR(255) DEFAULT NULL,
comment VARCHAR(4096) DEFAULT NULL,
type VARCHAR(255) DEFAULT NULL,
composer VARCHAR(1024) DEFAULT NULL,
orchestra VARCHAR(1024) DEFAULT NULL,
conductor VARCHAR(1024) DEFAULT NULL,
grouping VARCHAR(1024) DEFAULT NULL,
url VARCHAR(1024) DEFAULT NULL,
bitrate INTEGER DEFAULT 0,
samplerate INTEGER DEFAULT 0,
song_length INTEGER DEFAULT 0,
file_size INTEGER DEFAULT 0,
year INTEGER DEFAULT 0,
track INTEGER DEFAULT 0,
total_tracks INTEGER DEFAULT 0,
disc INTEGER DEFAULT 0,
total_discs INTEGER DEFAULT 0,
bpm INTEGER DEFAULT 0,
compilation INTEGER DEFAULT 0,
rating INTEGER DEFAULT 0,
play_count INTEGER DEFAULT 0,
data_kind INTEGER DEFAULT 0,
item_kind INTEGER DEFAULT 0,
description INTEGER DEFAULT 0,
time_added INTEGER DEFAULT 0,
time_modified INTEGER DEFAULT 0,
time_played INTEGER DEFAULT 0,
db_timestamp INTEGER DEFAULT 0,
disabled INTEGER DEFAULT 0,
sample_count INTEGER DEFAULT 0,
force_update INTEGER DEFAULT 0,
codectype VARCHAR(5) DEFAULT NULL,
idx INTEGER NOT NULL,
has_video INTEGER DEFAULT 0,
contentrating INTEGER DEFAULT 0,
bits_per_sample INTEGER DEFAULT 0,
album_artist VARCHAR(1024)
);
create table playlistitems (
id INTEGER PRIMARY KEY NOT NULL,
playlistid INTEGER NOT NULL,
songid INTEGER NOT NULL
);
create table config (
term VARCHAR(255) NOT NULL,
subterm VARCHAR(255) DEFAULT NULL,
value VARCHAR(1024) NOT NULL
);
insert into config values (‘version’,”,’13’);2007-10-26 10:17:29 (40528363): Rows: 1
2007-10-26 10:17:29 (40528363): Executing: create table playlists (
id INTEGER PRIMARY KEY NOT NULL,
title VARCHAR(255) NOT NULL,
type INTEGER NOT NULL,
items INTEGER NOT NULL,
query VARCHAR(1024),
db_timestamp INTEGER NOT NULL,
path VARCHAR(4096),
idx INTEGER NOT NULL
);
insert into playlists values (1,’Library’,1,0,’1′,0,”,0);2007-10-26 10:17:29 (40528363): Query: create table playlists (
id INTEGER PRIMARY KEY NOT NULL,
title VARCHAR(255) NOT NULL,
type INTEGER NOT NULL,
items INTEGER NOT NULL,
query VARCHAR(1024),
db_timestamp INTEGER NOT NULL,
path VARCHAR(4096),
idx INTEGER NOT NULL
);
insert into playlists values (1,’Library’,1,0,’1′,0,”,0);2007-10-26 10:17:29 (40528363): Error: table playlists already exists
2007-10-26 10:17:29 (40528363): Starting web server from /usr/share/mt-daapd/admin-root on port 3689
2007-10-26 10:17:29 (40528363): Listening on port 3689
2007-10-26 10:17:29 (40528363): Starting server thread
2007-10-26 10:17:29 (40528363): Registering rendezvous names
2007-10-26 10:17:29 (d94df7ef): Received a message from daap server
2007-10-26 10:17:29 (d94df7ef): Registering _http._tcp.Firefly svn-1586 on monstr (3689)
2007-10-26 10:17:29 (40528363): Checking rsp/svn-1586
2007-10-26 10:17:29 (40528363): Registering _rsp._tcp
2007-10-26 10:17:29 (d94df7ef): Received a message from daap server
2007-10-26 10:17:29 (d94df7ef): Registering _rsp._tcp.Firefly svn-1586 on monstr (3689)
2007-10-26 10:17:29 (40528363): Checking daap/svn-1586
2007-10-26 10:17:29 (40528363): Registering _daap._tcp
2007-10-26 10:17:29 (d94df7ef): Received a message from daap server
2007-10-26 10:17:29 (d94df7ef): Registering _daap._tcp.Firefly svn-1586 on monstr (3689)
2007-10-26 10:17:29 (40528363): Checking ssc-ffmpeg/svn-1586
2007-10-26 10:17:29 (40528363): Executing: select count(*) FROM songs
2007-10-26 10:17:29 (40528363): Serving 0 songs. Startup complete in 0 seconds
2007-10-26 10:17:30 (40528363): Publish reply: started
2007-10-26 10:17:30 (40528363): Publish reply: stopped
2007-10-26 10:17:30 (40528363): Publish reply: name collision
2007-10-26 10:19:33 (342c63de): Thread 0: Entering ws_dispatcher (Connection from 192.168.1.46)
2007-10-26 10:19:33 (342c63de): Thread 0: got request
2007-10-26 10:19:33 (342c63de): Request: GET /index.html HTTP/1.12007-10-26 10:19:33 (342c63de): Thread 0: Read: Host: monstr:3689
2007-10-26 10:19:33 (342c63de): Thread 0: Adding header *Host=monstr:3689*
2007-10-26 10:19:33 (342c63de): Added *Host=monstr:3689*
2007-10-26 10:19:33 (342c63de): Thread 0: Read: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.8) Gecko/20071008 Firefox/2.0.0.82007-10-26 10:19:33 (342c63de): Thread 0: Adding header *User-Agent=Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.8) Gecko/20071008 Firefox/2.0.0.8*
2007-10-26 10:19:33 (342c63de): Added *User-Agent=Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.8) Gecko/20071008 Firefox/2.0.0.8*
2007-10-26 10:19:33 (342c63de): Thread 0: Read: Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.52007-10-26 10:19:33 (342c63de): Thread 0: Adding header *Accept=text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5*
2007-10-26 10:19:33 (342c63de): Added *Accept=text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5*
2007-10-26 10:19:33 (342c63de): Thread 0: Read: Accept-Language: en-us,en;q=0.52007-10-26 10:19:33 (342c63de): Thread 0: Adding header *Accept-Language=en-us,en;q=0.5*
2007-10-26 10:19:33 (342c63de): Added *Accept-Language=en-us,en;q=0.5*
2007-10-26 10:19:33 (342c63de): Thread 0: Read: Accept-Encoding: gzip,deflate2007-10-26 10:19:33 (342c63de): Thread 0: Adding header *Accept-Encoding=gzip,deflate*
2007-10-26 10:19:33 (342c63de): Added *Accept-Encoding=gzip,deflate*
2007-10-26 10:19:33 (342c63de): Thread 0: Read: Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.72007-10-26 10:19:33 (342c63de): Thread 0: Adding header *Accept-Charset=ISO-8859-1,utf-8;q=0.7,*;q=0.7*
2007-10-26 10:19:33 (342c63de): Added *Accept-Charset=ISO-8859-1,utf-8;q=0.7,*;q=0.7*
2007-10-26 10:19:33 (342c63de): Thread 0: Read: Keep-Alive: 3002007-10-26 10:19:33 (342c63de): Thread 0: Adding header *Keep-Alive=300*
2007-10-26 10:19:33 (342c63de): Added *Keep-Alive=300*
2007-10-26 10:19:33 (342c63de): Thread 0: Read: Connection: keep-alive2007-10-26 10:19:33 (342c63de): Thread 0: Adding header *Connection=keep-alive*
2007-10-26 10:19:33 (342c63de): Added *Connection=keep-alive*
2007-10-26 10:19:33 (342c63de): Thread 0: Read: Referer: http://monstr:3689/config.html2007-10-26 10:19:33 (342c63de): Thread 0: Adding header *Referer=http://monstr:3689/config.html*
2007-10-26 10:19:33 (342c63de): Added *Referer=http://monstr:3689/config.html*
2007-10-26 10:19:33 (342c63de): Thread 0: Read: Authorization: Basic YWRtaW46MjIyZGFhcDg=2007-10-26 10:19:33 (342c63de): Thread 0: Adding header *Authorization=Basic YWRtaW46MjIyZGFhcDg=*
2007-10-26 10:19:33 (342c63de): Added *Authorization=Basic YWRtaW46MjIyZGFhcDg=*
2007-10-26 10:19:33 (342c63de): Thread 0: Read:2007-10-26 10:19:33 (342c63de): Thread 0: Headers parsed!
2007-10-26 10:19:33 (342c63de): Checking to see if connection matches close
2007-10-26 10:19:33 (342c63de): And it does NOT
2007-10-26 10:19:33 (342c63de): Thread 0: Connection type HTTP/1.1: Connection: persist
2007-10-26 10:19:33 (342c63de): Thread 0: Original URI: /index.html
2007-10-26 10:19:33 (342c63de): Thread 0: Translated URI: /index.html
2007-10-26 10:19:33 (342c63de): Thread 0: Preparing to find handler
2007-10-26 10:19:33 (342c63de): Checking /index.html against handler for /
2007-10-26 10:19:33 (342c63de): Thread 0: URI Match!
2007-10-26 10:19:33 (342c63de): Thread 0: Time is 1193419173 seconds after epoch
2007-10-26 10:19:33 (342c63de): Thread 0: Setting time header
2007-10-26 10:19:33 (342c63de): Added *Date=Fri, 26 Oct 2007 17:19:33 GMT*
2007-10-26 10:19:33 (342c63de): Added *Connection=keep-alive*
2007-10-26 10:19:33 (342c63de): Added *Server=mt-daapd/svn-1586*
2007-10-26 10:19:33 (342c63de): Added *Content-Type=text/html*
2007-10-26 10:19:33 (342c63de): Added *Content-Language=en_us*
2007-10-26 10:19:33 (342c63de): Thread 0: Using non-default handler
2007-10-26 10:19:33 (342c63de): in main_auth
2007-10-26 10:19:33 (342c63de): Checking url /index.html
2007-10-26 10:19:33 (342c63de): Checking url /index.html
2007-10-26 10:19:33 (342c63de): Dispatching auth for /index.html to config auth
2007-10-26 10:19:33 (342c63de): Checking if pw required for /index.html as admin
2007-10-26 10:19:33 (342c63de): Yep
2007-10-26 10:19:33 (342c63de): Preparing to decode YWRtaW46MjIyZGFhcDg=
2007-10-26 10:19:33 (342c63de): Decoded admin:password
2007-10-26 10:19:33 (342c63de): Decoded user=admin, pw=password
2007-10-26 10:19:33 (342c63de): in main_auth
2007-10-26 10:19:33 (342c63de): Checking url /index.html
2007-10-26 10:19:33 (342c63de): Checking url /index.html
2007-10-26 10:19:33 (342c63de): Dispatching auth for /index.html to config auth
2007-10-26 10:19:33 (342c63de): Added *HTTP_USER=admin*
2007-10-26 10:19:33 (342c63de): Added *HTTP_PASSWD=password*
2007-10-26 10:19:33 (342c63de): in main_handler
2007-10-26 10:19:33 (342c63de): Checking url /index.html
2007-10-26 10:19:33 (342c63de): Checking url /index.html
2007-10-26 10:19:33 (342c63de): Dispatching /index.html to config handler
2007-10-26 10:19:33 (342c63de): Entering config_handler
2007-10-26 10:19:33 (342c63de): Entering config_set_status
2007-10-26 10:19:33 (342c63de): Exiting config_set_status
2007-10-26 10:19:33 (342c63de): Updating Connection from keep-alive to close
2007-10-26 10:19:33 (342c63de): Thread 0: Preparing to serve /usr/share/mt-daapd/admin-root/index.html
2007-10-26 10:19:33 (342c63de): Emitting reponse header Content-Language: en_us
2007-10-26 10:19:33 (342c63de): Emitting reponse header Content-Type: text/html
2007-10-26 10:19:33 (342c63de): Emitting reponse header Server: mt-daapd/svn-1586
2007-10-26 10:19:33 (342c63de): Emitting reponse header Connection: close
2007-10-26 10:19:33 (342c63de): Emitting reponse header Date: Fri, 26 Oct 2007 17:19:33 GMT
2007-10-26 10:19:33 (342c63de): Got directive include hdr.html
2007-10-26 10:19:33 (342c63de): Preparing to include hdr.html
2007-10-26 10:19:33 (342c63de): Thread 0: Preparing to serve /usr/share/mt-daapd/admin-root/hdr.html
2007-10-26 10:19:33 (342c63de): Got directive ispage index.html::
2007-10-26 10:19:33 (342c63de): Splitting arg index.html::
2007-10-26 10:19:33 (342c63de): page: index.html, uri: /index.html
2007-10-26 10:19:33 (342c63de): Got directive ispage index.html::
2007-10-26 10:19:33 (342c63de): Splitting arg index.html::
2007-10-26 10:19:33 (342c63de): page: index.html, uri: /index.html
2007-10-26 10:19:33 (342c63de): Got directive ispage index.html::
2007-10-26 10:19:33 (342c63de): Splitting arg index.html::
2007-10-26 10:19:33 (342c63de): page: index.html, uri: /index.html
2007-10-26 10:19:33 (342c63de): Got directive ispage index.html::
2007-10-26 10:19:33 (342c63de): Splitting arg index.html::
2007-10-26 10:19:33 (342c63de): page: index.html, uri: /index.html
2007-10-26 10:19:33 (342c63de): Got directive ispage index.html::
2007-10-26 10:19:33 (342c63de): Splitting arg index.html::
2007-10-26 10:19:33 (342c63de): page: index.html, uri: /index.html
2007-10-26 10:19:33 (342c63de): Got directive ispage config.html::
2007-10-26 10:19:33 (342c63de): Splitting arg config.html::
2007-10-26 10:19:33 (342c63de): page: config.html, uri: /index.html
2007-10-26 10:19:33 (342c63de): Got directive ispage config.html::
2007-10-26 10:19:33 (342c63de): Splitting arg config.html::
2007-10-26 10:19:33 (342c63de): page: config.html, uri: /index.html
2007-10-26 10:19:33 (342c63de): Got directive ispage config.html::
2007-10-26 10:19:33 (342c63de): Splitting arg config.html::
2007-10-26 10:19:33 (342c63de): page: config.html, uri: /index.html
2007-10-26 10:19:33 (342c63de): Got directive ispage config.html::
2007-10-26 10:19:33 (342c63de): Splitting arg config.html::
2007-10-26 10:19:33 (342c63de): page: config.html, uri: /index.html
2007-10-26 10:19:33 (342c63de): Got directive ispage config.html::
2007-10-26 10:19:33 (342c63de): Splitting arg config.html::
2007-10-26 10:19:33 (342c63de): page: config.html, uri: /index.html
2007-10-26 10:19:33 (342c63de): Got directive ispage smart.html::
2007-10-26 10:19:33 (342c63de): Splitting arg smart.html::
2007-10-26 10:19:33 (342c63de): page: smart.html, uri: /index.html
2007-10-26 10:19:33 (342c63de): Got directive ispage smart.html::
2007-10-26 10:19:33 (342c63de): Splitting arg smart.html::
2007-10-26 10:19:33 (342c63de): page: smart.html, uri: /index.html
2007-10-26 10:19:33 (342c63de): Got directive ispage smart.html::
2007-10-26 10:19:33 (342c63de): Splitting arg smart.html::
2007-10-26 10:19:33 (342c63de): page: smart.html, uri: /index.html
2007-10-26 10:19:33 (342c63de): Got directive ispage playlist.html::
2007-10-26 10:19:33 (342c63de): Splitting arg playlist.html::
2007-10-26 10:19:33 (342c63de): page: playlist.html, uri: /index.html
2007-10-26 10:19:33 (342c63de): Got directive ispage playlist.html::
2007-10-26 10:19:33 (342c63de): Splitting arg playlist.html::
2007-10-26 10:19:33 (342c63de): page: playlist.html, uri: /index.html
2007-10-26 10:19:33 (342c63de): Got directive ispage playlist.html::
2007-10-26 10:19:33 (342c63de): Splitting arg playlist.html::
2007-10-26 10:19:33 (342c63de): page: playlist.html, uri: /index.html
2007-10-26 10:19:33 (342c63de): Got directive ispage playlist.html::
2007-10-26 10:19:33 (342c63de): Splitting arg playlist.html::
2007-10-26 10:19:33 (342c63de): page: playlist.html, uri: /index.html
2007-10-26 10:19:33 (342c63de): Got directive ispage playlist.html::
2007-10-26 10:19:33 (342c63de): Splitting arg playlist.html::
2007-10-26 10:19:33 (342c63de): page: playlist.html, uri: /index.html
2007-10-26 10:19:33 (342c63de): Got directive ispage smart.html:onload=”init()”:
2007-10-26 10:19:33 (342c63de): Splitting arg smart.html:onload=”init()”:
2007-10-26 10:19:33 (342c63de): page: smart.html, uri: /index.html
2007-10-26 10:19:33 (342c63de): Got directive VERSION
2007-10-26 10:19:33 (342c63de): Got directive ispage index.html:class=”naviselected”:
2007-10-26 10:19:33 (342c63de): Splitting arg index.html:class=”naviselected”:
2007-10-26 10:19:33 (342c63de): page: index.html, uri: /index.html
2007-10-26 10:19:33 (342c63de): Got directive ispage smart.html:class=”naviselected”:
2007-10-26 10:19:33 (342c63de): Splitting arg smart.html:class=”naviselected”:
2007-10-26 10:19:33 (342c63de): page: smart.html, uri: /index.html
2007-10-26 10:19:33 (342c63de): Got directive ispage config.html:class=”naviselected”:
2007-10-26 10:19:33 (342c63de): Splitting arg config.html:class=”naviselected”:
2007-10-26 10:19:33 (342c63de): page: config.html, uri: /index.html
2007-10-26 10:19:33 (342c63de): Got directive ispage feedback.html:class=”naviselected”:
2007-10-26 10:19:33 (342c63de): Splitting arg feedback.html:class=”naviselected”:
2007-10-26 10:19:33 (342c63de): page: feedback.html, uri: /index.html
2007-10-26 10:19:33 (342c63de): Got directive ispage status.html:class=”naviselected”:
2007-10-26 10:19:33 (342c63de): Splitting arg status.html:class=”naviselected”:
2007-10-26 10:19:33 (342c63de): page: status.html, uri: /index.html
2007-10-26 10:19:33 (342c63de): Got directive ispage thanks.html:naviselected:navi
2007-10-26 10:19:33 (342c63de): Splitting arg thanks.html:naviselected:navi
2007-10-26 10:19:33 (342c63de): page: thanks.html, uri: /index.html
2007-10-26 10:19:33 (342c63de): Got directive VERSION
2007-10-26 10:19:33 (342c63de): Got directive ispage gpl-license.html:naviselected:navi
2007-10-26 10:19:33 (342c63de): Splitting arg gpl-license.html:naviselected:navi
2007-10-26 10:19:33 (342c63de): page: gpl-license.html, uri: /index.html
2007-10-26 10:19:33 (342c63de): Got directive ispage aspl-license.html:naviselected:navi
2007-10-26 10:19:33 (342c63de): Splitting arg aspl-license.html:naviselected:navi
2007-10-26 10:19:33 (342c63de): page: aspl-license.html, uri: /index.html
2007-10-26 10:19:33 (342c63de): Got directive ispage playlist.html:naviselected:navi
2007-10-26 10:19:33 (342c63de): Splitting arg playlist.html:naviselected:navi
2007-10-26 10:19:33 (342c63de): page: playlist.html, uri: /index.html
2007-10-26 10:19:33 (342c63de): Got directive ispage applet.html:naviselected:navi
2007-10-26 10:19:33 (342c63de): Splitting arg applet.html:naviselected:navi
2007-10-26 10:19:33 (342c63de): page: applet.html, uri: /index.html
2007-10-26 10:19:33 (342c63de): Got directive session-count
2007-10-26 10:19:33 (342c63de): Thread 0: included successfully
2007-10-26 10:19:33 (342c63de): Got directive include ftr.html
2007-10-26 10:19:33 (342c63de): Preparing to include ftr.html
2007-10-26 10:19:33 (342c63de): Thread 0: Preparing to serve /usr/share/mt-daapd/admin-root/ftr.html
2007-10-26 10:19:33 (342c63de): Thread 0: included successfully
2007-10-26 10:19:33 (342c63de): Thread 0: Served successfully
2007-10-26 10:19:33 (342c63de): Entering config_set_status
2007-10-26 10:19:33 (342c63de): Exiting config_set_status
2007-10-26 10:19:33 (342c63de): Thread 0: Terminating
2007-10-26 10:19:33 (342c63de): Thread 0: Freeing request headers
2007-10-26 10:19:33 (342c63de): Thread 0: Freeing response headers
2007-10-26 10:19:33 (342c63de): Thread 0: Freeing request vars
2007-10-26 10:19:33 (342c63de): Thread 0: Closing fd
2007-10-26 10:19:33 (342c63de): With thread 0 exiting, 0 are still running
2007-10-26 10:19:34 (342c63de): Thread 1: Entering ws_dispatcher (Connection from 192.168.1.46)
2007-10-26 10:19:34 (342c63de): Thread 1: got request
2007-10-26 10:19:34 (342c63de): Request: GET /firefly.css HTTP/1.12007-10-26 10:19:34 (342c63de): Thread 1: Read: Host: monstr:3689
2007-10-26 10:19:34 (342c63de): Thread 1: Adding header *Host=monstr:3689*
2007-10-26 10:19:34 (342c63de): Added *Host=monstr:3689*
2007-10-26 10:19:34 (342c63de): Thread 1: Read: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.8) Gecko/20071008 Firefox/2.0.0.82007-10-26 10:19:34 (342c63de): Thread 1: Adding header *User-Agent=Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.8) Gecko/20071008 Firefox/2.0.0.8*
2007-10-26 10:19:34 (342c63de): Added *User-Agent=Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.8) Gecko/20071008 Firefox/2.0.0.8*
2007-10-26 10:19:34 (342c63de): Thread 1: Read: Accept: text/css,*/*;q=0.12007-10-26 10:19:34 (342c63de): Thread 1: Adding header *Accept=text/css,*/*;q=0.1*
2007-10-26 10:19:34 (342c63de): Added *Accept=text/css,*/*;q=0.1*
2007-10-26 10:19:34 (342c63de): Thread 1: Read: Accept-Language: en-us,en;q=0.52007-10-26 10:19:34 (342c63de): Thread 1: Adding header *Accept-Language=en-us,en;q=0.5*
2007-10-26 10:19:34 (342c63de): Added *Accept-Language=en-us,en;q=0.5*
2007-10-26 10:19:34 (342c63de): Thread 1: Read: Accept-Encoding: gzip,deflate2007-10-26 10:19:34 (342c63de): Thread 1: Adding header *Accept-Encoding=gzip,deflate*
2007-10-26 10:19:34 (342c63de): Added *Accept-Encoding=gzip,deflate*
2007-10-26 10:19:34 (342c63de): Thread 1: Read: Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.72007-10-26 10:19:34 (342c63de): Thread 1: Adding header *Accept-Charset=ISO-8859-1,utf-8;q=0.7,*;q=0.7*
2007-10-26 10:19:34 (342c63de): Added *Accept-Charset=ISO-8859-1,utf-8;q=0.7,*;q=0.7*
2007-10-26 10:19:34 (342c63de): Thread 1: Read: Keep-Alive: 3002007-10-26 10:19:34 (342c63de): Thread 1: Adding header *Keep-Alive=300*
2007-10-26 10:19:34 (342c63de): Added *Keep-Alive=300*
2007-10-26 10:19:34 (342c63de): Thread 1: Read: Connection: keep-alive2007-10-26 10:19:34 (342c63de): Thread 1: Adding header *Connection=keep-alive*
2007-10-26 10:19:34 (342c63de): Added *Connection=keep-alive*
2007-10-26 10:19:34 (342c63de): Thread 1: Read: Referer: http://monstr:3689/index.html2007-10-26 10:19:34 (342c63de): Thread 1: Adding header *Referer=http://monstr:3689/index.html*
2007-10-26 10:19:34 (342c63de): Added *Referer=http://monstr:3689/index.html*
2007-10-26 10:19:34 (342c63de): Thread 1: Read: Authorization: Basic YWRtaW46MjIyZGFhcDg=2007-10-26 10:19:34 (342c63de): Thread 1: Adding header *Authorization=Basic YWRtaW46MjIyZGFhcDg=*
2007-10-26 10:19:34 (342c63de): Added *Authorization=Basic YWRtaW46MjIyZGFhcDg=*
2007-10-26 10:19:34 (342c63de): Thread 1: Read:2007-10-26 10:19:34 (342c63de): Thread 1: Headers parsed!
2007-10-26 10:19:34 (342c63de): Checking to see if connection matches close
2007-10-26 10:19:34 (342c63de): And it does NOT
2007-10-26 10:19:34 (342c63de): Thread 1: Connection type HTTP/1.1: Connection: persist
2007-10-26 10:19:34 (342c63de): Thread 1: Original URI: /firefly.css
2007-10-26 10:19:34 (342c63de): Thread 1: Translated URI: /firefly.css
2007-10-26 10:19:34 (342c63de): Thread 1: Preparing to find handler
2007-10-26 10:19:34 (342c63de): Checking /firefly.css against handler for /
2007-10-26 10:19:34 (342c63de): Thread 1: URI Match!
2007-10-26 10:19:34 (342c63de): Thread 1: Time is 1193419174 seconds after epoch
2007-10-26 10:19:34 (342c63de): Thread 1: Setting time header
2007-10-26 10:19:34 (342c63de): Added *Date=Fri, 26 Oct 2007 17:19:34 GMT*
2007-10-26 10:19:34 (342c63de): Added *Connection=keep-alive*
2007-10-26 10:19:34 (342c63de): Added *Server=mt-daapd/svn-1586*
2007-10-26 10:19:34 (342c63de): Added *Content-Type=text/html*
2007-10-26 10:19:34 (342c63de): Added *Content-Language=en_us*
2007-10-26 10:19:34 (342c63de): Thread 1: Using non-default handler
2007-10-26 10:19:34 (342c63de): in main_auth
2007-10-26 10:19:34 (342c63de): Checking url /firefly.css
2007-10-26 10:19:34 (342c63de): Checking url /firefly.css
2007-10-26 10:19:34 (342c63de): Dispatching auth for /firefly.css to config auth
2007-10-26 10:19:34 (342c63de): Checking if pw required for /firefly.css as admin
2007-10-26 10:19:34 (342c63de): Yep
2007-10-26 10:19:34 (342c63de): Preparing to decode YWRtaW46MjIyZGFhcDg=
2007-10-26 10:19:34 (342c63de): Decoded admin:password
2007-10-26 10:19:34 (342c63de): Decoded user=admin, pw=password
2007-10-26 10:19:34 (342c63de): in main_auth
2007-10-26 10:19:34 (342c63de): Checking url /firefly.css
2007-10-26 10:19:34 (342c63de): Checking url /firefly.css
2007-10-26 10:19:34 (342c63de): Dispatching auth for /firefly.css to config auth
2007-10-26 10:19:34 (342c63de): Added *HTTP_USER=admin*
2007-10-26 10:19:34 (342c63de): Added *HTTP_PASSWD=password*
2007-10-26 10:19:34 (342c63de): in main_handler
2007-10-26 10:19:34 (342c63de): Checking url /firefly.css
2007-10-26 10:19:34 (342c63de): Checking url /firefly.css
2007-10-26 10:19:34 (342c63de): Dispatching /firefly.css to config handler
2007-10-26 10:19:34 (342c63de): Entering config_handler
2007-10-26 10:19:34 (342c63de): Entering config_set_status
2007-10-26 10:19:34 (342c63de): Exiting config_set_status
2007-10-26 10:19:34 (342c63de): Updating Connection from keep-alive to close
2007-10-26 10:19:34 (342c63de): Thread 1: Preparing to serve /usr/share/mt-daapd/admin-root/firefly.css
2007-10-26 10:19:34 (342c63de): Updating Content-Type from text/html to text/css; charset=utf-8
2007-10-26 10:19:34 (342c63de): Emitting reponse header Content-Language: en_us
2007-10-26 10:19:34 (342c63de): Emitting reponse header Content-Type: text/css; charset=utf-8
2007-10-26 10:19:34 (342c63de): Emitting reponse header Server: mt-daapd/svn-1586
2007-10-26 10:19:34 (342c63de): Emitting reponse header Connection: close
2007-10-26 10:19:34 (342c63de): Emitting reponse header Date: Fri, 26 Oct 2007 17:19:34 GMT
2007-10-26 10:19:34 (342c63de): Thread 1: Served successfully
2007-10-26 10:19:34 (342c63de): Entering config_set_status
2007-10-26 10:19:34 (342c63de): Exiting config_set_status
2007-10-26 10:19:34 (342c63de): Thread 1: Terminating
2007-10-26 10:19:34 (342c63de): Thread 1: Freeing request headers
2007-10-26 10:19:34 (342c63de): Thread 1: Freeing response headers
2007-10-26 10:19:34 (342c63de): Thread 1: Freeing request vars
2007-10-26 10:19:34 (342c63de): Thread 1: Closing fd
2007-10-26 10:19:34 (342c63de): With thread 1 exiting, 0 are still running
2007-10-26 10:19:34 (342c63de): Thread 2: Entering ws_dispatcher (Connection from 192.168.1.46)
2007-10-26 10:19:34 (342c63de): Thread 2: got request
2007-10-26 10:19:34 (342c63de): Request: GET /lib-js/prototype.js HTTP/1.12007-10-26 10:19:34 (342c63de): Thread 2: Read: Host: monstr:3689
2007-10-26 10:19:34 (342c63de): Thread 2: Adding header *Host=monstr:3689*
2007-10-26 10:19:34 (342c63de): Added *Host=monstr:3689*
2007-10-26 10:19:34 (342c63de): Thread 2: Read: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.8) Gecko/20071008 Firefox/2.0.0.82007-10-26 10:19:34 (342c63de): Thread 2: Adding header *User-Agent=Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.8) Gecko/20071008 Firefox/2.0.0.8*
2007-10-26 10:19:34 (342c63de): Added *User-Agent=Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.8) Gecko/20071008 Firefox/2.0.0.8*
2007-10-26 10:19:34 (342c63de): Thread 2: Read: Accept: */*2007-10-26 10:19:34 (342c63de): Thread 2: Adding header *Accept=*/**
2007-10-26 10:19:34 (342c63de): Added *Accept=*/**
2007-10-26 10:19:34 (342c63de): Thread 2: Read: Accept-Language: en-us,en;q=0.52007-10-26 10:19:34 (342c63de): Thread 2: Adding header *Accept-Language=en-us,en;q=0.5*
2007-10-26 10:19:34 (342c63de): Added *Accept-Language=en-us,en;q=0.5*
2007-10-26 10:19:34 (342c63de): Thread 2: Read: Accept-Encoding: gzip,deflate2007-10-26 10:19:34 (342c63de): Thread 2: Adding header *Accept-Encoding=gzip,deflate*
2007-10-26 10:19:34 (342c63de): Added *Accept-Encoding=gzip,deflate*
2007-10-26 10:19:34 (342c63de): Thread 2: Read: Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.72007-10-26 10:19:34 (342c63de): Thread 2: Adding header *Accept-Charset=ISO-8859-1,utf-8;q=0.7,*;q=0.7*
2007-10-26 10:19:34 (342c63de): Added *Accept-Charset=ISO-8859-1,utf-8;q=0.7,*;q=0.7*
2007-10-26 10:19:34 (342c63de): Thread 2: Read: Keep-Alive: 3002007-10-26 10:19:34 (342c63de): Thread 2: Adding header *Keep-Alive=300*
2007-10-26 10:19:34 (342c63de): Added *Keep-Alive=300*
2007-10-26 10:19:34 (342c63de): Thread 2: Read: Connection: keep-alive2007-10-26 10:19:34 (342c63de): Thread 2: Adding header *Connection=keep-alive*
2007-10-26 10:19:34 (342c63de): Added *Connection=keep-alive*
2007-10-26 10:19:34 (342c63de): Thread 2: Read: Referer: http://monstr:3689/index.html2007-10-26 10:19:34 (342c63de): Thread 2: Adding header *Referer=http://monstr:3689/index.html*
2007-10-26 10:19:34 (342c63de): Added *Referer=http://monstr:3689/index.html*
2007-10-26 10:19:34 (342c63de): Thread 2: Read: Authorization: Basic YWRtaW46MjIyZGFhcDg=2007-10-26 10:19:34 (342c63de): Thread 2: Adding header *Authorization=Basic YWRtaW46MjIyZGFhcDg=*
2007-10-26 10:19:34 (342c63de): Added *Authorization=Basic YWRtaW46MjIyZGFhcDg=*
2007-10-26 10:19:34 (342c63de): Thread 2: Read:2007-10-26 10:19:34 (342c63de): Thread 2: Headers parsed!
2007-10-26 10:19:34 (342c63de): Checking to see if connection matches close
2007-10-26 10:19:34 (342c63de): And it does NOT
2007-10-26 10:19:34 (342c63de): Thread 2: Connection type HTTP/1.1: Connection: persist
2007-10-26 10:19:34 (342c63de): Thread 2: Original URI: /lib-js/prototype.js
2007-10-26 10:19:34 (342c63de): Thread 2: Translated URI: /lib-js/prototype.js
2007-10-26 10:19:34 (342c63de): Thread 2: Preparing to find handler
2007-10-26 10:19:34 (342c63de): Checking /lib-js/prototype.js against handler for /
2007-10-26 10:19:34 (342c63de): Thread 2: URI Match!
2007-10-26 10:19:34 (342c63de): Thread 2: Time is 1193419174 seconds after epoch
2007-10-26 10:19:34 (342c63de): Thread 2: Setting time header
2007-10-26 10:19:34 (342c63de): Added *Date=Fri, 26 Oct 2007 17:19:34 GMT*
2007-10-26 10:19:34 (342c63de): Added *Connection=keep-alive*
2007-10-26 10:19:34 (342c63de): Added *Server=mt-daapd/svn-1586*
2007-10-26 10:19:34 (342c63de): Added *Content-Type=text/html*
2007-10-26 10:19:34 (342c63de): Added *Content-Language=en_us*
2007-10-26 10:19:34 (342c63de): Thread 2: Using non-default handler
2007-10-26 10:19:34 (342c63de): in main_auth
2007-10-26 10:19:34 (342c63de): Checking url /lib-js/prototype.js
2007-10-26 10:19:34 (342c63de): Checking url /lib-js/prototype.js
2007-10-26 10:19:34 (342c63de): Dispatching auth for /lib-js/prototype.js to config auth
2007-10-26 10:19:34 (342c63de): Checking if pw required for /lib-js/prototype.js as admin
2007-10-26 10:19:34 (342c63de): Yep
2007-10-26 10:19:34 (342c63de): Preparing to decode YWRtaW46MjIyZGFhcDg=
2007-10-26 10:19:34 (342c63de): Decoded admin:password
2007-10-26 10:19:34 (342c63de): Decoded user=admin, pw=password
2007-10-26 10:19:34 (342c63de): in main_auth
2007-10-26 10:19:34 (342c63de): Checking url /lib-js/prototype.js
2007-10-26 10:19:34 (342c63de): Checking url /lib-js/prototype.js
2007-10-26 10:19:34 (342c63de): Dispatching auth for /lib-js/prototype.js to config auth
2007-10-26 10:19:34 (342c63de): Added *HTTP_USER=admin*
2007-10-26 10:19:34 (342c63de): Added *HTTP_PASSWD=password*
2007-10-26 10:19:34 (342c63de): in main_handler
2007-10-26 10:19:34 (342c63de): Checking url /lib-js/prototype.js
2007-10-26 10:19:34 (342c63de): Checking url /lib-js/prototype.js
2007-10-26 10:19:34 (342c63de): Dispatching /lib-js/prototype.js to config handler
2007-10-26 10:19:34 (342c63de): Entering config_handler
2007-10-26 10:19:34 (342c63de): Entering config_set_status
2007-10-26 10:19:34 (342c63de): Exiting config_set_status
2007-10-26 10:19:34 (342c63de): Updating Connection from keep-alive to close
2007-10-26 10:19:34 (342c63de): Thread 2: Preparing to serve /usr/share/mt-daapd/admin-root/lib-js/prototype.js
2007-10-26 10:19:34 (342c63de): Emitting reponse header Content-Language: en_us
2007-10-26 10:19:34 (342c63de): Emitting reponse header Content-Type: text/html
2007-10-26 10:19:34 (342c63de): Emitting reponse header Server: mt-daapd/svn-1586
2007-10-26 10:19:34 (342c63de): Emitting reponse header Connection: close
2007-10-26 10:19:34 (342c63de): Emitting reponse header Date: Fri, 26 Oct 2007 17:19:34 GMT
2007-10-26 10:19:34 (342c63de): Thread 2: Served successfully
2007-10-26 10:19:34 (342c63de): Entering config_set_status
2007-10-26 10:19:34 (342c63de): Exiting config_set_status
2007-10-26 10:19:34 (342c63de): Thread 2: Terminating
2007-10-26 10:19:34 (342c63de): Thread 2: Freeing request headers
2007-10-26 10:19:34 (342c63de): Thread 2: Freeing response headers
2007-10-26 10:19:34 (342c63de): Thread 2: Freeing request vars
2007-10-26 10:19:34 (342c63de): Thread 2: Closing fd
2007-10-26 10:19:34 (342c63de): With thread 2 exiting, 0 are still running
2007-10-26 10:19:34 (342c63de): Thread 3: Entering ws_dispatcher (Connection from 192.168.1.46)
2007-10-26 10:19:34 (342c63de): Thread 3: got request
2007-10-26 10:19:34 (342c63de): Request: GET /lib-js/script.aculo.us/effects.js HTTP/1.12007-10-26 10:19:34 (342c63de): Thread 3: Read: Host: monstr:3689
2007-10-26 10:19:34 (342c63de): Thread 3: Adding header *Host=monstr:3689*
2007-10-26 10:19:34 (342c63de): Added *Host=monstr:3689*
2007-10-26 10:19:34 (342c63de): Thread 3: Read: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.8) Gecko/20071008 Firefox/2.0.0.82007-10-26 10:19:34 (342c63de): Thread 3: Adding header *User-Agent=Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.8) Gecko/20071008 Firefox/2.0.0.8*
2007-10-26 10:19:34 (342c63de): Added *User-Agent=Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.8) Gecko/20071008 Firefox/2.0.0.8*
2007-10-26 10:19:34 (342c63de): Thread 3: Read: Accept: */*2007-10-26 10:19:34 (342c63de): Thread 3: Adding header *Accept=*/**
2007-10-26 10:19:34 (342c63de): Added *Accept=*/**
2007-10-26 10:19:34 (342c63de): Thread 3: Read: Accept-Language: en-us,en;q=0.52007-10-26 10:19:34 (342c63de): Thread 3: Adding header *Accept-Language=en-us,en;q=0.5*
2007-10-26 10:19:34 (342c63de): Added *Accept-Language=en-us,en;q=0.5*
2007-10-26 10:19:34 (342c63de): Thread 3: Read: Accept-Encoding: gzip,deflate2007-10-26 10:19:34 (342c63de): Thread 3: Adding header *Accept-Encoding=gzip,deflate*
2007-10-26 10:19:34 (342c63de): Added *Accept-Encoding=gzip,deflate*
2007-10-26 10:19:34 (342c63de): Thread 3: Read: Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.72007-10-26 10:19:34 (342c63de): Thread 3: Adding header *Accept-Charset=ISO-8859-1,utf-8;q=0.7,*;q=0.7*
2007-10-26 10:19:34 (342c63de): Added *Accept-Charset=ISO-8859-1,utf-8;q=0.7,*;q=0.7*
2007-10-26 10:19:34 (342c63de): Thread 3: Read: Keep-Alive: 3002007-10-26 10:19:34 (342c63de): Thread 3: Adding header *Keep-Alive=300*
2007-10-26 10:19:34 (342c63de): Added *Keep-Alive=300*
2007-10-26 10:19:34 (342c63de): Thread 3: Read: Connection: keep-alive2007-10-26 10:19:34 (342c63de): Thread 3: Adding header *Connection=keep-alive*
2007-10-26 10:19:34 (342c63de): Added *Connection=keep-alive*
2007-10-26 10:19:34 (342c63de): Thread 3: Read: Referer: http://monstr:3689/index.html2007-10-26 10:19:34 (342c63de): Thread 3: Adding header *Referer=http://monstr:3689/index.html*
2007-10-26 10:19:34 (342c63de): Added *Referer=http://monstr:3689/index.html*
2007-10-26 10:19:34 (342c63de): Thread 3: Read: Authorization: Basic YWRtaW46MjIyZGFhcDg=2007-10-26 10:19:34 (342c63de): Thread 3: Adding header *Authorization=Basic YWRtaW46MjIyZGFhcDg=*
2007-10-26 10:19:34 (342c63de): Added *Authorization=Basic YWRtaW46MjIyZGFhcDg=*
2007-10-26 10:19:34 (342c63de): Thread 3: Read:2007-10-26 10:19:34 (342c63de): Thread 3: Headers parsed!
2007-10-26 10:19:34 (342c63de): Checking to see if connection matches close
2007-10-26 10:19:34 (342c63de): And it does NOT
2007-10-26 10:19:34 (342c63de): Thread 3: Connection type HTTP/1.1: Connection: persist
2007-10-26 10:19:34 (342c63de): Thread 3: Original URI: /lib-js/script.aculo.us/effects.js
2007-10-26 10:19:34 (342c63de): Thread 3: Translated URI: /lib-js/script.aculo.us/effects.js
2007-10-26 10:19:34 (342c63de): Thread 3: Preparing to find handler
2007-10-26 10:19:34 (342c63de): Checking /lib-js/script.aculo.us/effects.js against handler for /
2007-10-26 10:19:34 (342c63de): Thread 3: URI Match!
2007-10-26 10:19:34 (342c63de): Thread 3: Time is 1193419174 seconds after epoch
2007-10-26 10:19:34 (342c63de): Thread 3: Setting time header
2007-10-26 10:19:34 (342c63de): Added *Date=Fri, 26 Oct 2007 17:19:34 GMT*
2007-10-26 10:19:34 (342c63de): Added *Connection=keep-alive*
2007-10-26 10:19:34 (342c63de): Added *Server=mt-daapd/svn-1586*
2007-10-26 10:19:34 (342c63de): Added *Content-Type=text/html*
2007-10-26 10:19:34 (342c63de): Added *Content-Language=en_us*
2007-10-26 10:19:34 (342c63de): Thread 3: Using non-default handler
2007-10-26 10:19:34 (342c63de): in main_auth
2007-10-26 10:19:34 (342c63de): Checking url /lib-js/script.aculo.us/effects.js
2007-10-26 10:19:34 (342c63de): Checking url /lib-js/script.aculo.us/effects.js
2007-10-26 10:19:34 (342c63de): Dispatching auth for /lib-js/script.aculo.us/effects.js to config auth
2007-10-26 10:19:34 (342c63de): Checking if pw required for /lib-js/script.aculo.us/effects.js as admin
2007-10-26 10:19:34 (342c63de): Yep
2007-10-26 10:19:34 (342c63de): Preparing to decode YWRtaW46MjIyZGFhcDg=
2007-10-26 10:19:34 (342c63de): Decoded admin:password
2007-10-26 10:19:34 (342c63de): Decoded user=admin, pw=password
2007-10-26 10:19:34 (342c63de): in main_auth
2007-10-26 10:19:34 (342c63de): Checking url /lib-js/script.aculo.us/effects.js
2007-10-26 10:19:34 (342c63de): Checking url /lib-js/script.aculo.us/effects.js
2007-10-26 10:19:34 (342c63de): Dispatching auth for /lib-js/script.aculo.us/effects.js to config auth
2007-10-26 10:19:34 (342c63de): Added *HTTP_USER=admin*
2007-10-26 10:19:34 (342c63de): Added *HTTP_PASSWD=password*
2007-10-26 10:19:34 (342c63de): in main_handler
2007-10-26 10:19:34 (342c63de): Checking url /lib-js/script.aculo.us/effects.js
2007-10-26 10:19:34 (342c63de): Checking url /lib-js/script.aculo.us/effects.js
2007-10-26 10:19:34 (342c63de): Dispatching /lib-js/script.aculo.us/effects.js to config handler
2007-10-26 10:19:34 (342c63de): Entering config_handler
2007-10-26 10:19:34 (342c63de): Entering config_set_status
2007-10-26 10:19:34 (342c63de): Exiting config_set_status
2007-10-26 10:19:34 (342c63de): Updating Connection from keep-alive to close
2007-10-26 10:19:34 (342c63de): Thread 3: Preparing to serve /usr/share/mt-daapd/admin-root/lib-js/script.aculo.us/effects.js
2007-10-26 10:19:34 (342c63de): Emitting reponse header Content-Language: en_us
2007-10-26 10:19:34 (342c63de): Emitting reponse header Content-Type: text/html
2007-10-26 10:19:34 (342c63de): Emitting reponse header Server: mt-daapd/svn-1586
2007-10-26 10:19:34 (342c63de): Emitting reponse header Connection: close
2007-10-26 10:19:34 (342c63de): Emitting reponse header Date: Fri, 26 Oct 2007 17:19:34 GMT
2007-10-26 10:19:34 (342c63de): Thread 3: Served successfully
2007-10-26 10:19:34 (342c63de): Entering config_set_status
2007-10-26 10:19:34 (342c63de): Exiting config_set_status
2007-10-26 10:19:34 (342c63de): Thread 3: Terminating
2007-10-26 10:19:34 (342c63de): Thread 3: Freeing request headers
2007-10-26 10:19:34 (342c63de): Thread 3: Freeing response headers
2007-10-26 10:19:34 (342c63de): Thread 3: Freeing request vars
2007-10-26 10:19:34 (342c63de): Thread 3: Closing fd
2007-10-26 10:19:34 (342c63de): With thread 3 exiting, 0 are still running
2007-10-26 10:19:34 (342c63de): Thread 4: Entering ws_dispatcher (Connection from 192.168.1.46)
2007-10-26 10:19:34 (342c63de): Thread 4: got request
2007-10-26 10:19:34 (342c63de): Request: GET /util.js HTTP/1.12007-10-26 10:19:34 (342c63de): Thread 4: Read: Host: monstr:3689
2007-10-26 10:19:34 (342c63de): Thread 4: Adding header *Host=monstr:3689*
2007-10-26 10:19:34 (342c63de): Added *Host=monstr:3689*
2007-10-26 10:19:34 (342c63de): Thread 4: Read: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.8) Gecko/20071008 Firefox/2.0.0.82007-10-26 10:19:34 (342c63de): Thread 4: Adding header *User-Agent=Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.8) Gecko/20071008 Firefox/2.0.0.8*
2007-10-26 10:19:34 (342c63de): Added *User-Agent=Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.8) Gecko/20071008 Firefox/2.0.0.8*
2007-10-26 10:19:34 (342c63de): Thread 4: Read: Accept: */*2007-10-26 10:19:34 (342c63de): Thread 4: Adding header *Accept=*/**
2007-10-26 10:19:34 (342c63de): Added *Accept=*/**
2007-10-26 10:19:34 (342c63de): Thread 4: Read: Accept-Language: en-us,en;q=0.52007-10-26 10:19:34 (342c63de): Thread 4: Adding header *Accept-Language=en-us,en;q=0.5*
2007-10-26 10:19:34 (342c63de): Added *Accept-Language=en-us,en;q=0.5*
2007-10-26 10:19:34 (342c63de): Thread 4: Read: Accept-Encoding: gzip,deflate2007-10-26 10:19:34 (342c63de): Thread 4: Adding header *Accept-Encoding=gzip,deflate*
2007-10-26 10:19:34 (342c63de): Added *Accept-Encoding=gzip,deflate*
2007-10-26 10:19:34 (342c63de): Thread 4: Read: Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.72007-10-26 10:19:34 (342c63de): Thread 4: Adding header *Accept-Charset=ISO-8859-1,utf-8;q=0.7,*;q=0.7*
2007-10-26 10:19:34 (342c63de): Added *Accept-Charset=ISO-8859-1,utf-8;q=0.7,*;q=0.7*
2007-10-26 10:19:34 (342c63de): Thread 4: Read: Keep-Alive: 3002007-10-26 10:19:34 (342c63de): Thread 4: Adding header *Keep-Alive=300*
2007-10-26 10:19:34 (342c63de): Added *Keep-Alive=300*
2007-10-26 10:19:34 (342c63de): Thread 4: Read: Connection: keep-alive2007-10-26 10:19:34 (342c63de): Thread 4: Adding header *Connection=keep-alive*
2007-10-26 10:19:34 (342c63de): Added *Connection=keep-alive*
2007-10-26 10:19:34 (342c63de): Thread 4: Read: Referer: http://monstr:3689/index.html2007-10-26 10:19:34 (342c63de): Thread 4: Adding header *Referer=http://monstr:3689/index.html*
2007-10-26 10:19:34 (342c63de): Added *Referer=http://monstr:3689/index.html*
2007-10-26 10:19:34 (342c63de): Thread 4: Read: Authorization: Basic YWRtaW46MjIyZGFhcDg=2007-10-26 10:19:34 (342c63de): Thread 4: Adding header *Authorization=Basic YWRtaW46MjIyZGFhcDg=*
2007-10-26 10:19:34 (342c63de): Added *Authorization=Basic YWRtaW46MjIyZGFhcDg=*
2007-10-26 10:19:34 (342c63de): Thread 4: Read:2007-10-26 10:19:34 (342c63de): Thread 4: Headers parsed!
2007-10-26 10:19:34 (342c63de): Checking to see if connection matches close
2007-10-26 10:19:34 (342c63de): And it does NOT
2007-10-26 10:19:34 (342c63de): Thread 4: Connection type HTTP/1.1: Connection: persist
2007-10-26 10:19:34 (342c63de): Thread 4: Original URI: /util.js
2007-10-26 10:19:34 (342c63de): Thread 4: Translated URI: /util.js
2007-10-26 10:19:34 (342c63de): Thread 4: Preparing to find handler
2007-10-26 10:19:34 (342c63de): Checking /util.js against handler for /
2007-10-26 10:19:34 (342c63de): Thread 4: URI Match!
2007-10-26 10:19:34 (342c63de): Thread 4: Time is 1193419174 seconds after epoch
2007-10-26 10:19:34 (342c63de): Thread 4: Setting time header
2007-10-26 10:19:34 (342c63de): Added *Date=Fri, 26 Oct 2007 17:19:34 GMT*
2007-10-26 10:19:34 (342c63de): Added *Connection=keep-alive*
2007-10-26 10:19:34 (342c63de): Added *Server=mt-daapd/svn-1586*
2007-10-26 10:19:34 (342c63de): Added *Content-Type=text/html*
2007-10-26 10:19:34 (342c63de): Added *Content-Language=en_us*
2007-10-26 10:19:34 (342c63de): Thread 4: Using non-default handler
2007-10-26 10:19:34 (342c63de): in main_auth
2007-10-26 10:19:34 (342c63de): Checking url /util.js
2007-10-26 10:19:34 (342c63de): Checking url /util.js
2007-10-26 10:19:34 (342c63de): Dispatching auth for /util.js to config auth
2007-10-26 10:19:34 (342c63de): Checking if pw required for /util.js as admin
2007-10-26 10:19:34 (342c63de): Yep
2007-10-26 10:19:34 (342c63de): Preparing to decode YWRtaW46MjIyZGFhcDg=
2007-10-26 10:19:34 (342c63de): Decoded admin:password
2007-10-26 10:19:34 (342c63de): Decoded user=admin, pw=password
2007-10-26 10:19:34 (342c63de): in main_auth
2007-10-26 10:19:34 (342c63de): Checking url /util.js
2007-10-26 10:19:34 (342c63de): Checking url /util.js
2007-10-26 10:19:34 (342c63de): Dispatching auth for /util.js to confi28/10/2007 at 2:42 AM #13167rpedde
Participant@eatloaf wrote:
i just installed it on ubuntu 7.10.
try installing from nightlies at http://nightlies.mt-daapd.org
-
AuthorPosts
- The forum ‘Setup Issues’ is closed to new topics and replies.