From owner-freebsd-net@FreeBSD.ORG Thu Jul 28 20:24:30 2011 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4A5C01065672 for ; Thu, 28 Jul 2011 20:24:30 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 2160D8FC15 for ; Thu, 28 Jul 2011 20:24:30 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id 931CF46B2A; Thu, 28 Jul 2011 16:24:29 -0400 (EDT) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 3341E8A02C; Thu, 28 Jul 2011 16:24:29 -0400 (EDT) From: John Baldwin To: freebsd-net@freebsd.org Date: Thu, 28 Jul 2011 16:24:28 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110617; KDE/4.5.5; amd64; ; ) References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201107281624.28508.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (bigwig.baldwin.cx); Thu, 28 Jul 2011 16:24:29 -0400 (EDT) Cc: Ryan Stone Subject: Re: pxeboot hangs if link bounces X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Jul 2011 20:24:30 -0000 On Wednesday, July 27, 2011 2:53:04 pm Ryan Stone wrote: > On Wed, Jul 27, 2011 at 12:45 PM, Ryan Stone wrote: > > I'm going to try a binary search to narrow down what set of changes > > introduced the problem, > > On that note, is there an faster way to cleanly build the boot code > than a full buildworld? I can just make in sys/boot, but that picks > up the system's libstand and include files. I think once you've done a make buildworld doing a make in sys/boot will prefer the libstand, etc. from the built world in /usr/obj rather than the ones on the currently running system. -- John Baldwin