From owner-freebsd-arm@freebsd.org Mon Mar 7 10:54:53 2016 Return-Path: Delivered-To: freebsd-arm@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 15E50AC1510 for ; Mon, 7 Mar 2016 10:54:53 +0000 (UTC) (envelope-from jau789@gmail.com) Received: from mail-lb0-x234.google.com (mail-lb0-x234.google.com [IPv6:2a00:1450:4010:c04::234]) (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 8E6331828 for ; Mon, 7 Mar 2016 10:54:52 +0000 (UTC) (envelope-from jau789@gmail.com) Received: by mail-lb0-x234.google.com with SMTP id xr8so28947842lbb.1 for ; Mon, 07 Mar 2016 02:54:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=AwNAlOL6+shJYInsBTyjlDikUz21lre7HUSvqTZMkWY=; b=Fjzflgxu43+Yu5js4dq+EgWzUKJL3cO9lA1MoMv9ikgZa9nF7ST2K9mcFhbwX8kEdo LqJ9FxqbAt4szEQ20+8om8oECuIR4JkmDR3X87jS0b8WLkwYZBliz1PdvtAII+tT05TL kSmcWV4MsN5qxSxRBzxtUVZyzgOrtqCwxZ6VFaDe1krvPRFrsjp/PWpkJj1JISwLCPhs rMgsaoI/c3Fxp84wyf4TkSqUo5I4H0z0gv1pc58+KdA4XpsmblUdKKhpPbVjc7DyMIqs YmlQ5iCJrU+2BjynYvageZL4kUpUcyG/9kCo21LaohAfyzGttDHM6d/suF6vbtGHanbw mUMg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=AwNAlOL6+shJYInsBTyjlDikUz21lre7HUSvqTZMkWY=; b=AQPg1WpDOyIHmQPYXX3/IlU9218moIPH6tqTQPDBzyGb5jwAcGtNODkiTEK8Nty+AU H/vK2VX69cvy6TaJpSTdZy+thnnQp21Qo7vZUHE0T0yqrxJkTgXqQ1PkICD+ofoBK4z8 Bhs9jqV3zlfDP4DRF0CgyrYgGR/bTVYL1au/n7pYl1b/kyfxf+DSNDen8cWXcnc8Tbyq XidcWvhq8qQEnrOtm429nx9k6ZA8XsBRHyrqgxcDELRa2/QuuWKYE1U87JKol8VRN22A 0E96j5Qb2fLmxzgZMsSqUu4QVQHbR62DJ+rWqyeuC+KczD8XFR753LpT4HffjTaeoD8/ AVRA== X-Gm-Message-State: AD7BkJLVrTvgyk3TJnkyUHPXi8CJCANW4HOdlcHP2M0t7PXDwQcP6h36qLgsTH6kXMLp3A== X-Received: by 10.112.180.5 with SMTP id dk5mr4631207lbc.86.1457348090631; Mon, 07 Mar 2016 02:54:50 -0800 (PST) Received: from [192.168.1.131] (xdsl-205-1.nblnetworks.fi. [83.145.205.1]) by smtp.googlemail.com with ESMTPSA id c126sm2739568lfb.2.2016.03.07.02.54.49 for (version=TLSv1/SSLv3 cipher=OTHER); Mon, 07 Mar 2016 02:54:49 -0800 (PST) Subject: Re: Odd hang during boot on RPI2 for 2 days now To: freebsd-arm References: <56D99C2E.4020301@gmail.com> From: Jukka Ukkonen X-Enigmail-Draft-Status: N1110 Message-ID: <56DD5DF8.9090700@gmail.com> Date: Mon, 7 Mar 2016 12:54:48 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <56D99C2E.4020301@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Mar 2016 10:54:53 -0000 Continuing where I previously left with this problem... When I set boot_verbose=1 in loader.conf I got a little more information before the poor RPI2 simply froze. Now the last shown line was... random: harvesting attach, 8 bytes (4 bits) from ukbd0 If I disconnect the USB keyboard and then reconnect it, the kernel prints the normal detach and attach messages, once again returns back to printing the "random: ..." line shown above, and freezes again. --jau On 03/04/16 16:31, Jukka Ukkonen wrote: > > Hello all, > > A couple of days ago I rebuilt 11-current for my RPI2. > For some odd and still unexplained reason it started > hanging after it had found the USB keyboard during the > auto-configure. I have tried "svn update" a few times > since the problem started, but apparently there has > been no patch to this. The latest svn version which I > have tried is 296383. > I attach the dmesg.boot from the last known good boot. > It shows the last known properly booting system was > 11.0-CURRENT r296310. > I have also marked the place where the boot now hangs > as follows ... > > ... > kbd1 at ukbd0 > *** > smsc0: chip 0xec00, rev. 0002 > ... > > Everything before the "***" mark seems to work just fine. > At the mark all progress stops and none of the messages > normally seen after this point are shown. > > Has something changed perhaps in a manner which could > cause this hang? > > --jau >