From owner-freebsd-questions Mon Apr 26 14:33:45 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost2.yahoo.com (mailhost2.yahoo.com [206.132.89.4]) by hub.freebsd.org (Postfix) with ESMTP id C442414D56 for ; Mon, 26 Apr 1999 14:33:39 -0700 (PDT) (envelope-from dballing@yahoo-inc.com) Received: from borogove.yahoo.com (borogove.yahoo.com [205.216.162.65]) by mailhost2.yahoo.com (8.9.3/8.9.3) with ESMTP id OAA35431 for ; Mon, 26 Apr 1999 14:33:39 -0700 (PDT) Received: from dballing (dballing.yahoo.com [206.132.89.210]) by borogove.yahoo.com (8.9.3/8.9.3) with SMTP id OAA23860 for ; Mon, 26 Apr 1999 14:33:39 -0700 (PDT) Message-Id: <4.1.19990426142903.00a43cc0@pop1.yahoo.com> X-Sender: dballing@pop1.yahoo.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Mon, 26 Apr 1999 14:34:16 -0700 To: freebsd-questions@freebsd.org From: "Derek J. Balling" Subject: NFS/LKM question Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have two boxes that I am trying to run 'nfsstat' on to get statistical info from them. On one of them, it works fine, but on the other, if I run nfsstat, I get: $ nfsstat nfsstat: sysctl: No such file or directory I spoke to some people internally here who said it had to do with the fact that on the second box, NFS is installed as an LKM, as opposed to being part of the kernel itself. It would seem obvious that "sysctl" is missing, except that it's not... $ which sysctl /sbin/sysctl Is there any way to get nfsstat to work with it as an LKM? What part of the big picture am I missing? :) I tried looking in FAQ's, through the archives, and through Deja News, and found no relevant connections... Thanks in advance. D To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message