Reply To: 1696 on MSS+ Blank Configuration Screen in Web View

#14980
squashuax
Participant

Ok – so I get svn-1696 working on the system at my house by switching to sqlite3 and setting scan interval to 0…

Then I try to set the same deal up at my friend’s house, and I get it working, but for some reason, the “configuration” screen in the web interface is still blank.

Does the web interface depend on qany other programs, e.g. java or bonjour, running on the PC?

Here is the output from a d9:

BusyBox v1.00-pre2 (2006.02.01-23:21+0000) Built-in shell (msh)
Enter ‘help’ for a list of built-in commands.

# ps
PID Uid VmSize Stat Command
1 root 856 S init
2 root SW< [keventd]
3 root SWN [ksoftirqd_CPU0]
4 root SW [kswapd]
5 root SW [bdflush]
6 root SW [kupdated]
7 root SW [mtdblockd]
8 root SW [khubd]
13 root SW< [mdrecoveryd]
26 root SW [eth0_link_event]
32 root SW [gpio_out_pulse]
33 root SW [button_notify_u]
36 root SW< [ksed]
37 root SW [ksechanged]
41 root SW< [raid1d]
46 root SW< [raid1d]
49 root SW [kreiserfsd]
198 root 180 S restore
206 root 108 S hnscontrol
211 root 288 S fanctl 47 65
213 root 68 S discoveryd
216 root 300 S utelnetd
224 root 168 S netlink
249 root 700 S /opt/lib/ld.so.1 /opt/sbin/mt-daapd -c /opt/etc/mt-da
250 root 1056 S /opt/lib/ld.so.1 /opt/sbin/mt-daapd -c /opt/etc/mt-da
254 root 1056 S /opt/lib/ld.so.1 /opt/sbin/mt-daapd -c /opt/etc/mt-da
255 root 1056 S /opt/lib/ld.so.1 /opt/sbin/mt-daapd -c /opt/etc/mt-da
482 root 544 S udhcpc -i eth0 -r 192.168.0.100 -p /var/run/udhcpc.pi
531 root 1332 S httpd
575 root 1972 S /usr/local/samba/sbin/smbd
577 root 1772 S /usr/local/samba/sbin/nmbd
584 root 588 S /bin/sh
585 root 648 R ps
#
# opt/lib/ld.so.1 /opt/sbin/mt-daapd -f -c /opt/etc/mt-daapd/mt-daapd.conf -y -d9
Loading config file /shares/mss-hdd/__opt/etc/mt-daapd/mt-daapd.conf
Opening file:///shares/mss-hdd/__opt/etc/mt-daapd/mt-daapd.conf?ascii=1
Checking handler for file
opening /shares/mss-hdd/__opt/etc/mt-daapd/mt-daapd.conf
Config file open
Got general/web_root, convert to general/web_root (/opt/share/mt-daapd/admin-root)
Found existing section
Got general/port, convert to general/port (3689)
Found existing section
Got general/admin_pw, convert to general/admin_pw (mt-daapd)
Found existing section
Got general/db_type, convert to general/db_type (sqlite3)
Found existing section
Got general/db_parms, convert to general/db_parms (/opt/var/mt-daapd)
Found existing section
Got general/mp3_dir, convert to general/mp3_dir (/shares/mss-hdd/Compaq_Owner/My Music/JSK Transport)
Found existing section
Found 1 tokens in /shares/mss-hdd/Compaq_Owner/My Music/JSK Transport
Token 1: /shares/mss-hdd/Compaq_Owner/My Music/JSK Transport
Got general/servername, convert to general/servername (trythis 1696)
Found existing section
Got general/runas, convert to general/runas (guest)
Found existing section
Got general/playlist, convert to general/playlist (/opt/etc/mt-daapd/mt-daapd.playlist)
Found existing section
Got general/extensions, convert to general/extensions (.mp3,.m4a,.m4p,.ogg,.flac)
Found existing section
Got general/ssc_codectypes, convert to general/ssc_codectypes (ogg,flac,alac)
Found existing section
Got general/ssc_prog, convert to general/ssc_prog (/opt/sbin/mt-daapd-ssc.sh)
Found existing section
Expanding precomments to 2048
Got general/rescan_interval, convert to general/rescan_interval (0)
Found existing section
Got general/always_scan, convert to general/always_scan (0)
Found existing section
Expanding precomments to 4096
Got plugins/plugin_dir, convert to plugins/plugin_dir (/opt/share/mt-daapd/plugins)
Found existing section
Got plugins/plugins, convert to plugins/plugins (rsp.so,ssc-script.so)
Found existing section
Found 2 tokens in rsp.so,ssc-script.so
Token 1: rsp.so
Token 2: ssc-script.so
Checking existence of /opt/share/mt-daapd/admin-root
Checking existence of /opt/share/mt-daapd/admin-root
Checking existence of /opt/var/mt-daapd
Checking existence of /opt/var/mt-daapd
Config entry general/playlist is deprecated. Please review the sample config
Checking existence of /opt/share/mt-daapd/plugins
Checking existence of /opt/share/mt-daapd/plugins
Loading new config file.
Firefly Version svn-1696: Starting with debuglevel 9
Attempting to load plugin /shares/mss-hdd/__opt/share/mt-daapd/plugins/out-daap.so
Loaded plugin /shares/mss-hdd/__opt/share/mt-daapd/plugins/out-daap.so (daap/svn-1696)
New transcode codec list:
Attempting to load plugin /shares/mss-hdd/__opt/share/mt-daapd/plugins/ssc-script.so
Loaded plugin /shares/mss-hdd/__opt/share/mt-daapd/plugins/ssc-script.so (ssc-script/svn-1696)
New transcode codec list: ogg,flac,alac
Attempting to load plugin /shares/mss-hdd/__opt/share/mt-daapd/plugins/rsp.so
Loaded plugin /shares/mss-hdd/__opt/share/mt-daapd/plugins/rsp.so (rsp/svn-1696)
New transcode codec list: ogg,flac,alac
Plugin loaded: rsp/svn-1696
Plugin loaded: ssc-script/svn-1696
Plugin loaded: daap/svn-1696
Starting rendezvous daemon
Starting signal handler
Opening database
Executing: select value from config where term=’version’
Creating new db handle
Results: 0
Initializing database
Executing: select count(*) FROM songs
Executing: select value from config where term=’rescan’
Executing: vacuum
Rows: 0
Executing: create index idx_path on songs(path,idx)
Query: create index idx_path on songs(path,idx)
Error: index idx_path already exists
Executing: create index idx_songid on playlistitems(songid)
Query: create index idx_songid on playlistitems(songid)
Error: index idx_songid already exists
Executing: create index idx_playlistid on playlistitems(playlistid,songid)
Query: create index idx_playlistid on playlistitems(playlistid,songid)
Error: index idx_playlistid already exists
Executing: select count(*) FROM songs
Starting web server from /shares/mss-hdd/__opt/share/mt-daapd/admin-root on port 3689
Listening on port 3689
Opening listen://3689
Checking handler for listen
opening 3689
Doing io_listen_open
Socket opened
Error binding socket
Listen port: socket/port in use
Error starting web server
Aborting
# Processing rendezvous message
Rendezvous socket closed (daap server crashed?) Aborting.
Aborting