From owner-freebsd-hackers Sat Feb 10 15:08:01 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA15923 for hackers-outgoing; Sat, 10 Feb 1996 15:08:01 -0800 (PST) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id PAA15889 for ; Sat, 10 Feb 1996 15:07:58 -0800 (PST) Received: (from root@localhost) by dyson.iquest.net (8.6.11/8.6.9) id SAA04858; Sat, 10 Feb 1996 18:04:39 GMT From: "John S. Dyson" Message-Id: <199602101804.SAA04858@dyson.iquest.net> Subject: Re: can't free vnode To: nwestfal@Vorlon.odc.net (Neal Westfall) Date: Sat, 10 Feb 1996 18:04:39 +0000 () Cc: hackers@freebsd.org In-Reply-To: <199602102055.MAA07072@Vorlon.odc.net> from "Neal Westfall" at Feb 10, 96 12:55:32 pm X-Mailer: ELM [version 2.4 PL24 ME8] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org Precedence: bulk > > I have a news server here running FreeBSD-stable and INN 1.4-unoff and I > am having a consistent problem of kernel panics. The reason for the > panic is usually something to the effect of "can't free vnode; free vnode > isn't". > 1) Change the INND's config.data to be ACT_STYLE READ. 2) Do NOT run out of inodes on the disk. You should probably be okay then. The VM system performs about the same with ACT_STYLE READ, and ACT_STYLE MMAP. John Dyson