FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › Setup Issues › Problems Installing Firefly on Maxtor MSS
- This topic has 5 replies, 2 voices, and was last updated 17 years, 10 months ago by purpleindigo.
-
AuthorPosts
-
26/01/2007 at 11:00 AM #1036purpleindigoParticipant
Hi,
I’m following the Wiki to install Firefly on a Maxtor MSS.
http://wiki.fireflymediaserver.org/MSS_Installation
I got as far as doing this
# ipkg install ncursesw nano
And what I saw was:
Installing ncursesw (5.6-1) to root…
Downloading http://ipkg-us-dyoung.nslu2-linux.org/feeds/optware/mss/cross/unstab
le/ncursesw_5.6-1_mipsel.ipk
Installing ncurses (5.6-1) to root…
Downloading http://ipkg-us-dyoung.nslu2-linux.org/feeds/optware/mss/cross/unstab
le/ncurses_5.6-1_mipsel.ipk
Installing nano (2.0.2-1) to root…
Downloading http://ipkg-us-dyoung.nslu2-linux.org/feeds/optware/mss/cross/unstab
le/nano_2.0.2-1_mipsel.ipk
Installing ncurses (5.6-1) to root…
Downloading http://ipkg-us-dyoung.nslu2-linux.org/feeds/optware/mss/cross/unstab
le/ncurses_5.6-1_mipsel.ipk
An error ocurred, return value: 2.
Collected errors:
Package ncurses wants to install file /opt/bin/reset
But that file is already provided by package busybox
Package ncurses wants to install file /opt/bin/clear
But that file is already provided by package busybox
Package ncurses wants to install file /opt/bin/reset
But that file is already provided by package busybox
Package ncurses wants to install file /opt/bin/clear
But that file is already provided by package busybox
#Then I typed:
LD_LIBRARY_PATH=/opt/lib /opt/bin/nano /opt/etc/init.d/S60mt-daapd
And I got this error message:
/opt/bin/nano: not found
Now I’m totally lost. Anyone know what I should do or why it can’t find nano?
26/01/2007 at 1:37 PM #8717fizzeParticipantwow. why the hell would nano be required for firefly? WTF 😯
nano is the program that requires ncurses. firefly itself doesnt.
whoever is comfortable with vi, doesnt need this step. The Wiki is very vague about those steps.
You can also edit the config file on a windows box through a share in a linux-friendly editor, like wyoedit, or ultraedit, etc.
anywho, if you really want to go ahead and install nano and ncurses to the MSS, just install ncursesw like this:
ipkg install ncursesw --force-overwrite
this will overwrite the /opt/bin/reset and other links.
Those are just links provided by busybox, while ncurses installs REAL versions.26/01/2007 at 2:02 PM #8718purpleindigoParticipantI tried opening the file in Nano, and the telnet screen just went into a mess. No way to use the cursors to get to the line to be edited.
Then I tried opening the file in VI instead. But it couldn’t find VI.
How can i find and install vi?
26/01/2007 at 7:01 PM #8719purpleindigoParticipantscrap that, i found vi
26/01/2007 at 7:18 PM #8720purpleindigoParticipantalmost at the end of the wiki, (I had to use vi as nano wouldn’t work)
got as far as starting the server
# /opt/etc/init.d/S60mt-daapd
pidof: not found
/opt/sbin/mt-daapd: error while loading shared libraries: libFLAC.so.7: cannot o
pen shared object file: No such file or directoryAnd the server seemingly wasn’t started. At least the Soundbridge can’t find it, and the web interface isn’t working for it.
Please help. So close.
26/01/2007 at 7:39 PM #8721purpleindigoParticipantfixed it using the instructions here:
http://forums.fireflymediaserver.org/viewtopic.php?t=5517maybe the wiki needs changing
-
AuthorPosts
- The forum ‘Setup Issues’ is closed to new topics and replies.