From owner-freebsd-bugs Wed Feb 19 23:31:37 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA25873 for bugs-outgoing; Wed, 19 Feb 1997 23:31:37 -0800 (PST) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA25868 for ; Wed, 19 Feb 1997 23:31:29 -0800 (PST) Received: from time.cdrom.com (jkh@localhost [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id XAA11434; Wed, 19 Feb 1997 23:30:49 -0800 (PST) To: HOSOBUCHI Noriyuki cc: bugs@freebsd.org Subject: Re: sysinstall memory leak (2.2-BETA) In-reply-to: Your message of "Sat, 19 Feb 2000 23:29:44 +0900." <200002191429.XAA01311@mamedas.buchi.tama.or.jp> Date: Wed, 19 Feb 1997 23:30:49 -0800 Message-ID: <11431.856423849@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I found a bug in sysinstall ( release/sysinstall/uc_scsi.c ). > > This patch will fix kernel panic with message 'panic: can't do > anything without my init' when updating kernel params. > (Problem report kern/2450) Thanks! This was actually worked around by disabling the SCSI saving code for now with USE_SCSI macro which isn't turned on. :-) It's nice to see you found the original problem, and the fix has been applied by Eric Hernes, the author of that code. Jordan