[Bug 1963] udhcpc failed bind IP address to iface (eth0) in rcS but manually execute can
bugzilla at busybox.net
bugzilla at busybox.net
Tue Jun 8 03:34:53 UTC 2010
https://bugs.busybox.net/show_bug.cgi?id=1963
--- Comment #1 from Denys Vlasenko <vda.linux at googlemail.com> ---
1.Edit /etc/init.d/rcS to include the below
ifup -a
udhcpc -s /usr/share/udhcpc/default.script (copied from busybox source's
example/dhcpc/simple.script)
ifup -a will run various things depending on its configuration.
Are you sure it doesn't mess up eth0 configuration? Try removing this command.
Can you run udhcpc with -f option so that it prints some information to the
screen?
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the busybox-cvs
mailing list