From owner-freebsd-hackers Thu Feb 14 16:53:29 2002 Delivered-To: freebsd-hackers@freebsd.org Received: from goose.prod.itd.earthlink.net (goose.mail.pas.earthlink.net [207.217.120.18]) by hub.freebsd.org (Postfix) with ESMTP id C5EAB37B405; Thu, 14 Feb 2002 16:53:22 -0800 (PST) Received: from dialup-209.244.104.20.dial1.sanjose1.level3.net ([209.244.104.20] helo=mindspring.com) by goose.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 16bWcs-0000DT-00; Thu, 14 Feb 2002 16:53:22 -0800 Message-ID: <3C6C5BF8.D7A46E8@mindspring.com> Date: Thu, 14 Feb 2002 16:53:12 -0800 From: Terry Lambert X-Mailer: Mozilla 4.7 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: "Crist J. Clark" Cc: "PSI, Mike Smith" , freebsd-hackers@FreeBSD.ORG Subject: Re: Kernel after halt issued References: <3C6C0965.206509B4@mitre.org> <20020214153918.D36782@blossom.cjclark.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "Crist J. Clark" wrote: > > Is the kernel still running after a halt? > > I don't think it will work. As a simple test, I pinged the box when it > was up. It ponged fine. I shut it down (shutdown -h now) to the, > > The operating system has halted. > Please press any key to reboot. > > Prompt and pinged again. Silence. Since the ICMP responses all live in > the kernel's IP stack, I don't think there is an IP stack running. It isn't clear to me that card interrupts were disabled; an interrupt interrupts the halt. What you are seeing might just be NETISR not running, but the card interrupts still being delivered. It really depends on how dilligently shutdown shut things down. I have to admit to liking the idea of going back to the boot loader... but that's hard, and will probably just result in the system booting back up, so it's not a good plan, particularly with software control over power supplies. -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message