From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 16 03:50:21 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C1BD16A468 for ; Tue, 16 May 2006 03:50:21 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 522A343D48 for ; Tue, 16 May 2006 03:50:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k4G3oKo6044807 for ; Tue, 16 May 2006 03:50:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k4G3oKvj044806; Tue, 16 May 2006 03:50:20 GMT (envelope-from gnats) Date: Tue, 16 May 2006 03:50:20 GMT Message-Id: <200605160350.k4G3oKvj044806@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Matthew Berryman Cc: Subject: Re: ports/97074: isc-dhcpd 3.0.4 port not working X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthew Berryman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 03:50:21 -0000 The following reply was made to PR ports/97074; it has been noted by GNATS. From: Matthew Berryman To: Matthew Berryman Cc: bug-followup@FreeBSD.org, Henric Jungheim , Joerg.Pulz@frm2.tum.de, "Carlos F. A. Paniago" Subject: Re: ports/97074: isc-dhcpd 3.0.4 port not working Date: Tue, 16 May 2006 13:15:08 +0930 This is one the same bug... the other difference between the two networks I admin (apart from the XP SP2 firewall) is that one has an (Intel) amd64 arch, and it's that site that's having the problem. So the bug is in isc-dchp, and interestingly the changelog says: - 64bit pointer sizes are detected properly on FreeBSD now. but this detection doesn't seem to be working properly. Cheers, Matt ----- Begin forwarded message ----- Date: Mon, 8 May 2006 19:07:48 -0700 From: Henric Jungheim To: Joerg.Pulz@frm2.tum.de Subject: isc-dhcp3-server port (3.0.4) on amd64 I have an amd64 box and I just updated to the latest ISC DHCP server port. Unfortunately, amd64's time_t is 64 bits which is causing the server to send an 8-byte option 51 (lease time). This option should be 4 bytes and WinXP SP2 isn't swallowing the 8 byte variant. Anyway, I think that's whats going on. I can see the 8 byte option 51 with a sniffer, but I haven't looked too closely at the code generating that packet. I reinstalled it after a cvs up with -D "2 weeks ago" on the isc-dhcp3-server port and now clients can get leases again. ----- End forwarded message ----- -- henric@comcast.net http://home.comcast.net/~henric/ On 14/05/2006, at 2:57 PM, Matthew Berryman wrote: > Tara:matthew matthew$ md5sum dhcp* > 1ee830c0cc720e6acd0cb03f00b5d316 dhcpdump_3.0.3_good > 260caa79fcca6544262de4c4fd4fa79d dhcpdump_3.0.4_bad > > >