Problems getting Firefly to run on Maxtor Shared Storage I

FireFly Media Server Firefly Media Server Forums Firefly Media Server Setup Issues Problems getting Firefly to run on Maxtor Shared Storage I

Viewing 10 posts - 1 through 10 (of 11 total)
  • Author
    Posts
  • #1379
    scorintha
    Participant

    Hi all,

    I’ve been trying to get mt-daapd to run on my Maxtor Shared Storage drive. I followed the instructions on the wiki here:

    http://wiki.fireflymediaserver.org/MSS_Installation

    When I get to the point where I execute the command to start the server, I get the following error message:

    # /opt/etc/init.d/S60mt-daapd
    pidof: not found
    /opt/sbin/mt-daapd: error while loading shared libraries: libdl.so.0: cannot open shared object file: No such file or directory

    Now, if I set export LD_TRACE_LOADED_OBJECTS=1 and try to execute S60mt-daapd, I get the following:

    /opt/etc/init.d/S60mt-daapd
    libc.so.6 => /lib/libc.so.6 (0x2aac0000)
    /lib/ld.so.1 => /lib/ld.so.1 (0x00020000)
    libc.so.6 => /lib/libc.so.6 (0x2aac0000)
    /lib/ld.so.1 => /lib/ld.so.1 (0x00020000)
    libc.so.6 => /lib/libc.so.6 (0x2aac0000)
    /lib/ld.so.1 => /lib/ld.so.1 (0x00020000)
    libid3tag.so.0 => /opt/lib/libid3tag.so.0 (0x2aac0000)
    libsqlite.so.0 => /opt/lib/libsqlite.so.0 (0x2ab40000)
    libsqlite3.so.0 => /opt/lib/libsqlite3.so.0 (0x2ac00000)
    libdl.so.0 => not found
    libm.so.0 => not found
    libpthread.so.0 => /lib/libpthread.so.0 (0x2ad40000)
    libz.so => /opt/lib/libz.so (0x2adc0000)
    libogg.so.0 => /opt/lib/libogg.so.0 (0x2ae40000)
    libvorbis.so.0 => /opt/lib/libvorbis.so.0 (0x2aec0000)
    libvorbisfile.so.3 => /opt/lib/libvorbisfile.so.3 (0x2af40000)
    libc.so.0 => not found
    libc.so.6 => /opt/lib/libc.so.6 (0x2afc0000)
    libm.so.6 => /opt/lib/libm.so.6 (0x2b1c0000)
    /lib/ld-uClibc.so.0 => /opt/lib/ld.so.1 (0x55580000)

    Finally, an ls -alF in my /opt/lib library shows the following:

    -rwxrwxrwx 1 root root 55524 Mar 29 2004 libdl-2.2.5.so*
    lrwxrwxrwx 1 root root 10 May 10 23:30 libdl.so -> libdl.so.2*
    lrwxrwxrwx 1 root root 14 May 10 23:30 libdl.so.2 -> libdl-2.2.5.so*

    -rwxrwxrwx 1 root root 1617323 Mar 29 2004 libm-2.2.5.so*
    lrwxrwxrwx 1 root root 9 May 10 23:30 libm.so -> libm.so.6*
    lrwxrwxrwx 1 root root 13 May 10 23:30 libm.so.6 -> libm-2.2.5.so*

    I tried copying these files to /lib, but I got a “permission denied” error. If anyone has any suggestions, I’d be glad to hear them. Thanks.

    #10644
    rpedde
    Participant

    @scorintha wrote:

    Hi all,

    I’ve been trying to get mt-daapd to run on my Maxtor Shared Storage drive. I followed the instructions on the wiki here:

    http://wiki.fireflymediaserver.org/MSS_Installation

    When I get to the point where I execute the command to start the server, I get the following error message:

    # /opt/etc/init.d/S60mt-daapd
    pidof: not found
    /opt/sbin/mt-daapd: error while loading shared libraries: libdl.so.0: cannot open shared object file: No such file or directory

    Now, if I set export LD_TRACE_LOADED_OBJECTS=1 and try to execute S60mt-daapd, I get the following:

    /opt/etc/init.d/S60mt-daapd
    libc.so.6 => /lib/libc.so.6 (0x2aac0000)
    /lib/ld.so.1 => /lib/ld.so.1 (0x00020000)
    libc.so.6 => /lib/libc.so.6 (0x2aac0000)
    /lib/ld.so.1 => /lib/ld.so.1 (0x00020000)
    libc.so.6 => /lib/libc.so.6 (0x2aac0000)
    /lib/ld.so.1 => /lib/ld.so.1 (0x00020000)
    libid3tag.so.0 => /opt/lib/libid3tag.so.0 (0x2aac0000)
    libsqlite.so.0 => /opt/lib/libsqlite.so.0 (0x2ab40000)
    libsqlite3.so.0 => /opt/lib/libsqlite3.so.0 (0x2ac00000)
    libdl.so.0 => not found
    libm.so.0 => not found
    libpthread.so.0 => /lib/libpthread.so.0 (0x2ad40000)
    libz.so => /opt/lib/libz.so (0x2adc0000)
    libogg.so.0 => /opt/lib/libogg.so.0 (0x2ae40000)
    libvorbis.so.0 => /opt/lib/libvorbis.so.0 (0x2aec0000)
    libvorbisfile.so.3 => /opt/lib/libvorbisfile.so.3 (0x2af40000)
    libc.so.0 => not found
    libc.so.6 => /opt/lib/libc.so.6 (0x2afc0000)
    libm.so.6 => /opt/lib/libm.so.6 (0x2b1c0000)
    /lib/ld-uClibc.so.0 => /opt/lib/ld.so.1 (0x55580000)

    Finally, an ls -alF in my /opt/lib library shows the following:

    -rwxrwxrwx 1 root root 55524 Mar 29 2004 libdl-2.2.5.so*
    lrwxrwxrwx 1 root root 10 May 10 23:30 libdl.so -> libdl.so.2*
    lrwxrwxrwx 1 root root 14 May 10 23:30 libdl.so.2 -> libdl-2.2.5.so*

    -rwxrwxrwx 1 root root 1617323 Mar 29 2004 libm-2.2.5.so*
    lrwxrwxrwx 1 root root 9 May 10 23:30 libm.so -> libm.so.6*
    lrwxrwxrwx 1 root root 13 May 10 23:30 libm.so.6 -> libm-2.2.5.so*

    I tried copying these files to /lib, but I got a “permission denied” error. If anyone has any suggestions, I’d be glad to hear them. Thanks.

    I’ve reproed this, but haven’t solved it yet.

    — Ron

    #10645
    Mjel
    Guest

    Just make sure that you’ve downloaded the right packages. For the the mt-daapd there are (from the http://ipkg.fireflymediaserver.org/mipsel/ site, mentioned in the wiki) 2 mips versions, one for the maxtor and one for a asus wl500g. When using ipkg with the default parameters it downloads (for build 1539 and up) the asus version.

    Try to download the maxtor version manually by fetching it with a browser and save it onto your maxtor via the following link:
    http://ipkg.fireflymediaserver.org/mipsel/mt-daapd_svn-1571-1_mipsel.ipk

    Then install it with ‘ipkg install /path-to-you-file/mt-daapd_svn-1571-1_mipsel.ipk’
    (First remove wrong package with ‘ipkg remove mt-daapd’)

    Mjel.

    #10646
    rpedde
    Participant

    @Mjel wrote:

    Just make sure that you’ve downloaded the right packages. For the the mt-daapd there are (from the http://ipkg.fireflymediaserver.org/mipsel/ site, mentioned in the wiki) 2 mips versions, one for the maxtor and one for a asus wl500g. When using ipkg with the default parameters it downloads (for build 1539 and up) the asus version.

    Try to download the maxtor version manually by fetching it with a browser and save it onto your maxtor via the following link:
    http://ipkg.fireflymediaserver.org/mipsel/mt-daapd_svn-1571-1_mipsel.ipk

    Then install it with ‘ipkg install /path-to-you-file/mt-daapd_svn-1571-1_mipsel.ipk’
    (First remove wrong package with ‘ipkg remove mt-daapd’)

    Mjel.

    Oops… you mean I’ve got the two repos switched? Gack.

    #10647
    scorintha
    Participant

    rpedde’s instructions to change the package worked. I also had to change the
    /opt/etc/init.d/S60-mt-daapd script; I prepended a library to the mt-daapd call, so the line reads as follows:

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

    Thanks to everyone for their help. Next step, playlists.

    #10648
    rpedde
    Participant

    @scorintha wrote:

    rpedde’s instructions to change the package worked. I also had to change the
    /opt/etc/init.d/S60-mt-daapd script; I prepended a library to the mt-daapd call, so the line reads as follows:

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

    Thanks to everyone for their help. Next step, playlists.

    The repositories have been fixed as well, so hopefully nobody else will have that problem.

    –Ron

    #10649
    smeyn
    Participant

    when I run ‘/opt/lib/ld.so.1 /opt/sbin/mt-daapd -d9 -c /opt/etc/mt-daapd/mt-daapd.conf’
    I get the error message:

    ‘/opt/sbin/mt-daapd: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory’

    Any ideas?
    I am not too experienced in Linux so I am reduced to following instructions to the letter

    Cheers
    Stephan

    #10650
    rpedde
    Participant

    @smeyn wrote:

    when I run ‘/opt/lib/ld.so.1 /opt/sbin/mt-daapd -d9 -c /opt/etc/mt-daapd/mt-daapd.conf’
    I get the error message:

    ‘/opt/sbin/mt-daapd: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory’

    Any ideas?
    I am not too experienced in Linux so I am reduced to following instructions to the letter

    Cheers
    Stephan

    Try installing “mss-libhelper” with “ipkg install mss-libhelper”. That has some libraries that some people don’t seem to have installed. Not sure why.

    Then try and run it again.

    — Ron

    #10651
    smeyn
    Participant

    @rpedde wrote:

    Try installing “mss-libhelper” with “ipkg install mss-libhelper”. That has some libraries that some people don’t seem to have installed. Not sure why.

    Then try and run it again.

    — Ron

    That’s installed and ipkg reports it as uptodate. I did a -force-reinstall but no joy
    Stephan

    #10652
    rpedde
    Participant

    @smeyn wrote:

    @rpedde wrote:

    Try installing “mss-libhelper” with “ipkg install mss-libhelper”. That has some libraries that some people don’t seem to have installed. Not sure why.

    Then try and run it again.

    — Ron

    That’s installed and ipkg reports it as uptodate. I did a -force-reinstall but no joy
    Stephan

    I’ll look to see where mine came from and post back.
    — Ron

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