From owner-freebsd-stable@FreeBSD.ORG Sun Apr 13 02:18:06 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 51954958; Sun, 13 Apr 2014 02:18:06 +0000 (UTC) Received: from alogt.com (alogt.com [69.36.191.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1A58517DE; Sun, 13 Apr 2014 02:18:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=hAnvrj+d/3/+iIuDhdFIEjo5xWbfl86gk8sQNcXjm9E=; b=ljYTRVd+q/8PT/ndS1SQljI2iF1SZlxQz++A42wWDTA93md1UTivsvSdwYd9dVSwE2hPHp9hazA6Qu6WFQTVr5BPkXHyOEla8/MMdXJqApIw+EVK0wDusM64DFjx4UZtTR3/66aDcC0Z1tFwWwCeay04ao/N8zU9uA0fKjlRHYw=; Received: from [182.55.101.96] (port=49133 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (SSLv3:DHE-RSA-AES128-SHA:128) (Exim 4.82) (envelope-from ) id 1WZ9zf-004MyW-JK; Sat, 12 Apr 2014 20:18:04 -0600 Date: Sun, 13 Apr 2014 10:18:00 +0800 From: Erich Dollansky To: Doug Hardie Subject: Re: 9.2 Boot Problem Message-ID: <20140413101800.238611d1@X220.alogt.com> In-Reply-To: <1D50A38D-8919-4034-A4E5-EEF8E78E638D@lafn.org> References: <175D3755-BB9B-4EAD-BDAD-06E9670E06AB@lafn.org> <186472F9-A97B-4863-81BC-67BE788D5E9A@lafn.org> <791C8200-023A-4ACB-9B6F-F5A8B0E170F4@lafn.org> <5bfb4fb619954c3dfbd3499aafa98917.authenticated@ultimatedns.net> <4F983E6A-0A7D-403C-AFAA-9CCCCB05716F@lafn.org> <0f3f01cf5439$13cf8570$3b6e9050$@FreeBSD.org> <981CAA9F-1E67-4E56-A119-BA6D1D29F383@lafn.org> <89290759-E5C2-4991-B644-A82648BEDD52@lafn.org> <1D50A38D-8919-4034-A4E5-EEF8E78E638D@lafn.org> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: Cc: "dteske@FreeBSD.org Teske" , freebsd-stable@freebsd.org, Chris H X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Apr 2014 02:18:06 -0000 Hi, On Sat, 12 Apr 2014 19:07:43 -0700 Doug Hardie wrote: > that good. Whats interesting is that I have 4 systems (i386) doing > this and 1 system (i386) and 2 systems (amd64) not doing it. The > only common thread is the 4 systems doing it are about 100 miles from > me and the working ones are here. > allow me to suggest what I am doing. I abstracted all of these things with scripts. Every machine gets a unique name. The scripts use this name to decide what to do on the individual machines. Erich