[Bug 205821] [patch] bsdinstall(8): kill dhclient before trying to get an IP

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jan 3 08:33:40 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205821

            Bug ID: 205821
           Summary: [patch] bsdinstall(8): kill dhclient before trying to
                    get an IP
           Product: Base System
           Version: 10.2-STABLE
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: will at worrbase.com
          Keywords: patch

Created attachment 164983
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=164983&action=edit
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list