From owner-freebsd-current@FreeBSD.ORG Wed Jul 21 01:36:07 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 EA4A616A4CF for ; Wed, 21 Jul 2004 01:36:07 +0000 (GMT) Received: from out010.verizon.net (out010pub.verizon.net [206.46.170.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8525243D1F for ; Wed, 21 Jul 2004 01:36:07 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from [192.168.1.3] ([68.161.84.3]) by out010.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20040721013606.YGVY15848.out010.verizon.net@[192.168.1.3]>; Tue, 20 Jul 2004 20:36:06 -0500 Message-ID: <40FDC87E.7070602@mac.com> Date: Tue, 20 Jul 2004 21:35:58 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.1) Gecko/20040707 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andrew Gallatin References: <20040326001705.W34892@cvs.imp.ch> <16637.49545.42904.484648@grasshopper.cs.duke.edu> In-Reply-To: <16637.49545.42904.484648@grasshopper.cs.duke.edu> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out010.verizon.net from [68.161.84.3] at Tue, 20 Jul 2004 20:36:06 -0500 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:36:08 -0000 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. -- -Chuck