Bug#779609: udhcpd is not started if apptemted to start in the boot process

2018-06-05 Thread Alexander Couzens
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

Bug#779609: udhcpd is not started if apptemted to start in the boot process

2015-03-03 Thread Michael Kockmeyer
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,

Bug#779609: udhcpd is not started if apptemted to start in the boot process

2015-03-03 Thread Michael Kockmeyer
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

Bug#779609: udhcpd is not started if apptemted to start in the boot process

2015-03-02 Thread Cyril Brulebois
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

Bug#779609: udhcpd is not started if apptemted to start in the boot process

2015-03-02 Thread Michael Kockmeyer
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 "