From owner-freebsd-arch@FreeBSD.ORG Sat Apr 7 15:48:02 2007 Return-Path: X-Original-To: freebsd-arch@freebsd.org Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 97B0116A402 for ; Sat, 7 Apr 2007 15:48:02 +0000 (UTC) (envelope-from julien.gabel@gmail.com) Received: from ik-out-1112.google.com (ik-out-1112.google.com [66.249.90.177]) by mx1.freebsd.org (Postfix) with ESMTP id DFDCD13C4BF for ; Sat, 7 Apr 2007 15:48:01 +0000 (UTC) (envelope-from julien.gabel@gmail.com) Received: by ik-out-1112.google.com with SMTP id c21so847294ika for ; Sat, 07 Apr 2007 08:48:00 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=X33Ti6cPsHBbpxTr5tcTudEfXzDje0/5TP3GWL9x7ImjVTxKhx6R6VEn05iEDjMrx25/5AtRj6ddBlCKuRJFr+Jfjuc3N42F6KpV7HI0nb3NX/XvRi/eYJsKqxai8yHpkYd+uLuENHFprXADOTwGA5ZNn1aNO3oWp2H46GdCCe4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=T4knBiIz0iJjLFPWCpGw34ZoJkqB0ruQRhPoEObOGo8A53LRs9Nxw7Pexz1gwii9SMCMMWAqfYQ5aOo1fDEYG4DVZUGdN52dszxAGl16XjSjIH4LhhlmSWsL1rZC7E54f25Qhufk8L0D/WTkazC0j4I98Mf9mL+zKuw6dLH7NTg= Received: by 10.78.170.17 with SMTP id s17mr668479hue.1175959285193; Sat, 07 Apr 2007 08:21:25 -0700 (PDT) Received: by 10.78.162.20 with HTTP; Sat, 7 Apr 2007 08:21:25 -0700 (PDT) Message-ID: Date: Sat, 7 Apr 2007 17:21:25 +0200 From: "Julien Gabel" Sender: julien.gabel@gmail.com To: "Andrew Pantyukhin" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20070407120656.GD63916@garage.freebsd.pl> <20070407145154.GG63916@garage.freebsd.pl> X-Google-Sender-Auth: ba3cd9721a1a515e Cc: Pawel Jakub Dawidek , freebsd-arch@freebsd.org Subject: Re: Host ID. X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Apr 2007 15:48:02 -0000 > There's even a business [1] selling software to change > Solaris hostid for =A349. Should I squat freebsdhostid.com? :) > > [1] http://www.solarishostid.com/ For free, you generally can fake it by rewriting the gethostid function along with the use of ${LD_PRELOAD}; or use DTrace if using a Solaris 10 system :) --=20 julien. http://www.thilelli.net/~jgabel/