From owner-freebsd-hackers Fri Sep 13 09:45:22 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA01622 for hackers-outgoing; Fri, 13 Sep 1996 09:45:22 -0700 (PDT) Received: from glacier.cold.org (glacier.sunrem.com [206.81.134.54]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id JAA01614 for ; Fri, 13 Sep 1996 09:45:19 -0700 (PDT) Received: (from brandon@localhost) by glacier.cold.org (8.7.5/8.7.3) id KAA00214; Fri, 13 Sep 1996 10:45:58 -0600 (MDT) Date: Fri, 13 Sep 1996 10:45:57 -0600 (MDT) From: Brandon Gillespie To: freebsd-hackers@freebsd.org Subject: Install: panic: ufs_lock [...] HELP? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On nearly all systems where I have an IDE boot disk and a second SCSI disk. I seem to have this same problem when attempting to install. Basically at the first of the commit phase it panics with: panic: ufs_lock: unable to aquire lock, pid 1 (or something to that effect) Sometimes I've managed to get around this by having it do a bad block scan on the IDE disk. I really dont like doing this, what I would like to do is figure out WHY its doing this. Any ideas?? -Brandon