Bug 57943 - isc-dhcp3 port broken with lots of interfaces.
Summary: isc-dhcp3 port broken with lots of interfaces.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-13 10:50 UTC by sec
Modified: 2004-03-16 20:37 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (281 bytes, patch)
2003-10-13 10:50 UTC, sec
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description sec 2003-10-13 10:50:16 UTC
	

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.
Comment 1 Ceri Davies freebsd_committer freebsd_triage 2003-10-25 18:22:05 UTC
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
Comment 2 Cyrille Lefevre 2004-03-09 15:57:56 UTC
once PR#61011 will be commited, this PR may be closed.

Cyrille Lefevre.
-- 
home: mailto:cyrille.lefevre@laposte.net
Comment 3 Dag-Erling Smørgrav freebsd_committer freebsd_triage 2004-03-16 20:37:34 UTC
State Changed
From-To: open->closed

Fixed, thanks.