From owner-freebsd-hackers@FreeBSD.ORG Thu Feb 1 19:28:48 2007 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F173116A402 for ; Thu, 1 Feb 2007 19:28:48 +0000 (UTC) (envelope-from rizzo@icir.org) Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68]) by mx1.freebsd.org (Postfix) with ESMTP id D921013C4A5 for ; Thu, 1 Feb 2007 19:28:48 +0000 (UTC) (envelope-from rizzo@icir.org) Received: from xorpc.icir.org (localhost [127.0.0.1]) by xorpc.icir.org (8.12.11/8.13.6) with ESMTP id l11InHmA083405; Thu, 1 Feb 2007 10:49:17 -0800 (PST) (envelope-from rizzo@xorpc.icir.org) Received: (from rizzo@localhost) by xorpc.icir.org (8.12.11/8.12.3/Submit) id l11InHKx083404; Thu, 1 Feb 2007 10:49:17 -0800 (PST) (envelope-from rizzo) Date: Thu, 1 Feb 2007 10:49:17 -0800 From: Luigi Rizzo To: "M. Warner Losh" Message-ID: <20070201104917.C82313@xorpc.icir.org> References: <45BC3624.3000608@pacbell.net> <3B777B32-AB3A-4244-BBE1-9E11B287D78B@hursk.com> <20070128181132.GR927@turion.vk2pj.dyndns.org> <20070201.113851.689651534.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20070201.113851.689651534.imp@bsdimp.com>; from imp@bsdimp.com on Thu, Feb 01, 2007 at 11:38:51AM -0700 Cc: jon.passki@hursk.com, fbsd@metro.cx, freebsd-hackers@freebsd.org Subject: Re: unique hardware identification X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Feb 2007 19:28:49 -0000 On Thu, Feb 01, 2007 at 11:38:51AM -0700, M. Warner Losh wrote: > In message: <20070128181132.GR927@turion.vk2pj.dyndns.org> > Peter Jeremy writes: > : On Sun, 2007-Jan-28 10:39:36 -0600, Jon Passki wrote: > : >If the machine is a PXE-compliant device [2], it should have a GUID/ > : >UUID [1] available. This can be exposed by sysutil/hal [3] via the > : >smbios.system.uuid field. > : > : You can also get it via kenv(8) without needing any ports: > : # kenv smbios.system.uuid > : 9F345F4F-BEFC-D431-1340-61235A56DEF9 > > I wonder why the smbios stuff isn't exported via sysctls as well... and this is probably a lazy vendor :) smbios.bios.reldate="07/12/2006" smbios.bios.vendor="American Megatrends Inc." smbios.bios.version="P1.10" smbios.chassis.maker="To Be Filled By O.E.M." smbios.chassis.serial="To Be Filled By O.E.M." smbios.chassis.tag="To Be Filled By O.E.M." smbios.chassis.version="To Be Filled By O.E.M." smbios.planar.maker=" " smbios.planar.product="775i945GZ" smbios.planar.serial=" " smbios.planar.version=" " smbios.socket.enabled="1" smbios.socket.populated="1" smbios.system.maker="To Be Filled By O.E.M." smbios.system.product="775i945GZ" smbios.system.serial="To Be Filled By O.E.M." smbios.system.uuid="00020003-0004-0005-0006-000700080009" smbios.system.version="To Be Filled By O.E.M." cheers luigi