pidof: not found

Viewing 10 posts - 21 through 30 (of 52 total)
  • Author
    Posts
  • #6910
    rpedde
    Participant

    @mvanloon wrote:

    I’m at a loss here. It seems the mt-daapd is starting alright but I can’t make a connection to it. Is there a logfile somewhere that would tell me what is going wrong?

    You can run it in the foreground — something like:

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

    would work. It’s probably segv’ing because of bad libs.

    Let me see if I can make a libs-only ipkg of the 3.2.3 libraries for people in the same boat as you — no tools, no libs, no working.

    #6911
    rpedde
    Participant

    @rpedde wrote:

    @mvanloon wrote:

    I’m at a loss here. It seems the mt-daapd is starting alright but I can’t make a connection to it. Is there a logfile somewhere that would tell me what is going wrong?

    You can run it in the foreground — something like:

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

    would work. It’s probably segv’ing because of bad libs.

    Let me see if I can make a libs-only ipkg of the 3.2.3 libraries for people in the same boat as you — no tools, no libs, no working.

    Okay, I think I have the necessary libs there in a package called “mss-libhelper”. Try ipkg installing that, and see if that takes care of it.

    it really does work though — here’s a shot I posted on the roku site by way of proof. 🙂 Mmmm…. music sharing…

    — Ron

    #6912
    mvanloon
    Participant

    Succes!

    When I started the mt-daapd server in the foreground it immediately exitted because the sqllite database directory was not ok. It turned out that I was still using my old configuration file, which contained a deprecated dbdir setting. I moved the configuration file, ran


    ipkg -force-reinstall install mt-daapd

    and presto!.

    To be sure I installed mss-libhelper too. First time I ran it I got this error back:


    Package mss-libhelper wants to install file /opt/lib/libpthread-0.9.so
    But that file is already provided by package libpthread
    Package mss-libhelper wants to install file /opt/lib/libpthread.so
    But that file is already provided by package libpthread
    Package mss-libhelper wants to install file /opt/lib/libpthread.so.0
    But that file is already provided by package libpthread

    One other detail: for me mt-daapd is found at /opt/sbin/mt-daapd not at /opt/bin/mt-daapd.

    Anyways it’s hard at work indexing my songs now. Whoopie!

    #6913
    rpedde
    Participant

    @mvanloon wrote:


    Package mss-libhelper wants to install file /opt/lib/libpthread-0.9.so
    But that file is already provided by package libpthread
    Package mss-libhelper wants to install file /opt/lib/libpthread.so
    But that file is already provided by package libpthread
    Package mss-libhelper wants to install file /opt/lib/libpthread.so.0
    But that file is already provided by package libpthread

    I’ll take those out.

    Glad you got it going.

    — Ron

    #6914
    mvanloon
    Participant

    I’ve been enjoying it a lot already. Thanks for your help!

    #6915
    tiggermn
    Participant

    OKay, I have been reading the forums and I have a Windows XP machine, a MAxtor Shared Storage Plus.

    I followed the directions on http://www.openmss.org/forum/viewtopic.php?t=413

    But that didn’t work, so then I followed the directions on http://wiki.fireflymediaserver.org/MSS_Installation

    My problem, is after I do the step where I restart my MSS, I get this

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

    # /opt/etc/init.d/S60mt-daapd
    pidof: not found
    BusyBox v1.00-pre2 (2006.02.01-23:21+0000) multi-call binary

    Usage: sleep N

    /opt/etc/mt-daapd/mt-daapd.conf: cannot execute
    #

    I have never Telnet’d before (I had to do some research to just figure that one out) But I followed the directions exactly on the last website there and just can’t figure it out.

    It definately isn’t working, because I cannot get to the web configuration page either.

    Help?

    #6916
    rpedde
    Participant

    @tiggermn wrote:

    OKay, I have been reading the forums and I have a Windows XP machine, a MAxtor Shared Storage Plus.

    I followed the directions on http://www.openmss.org/forum/viewtopic.php?t=413

    But that didn’t work, so then I followed the directions on http://wiki.fireflymediaserver.org/MSS_Installation

    My problem, is after I do the step where I restart my MSS, I get this

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

    # /opt/etc/init.d/S60mt-daapd
    pidof: not found
    BusyBox v1.00-pre2 (2006.02.01-23:21+0000) multi-call binary

    Usage: sleep N

    /opt/etc/mt-daapd/mt-daapd.conf: cannot execute
    #

    I have never Telnet’d before (I had to do some research to just figure that one out) But I followed the directions exactly on the last website there and just can’t figure it out.

    It definately isn’t working, because I cannot get to the web configuration page either.

    Help?

    It looks like something isn’t right in the S60mt-daapd file. Can you show the contents of that file?

    #6917
    tiggermn
    Participant

    OKay, really stupid question, how do I do that?

    #6918
    rpedde
    Participant

    @tiggermn wrote:

    OKay, really stupid question, how do I do that?

    You can do something like:

    cat /opt/etc/S60mt-daapd

    and copy/paste the contents into the forum post.

    — Ron

    #6919
    tiggermn
    Participant

    I got this:

    cat: /opt/etc/S60mt-daapd: No such file or directory

Viewing 10 posts - 21 through 30 (of 52 total)
  • The topic ‘pidof: not found’ is closed to new replies.