Actions
Bug #269
closedudhcpc default.script errors
Start date:
02 Feb 2014
Due date:
% Done:
100%
Estimated time:
Severity:
01 - Critical
Description
On boot with latest 2013.11 rootfs, I get these messages:
/usr/share/udhcpc/default.script: line 64: mktemp: not found /usr/share/udhcpc/default.script: line 64: can't create : nonexistent directory
The system hangs after this. The error seems to occur after I've manually configured the network through bui-network-config.
mktemp (under Debian Utilities) is not configured in Busybox 1.21.1. It was also not configured in 1.20.1 (the previous config used with Buildroot 2013.02). I don't know if I had this problem before the switch to the latest Busybox or not. The fix is to compile busybox with mktemp and replace it on the target, then see what happens.
Actions