From owner-freebsd-current@FreeBSD.ORG Fri Nov 21 23:23:31 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C824F1065670 for ; Fri, 21 Nov 2008 23:23:31 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from pele.citylink.co.nz (pele.citylink.co.nz [202.8.44.226]) by mx1.freebsd.org (Postfix) with ESMTP id 7A3C18FC14 for ; Fri, 21 Nov 2008 23:23:31 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by pele.citylink.co.nz (Postfix) with ESMTP id 0A13C2BC3C; Sat, 22 Nov 2008 12:23:30 +1300 (NZDT) X-Virus-Scanned: Debian amavisd-new at citylink.co.nz Received: from pele.citylink.co.nz ([127.0.0.1]) by localhost (pele.citylink.co.nz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cSH72JC4HaXw; Sat, 22 Nov 2008 12:23:26 +1300 (NZDT) Received: from citylink.fud.org.nz (unknown [202.8.44.45]) by pele.citylink.co.nz (Postfix) with ESMTP; Sat, 22 Nov 2008 12:23:26 +1300 (NZDT) Received: by citylink.fud.org.nz (Postfix, from userid 1001) id BE43F1142D; Sat, 22 Nov 2008 12:23:25 +1300 (NZDT) Date: Fri, 21 Nov 2008 15:23:25 -0800 From: Andrew Thompson To: Luigi Rizzo Message-ID: <20081121232325.GA15258@citylink.fud.org.nz> References: <20081121231400.GA94863@onelab2.iet.unipi.it> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081121231400.GA94863@onelab2.iet.unipi.it> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: kib@freebsd.org, current@freebsd.org Subject: Re: Recent versions of pxeboot hang/panic on AMD platform. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 21 Nov 2008 23:23:31 -0000 On Sat, Nov 22, 2008 at 12:14:00AM +0100, Luigi Rizzo wrote: > [copying some people involved with recent related commits] > > As reported in kern/118222 recent versions of pxeboot hang/panic > on AMD platform. > > Initial reports mentioned that the RELENG_6 versions worked well, > however i found out that even the recent RELENG_6 code is problematic. > > Specifically, the problem i see on two machines with AMD CPU (one > is an Asus M2N-VM) motherboard netbooting with PXEboot, is that the > loading of config files or binary modules (kernel, etc.) randomly > hangs with recent version of pxeboot (RELENG_6, RELENG_7 and HEAD > all give the same behaviour). I have found that the kernel size can trigger this for me, after reducing the size I didnt experience loader hangs with pxe. You may want to experiment with this in your investigations. Andrew