-
Notifications
You must be signed in to change notification settings - Fork 140
Description
Hello.
Just upgraded to STABLE-15 to test stuff. Custom kernel, customized base, but dhcpcd was working flawlessly on STABLE-14 just before upgrade.
compatXX ports are installed, system is cleaned after upgrade (yes | make delete-old; yes | make delete-old-libs)
dhcpcd-10.2.4 starting
spawned privileged proxy on PID 4291
spawned controller proxy on PID 4293
DUID 00:01:00:01:2e:bc:cf:ae:fa:89:3b:22:6b:2a
sandbox: capsicum
lo0: ignoring due to interface type and no config
re0: executing: /usr/local/libexec/dhcpcd-run-hooks PREINIT
re0: executing: /usr/local/libexec/dhcpcd-run-hooks NOCARRIER
wlan0: executing: /usr/local/libexec/dhcpcd-run-hooks PREINIT
wlan0: executing: /usr/local/libexec/dhcpcd-run-hooks NOCARRIER
no interfaces have a carrier
re0: waiting for carrier
wlan0: carrier acquired
wlan0: interface updated
wlan0: connected to Access Point: guru
wlan0: executing: /usr/local/libexec/dhcpcd-run-hooks CARRIER
wlan0: IAID 4b:6c:f5:61
wlan0: adding address fe80::a3c6:fe0:2c0a:6e6a
wlan0: delaying IPv6 Router Solicitation for LL address
wlan0: delaying IPv4 for 0.2 seconds
wlan0: reading lease: /var/db/dhcpcd/wlan0-guru.lease
wlan0: discarding expired lease
wlan0: soliciting a DHCP lease
wlan0: spawned BPF BOOTP on PID 4430
wlan0: delaying IPv6 router solicitation for 0.2 seconds
wlan0: soliciting an IPv6 router
wlan0: sending DISCOVER (xid 0x6c66c830), next in 8.5 seconds
wlan0: process BPF BOOTP already started on pid 4430
wlan0: probing for an IPv4LL address
wlan0: probing for 169.254.46.199
wlan0: spawned BPF ARP 169.254.46.199 on PID 4431
wlan0: sending Router Solicitation
wlan0: ARP probing 169.254.46.199 (2 of 3), next in 1.7 seconds
wlan0: ARP probing 169.254.46.199 (3 of 3), next in 2.0 seconds
wlan0: sending Router Solicitation
wlan0: using IPv4LL address 169.254.46.199
wlan0: ARP announcing 169.254.46.199 (1 of 2), next in 2.0 seconds
wlan0: adding route to 169.254.0.0/16
wlan0: adding default route
wlan0: executing: /usr/local/libexec/dhcpcd-run-hooks IPV4LL
wlan0: ARP announcing 169.254.46.199 (2 of 2)
wlan0: sending DISCOVER (xid 0x6c66c830), next in 15.7 seconds
wlan0: process BPF BOOTP already started on pid 4430
wlan0: sending Router Solicitation
wlan0: sending DISCOVER (xid 0x6c66c830), next in 31.4 seconds
wlan0: process BPF BOOTP already started on pid 4430
wlan0: sending DISCOVER (xid 0x6c66c830), next in 64.1 seconds
wlan0: process BPF BOOTP already started on pid 4430
When issuing dhcpcd -x this happens:
sending signal TERM to pid 4289
waiting for pid 4289 to exit
pid 4289 failed to exit
Base dhclient is getting IP in a second or two. Same applies to other interfaces, like ue0.
Big thanks for your project!