From owner-freebsd-current@FreeBSD.ORG Wed Jul 21 01:40:28 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D2C416A4CE for ; Wed, 21 Jul 2004 01:40:28 +0000 (GMT) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0498B43D45 for ; Wed, 21 Jul 2004 01:40:28 +0000 (GMT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.12.10/8.12.10) with ESMTP id i6L1eRR0004867 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 20 Jul 2004 21:40:27 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.12.9p2/8.12.9/Submit) id i6L1eLYw045389; Tue, 20 Jul 2004 21:40:21 -0400 (EDT) (envelope-from gallatin) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16637.51589.728466.696044@grasshopper.cs.duke.edu> Date: Tue, 20 Jul 2004 21:40:21 -0400 (EDT) To: Chuck Swiger In-Reply-To: <40FDC87E.7070602@mac.com> References: <20040326001705.W34892@cvs.imp.ch> <16637.49545.42904.484648@grasshopper.cs.duke.edu> <40FDC87E.7070602@mac.com> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid cc: current@freebsd.org Subject: Re: Ok, who broke interface autoconfiguration? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 01:40:28 -0000 Chuck Swiger writes: > Andrew Gallatin wrote: > [ ... ] > > I think the key might be the dhcp server message: " unknown lease 0.0.0.0." > > If memory serves, the ISC DHCP software can become petulant and confused by > its own leases file if/when internal structures change in size. Perhaps try > "rm /var/db/dhc*.leases" and see whether that fixes things. > Yes, it does. But I haven't build world on the amd64 in weeks, so nothing has changed size there. Drew