When I upgraded my isc-dhcp3 port it stopped recognising my wi0 interface: Oct 11 03:48:13 ice dhcpd: wi0: not found and refused to start. After some googling I found this problem mentioned somewhere else. It happens because some buffer in dhcpd is too small to hold lots of interfaces, and I happen to have a lot: ice:~>ifconfig -l fxp0 lp0 stf0 ipr0 ipr1 ipr2 ipr3 faith0 isp0 isp1 isp2 isp3 lo0 ppp0 ppp1 gif0 gif1 gif2 gif3 wi0 Fix: A workaround is to increase the relevant buffer. Patch attached.
Adding to audit trail, from misfiled PR ports/58020: Date: Tue, 14 Oct 2003 19:26:09 +0200 From: "Cyrille Lefevre" <cyrille.lefevre@laposte.net> Message-Id: <005101c39278$422270b0$1890a8c0@dyndns.org> References: <20031013094614.5DCD41C8C0@ice.42.org> Hi, I will ask the isc-server mailing list about your proposed patch. thanks anyway. Regards, Cyrille Lefevre. -- home: mailto:cyrille.lefevre@laposte.net
once PR#61011 will be commited, this PR may be closed. Cyrille Lefevre. -- home: mailto:cyrille.lefevre@laposte.net
State Changed From-To: open->closed Fixed, thanks.