Firefly won’t start (core dump)

FireFly Media Server Firefly Media Server Forums Firefly Media Server Setup Issues Firefly won’t start (core dump)

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #2071
    Anonymous
    Inactive

    Hi,

    I’m a bit new to this but have managed to compile and install the 1696 version on my Ubuntu machine (7.10)

    Now I’m having trouble getting it to run, I get this:

    Loading config file /usr/local/etc/mt-daapd.conf
    Opening file:///usr/local/etc/mt-daapd.conf?ascii=1
    Checking handler for file
    opening /usr/local/etc/mt-daapd.conf
    Config file open
    Got general/web_root, convert to general/web_root (/usr/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 (/var/cache/mt-daapd)
    Found existing section
    Got general/mp3_dir, convert to general/mp3_dir (/media/raid/audio)
    Found existing section
    Found 1 tokens in /media/raid/audio
    Token 1: /media/raid/audio
    Got general/servername, convert to general/servername (Firefly %v on %h)
    Found existing section
    Got general/runas, convert to general/runas (root)
    Found existing section
    Expanding precomments to 2048
    Got general/extensions, convert to general/extensions (.mp3,.m4a,.m4p,.ogg,.flac,.mpc)
    Found existing section
    Expanding precomments to 4096
    Got general/logfile, convert to general/logfile (/var/log/mt-daapd.log)
    Found existing section
    Got general/scan_type, convert to general/scan_type (1)
    Found existing section
    Got general/always_scan, convert to general/always_scan (1)
    Found existing section
    Got plugins/plugin_dir, convert to plugins/plugin_dir (/usr/lib/mt-daapd/plugins)
    Found existing section
    Got plugins/plugins, convert to plugins/plugins (rsp.so,ssc-ffmpeg.so)
    Found existing section
    Found 2 tokens in rsp.so,ssc-ffmpeg.so
    Token 1: rsp.so
    Token 2: ssc-ffmpeg.so
    Got scanning/process_m3u, convert to scanning/process_m3u (1)
    Found existing section
    Checking existence of /usr/share/mt-daapd/admin-root
    Checking existence of /usr/share/mt-daapd/admin-root
    Checking existence of /var/cache/mt-daapd
    Checking existence of /var/cache/mt-daapd
    Checking existence of /usr/lib/mt-daapd/plugins
    Checking existence of /usr/lib/mt-daapd/plugins
    Loading new config file.
    Opening file:///var/log/mt-daapd.log?mode=a&ascii=1
    Checking handler for file
    opening /var/log/mt-daapd.log
    Firefly Version svn-1696: Starting with debuglevel 9
    Attempting to load plugin /usr/lib/mt-daapd/plugins/out-daap.so
    Plugin is too old: version 1, expecting 2
    Error loading plugin /usr/lib/mt-daapd/plugins/out-daap.so: (null)
    Attempting to load plugin /usr/lib/mt-daapd/plugins/ssc-script.so
    Segmentation fault (core dumped)

    I guess the error has something to do with the plugin, but how do I fix it?

    Many thanks,

    Lou

    #15414
    Anonymous
    Inactive

    Fixed it 🙂

    I think it was file permissions problems, I was starting mt-daapd using the non-root (-y) option.

    I’m now having trouble getting the init.d/mt-daapd script to start and stop the server, but I think I know what’s up!

    L

    #15415
    EVILRipper
    Participant

    simply running the following commands should run and stop mt-daapd/firefly:

    sudo /etc/init.d/mt-daapd start
    sudo /etc/init.d/mt-daapd stop

    Check if it’s running with “ps -aux” command.
    If the process is active, but you can’t access the webadmin or the server, it is probably scanning the music dir to create the database.

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