From owner-freebsd-questions@FreeBSD.ORG Sat Feb 14 06:49:52 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EFEFC106566B for ; Sat, 14 Feb 2009 06:49:52 +0000 (UTC) (envelope-from freebsd@sopwith.solgatos.com) Received: from sopwith.solgatos.com (pool-173-50-231-101.ptldor.fios.verizon.net [173.50.231.101]) by mx1.freebsd.org (Postfix) with ESMTP id 6DDFE8FC0A for ; Sat, 14 Feb 2009 06:49:52 +0000 (UTC) (envelope-from freebsd@sopwith.solgatos.com) Received: by sopwith.solgatos.com (Postfix, from userid 66) id 9E17FB650; Fri, 20 Feb 2009 22:49:38 -0800 (PST) Received: from localhost by sopwith.solgatos.com (8.8.8/6.24) id GAA06072; Sat, 21 Feb 2009 06:32:18 GMT Message-Id: <200902210632.GAA06072@sopwith.solgatos.com> To: freebsd-questions@freebsd.org Date: Fri, 20 Feb 2009 22:32:18 +0000 From: Dieter Subject: How to interrupt hung boot process? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd@sopwith.solgatos.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Feb 2009 06:49:53 -0000 Working on updating a amd64 box from 7.0 to 7.1. A shell script called from rc.local hung. (Still don't know why, works fine in 7.0, works fine in 7.1 executed manually once system is up.) Tried ^C, ^\, ^P and nearly every other key on the keyboard. They echo, but nothing will interrupt the hung process. I had to press the reset button. Back in the day, typing ^C on the console would interrupt the boot process and give you a shell prompt. How do I interrupt the boot process with FreeBSD? Is there a way to have getty start before running rc.local?