Hello everybody,
I have an error after I run udhcp client.I'm using Linux on ARM processor (Linux 2.6.37 ... armv7l unknown) and busybox (v1.13.2).
The command is:
Code:
$ udhcpc -i eth0
Udhcp client (v 0.9.8) started
Sending discover...
Sending select for <IP1>...
Lease of <IP1> obtained, lease time is <T>
udhcpc: bound
Error: either "local" is duplicate, or "/" is a garbage
adding dns <IP2>
If I enable dhcp in bootargs, I can correctly get my ip from DHCP. After the start up i run udhcpc and it gives me this error. If I disable dhcp in the bootargs, I get the same error at the start up.
Any ideas?
Thanks in advance,
Simone