Reply To: Build firefly nightly on WL-500g

#8891
gusdesigns
Participant

Ron,

Still does not work with latest nightly…

The log:


2007-04-18 16:45:39 (00000400): Firefly Version svn-1545: Starting with debuglevel 9
2007-04-18 16:45:39 (00000400): Attempting to load plugin /opt/share/mt-daapd/plugins/rsp.so
2007-04-18 16:45:39 (00000400): Loaded plugin /opt/share/mt-daapd/plugins/rsp.so (rsp/svn-1545)
2007-04-18 16:45:39 (00000400): New transcode codec list:
2007-04-18 16:45:39 (00000400): Attempting to load plugin /opt/share/mt-daapd/plugins/out-daap.so
2007-04-18 16:45:39 (00000400): Loaded plugin /opt/share/mt-daapd/plugins/out-daap.so (daap/svn-1545)
2007-04-18 16:45:39 (00000400): New transcode codec list:
2007-04-18 16:45:39 (00000400): Attempting to load plugin /opt/share/mt-daapd/plugins/ssc-script.so
2007-04-18 16:45:39 (00000400): Loaded plugin /opt/share/mt-daapd/plugins/ssc-script.so (ssc-script/svn-1545)
2007-04-18 16:45:39 (00000400): New transcode codec list: ogg,flac,alac
2007-04-18 16:45:39 (00000400): Plugin loaded: ssc-script/svn-1545
2007-04-18 16:45:39 (00000400): Plugin loaded: daap/svn-1545
2007-04-18 16:45:39 (00000400): Plugin loaded: rsp/svn-1545
2007-04-18 16:45:39 (00000400): Starting rendezvous daemon
2007-04-18 16:45:39 (00000400): Starting signal handler
2007-04-18 16:45:39 (00000400): Pid: 217
2007-04-18 16:45:39 (00000400): Opening database
2007-04-18 16:45:39 (00000400): select(9, 0.000976)
2007-04-18 16:45:39 (00000400): select(9, 0.219726)
2007-04-18 16:45:39 (00000400): Executing: select value from config where term='version'
2007-04-18 16:45:39 (00000400): Error: enum_begin failed (error 1): Misc SQL Error: no such table: config
2007-04-18 16:45:39 (00000400): Can't get db version. New database?
2007-04-18 16:45:39 (00000400): Results: 0
2007-04-18 16:45:39 (00000400): Initializing database
2007-04-18 16:45:39 (00000400): Executing: select count(*) FROM songs
2007-04-18 16:45:39 (00000400): Error: enum_begin failed (error 1): ?
2007-04-18 16:45:39 (00000400): Executing: select value from config where term='rescan'
2007-04-18 16:45:39 (00000400): Error: enum_begin failed (error 1): ?
2007-04-18 16:45:39 (00000400): Full reload...
2007-04-18 16:45:39 (00000400): Executing: drop index idx_path
2007-04-18 16:45:39 (00000400): Query: drop index idx_path
2007-04-18 16:45:39 (00000400): Error: no such index: idx_path
2007-04-18 16:45:39 (00000400): Executing: drop index idx_songid
2007-04-18 16:45:39 (00000400): Query: drop index idx_songid
2007-04-18 16:45:39 (00000400): Error: no such index: idx_songid
2007-04-18 16:45:39 (00000400): Executing: drop index idx_playlistid
2007-04-18 16:45:39 (00000400): Query: drop index idx_playlistid
2007-04-18 16:45:39 (00000400): Error: no such index: idx_playlistid
2007-04-18 16:45:39 (00000400): Executing: drop table songs
2007-04-18 16:45:39 (00000400): Query: drop table songs
2007-04-18 16:45:39 (00000400): Error: no such table: songs
2007-04-18 16:45:39 (00000400): Executing: delete from playlists where not type=1 and not type=0
2007-04-18 16:45:39 (00000400): Query: delete from playlists where not type=1 and not type=0
2007-04-18 16:45:39 (00000400): Error: no such table: playlists
2007-04-18 16:45:39 (00000400): Executing: drop table playlistitems
2007-04-18 16:45:39 (00000400): Query: drop table playlistitems
2007-04-18 16:45:39 (00000400): Error: no such table: playlistitems
2007-04-18 16:45:39 (00000400): Executing: drop table config
2007-04-18 16:45:39 (00000400): Query: drop table config
2007-04-18 16:45:39 (00000400): Error: no such table: config
2007-04-18 16:45:39 (00000400): Executing: vacuum
2007-04-18 16:45:39 (00000400): Rows: 0
2007-04-18 16:45:39 (00000400): 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-04-18 16:45:39 (00000400): select(9, 0.098632)
2007-04-18 16:45:39 (00000400): select(9, 0.095703)
2007-04-18 16:45:39 (00000400): Rows: 1
2007-04-18 16:45:39 (00000400): select(9, 0.000976)
2007-04-18 16:45:39 (00000400): 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-04-18 16:45:39 (00000400): select(9, 0.139648)
2007-04-18 16:45:39 (00000400): Rows: 1
2007-04-18 16:45:39 (00000400): Starting mp3 scan
2007-04-18 16:45:39 (00000400): Starting scan_init
2007-04-18 16:45:39 (00000400): Starting db scan
2007-04-18 16:45:39 (00000400): Executing: pragma synchronous = off
2007-04-18 16:45:39 (00000400): Rows: 0
2007-04-18 16:45:39 (00000400): Executing: begin transaction
2007-04-18 16:45:39 (00000400): Rows: 0
2007-04-18 16:45:39 (00000400): Scanning for MP3s in /opt/share/mp3
2007-04-18 16:45:39 (00000400): Found /opt/share/mp3/Muse
2007-04-18 16:45:39 (00000400): Found Muse.. recursing
2007-04-18 16:45:39 (00000400): Found /opt/share/mp3/Muse/Absolution
2007-04-18 16:45:39 (00000400): Found Absolution.. recursing
2007-04-18 16:45:39 (00000400): Found /opt/share/mp3/Muse/Absolution/01 Intro.mp3
2007-04-18 16:45:39 (00000400): Found music file: 01 Intro.mp3
<<< now scanning the songs ... >>>
2007-04-18 16:46:03 (00000400): Found Xing header
2007-04-18 16:46:03 (00000400): Xing Flags: 0F
2007-04-18 16:46:03 (00000400): Scan Type: 0, no of frames: 11235, song_length: 0, file size: 7672971
2007-04-18 16:46:03 (00000400): Song Length: 293485
2007-04-18 16:46:03 (00000400): Date Added: 1171398544
2007-04-18 16:46:03 (00000400): Codec: mpeg
2007-04-18 16:46:03 (00000400): Executing: INSERT INTO songs VALUES (NULL,'/opt/share/mp3/U2 & Coco Freeman/Rhythms del Mundo/06 I Still$
2007-04-18 16:46:03 (00000400): Rows: 1
2007-04-18 16:46:03 (00000400): Ending song scan
2007-04-18 16:46:03 (00000400): Executing: commit transaction
2007-04-18 16:46:03 (00000400): Rows: 0
2007-04-18 16:46:03 (00000400): Executing: pragma synchronous=normal
2007-04-18 16:46:03 (00000400): Rows: 0
2007-04-18 16:46:03 (00000400): Executing: create index idx_path on songs(path,idx)
2007-04-18 16:46:04 (00000400): Rows: 0
2007-04-18 16:46:04 (00000400): Executing: delete from config where term='rescan'
2007-04-18 16:46:04 (00000400): Rows: 0
2007-04-18 16:46:04 (00000400): Executing: pragma synchronous = off
2007-04-18 16:46:04 (00000400): Rows: 0
2007-04-18 16:46:04 (00000400): Executing: begin transaction
2007-04-18 16:46:04 (00000400): Rows: 0
2007-04-18 16:46:04 (00000400): Processing playlists
2007-04-18 16:46:04 (00000400): Starting playlist scan
2007-04-18 16:46:04 (00000400): Finished playlist loop
2007-04-18 16:46:04 (00000400): Executing: end transaction
2007-04-18 16:46:04 (00000400): Rows: 0
2007-04-18 16:46:04 (00000400): Executing: pragma synchronous=normal
2007-04-18 16:46:04 (00000400): Rows: 0
2007-04-18 16:46:04 (00000400): Executing: create index idx_songid on playlistitems(songid)
2007-04-18 16:46:04 (00000400): Rows: 0
2007-04-18 16:46:04 (00000400): Executing: create index idx_playlistid on playlistitems(playlistid,songid)
2007-04-18 16:46:04 (00000400): Rows: 0
2007-04-18 16:46:04 (00000400): Updating playlists
2007-04-18 16:46:04 (00000400): Executing: select count(*) from playlists
2007-04-18 16:46:04 (00000400): Executing: select * from playlists
2007-04-18 16:46:04 (00000400): Executing: update playlists set items=(select count(*) from songs where 1) where id=1
2007-04-18 16:46:04 (00000400): Rows: 1
2007-04-18 16:46:04 (00000400): Executing: select count(*) FROM songs
2007-04-18 16:46:04 (00000400): Scanned 300 songs in 25 seconds
2007-04-18 16:46:04 (00000400): Starting web server from /opt/share/mt-daapd/admin-root on port 3689
2007-04-18 16:46:04 (00000400): Listening on port 3689
2007-04-18 16:46:04 (00000400): Starting server thread
2007-04-18 16:46:05 (00000400): select(9, 5.000000)
2007-04-18 16:46:10 (00000400): select(9, 0.780273)
2007-04-18 16:46:11 (00000400): select(9, 0.099609)
2007-04-18 16:46:11 (00000400): select(9, 0.097656)
2007-04-18 16:46:11 (00000400): select(9, 5.000000)
2007-04-18 16:46:16 (00000400): select(9, 5.000000)
2007-04-18 16:46:21 (00000400): select(9, 5.000000)
2007-04-18 16:46:26 (00000400): select(9, 5.000000)
2007-04-18 16:46:31 (00000400): select(9, 5.000000)
2007-04-18 16:46:36 (00000400): select(9, 5.000000)
2007-04-18 16:46:41 (00000400): select(9, 1.899414)
2007-04-18 16:46:43 (00000400): select(9, 0.099609)
2007-04-18 16:46:43 (00000400): select(9, 0.097656)
2007-04-18 16:46:43 (00000400): select(9, 5.000000)
2007-04-18 16:46:48 (00000400): select(9, 5.000000)
2007-04-18 16:46:53 (00000400): select(9, 5.000000)
2007-04-18 16:46:58 (00000400): select(9, 5.000000)
2007-04-18 16:47:03 (00000400): select(9, 5.000000)
2007-04-18 16:47:08 (00000400): select(9, 5.000000)
2007-04-18 16:47:13 (00000400): select(9, 5.000000)
2007-04-18 16:47:18 (00000400): select(9, 5.000000)
2007-04-18 16:47:23 (00000400): select(9, 5.000000)
2007-04-18 16:47:28 (00000400): select(9, 5.000000)
2007-04-18 16:47:33 (00000400): select(9, 5.000000)
2007-04-18 16:47:38 (00000400): select(9, 5.000000)
2007-04-18 16:47:43 (00000400): select(9, 5.000000)
2007-04-18 16:47:48 (00000400): select(9, 5.000000)
2007-04-18 16:47:53 (00000400): select(9, 5.000000)
2007-04-18 16:47:58 (00000400): select(9, 5.000000)
2007-04-18 16:48:03 (00000400): select(9, 5.000000)
2007-04-18 16:48:08 (00000400): select(9, 5.000000)
2007-04-18 16:48:13 (00000400): select(9, 5.000000)
2007-04-18 16:48:18 (00000400): select(9, 5.000000)
2007-04-18 16:48:23 (00000400): select(9, 5.000000)
2007-04-18 16:48:26 (00000803): Thread 0: Entering ws_dispatcher (Connection from 192.168.1.108)
2007-04-18 16:48:26 (00000803): Thread 0: got request
2007-04-18 16:48:26 (00000803): Request: GET / HTTP/1.1
2007-04-18 16:48:26 (00000803): Thread 0: Read: Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-fla$
2007-04-18 16:48:26 (00000803): Thread 0: Adding header *Accept=image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shock$
2007-04-18 16:48:26 (00000803): Added *Accept=image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, applic$
2007-04-18 16:48:26 (00000803): Thread 0: Read: Accept-Language: en-us,en;q=0.5
2007-04-18 16:48:26 (00000803): Thread 0: Adding header *Accept-Language=en-us,en;q=0.5*
2007-04-18 16:48:26 (00000803): Added *Accept-Language=en-us,en;q=0.5*
2007-04-18 16:48:26 (00000803): Thread 0: Read: UA-CPU: x86
2007-04-18 16:48:26 (00000803): Thread 0: Adding header *UA-CPU=x86*
2007-04-18 16:48:26 (00000803): Added *UA-CPU=x86*
2007-04-18 16:48:26 (00000803): Thread 0: Read: Accept-Encoding: gzip, deflate
2007-04-18 16:48:26 (00000803): Thread 0: Adding header *Accept-Encoding=gzip, deflate*
2007-04-18 16:48:26 (00000803): Added *Accept-Encoding=gzip, deflate*
2007-04-18 16:48:26 (00000803): Thread 0: Read: User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; WOW64; .NET CLR 2.0.50727$
2007-04-18 16:48:26 (00000803): Thread 0: Adding header *User-Agent=Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; WOW64; .NET CLR 2$
2007-04-18 16:48:26 (00000803): Added *User-Agent=Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; WOW64; .NET CLR 2.0.50727; InfoPath$
2007-04-18 16:48:26 (00000803): Thread 0: Read: Host: 192.168.1.2:3689
2007-04-18 16:48:26 (00000803): Thread 0: Adding header *Host=192.168.1.2:3689*
2007-04-18 16:48:26 (00000803): Added *Host=192.168.1.2:3689*
2007-04-18 16:48:26 (00000803): Thread 0: Read: Connection: Keep-Alive
2007-04-18 16:48:26 (00000803): Thread 0: Adding header *Connection=Keep-Alive*
2007-04-18 16:48:26 (00000803): Added *Connection=Keep-Alive*
2007-04-18 16:48:26 (00000803): Thread 0: Read:
2007-04-18 16:48:26 (00000803): Thread 0: Headers parsed!
2007-04-18 16:48:26 (00000803): Checking to see if connection matches close
2007-04-18 16:48:26 (00000803): And it does NOT
2007-04-18 16:48:26 (00000803): Thread 0: Connection type HTTP/1.1
: Connection: persist
2007-04-18 16:48:26 (00000803): Thread 0: Original URI: /
2007-04-18 16:48:26 (00000803): Thread 0: Translated URI: /
2007-04-18 16:48:26 (00000803): Thread 0: Preparing to find handler
2007-04-18 16:48:26 (00000803): Didn't find one!
2007-04-18 16:48:26 (00000803): Thread 0: Time is 1176914906 seconds after epoch
2007-04-18 16:48:26 (00000803): Thread 0: Setting time header
2007-04-18 16:48:26 (00000803): Added *Date=Wed, 18 Apr 2007 16:48:26 GMT*
2007-04-18 16:48:26 (00000803): Added *Connection=keep-alive*
2007-04-18 16:48:26 (00000803): Added *Server=mt-daapd/svn-1545*
2007-04-18 16:48:26 (00000803): Added *Content-Type=text/html*
2007-04-18 16:48:26 (00000803): Added *Content-Language=en_us*
2007-04-18 16:48:26 (00000803): Thread 0: Using default handler.
2007-04-18 16:48:26 (00000803): Thread 0: Preparing to serve /opt/share/mt-daapd/admin-root
2007-04-18 16:48:26 (00000803): Length of file is 4096
2007-04-18 16:48:26 (00000803): Added *Content-Length=4096*
2007-04-18 16:48:26 (00000803): Emitting reponse header Content-Length: 4096
2007-04-18 16:48:26 (00000803): Emitting reponse header Content-Language: en_us
2007-04-18 16:48:26 (00000803): Emitting reponse header Content-Type: text/html
2007-04-18 16:48:26 (00000803): Emitting reponse header Server: mt-daapd/svn-1545
2007-04-18 16:48:26 (00000803): Emitting reponse header Connection: keep-alive
2007-04-18 16:48:26 (00000803): Emitting reponse header Date: Wed, 18 Apr 2007 16:48:26 GMT
2007-04-18 16:48:26 (00000803): Read error: Is a directory
2007-04-18 16:48:26 (00000803): Exiting ws_defaulthandler: Thread 0: Served successfully
2007-04-18 16:48:26 (00000803): Thread 0: Terminating
2007-04-18 16:48:26 (00000803): Thread 0: Freeing request headers
2007-04-18 16:48:26 (00000803): Thread 0: Freeing response headers
2007-04-18 16:48:26 (00000803): Thread 0: Freeing request vars
2007-04-18 16:48:28 (00000400): select(9, 5.000000)
2007-04-18 16:48:33 (00000400): select(9, 5.000000)
2007-04-18 16:48:38 (00000400): select(9, 5.000000)
2007-04-18 16:48:43 (00000400): select(9, 5.000000)
2007-04-18 16:48:48 (00000400): select(9, 5.000000)

Don’t know if this is of much use to you, maybe I should ship my device so you can experiment yourself 😆