From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-01-ewr.dyndns.com (mxout-133-ewr.mailhop.org [216.146.33.133]) by lists.bufferbloat.net (Postfix) with ESMTP id AEDBB2E0545 for ; Mon, 18 Apr 2011 13:10:28 -0700 (PDT) Received: from scan-02-ewr.mailhop.org (scan-02-ewr.local [10.0.141.224]) by mail-01-ewr.dyndns.com (Postfix) with ESMTP id 4ED5E1F65AB for ; Mon, 18 Apr 2011 20:10:25 +0000 (UTC) X-Spam-Score: 0.0 () X-Mail-Handler: MailHop by DynDNS X-Originating-IP: 130.207.160.69 Received: from deliverator2.gatech.edu (deliverator2.gatech.edu [130.207.160.69]) by mail-01-ewr.dyndns.com (Postfix) with ESMTP id 5E3771F54AF for ; Mon, 18 Apr 2011 20:10:23 +0000 (UTC) Received: from deliverator2.gatech.edu (localhost [127.0.0.1]) by localhost (Postfix) with SMTP id 170BC48105D for ; Mon, 18 Apr 2011 16:10:23 -0400 (EDT) Received: from mail5.gatech.edu (mail5.gatech.edu [130.207.185.165]) by deliverator2.gatech.edu (Postfix) with ESMTP id 96CCA481006 for ; Mon, 18 Apr 2011 16:10:22 -0400 (EDT) Received: from lawn-128-61-115-128.lawn.gatech.edu (lawn-128-61-115-128.lawn.gatech.edu [128.61.115.128]) (Authenticated sender: ssundaresan3) by mail5.gatech.edu (Postfix) with ESMTPSA id 8A9781FFBE for ; Mon, 18 Apr 2011 16:10:22 -0400 (EDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1082) From: Srikanth Sundaresan In-Reply-To: <6B84F40B-DC94-4711-B414-6AA908BADB7D@gatech.edu> Date: Mon, 18 Apr 2011 16:10:22 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: <69D12D8C-409C-4518-95A5-CCD74004F13E@gatech.edu> References: <6B84F40B-DC94-4711-B414-6AA908BADB7D@gatech.edu> To: bismark-devel@lists.bufferbloat.net X-Mailer: Apple Mail (2.1082) Subject: Re: [Bismark-devel] bismark-mgmt and bootstrapping on firstboot X-BeenThere: bismark-devel@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: BISMark related software development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Apr 2011 20:10:29 -0000 Oh,=20 The following scripts can be found on ~bismark/src/ - Srikanth On Apr 18, 2011, at 4:09 PM, Srikanth Sundaresan wrote: > The bismark-mgmt package requires the following scripts: >=20 > /usr/bin/bismark-action > /usr/bin/bismark-bootstrap > /usr/bin/bismark-probe > /usr/bin/bismark-rshell > /usr/bin/bismark-scp >=20 > It needs the following files: > / etc/bismark/authorized_keys > / etc/bismark/bismark.conf > / etc/bismark/bismark_key > / etc/bismark/bismark_key.pub > /etc/bismark/crontab > /etc/bismark/known_hosts >=20 > The following file needs to be executed on *firstboot*. >=20 > postinstall.sh (attached) >=20 >=20 >=20 > This package will allow us to have access to the boxes so that we can = later push the bismark-active (and bismark-passive) measurement suites. >=20 > - Srikanth >