From owner-freebsd-questions@FreeBSD.ORG Thu Nov 6 10:28:41 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 56851106564A for ; Thu, 6 Nov 2008 10:28:41 +0000 (UTC) (envelope-from vince@unsane.co.uk) Received: from unsane.co.uk (unsane-pt.tunnel.tserv5.lon1.ipv6.he.net [IPv6:2001:470:1f08:110::2]) by mx1.freebsd.org (Postfix) with ESMTP id D25E28FC2B for ; Thu, 6 Nov 2008 10:28:40 +0000 (UTC) (envelope-from vince@unsane.co.uk) Received: from sysaduse.the.namesco.net (sysaduse.the.namesco.net [85.233.163.128] (may be forged)) (authenticated bits=0) by unsane.co.uk (8.14.0/8.14.0) with ESMTP id mA6ASh5d020576 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 6 Nov 2008 10:28:44 GMT (envelope-from vince@unsane.co.uk) Message-ID: <4912C6D6.9040901@unsane.co.uk> Date: Thu, 06 Nov 2008 10:28:38 +0000 From: Vincent Hoffman User-Agent: Thunderbird 2.0.0.17 (Macintosh/20080914) MIME-Version: 1.0 To: subbsd@gmail.com References: <200811061322.19218.subbsd@gmail.com> In-Reply-To: <200811061322.19218.subbsd@gmail.com> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: documentation for sysctl MIB X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Nov 2008 10:28:41 -0000 Ole wrote: > Hello maillist, > > I have to small question > - Where i can get documentation for description some "base" sysctl variables? > - And, what the diffrence between > sysctl hw.machine hw.machine_arch > ? > > try sysctl -d $oid for example: jhary@crab (10:23:56 <~>) 0 $ sysctl -d hw.machine hw.machine_arch hw.machine: Machine class hw.machine_arch: System architecture jhary@crab (10:24:12 <~>) 0 $ sysctl hw.machine hw.machine_arch hw.machine: amd64 hw.machine_arch: amd64 > For example, i extract i386 installation, but my hardware is EM64T and > supporting AMD64 distribution correctly. Both variable get i386 value. One of > them must be amd64? > > > Thanks for your time > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >