Reply To: Install Firefly on OpenWRT – error: "not found"

#14160
rpedde
Participant

@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
Henrik

I 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.