From owner-freebsd-current@FreeBSD.ORG Tue Feb 1 18:36:09 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4961916A4CE for ; Tue, 1 Feb 2005 18:36:09 +0000 (GMT) Received: from mail28.syd.optusnet.com.au (mail28.syd.optusnet.com.au [211.29.133.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 799D343D41 for ; Tue, 1 Feb 2005 18:36:06 +0000 (GMT) (envelope-from akm@theinternet.com.au) Received: from theinternet.com.au (c211-30-103-113.carlnfd1.nsw.optusnet.com.au [211.30.103.113]) j11IZrHb018893 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Wed, 2 Feb 2005 05:35:53 +1100 Received: from theinternet.com.au (localhost [127.0.0.1]) by theinternet.com.au (8.12.11/8.12.11) with ESMTP id j11IZrTW058768; Wed, 2 Feb 2005 05:35:53 +1100 (EST) (envelope-from akm@theinternet.com.au) Received: (from akm@localhost) by theinternet.com.au (8.12.11/8.12.11/Submit) id j11IZrTM058767; Wed, 2 Feb 2005 05:35:53 +1100 (EST) (envelope-from akm) Date: Wed, 2 Feb 2005 05:35:52 +1100 From: Andrew Milton To: Julian Elischer Message-ID: <20050201183552.GA48100@camelot.theinternet.com.au> References: <20050201101113.J572@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050201101113.J572@localhost> User-Agent: Mutt/1.5.6i cc: current@freebsd.org Subject: Re: cynchronised sleep capbilty.. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 18:36:09 -0000 +-------[ Julian Elischer ]---------------------- | | This doesn't matter too much except that I now need to do | the same on 50 machines and I need the data to line up. [snip] | firstly: does anyone know a better way to do this? look at clusterit.. http://www.garbled.net/clusterit.html it has as one of it's features; Barrier sync for shell scripting. This is a new idea. The barrier mechanism consists of a daemon run on a host, and a client which can be used to barrier sync with. Not sure if it's suitable for what you want. -- Andrew Milton akm@theinternet.com.au