From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3056 invoked by alias); 20 Nov 2008 15:31:13 -0000 Received: (qmail 3037 invoked by uid 22791); 20 Nov 2008 15:31:11 -0000 X-Spam-Status: No, hits=-1.0 required=5.0 tests=AWL,BAYES_50,KAM_MX,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 20 Nov 2008 15:30:25 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id mAKFUNfb009737 for ; Thu, 20 Nov 2008 10:30:23 -0500 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id mAKFUMSB022557 for ; Thu, 20 Nov 2008 10:30:22 -0500 Received: from localhost.localdomain (dhcp231-126.rdu.redhat.com [10.11.231.126]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id mAKFUMDc031173 for ; Thu, 20 Nov 2008 10:30:22 -0500 Message-ID: <4925828E.2090404@redhat.com> Date: Thu, 20 Nov 2008 15:31:00 -0000 From: William Cohen User-Agent: Thunderbird 2.0.0.16 (X11/20080723) MIME-Version: 1.0 To: SystemTAP Subject: Re: New Systemtap-0.8 RPM available for testing on Fedora 8 and Fedora 9 References: <49246BEC.2020605@redhat.com> In-Reply-To: <49246BEC.2020605@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.58 on 172.16.52.254 X-IsSubscribed: yes Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2008-q4/txt/msg00397.txt.bz2 William Cohen wrote: > Hi All, > > If you are like Roland and looking for a newer version of the Systemtap > RPMs for Fedora, you are in luck. The newer Systemtap 0.8 RPMs are now > available for testing on Fedora 8 and Fedora 9. There is also a request > for Fedora 10 but the rpms haven't been pushed to the F10 repository: > > https://admin.fedoraproject.org/updates/F8/FEDORA-2008-9787 > https://admin.fedoraproject.org/updates/F9/FEDORA-2008-9695 > https://admin.fedoraproject.org/updates/systemtap-0.8-1.fc10 > > > The RPMs can be installed on a fedora 8/9 machines with: > > yum install --enablerepo=updates-testing-newkey systemtap > > Or the RPMs can upgraded with: > > yum upgrade --enablerepo=updates-testing-newkey "systemtap*" > > Please check to see that the newer version of systemtap works as > expected and report your results on the update URLs towards the top of > this email. > > -Will > Hi Everyone, Testing them should be very easy, install the systemtap-testsuite rpm. Go into the /usr/share/systemtap/testsuite directory. As root "make installcheck" If you want to automatically send the results to dejazilla, use: make installcheck DEJAZILLA=dejazilla@elastic.org -Will