From owner-freebsd-questions@FreeBSD.ORG Tue Aug 26 08:39:57 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 CECFA1065677 for ; Tue, 26 Aug 2008 08:39:57 +0000 (UTC) (envelope-from tj@tjvarghese.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.170]) by mx1.freebsd.org (Postfix) with ESMTP id B4F828FC1F for ; Tue, 26 Aug 2008 08:39:57 +0000 (UTC) (envelope-from tj@tjvarghese.com) Received: by wf-out-1314.google.com with SMTP id 24so1849237wfg.7 for ; Tue, 26 Aug 2008 01:39:57 -0700 (PDT) Received: by 10.142.186.9 with SMTP id j9mr1889016wff.284.1219738051662; Tue, 26 Aug 2008 01:07:31 -0700 (PDT) Received: by 10.142.80.12 with HTTP; Tue, 26 Aug 2008 01:07:31 -0700 (PDT) Message-ID: Date: Tue, 26 Aug 2008 16:07:31 +0800 From: "TJ Varghese" To: freebsd-questions@freebsd.org In-Reply-To: <20080826094754.H16661@wojtek.tensor.gdynia.pl> MIME-Version: 1.0 References: <87375200.20080826100138@faruk.net> <20080826094754.H16661@wojtek.tensor.gdynia.pl> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: inventory software? 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: Tue, 26 Aug 2008 08:39:57 -0000 On Tue, Aug 26, 2008 at 3:48 PM, Wojciech Puchar < wojtek@wojtek.tensor.gdynia.pl> wrote: > Is there a inventory software in ports tree? >> > > in base system - simply read /var/run/dmesg.boot sysutils/dmidecode cat pkg-descr Dmidecode is a tool or dumping a computer's DMI (some say SMBIOS) table contents in a human-readable format. The output contains a description of the system's hardware components, as well as other useful pieces of information such as serial numbers and BIOS revision.