D-Link Forums

The Graveyard - Products No Longer Supported => D-Link Storage => DNS-321 => Topic started by: palswim on September 18, 2010, 08:16:40 PM

Title: Shell can't find existing file (do_reboot)
Post by: palswim on September 18, 2010, 08:16:40 PM
I installed the Cleanboot (http://wiki.dns323.info/howto:cleanboot) package to help with rebooting my device, and it installed without error.

But, now when I enter the direct path of the do_reboot executable, I get the error:
Code: [Select]
# /usr/sbin/do_reboot
sh: /usr/sbin/do_reboot: not found

But, calling the ls on that file, it shows me plainly that the file exists:
Code: [Select]
# ls -l /usr/sbin/do_reboot
-rwxr-xr-x    1 root     root         3632 Sep ## ##:## /usr/sbin/do_reboot

Why is my NAS blind?
Title: Re: Shell can't find existing file (do_reboot)
Post by: dosborne on September 18, 2010, 09:38:43 PM
Usually means that some command within the script could not be found.