[BusyBox] udhcpc error

Eric Lammerts busybox at lists.lammerts.org
Sat Aug 7 03:10:23 UTC 2004


On Fri, 6 Aug 2004 Michelle.Xue at windriver.com wrote:
> Hi, when I run "udhcp -s script_name", it says no such file found, but I
> manually check that the file is there, does anyone know why it's complaining
> the file is not there?  Thanks.

It can also mean that the script's interpreter is not there or cannot
be run for some reason. For example, you would get that error message
if the script starts with #!/bin/bash but there is no /bin/bash, or
it needs a library which is missing.

cheers

Eric



More information about the busybox mailing list