From owner-freebsd-hackers@FreeBSD.ORG Sat Aug 2 14:47:01 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0762637B401 for ; Sat, 2 Aug 2003 14:47:01 -0700 (PDT) Received: from pc5.i.0x5.de (reverse-213-146-113-119.dialin.kamp-dsl.de [213.146.113.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94B0243FAF for ; Sat, 2 Aug 2003 14:46:58 -0700 (PDT) (envelope-from nicolas@dauerreden.de) Received: from pc5.i.0x5.de (localhost [127.0.0.1]) by pc5.i.0x5.de (8.12.8p1/8.12.8) with ESMTP id h72Lkv6E061561 for ; Sat, 2 Aug 2003 23:46:57 +0200 (CEST) (envelope-from nicolas@pc5.i.0x5.de) Received: (from root@localhost) by pc5.i.0x5.de (8.12.8p1/8.12.8/Submit) id h72LkuDV061560 for freebsd-hackers@freebsd.org.magicnowbp; Sat, 2 Aug 2003 23:46:56 +0200 (CEST) Received: from pc5.i.0x5.de (localhost [127.0.0.1]) by pc5.i.0x5.de (8.12.8p1/8.12.8) with ESMTP id h72Lku6E061556 for ; Sat, 2 Aug 2003 23:46:56 +0200 (CEST) (envelope-from nicolas@pc5.i.0x5.de) Received: (from nicolas@localhost) by pc5.i.0x5.de (8.12.8p1/8.12.8/Submit) id h72LkujU061555 for freebsd-hackers@freebsd.org; Sat, 2 Aug 2003 23:46:56 +0200 (CEST) Date: Sat, 2 Aug 2003 23:46:56 +0200 From: Nicolas Rachinsky To: freebsd-hackers@freebsd.org Message-ID: <20030802214656.GA61028@pc5.i.0x5.de> Mail-Followup-To: freebsd-hackers@freebsd.org References: <20030802155645.GE969@numachi.com> <20030802201132.GA53435@pc5.i.0x5.de> <20030802213455.GA298@numachi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030802213455.GA298@numachi.com> X-Powered-by: FreeBSD X-Homepage: http://www.rachinsky.de X-PGP-Keyid: C11ABC0E X-PGP-Fingerprint: 19DB 8392 8FE0 814A 7362 EEBD A53B 526A C11A BC0E X-PGP-Key: http://www.rachinsky.de/nicolas/nicolas_rachinsky.asc X-SECURITY: Never trust a running system User-Agent: Mutt/1.5.4i Subject: Re: network crash dumps X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2003 21:47:01 -0000 * Brian Reichert [2003-08-02 17:34 -0400]: > On Sat, Aug 02, 2003 at 10:11:32PM +0200, Nicolas Rachinsky wrote: > > * Brian Reichert [2003-08-02 11:56 -0400]: > > > I seem to remember calling "panic" from ddb actually does > > > something strange. Try "call boot(1)" or "call boot" instead. > > > > > > Does anyone have a grasp on an alternate way of panicing a 4.7-R > > > kernel? > > > > kill -6 1 > > Hmm, this does bring down my machine, but I didn't see a panic > message on the console. Init dying does cause a reboot, but I > specifically need a panic.. Did you really send a SIGABRT to init? This should cause init to exit after a while (IIRC 30sec), which should cause a "Going nowhere without my init" panic. Nicolas