Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 26053 invoked from network); 20 Oct 2009 16:59:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Oct 2009 16:59:09 -0000 Received: (qmail 94877 invoked by uid 500); 20 Oct 2009 16:59:09 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 94794 invoked by uid 500); 20 Oct 2009 16:59:09 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 94784 invoked by uid 99); 20 Oct 2009 16:59:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Oct 2009 16:59:09 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of kevan.miller@gmail.com designates 209.85.219.219 as permitted sender) Received: from [209.85.219.219] (HELO mail-ew0-f219.google.com) (209.85.219.219) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Oct 2009 16:58:59 +0000 Received: by ewy19 with SMTP id 19so5534860ewy.28 for ; Tue, 20 Oct 2009 09:58:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:content-type :content-transfer-encoding:subject:date:message-id:to:mime-version :x-mailer; bh=ZDqsEjdv0HM2pU3yLqgZ7NyAyZ/+7H4XiS41OjFpbl8=; b=OI7l8Nv0NE6zkrLtBY/rpDhM2KzObqV9cpv/V/u4UZNkgLX3KxFqt/kYoAHlMmn003 4sQBBB8PwNM2PPpXIXzxD1911LRIYDdo1lYUJn4nHEQd3ydLH0o2o2qZKZiB+Zd5r/RC PboPPxSrtAcFPI7RVmGuVcLy7kHwYHQfmWofs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer; b=fMOprLU8qbbFVDFFxkBa6RHcy7h/A5Jq+G7P0Bgo+qW+tffA5z4g/ehOSIIoVfIpXc 6NLQvrb7Wk2VYV9vCMSqnrtMF2YD/ddOsueIvluN8QR0y4/LgJ5DcXnn3pes6v9EV1hF KqkMsEnSLONrIcphm2zttrn0r7gXnxky2LQJc= Received: by 10.211.159.6 with SMTP id l6mr7560827ebo.56.1256057919634; Tue, 20 Oct 2009 09:58:39 -0700 (PDT) Received: from ?10.0.1.194? (cpe-076-182-095-055.nc.res.rr.com [76.182.95.55]) by mx.google.com with ESMTPS id 23sm85559eya.36.2009.10.20.09.58.37 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 20 Oct 2009 09:58:38 -0700 (PDT) From: Kevan Miller Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Subject: phoebe/selene config change Date: Tue, 20 Oct 2009 12:58:35 -0400 Message-Id: To: Geronimo Dev Mime-Version: 1.0 (Apple Message framework v1076) X-Mailer: Apple Mail (2.1076) X-Virus-Checked: Checked by ClamAV on apache.org FYI, At some point X11Forwarding was turned off on selene/phoebe (in /etc/ ssh/sshd_config). IIUC, part of the TCK tests for jaxb/stax require a GUI. So, enabling allows us to run all TCK tests on phoebe/selene. I checked on #asfinfra and they didn't have a problem enabling X11Forwarding. So, I've set "X11Forwarding yes". --kevan