From owner-freebsd-current Sat Jul 6 13: 9:55 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34A8737B400 for ; Sat, 6 Jul 2002 13:09:51 -0700 (PDT) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 805F543E42 for ; Sat, 6 Jul 2002 13:09:50 -0700 (PDT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id QAA19789; Sat, 6 Jul 2002 16:09:46 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.6/8.9.1) id g66K9GF33725; Sat, 6 Jul 2002 16:09:16 -0400 (EDT) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15655.20076.568156.307089@grasshopper.cs.duke.edu> Date: Sat, 6 Jul 2002 16:09:16 -0400 (EDT) To: David Wolfskill Cc: current@freebsd.org Subject: Re: Incomplete shutdown for -CURRENT built today In-Reply-To: <200207061517.g66FHe0g066605@bunrab.catwhisker.org> References: <200207061517.g66FHe0g066605@bunrab.catwhisker.org> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG David Wolfskill writes: > syncing disks... > done > > And at that point, nothing further. I'm able to ping the machine, but I > didn't see the (usual) mention of an attempt to shut power off via ACPI. > (Sometimes that would work; sometimes it would time out, but this is the > first time I recall not seeing the attempt logged.) > > I just tried sending a BREAK (to the serial console) [I think I have > BREAK_TO_DEBUGGER in the kernel...]; no response. Me too! But a break to debugger seemed to work for me: Waiting (max 60 seconds) for system process `syncer' to stop...stopped syncing disks... 6 6 done [halt sent] Stopped at siointr1+0x198: br zero,siointr1+0x330 db> tr siointr1() at siointr1+0x198 siointr() at siointr+0x40 isa_handle_fast_intr() at isa_handle_fast_intr+0x24 alpha_dispatch_intr() at alpha_dispatch_intr+0xd0 interrupt() at interrupt+0x110 XentInt() at XentInt+0x28 --- interrupt (from ipl 0) --- kserunnable() at kserunnable+0x10 idle_proc() at idle_proc+0x78 fork_exit() at fork_exit+0xe0 exception_return() at exception_return --- root of call graph --- db> reboot (this is a UP alpha). I'm glad this happened on x86 too! I was beginning to think boot was only broken on alpha ;) Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message