From owner-freebsd-stable@FreeBSD.ORG Fri Dec 20 05:16:56 2013 Return-Path: Delivered-To: freebsd-stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D5ED1F63 for ; Fri, 20 Dec 2013 05:16:56 +0000 (UTC) Received: from smtp.pobox.com (b-pb-sasl-quonix.pobox.com [208.72.237.35]) by mx1.freebsd.org (Postfix) with ESMTP id 984CB1CA8 for ; Fri, 20 Dec 2013 05:16:56 +0000 (UTC) Received: from smtp.pobox.com (unknown [127.0.0.1]) by b-sasl-quonix.pobox.com (Postfix) with ESMTP id 4DA805D908 for ; Fri, 20 Dec 2013 00:12:33 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=mime-version :date:message-id:subject:from:to:content-type; s=sasl; bh=ZGMxbX L2uNvoAcOPFwrNGCzUcmU=; b=wON7OePMIWfkiio6Dl0Ju5lMDV0Xoblym1NtTz 3uV8OU/rS9OzwuPBTJILX75fv158G4oM8cTKQpWFZ2U2ZYc2h5sRi+iUXCQxoJHQ 3pVD7yv9lGVEM5TMqrz7XwYSVkt5fu3ByPviLFORqfGwBaX2aSwTyumMIGeuYiIG JaFlA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=mime-version :date:message-id:subject:from:to:content-type; q=dns; s=sasl; b= WY3fo1cTtSIwZDZhyKg8ZnFUsiyDHEpV3cRSccckejLgT+JkclxZdDsoPo+sxCvp S92Vf1VUxSeD4qwVgxibsBicBKBltqJfUp2QJ3WfO+K4ndWo09UXbd+J3ZSbcoMq vbwYLOCCrJlEW4ES1uMqROMoCqRrZbPmNzmjkCIbxeA= Received: from b-pb-sasl-quonix.pobox.com (unknown [127.0.0.1]) by b-sasl-quonix.pobox.com (Postfix) with ESMTP id 361FE5D907 for ; Fri, 20 Dec 2013 00:12:33 -0500 (EST) Received: from mail-qa0-f50.google.com (unknown [209.85.216.50]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by b-sasl-quonix.pobox.com (Postfix) with ESMTPSA id 9E8865D905 for ; Fri, 20 Dec 2013 00:12:32 -0500 (EST) Received: by mail-qa0-f50.google.com with SMTP id i13so2309710qae.9 for ; Thu, 19 Dec 2013 21:12:32 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=mime-version:date:message-id:subject:from:to:content-type; bh=ifEoVvCYRJX6SSeJp4GI52CFss69Pwph2G7s6BP1eag=; b=T9DmkeyvUt6ZzYxAZAj8HnIMFEceBsB6ABQzsi4NZiaePMhOj6fsr+Uc2BVb9O/mHw muxzvLC36+DEqPfvOpFQ8gH+/zutG7GpkpY0kpdihYNEtvY92RdOgSk+i4NpRGRmqOoy NNuG8h/dDGo+4SMzLVFnXUu+xOFmqs0Ty23IykY2OrPEVMABaZfmPvZOOgZkJyKEV4re Y/v9bnlo5JEQPCE/NvzIUCOhTYccCTbQhWovU7u8kO+zylzc5XxxB/1zAOlNlK0iLhRD QJ7EOHWGLUJZQKHmXuma21WHQyQTZyElvtFfnyAm2yqDDvoLzIRbWH2WaQ2lmKoT90So gJDQ== MIME-Version: 1.0 X-Received: by 10.49.36.161 with SMTP id r1mr10475221qej.4.1387516352171; Thu, 19 Dec 2013 21:12:32 -0800 (PST) Received: by 10.96.188.229 with HTTP; Thu, 19 Dec 2013 21:12:32 -0800 (PST) Date: Fri, 20 Dec 2013 15:12:32 +1000 Message-ID: Subject: 10.0-rc2 hangs pxeboot on Dell R510 From: George Michaelson To: freebsd-stable@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 X-Pobox-Relay-ID: 54B74756-6935-11E3-BEC0-1B26802839F8-07489013!b-pb-sasl-quonix.pobox.com X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 05:16:56 -0000 a network install of 10.0-rc2 hung my Dell R510 repeatably. The pxe bootloader runs, but the kernel load fails. I successfully installed 10,0-rc2 by tar -C / -zx on the .txz sets from the ISO, noting chflags. The machine is capable of being reinstalled if there is a useful test of flags, settings or other changes worth pursuing. -G