From owner-freebsd-questions Thu Apr 23 16:27:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA17892 for freebsd-questions-outgoing; Thu, 23 Apr 1998 16:27:45 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dt050n33.san.rr.com (@dt050n33.san.rr.com [204.210.31.51]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA17877 for ; Thu, 23 Apr 1998 16:27:25 -0700 (PDT) (envelope-from DougGuy@dal.net) Received: from dal.net (Studded@localhost [127.0.0.1]) by dt050n33.san.rr.com (8.8.8/8.8.8) with ESMTP id QAA07277; Thu, 23 Apr 1998 16:27:23 -0700 (PDT) (envelope-from DougGuy@dal.net) Message-ID: <353FCE5A.9F67ED3@dal.net> Date: Thu, 23 Apr 1998 16:27:22 -0700 From: Studded Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.05 [en] (X11; I; FreeBSD 2.2.6-STABLE-0420 i386) MIME-Version: 1.0 To: "Michael L. Farace" CC: freebsd-questions@FreeBSD.ORG Subject: Re: how to find out certain config info from FreeBSD References: <3.0.3.32.19980423011227.02fb3444@pop.mindspring.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Michael L. Farace wrote: > > I need to find out a couple of things from my FreeBSD system that I can't > find the commands for: > > 1) How do I tell the exact version of named that is running? It is FreeBSD > 2.1.6. Whatever comes with that is what is running - but I don't know what > version that is. Look in /var/log/messages when the server starts up. I am 98% sure that the version of bind you have is too old to support the on line version query which is: dig @servername version.bind chaos txt > 2) Number of file descriptors compiled in kernel? Again, this is whatever is > default in FreeBSD 2.1.6, I just cant find that info. sysctl -a | grep files. If 2.1.6 is the same as 2.2 you're looking for kern.maxfiles. You should really consider upgrading FreeBSD, especially if your nameserver is answering queries on the internet. Good luck, Doug -- *** Chief Operations Officer, DALnet IRC network *** *** Proud designer and maintainer of the world's largest Internet *** Relay Chat server with 5,328 simultaneous connections. *** Try spider.dal.net on ports 6662-4 (Powered by FreeBSD) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message