FreeBSD Bugzilla – Attachment 164983 Details for
Bug 205821
[patch] bsdinstall(8): kill dhclient before trying to get an IP
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
kill dhclient before starting a new instance
dhclient.patch (text/plain), 563 bytes, created by
will
on 2016-01-03 08:33:40 UTC
(
hide
)
Description:
kill dhclient before starting a new instance
Filename:
MIME Type:
Creator:
will
Created:
2016-01-03 08:33:40 UTC
Size:
563 bytes
patch
obsolete
>Index: scripts/netconfig_ipv4 >=================================================================== >--- scripts/netconfig_ipv4 (revision 293048) >+++ scripts/netconfig_ipv4 (working copy) >@@ -52,7 +52,7 @@ > > if [ ! -z $BSDINSTALL_CONFIGCURRENT ]; then > dialog --backtitle 'FreeBSD Installer' --infobox "Acquiring DHCP lease..." 0 0 >- err=$( dhclient $INTERFACE 2>&1 ) >+ err=$( pkill dhclient; dhclient $INTERFACE 2>&1 ) > if [ $? -ne 0 ]; then > f_dprintf "%s" "$err" > dialog --backtitle 'FreeBSD Installer' --msgbox "DHCP lease acquisition failed." 0 0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 205821
: 164983