From owner-freebsd-stable@freebsd.org Mon Jul 24 13:26:27 2017 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E7FB3C7E407 for ; Mon, 24 Jul 2017 13:26:27 +0000 (UTC) (envelope-from Mark.Martinec+freebsd@ijs.si) Received: from mail.ijs.si (mail.ijs.si [IPv6:2001:1470:ff80::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A313868463 for ; Mon, 24 Jul 2017 13:26:27 +0000 (UTC) (envelope-from Mark.Martinec+freebsd@ijs.si) Received: from amavis-ori.ijs.si (localhost [IPv6:::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.ijs.si (Postfix) with ESMTPS id 3xGMb42sVMz1FY; Mon, 24 Jul 2017 15:26:24 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ijs.si; h= user-agent:message-id:references:in-reply-to:organization :subject:subject:from:from:date:date:content-transfer-encoding :content-type:content-type:mime-version:received:received :received:received; s=jakla4; t=1500902781; x=1503494782; bh=euN J31YRVbBAxU9i70v7uQ5cJrZRF0rqIJbIxp2IpJs=; b=b9WL6pquv1LFfBwmrDo YVuBUkbiB5GzMgQYaUYClRqpsu7SD0+E6eBA5Q0DP5mf3xwwZCffDOLPV4HEoqhf 0yH1jj+L+/ptdgmqS36f9tOc6bnMk9lJm8H3aOspnt7dXI/miveYpBwPNjIYlZtN FNcDj9wwL5PUosKt9i/h/8fg= X-Virus-Scanned: amavisd-new at ijs.si Received: from mail.ijs.si ([IPv6:::1]) by amavis-ori.ijs.si (mail.ijs.si [IPv6:::1]) (amavisd-new, port 10026) with LMTP id HEQqR8mGOop9; Mon, 24 Jul 2017 15:26:21 +0200 (CEST) Received: from mildred.ijs.si (mailbox.ijs.si [IPv6:2001:1470:ff80::143:1]) by mail.ijs.si (Postfix) with ESMTP id 3xGMb13P6Yz1FW; Mon, 24 Jul 2017 15:26:21 +0200 (CEST) Received: from nabiralnik.ijs.si (nabiralnik.ijs.si [IPv6:2001:1470:ff80::80:16]) by mildred.ijs.si (Postfix) with ESMTP id 3xGMb137mJzLr; Mon, 24 Jul 2017 15:26:21 +0200 (CEST) Received: from neli.ijs.si (2001:1470:ff80:88:21c:c0ff:feb1:8c91) by nabiralnik.ijs.si with HTTP (HTTP/1.1 POST); Mon, 24 Jul 2017 15:26:21 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 24 Jul 2017 15:26:21 +0200 From: Mark Martinec To: freebsd-stable@freebsd.org Cc: Mark Johnston Subject: Re: The 11.1-RC3 can only boot and attach disks in "Safe mode", otherwise gets stuck attaching Organization: Jozef Stefan Institute In-Reply-To: <20170724021504.GA97170@raichu> References: <20170717232434.GB21048@wkstn-mjohnston.west.isilon.com> <9b3563aae75aa954d7fe31ffe25e1d29@ijs.si> <20170720000325.GB9198@wkstn-mjohnston.west.isilon.com> <81295bcacd7c44813de8d346c88cbb65@ijs.si> <20170724021504.GA97170@raichu> Message-ID: <9eec5b72517f9a6730936bc9e38bc56f@ijs.si> X-Sender: Mark.Martinec+freebsd@ijs.si User-Agent: Roundcube Webmail/1.2.4 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 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, 24 Jul 2017 13:26:28 -0000 2017-07-24 04:15, Mark Johnston wrote: > Could you try re-enabling EARLY_AP_STARTUP, applying the patch at the > end of this email, and see if the message "sleeping before eventtimer > init" appears in the boot output? If it does, it'll be followed by a > backtrace that might be useful for tracking down the hang. It might > produce false positives, but we'll see. Thanks! Tried it, and the message (or a backtrace) does not show during a boot of a generic (patched) kernel, at least not in the last 40-lines screen before the hang occurs. (It also does not show during a "Safe mode" successful boot.) Mark