From owner-freebsd-amd64@FreeBSD.ORG Wed Jul 21 16:50:03 2010 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A113F1065674 for ; Wed, 21 Jul 2010 16:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 76CBA8FC1B for ; Wed, 21 Jul 2010 16:50:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o6LGo3cX032963 for ; Wed, 21 Jul 2010 16:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o6LGo3OA032962; Wed, 21 Jul 2010 16:50:03 GMT (envelope-from gnats) Date: Wed, 21 Jul 2010 16:50:03 GMT Message-Id: <201007211650.o6LGo3OA032962@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: Bruce Cran Cc: Subject: Re: amd64/148805: [hang] FreeBSD 7.2, 8.0, and 9.0 hang during install at probing devices X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bruce Cran List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2010 16:50:03 -0000 The following reply was made to PR amd64/148805; it has been noted by GNATS. From: Bruce Cran To: bug-followup@FreeBSD.org, rl001@pacbell.net Cc: Subject: Re: amd64/148805: [hang] FreeBSD 7.2, 8.0, and 9.0 hang during install at probing devices Date: Wed, 21 Jul 2010 17:47:48 +0100 The "Probing for devices..." line is printed via ncurses. From the debug output given at http://lists.freebsd.org/pipermail/freebsd-questions/2010-July/218971.html it looks like the problem is caused when libdisk tries to open the first disk. -- Bruce Cran