Reply To: Western Digital Netcenter

#10519
scousethemoose
Participant

Hi Ron,

Your suggestion worked, although it wasn’t the most elegant of installs. I basically had to install all the required packages first before I could install sn-1586, one by one.

> I can keep the server running
> Scan all my music
> Server visible in Itunes
> Connect to the server
> Play Music from the server 🙂

This worked although busybox seems to have been effected, I believe it is to do with bash_3.2-3_mipsel.ipk which I had to use for an error free install.

This seems to have caused busybox to appear like this

BusyBox v1.00-pre2 (2006.10.08-20:33+0000) Built-in shell (msh)
Enter ‘help’ for a list of built-in commands.

[u@h W]ps
PID Uid VmSize Stat Command
SIGSEGV

Removing mt-daapd and this package restores busybox to normal. Should I use a different bash package?

Here is my install procedure, I copied all packages over first

# export LD_LIBRARY_PATH=/lib:/usr/lib:/opt/lib
# cd /shares/Main
# /opt/bin/ipkg-cl install zlib_1.2.2-2_mipsel.ipk
# /opt/bin/ipkg-cl install libid3tag_0.15.1b-1_mipsel.ipk
# /opt/bin/ipkg-cl install libogg_1.1.3-2_mipsel.ipk
# /opt/bin/ipkg-cl install libvorbis_1.1.2-3_mipsel.ipk
# /opt/bin/ipkg-cl install ivorbis-tools_1.0-1_mipsel.ipk
# /opt/bin/ipkg-cl install libao_0.8.6-1_mipsel.ipk
# /opt/bin/ipkg-cl install libcurl_7.15.5-1_mipsel.ipk
# /opt/bin/ipkg-cl install libvorbisidec_cvs-20050221-1_mipsel.ipk
# /opt/bin/ipkg-cl install ivorbis-tools_1.0-1_mipsel.ipk
# /opt/bin/ipkg-cl install flac_1.1.4-1_mipsel.ipk
# /opt/bin/ipkg-cl install readline_5.2-2_mipsel.ipk
# /opt/bin/ipkg-cl install ncurses_5.6-1_mipsel.ipk
# /opt/bin/ipkg-cl install ncursesw_5.6-1_mipsel.ipk
# /opt/bin/ipkg-cl install sqlite_3.4.1-1_mipsel.ipk
# /opt/bin/ipkg-cl install bash_3.2-3_mipsel.ipk
# /opt/bin/ipkg-cl install mt-daapd_svn-1586-1_mipsel.ipk

Thanks,

Jon

<<<>>>>

I have resolved the issue by performing a forced removal of bash.

# /opt/bin/ipkg-cl -force-depends bash, this needs to be done after the mt-daapd .ipk install.