udhcpc causes system rebooting

Denys Vlasenko vda.linux at googlemail.com
Thu Feb 4 16:48:12 UTC 2010


On Thu, Feb 4, 2010 at 9:03 AM, Piotr Piwko <piotr.piwko at gmail.com> wrote:
> Hello,
>
> I try to assign the IP address to the eth0 interfaces by following command
> executed in /etc/init.d/rcS (udhcpc.script is in attachment):
>
> udhcpc -i eth0 -s /bin/udhcpc.script

Run  udhcpc -f -vvv -i eth0 -s /bin/udhcpc.script
so that it doesn't daemonize and talks much more.
What does it say?

Post your /bin/udhcpc.script

> Every time the IP address is obtained correctly, but sometimes (on average
> once every three attempts) it causes system rebooting after few seconds
> from console invocation.
>
> I'm pretty sure that this problem is related with udhcpc because if I
> comment this line in my rcS script, everything is ok.
>
> I use BusyBox v1.13.3 with Linux 2.6.29.4 kernel.

Try newer version, say, 1.15.3
--
vda


More information about the busybox mailing list