Reply To: Installation of FireFly on MSS

#11304
Iris
Participant

Try editing S60mt-daapd to look like this:


#!/bin/sh

# make sure our shared libraries are in the path.
# if we get /etc/ld.so.conf working, this export
# can be removed
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/lib

if [ -n "`pidof mt-daapd`" ] ; then
killall mt-daapd 2>/dev/null
fi

sleep 2
/opt/lib/ld.so.1 /opt/sbin/mt-daapd -c /opt/etc/mt-daapd/mt-daapd.conf

Then, power-off the MSS, wait until the LED goes completely out then power-on. Don’t try to logon right away – wait a few minutes as the server will be going through it’s start-up scan. After that try using Firefly’s web interface.

And let us know your results…

Iris