FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › Setup Issues › Install Firefly on OpenWRT – error: "not found"
- This topic has 25 replies, 4 voices, and was last updated 17 years, 1 month ago by Anonymous.
-
AuthorPosts
-
07/11/2007 at 4:13 AM #14158rpeddeParticipant
@n00ben wrote:
I have the exact same problem.
doing ldd I get ‘-ash: mt-daapd: not found’ and mt-daapd is NOT symlinked.
/regards
HenrikDo you have strace on that machine? Can you do “strace ldd mt-daapd”?
I’m not sure what’s up with this.
07/11/2007 at 11:24 AM #14159AnonymousInactive@rpedde wrote:
Do you have strace on that machine? Can you do “strace ldd mt-daapd”?
I’m not sure what’s up with this.didn’t have it installed, but put it on my box and got this:
root@OpenWrt:/opt/sbin# strace ldd mt-daapd
strace: ldd: command not found
ldd “some other binary” works
strace mt-daapd gives this:
root@OpenWrt:/# strace mt-daapd
execve("/opt/sbin/mt-daapd", ["mt-daapd"], [/* 9 vars */]) = -1 ENOENT (No such file or directory)
write(2, "strace: exec: No such file or di"..., 40strace: exec: No such file or directory
) = 40
exit(1) = ?
Process 1205 detached
/regards
Henrik09/11/2007 at 2:58 AM #14160rpeddeParticipant@n00ben wrote:
strace mt-daapd gives this:
root@OpenWrt:/# strace mt-daapd
execve("/opt/sbin/mt-daapd", ["mt-daapd"], [/* 9 vars */]) = -1 ENOENT (No such file or directory)
write(2, "strace: exec: No such file or di"..., 40strace: exec: No such file or directory
) = 40
exit(1) = ?
Process 1205 detached
/regards
HenrikI guess that makes sense. The not found would come right from the kernel. wouldn’t really see the mmaps of the libs, as that’s done on the kernel side.
Can the file be opened for read? Can you copy it to another file? does it “file” as an executable?
The only things I can think of that would give you a file not found are no file present (of course), or missing libraries. I can’t think of anything else that give a ENOENT.
Other than something strange like fs corruption.
09/11/2007 at 2:52 PM #14161AnonymousInactivethe file comes up when I do “mt- then TAB” in the commandprompt, but on enter I get the ‘not found’. It is listed as an executable, and I can ‘read’ it if you mean by doing ‘nano mt-daapd’ theres just garbage in it ofc.
/regards
Henrik09/11/2007 at 7:23 PM #14162AnonymousInactive@rpedde wrote:
Can the file be opened for read? Can you copy it to another file? does it “file” as an executable?
Other than something strange like fs corruption.
Same here:
- I can make a copy of the file.
I can open the file in vi, begins with “^?ELF^A^A^A^@^@…”(the “^?ELF” is something all executables seem to start with.)
10/11/2007 at 9:06 PM #14163rpeddeParticipant@Martinierius wrote:
@rpedde wrote:
Can the file be opened for read? Can you copy it to another file? does it “file” as an executable?
Other than something strange like fs corruption.
Same here:
- I can make a copy of the file.
I can open the file in vi, begins with “^?ELF^A^A^A^@^@…”(the “^?ELF” is something all executables seem to start with.)
what does “file /usr/sbin/mt-daapd” say? Is the the right architecture? Compare it to the output of “uname -a”
10/11/2007 at 10:18 PM #14164AnonymousInactive@rpedde wrote:
what does “file /usr/sbin/mt-daapd” say? Is the the right architecture? Compare it to the output of “uname -a”
I don’t have the “file” command. Is there a package for it?
uname -a
Linux Mainframe 2.4.30 #1 Wed Aug 8 08:21:33 CDT 2007 mips unknownThis is the source I use for Firefly:
src firefly http://ipkg.fireflymediaserver.org/mipsel/
When I uninstall mt-daapd and install from http://ipkg.fireflymediaserver.org/wl500g then I get a segmentation fault when trying to run firefly.
19/11/2007 at 11:52 AM #14165AnonymousInactive@Martinierius wrote:
When I uninstall mt-daapd and install from http://ipkg.fireflymediaserver.org/wl500g then I get a segmentation fault when trying to run firefly.
Does this mean I should continue troubleshooting with this other MIPSEL version of firefly?
21/11/2007 at 4:24 AM #14166rpeddeParticipant@Martinierius wrote:
@Martinierius wrote:
When I uninstall mt-daapd and install from http://ipkg.fireflymediaserver.org/wl500g then I get a segmentation fault when trying to run firefly.
Does this mean I should continue troubleshooting with this other MIPSEL version of firefly?
Dunno… sounds like it’s not compiled with the same toolchain or something as the source you have.
You can try the other ones, but I’m not sure how much luck that will be. You have any references for the toolchain used on the firmware you are using?
21/11/2007 at 11:54 AM #14167AnonymousInactive@rpedde wrote:
You have any references for the toolchain used on the firmware you are using?
Is this what you mean:
http://downloads.openwrt.org/docs/buildroot-documentation.html -
AuthorPosts
- The forum ‘Setup Issues’ is closed to new topics and replies.