From owner-freebsd-hackers Fri Nov 8 08:39:38 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA21022 for hackers-outgoing; Fri, 8 Nov 1996 08:39:38 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id IAA21016 for ; Fri, 8 Nov 1996 08:39:35 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id JAA12213; Fri, 8 Nov 1996 09:30:23 -0700 From: Terry Lambert Message-Id: <199611081630.JAA12213@phaeton.artisoft.com> Subject: Re: Strange messages from my 2.1.0 kernel To: john@starfire.mn.org Date: Fri, 8 Nov 1996 09:30:23 -0700 (MST) Cc: hackers@FreeBSD.org In-Reply-To: <199611080937.DAA03390@starfire.mn.org> from "john@starfire.mn.org" at Nov 8, 96 03:37:42 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > Can anyone help me understand what these mean? > fhtovp: file start miss 1946157056 vs 68 It might mean you have two nfsnodes pointing to the same vnode... Or it might mean someone is trying to NFS hack your system... Or it might be an mmap() of an NFS file on an FS with a 4k block size and an NFS rzise/wsize of 8K, or vice versa... Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.