From owner-freebsd-stable@FreeBSD.ORG Mon Nov 3 11:27:03 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 07FD7AD4 for ; Mon, 3 Nov 2014 11:27:03 +0000 (UTC) Received: from mail-wg0-x22e.google.com (mail-wg0-x22e.google.com [IPv6:2a00:1450:400c:c00::22e]) (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 9858FB6 for ; Mon, 3 Nov 2014 11:27:02 +0000 (UTC) Received: by mail-wg0-f46.google.com with SMTP id x13so12176069wgg.5 for ; Mon, 03 Nov 2014 03:27:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:mime-version:content-type; bh=APJD/uYm67VkXVNQu6VuqkOGscEUtKhILwdBs/VVgXQ=; b=QXavosqSyxk83zEpiqJI4gpDcpFJdv9hbm9h3TA+xSTiCTnrWUcCReT7DhtspHeC6/ c/hmbDFK0t9jC7NPQhUY0tyMrBonAOnCCfizbeehgtWWIv9rSU/oSjEkNm8GvkbpYJ00 SizDLv70Cqhk08jQMdjWF9GLUBzfv2Ol+lsewvfjF35cDyy8sz/m5Ca7M9zGo+pEhdX/ 36hB50S6ZpAu4VuMfgAVIa5+3Bp3hNwcwptwNjzMO/m/DXrDN15PxvcoFuIGTR484Mnx pcEpkRVzPsjvTNkAA2MMZ3RGKAufn0YK4fgF386WsasmCmpxBeC3fxfdBRdFn8U6nOkS zIXw== X-Received: by 10.180.73.244 with SMTP id o20mr15838998wiv.12.1415014020831; Mon, 03 Nov 2014 03:27:00 -0800 (PST) Received: from localhost (89-73-177-236.dynamic.chello.pl. [89.73.177.236]) by mx.google.com with ESMTPSA id p3sm21833691wjf.49.2014.11.03.03.26.58 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 03 Nov 2014 03:26:59 -0800 (PST) From: Marek Rudnicki To: Subject: run_interrupt_driven_hooks problem, unable to type GELI password Date: Mon, 03 Nov 2014 12:26:55 +0100 Message-ID: <86y4rs7ce8.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain 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, 03 Nov 2014 11:27:03 -0000 Hi I started to have a problem after updating to 10.1-RC3 and 10.1-RC4. 10.1-RC2 was fine. While booting, I'm unable to type a GELI password using a USB keyboard. The system does not react to any typing and I can see the following message: run_interrupt_driven_hooks: still waiting after 60 seconds for xpt_config However, when I switch to PS/2 keyboard, then I can type the password without problems and boot normally. Could it be related to the update to RC3/RC4? How could I debug it? Cheers Marek