Created attachment 164983 [details] kill dhclient before starting a new instance Currently, if you're re-routed to the beginning of the install process or to the beginning of the netconfig process, subsequent attempts to configure via dhclient will fail as dhclient is already running. Since there are many ways to get into this state, we should kill any dhclients prior to configuring the primary interface with dhcp. Tested on FreeBSD 10.2-STABLE amd64.
https://reviews.freebsd.org/D14572
A commit references this bug: Author: allanjude Date: Sat Jul 11 15:32:53 UTC 2020 New revision: 363097 URL: https://svnweb.freebsd.org/changeset/base/363097 Log: bsdinstall: kill dhclient before starting a new instance PR: 205821 Submitted by: William Orr <will@worrbase.com> MFC after: 2 weeks Sponsored by: Klara Inc. Event: July 2020 Bugathon Differential Revision: https://reviews.freebsd.org/D14572 Changes: head/usr.sbin/bsdinstall/scripts/netconfig_ipv4
A commit references this bug: Author: allanjude Date: Sat Jul 11 17:20:17 UTC 2020 New revision: 363103 URL: https://svnweb.freebsd.org/changeset/base/363103 Log: bsdinstall: only kill the dhclient for the interface we are restarting PR: 205821 Reported by: mjg MFC after: 2 weeks Sponsored by: Klara Inc. Event: July 2020 Bugathon Changes: head/usr.sbin/bsdinstall/scripts/netconfig_ipv4
^Triage: committed to -13 in 2020. Was left open due to mfc-stable11 and mfc-stable12. Bugmeister considers this closed.