svn-1586 on Unslung 6.10 keeps crashing

FireFly Media Server Firefly Media Server Forums Firefly Media Server Setup Issues svn-1586 on Unslung 6.10 keeps crashing

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2527
    Iter
    Guest

    I’m an running svn-1586 on Unslung 6.10 (on a NSLU2). After two Firefly installs my server still keeps crashing. Somtimes it crashes after 10 minutes, sometimes after 10 hours but it has never run flawlessly for mor than a day. During each crash the power light of my USB stick (on disk) one goes out and then I cannot contact my music folder, nor can my Soundbridge contact the media server.

    # mount
    /dev/root on /initrd type jffs2 (rw)
    /dev/sdb1 on / type ext3 (rw,noatime)
    proc on /proc type proc (rw)
    usbdevfs on /proc/bus/usb type usbdevfs (rw)
    /dev/sda1 on /share/flash/data type ext3 (rw)
    /dev/sdb1 on /share/hdd/data type ext3 (rw,noatime)
    /dev/sdb2 on /share/hdd/conf type ext3 (rw,sync,noatime)
    /dev/sdb2 on /share/flash/conf type ext3 (rw,sync,noatime)

    Debug 9 gives:

    # /opt/sbin/mt-daapd -d9 -f -c /opt/etc/mt-daapd/mt-daapd.conf
    Got general/web_root, convert to general/web_root (/opt/share/mt-daapd/admin-roo
    t)
    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 (/share/flash/data/mt-daapd)
    Found existing section
    Got general/mp3_dir, convert to general/mp3_dir (/share/flash/data/public/MP3)
    Found existing section
    Found 1 tokens in /share/flash/data/public/MP3
    Token 1: /share/flash/data/public/MP3
    Got general/runas, convert to general/runas (guest)
    Found existing section
    Got general/playlist, convert to general/playlist (/opt/etc/mt-daapd/mt-daapd.pl
    aylist)
    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
    Got general/scan_type, convert to general/scan_type (0)
    Found existing section
    Got general/servername, convert to general/servername (NSLU2)
    Found existing section
    Got general/debuglevel, convert to general/debuglevel (5)
    Found existing section
    Expanding precomments to 4096
    Got plugins/plugin_dir, convert to plugins/plugin_dir (/opt/share/mt-daapd/plugi
    ns)
    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
    Got scanning/process_m3u, convert to scanning/process_m3u (1)
    Found existing section
    Got scanning/process_itunes, convert to scanning/process_itunes (0)
    Found existing section
    Got scanning/follow_symlinks, convert to scanning/follow_symlinks (0)
    Found existing section
    Checking existence of /opt/share/mt-daapd/admin-root
    Checking existence of /opt/share/mt-daapd/admin-root
    Checking existence of /share/flash/data/mt-daapd
    Checking existence of /share/flash/data/mt-daapd
    Checking existence of /opt/share/mt-daapd/plugins
    Checking existence of /opt/share/mt-daapd/plugins
    Loading new config file.
    Firefly Version svn-1586: Starting with debuglevel 9
    Attempting to load plugin /opt/share/mt-daapd/plugins/rsp.so
    Loaded plugin /opt/share/mt-daapd/plugins/rsp.so (rsp/svn-1586)
    New transcode codec list:
    Attempting to load plugin /opt/share/mt-daapd/plugins/out-daap.so
    Loaded plugin /opt/share/mt-daapd/plugins/out-daap.so (daap/svn-1586)
    New transcode codec list:
    Attempting to load plugin /opt/share/mt-daapd/plugins/ssc-script.so
    Loaded plugin /opt/share/mt-daapd/plugins/ssc-script.so (ssc-script/svn-1586)
    New transcode codec list: ogg,flac,alac
    Plugin loaded: ssc-script/svn-1586
    Plugin loaded: daap/svn-1586
    Plugin loaded: rsp/svn-1586
    Starting rendezvous daemon
    Starting signal handler
    select(7, 0.000976)
    Opening database
    Executing: select value from config where term=’version’
    select(7, 0.222656)
    Results: 0
    Initializing database
    Executing: select count(*) FROM songs
    Executing: select value from config where term=’rescan’
    Executing: vacuum
    select(7, 0.098632)
    select(7, 0.097656)
    select(7, 0.097656)
    select(7, 0.000976)
    select(7, 0.140625)
    select(7, 0.099609)
    select(7, 0.098632)
    select(7, 0.000976)
    select(7, 0.140625)
    select(7, 0.099609)
    select(7, 0.099609)
    select(7, 0.001953)
    select(7, 0.141601)
    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
    Starting web server from /opt/share/mt-daapd/admin-root on port 3689
    Listening on port 3689
    Listen port: Address already in use
    Error staring web server: Address already in use
    Aborting
    # Processing rendezvous message
    Rendezvous socket closed (daap server crashed?) Aborting.
    Aborting

    Any suggestions…???????? Please!!!!!

    #17327
    EVILRipper
    Participant

    The debug log file you’re giving is a firefly that is starting to run, and tries to bind itself to port 3689, but sees it is already in use, so crashes.
    Wouldn’t it be an idea to change the port of the second firefly install?

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Setup Issues’ is closed to new topics and replies.