From owner-freebsd-stable@FreeBSD.ORG Mon Sep 8 19:43:25 2014 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 F3716DEC for ; Mon, 8 Sep 2014 19:43:24 +0000 (UTC) Received: from mail-ie0-x235.google.com (mail-ie0-x235.google.com [IPv6:2607:f8b0:4001:c03::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BE3521058 for ; Mon, 8 Sep 2014 19:43:24 +0000 (UTC) Received: by mail-ie0-f181.google.com with SMTP id rp18so18450476iec.12 for ; Mon, 08 Sep 2014 12:43:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=paNAG5pj0UJM/XLfT1O7iC8wfSaH34n6bkwJ5k4EitM=; b=iWVZz+PiPy18KuYJ+aDeegcx7NM+7WvynUDfWD3T5R1PA5VBF2EmCqUkAd5cj4Uota 4n+WIth/RCt7BNhLSmzpGNumHLM8yDAmFOsIVBjpG9xKrWCAVTcnSiAqeG/2pwc3Qdfr f7R7n6aFXYp7ZsLntBVzm9bntNdBDfiya7K60UmWnjQW+/gOGSZCfcmX+QsbfyS1lMDo sMZVx0FsveLGc+WsZgkBPyHX/OiG+H0495s34fIuCEpH8QH8QRsk+Rm99DIT2cSBupd7 NpkWHuW6q/UEvGxdeD4Vf5UXctTGcezD236wQs4MmSe9Yjg6fxCAEbURv/NsuV0KraLS x5jw== X-Received: by 10.50.41.8 with SMTP id b8mr25130033igl.11.1410205404137; Mon, 08 Sep 2014 12:43:24 -0700 (PDT) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.107.44.1 with HTTP; Mon, 8 Sep 2014 12:43:03 -0700 (PDT) In-Reply-To: <20140906100236.a63aa268ab5b92abc45da2e4@mail.neosystem.cz> References: <20140903204605.GA16445@dft-labs.eu> <5408402B.20704@FreeBSD.org> <5408897F.2040107@dumbbell.fr> <20140906100236.a63aa268ab5b92abc45da2e4@mail.neosystem.cz> From: Ed Maste Date: Mon, 8 Sep 2014 15:43:03 -0400 X-Google-Sender-Auth: yhilPNHHINE_019IwJJsJGR7Xs4 Message-ID: Subject: Re: Anyone else seeing lockup on boot with r271042? To: Daniel Bilik Content-Type: text/plain; charset=UTF-8 Cc: freebsd-stable stable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Sep 2014 19:43:25 -0000 On 6 September 2014 04:02, Daniel Bilik wrote: > On Fri, 5 Sep 2014 07:57:51 -0600 (MDT) > Warren Block wrote: > >> As of r271160, startup does not have a problem with devd. Only tested >> once, though. > > I can confirm that bunch of recent commits (most probably the mega MFC of > vt(4) from emaste@) fixed the problem, and 10-STABLE boots fine for me now. > Thank you Ed. :) Thank you for checking - very glad to hear it's working for you now.