Reply To: Installing Firefly on DLink DSM-G600

#10848
SirAiwa
Participant

Some new attempts:

I downloaded the mt-daapd 0.2.4 from the DSM-G600 forum site. Extracted to the proper folder HD_a2/mt-daapd.

The I tried to follow the step by step commands manually via telnet. Here are the results:

BusyBox v1.2.1 (2006.08.16-19:37+0000) Built-in shell (ash)
Enter ‘help’ for a list of built-in commands.

# mkdir -p /mnt/HD_a2/mt-daapd/cache
# ln -s /mnt/HD_a2/mt-daapd/libz.so.1 /lib/
ln: /lib/libz.so.1: File exists
# ln -s /mnt/HD_a2/mt-daapd/libgdbm.so.3 /lib/
ln: /lib/libgdbm.so.3: File exists
# ln -s /mnt/HD_a2/mt-daapd/libid3tag.so.0 /lib/
ln: /lib/libid3tag.so.0: File exists
# /mnt/HD_a2/mt-daapd/mt-daapd -c /mnt/HD_a2/mt-daapd/mt-daapd.conf
-ash: /mnt/HD_a2/mt-daapd/mt-daapd: Permission denied
# /mnt/HD_a2/mt-daapd/mt-daapd -c /mnt/HD_a2/mt-daapd/mt-daapd.conf
#

QUESTION: Those responses of “ln: /lib/libz.so.1: File exists”, are them correct, expected things, or has something gone wrong here? What must I do to correct it?

NOTE: At the Permission denied, I figured out that the mt-daapd was not set as executable, so I changed that file with chmod 777, and when I ran the command again, at least I got no error. So I guess the command went well.

I know it’s not fully working, because my Soundbridge does not see the new server (which I renamed on the .conf file to something like HURRAY so I would have no doubt 🙂 ).

I also tried to access web admin pages via http://192.168.0.111:9999 and http://192.168.0.111:3689 (the IP is my correct G600’s IP – and for the port I am just trying the 9999 that works on my other windows installation, and the 3689 that appears somewhere on the .conf file). But neither works.

So any clues at this point will be welcome!