Hello I recompiled Busybox to include reboot + poweroff + shutdown, downloaded it in a uClinux appliance before moving it to /bin (replacing the previous version) and adding the symlinks: ================ root:/bin> ls -al reboot lrwxrwxrwx 1 root root 7 Dec 31 16:03 reboot -> busybox ================ root:/bin> ls -al busybox -rwxr-xr-x 1 root root 278520 Dec 31 16:02 busybox ================
However when I run /bin/reboot, I get this: ================ root:/bin> ./reboot reboot: No such file or directory ================ There's nothing in /var/log/messages, and I can't figure out what's wrong. Does someone know? Thank you. _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
