From owner-svn-src-head@FreeBSD.ORG Sun Mar 8 01:12:30 2015 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 668A4B6E; Sun, 8 Mar 2015 01:12:30 +0000 (UTC) Received: from mail-ig0-x231.google.com (mail-ig0-x231.google.com [IPv6:2607:f8b0:4001:c05::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2811FF1D; Sun, 8 Mar 2015 01:12:30 +0000 (UTC) Received: by igdh15 with SMTP id h15so12841235igd.3; Sat, 07 Mar 2015 17:12:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=2b+hYJdX+VcsrDdJTxK26ONDsjXtZ8BxWCLczJMmtM8=; b=ChUvtvH03c65a+IajzyHTKo+0jEABSfJWPA2ZFrATc8wNoWWDR3f5y5wx9/jt7TIp3 6X50Oq5r1nKitg9z+AwXb+qxSXGEBbETrx5ZxRvXVfbwNZkyR8VVAcGxzvopFJ1deJGW 5ZBSBNJU2mj0cI2UVeLZZ8i0KCYmG+Kqnaoycz/F0N9nHFDxm0iBO0gSYfnxVB9CUefb WUGUJ7HaSTKOmp3lxjAodWYwgZDexS84PIWeq6EKQ5WY1f8X3GAGSeZ9VJ1x3rQHkfn5 RDSG7/XqPXpE+ltr6VkXO8WTqcceaQvglbDtrNvuX/KBFQs44QW+vU+I7KLbjjYYSceU VcMg== MIME-Version: 1.0 X-Received: by 10.107.155.13 with SMTP id d13mr37187375ioe.29.1425777149549; Sat, 07 Mar 2015 17:12:29 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.36.17.66 with HTTP; Sat, 7 Mar 2015 17:12:29 -0800 (PST) In-Reply-To: <20150308003213.GB2379@kib.kiev.ua> References: <201502282037.t1SKbdTI072217@svn.freebsd.org> <20150308003213.GB2379@kib.kiev.ua> Date: Sat, 7 Mar 2015 17:12:29 -0800 X-Google-Sender-Auth: vOAeMTfQP40fhmW3D9DVVFcBBuE Message-ID: Subject: Re: svn commit: r279406 - in head/sys: amd64/amd64 i386/i386 From: Adrian Chadd To: Konstantin Belousov Content-Type: text/plain; charset=UTF-8 Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" , Konstantin Belousov X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Mar 2015 01:12:30 -0000 On 7 March 2015 at 16:32, Konstantin Belousov wrote: > On Sat, Mar 07, 2015 at 08:17:19AM -0800, Adrian Chadd wrote: >> Ugh, sorry to bring this up again, but I just updated to -HEAD and it >> started hanging again at the same spot. :( > Sorry to ask banal questions, but there is no useful information in the > message at all. Does disabling x2APIC allow machine to boot ? Yup, same as before. > Show the verbose dmesg of the successfull boot from the version of kernel > which you use now. Apply the debugging patch I provided to you, and > show me either a screenshot or _exact_ copy of the last messages. Ok, I'll do that later. Thanks! -a