I came across this bug and created a systemd service.
udhcpd is started to early, when the interface doesn't already have an
IP assigned.
The simple fix is using a systemd service file.
best,
lynxis
[Unit]
Description=udhcpcd DHCP server
After=network-online.target
Wants=network-online.target
[S
udhcpd comes with a /etc/default/udhcpd file:
| # Comment the following line to enable
| DHCPD_ENABLED="no"
|
| # Options to pass to busybox' udhcpd.
| #
| # -SLog to syslog
| # -frun in foreground
|
| DHCPD_OPTS="-S"
Yes, I know that, that line is commented out.
--
To UNSUBSCRIBE,
Maybe I should stress again that udhcp does work as intended if
"/etc/init.d/udhcpd" start is called from a interactive shell.
Am 03.03.2015 um 03:58 schrieb Cyril Brulebois:
Hi Michael,
Michael Kockmeyer (2015-03-03):
Package: udhcpd
Version: 1:1.20.0-7
udhcpd does not start up at boot tim
Hi Michael,
Michael Kockmeyer (2015-03-03):
> Package: udhcpd
> Version: 1:1.20.0-7
>
>
> udhcpd does not start up at boot time. Even if "/etc/init.d/udhcpd\
> start" is called. There is no error message, but it simply
> does not start up. Adding "/etc/init.d/udhcpd start" (or restart)
> to /e
Package: udhcpd
Version: 1:1.20.0-7
udhcpd does not start up at boot time. Even if "/etc/init.d/udhcpd\
start" is called. There is no error message, but it simply
does not start up. Adding "/etc/init.d/udhcpd start" (or restart)
to /etc/rc.local does not fix it. Logging in as root and calling
"
5 matches
Mail list logo