From owner-freebsd-questions@FreeBSD.ORG Thu Mar 18 08:38:49 2010 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 71CFB1065675 for ; Thu, 18 Mar 2010 08:38:49 +0000 (UTC) (envelope-from Olivier.Nicole@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id 1BFA88FC17 for ; Thu, 18 Mar 2010 08:38:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.cs.ait.ac.th (Postfix) with ESMTP id A0B743A385E; Thu, 18 Mar 2010 15:38:47 +0700 (ICT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cs.ait.ac.th; h= references:subject:subject:in-reply-to:from:from:message-id:date :date:received:received:received; s=selector1; t=1268901527; x= 1270715927; bh=vLMG1u5luOnodEPmV+lzzdzMsm2bOdGfjboDs1RtmBE=; b=h BR+mjj41apTzpKZp0//4rPm/CRSgNPpYmgXq+g9Rec2yGxf55n9J4S9rTaVqjqtK z/hUxQfYPrtwL3IJBj0S7hXEEggEJPqLGb32N4fNa0PBejU6QQxFyfjn0BGP2+iE ROEBdLGuL8Fn6X8ZGdYgLv6jhmhnMH7Oirs2OvKslU= X-Virus-Scanned: amavisd-new at cs.ait.ac.th Received: from mail.cs.ait.ac.th ([127.0.0.1]) by localhost (mail.cs.ait.ac.th [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id KMVWDyf8VLlT; Thu, 18 Mar 2010 15:38:47 +0700 (ICT) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.cs.ait.ac.th (Postfix) with ESMTPS id 306DA3A385D; Thu, 18 Mar 2010 15:38:47 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.14.3/8.14.3/Submit) id o2I8cgPa030935; Thu, 18 Mar 2010 15:38:42 +0700 (ICT) (envelope-from on) Date: Thu, 18 Mar 2010 15:38:42 +0700 (ICT) Message-Id: <201003180838.o2I8cgPa030935@banyan.cs.ait.ac.th> From: Olivier Nicole To: psteele@maxiscale.com, freebsd-questions@freebsd.org In-reply-to: <4BA1E51F.20304@infracaninophile.co.uk> (message from Matthew Seaman on Thu, 18 Mar 2010 08:32:31 +0000) References: <7B9397B189EB6E46A5EE7B4C8A4BB7CB3B27DFDA@MBX03.exg5.exghost.com> <4BA1E51F.20304@infracaninophile.co.uk> Cc: Subject: Re: Generating a random hostname 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, 18 Mar 2010 08:38:49 -0000 > Is there any facility in FreeBSD for generating a random hostname? We > have a template with a fixed hostname that has to be changed after > the template is closed. It would be useful to have a hostname I have somewhere a Perl script that can be used/adapted to generate pseudo English words. You would have to work on the script though, because now it also add numbers and other signs, to generate passwords. Bests, Olivier