From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27993 invoked by alias); 21 Jul 2011 22:08:06 -0000 Received: (qmail 27984 invoked by uid 22791); 21 Jul 2011 22:08:06 -0000 X-SWARE-Spam-Status: No, hits=-6.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 21 Jul 2011 22:07:52 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p6LM7pkl015598 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 21 Jul 2011 18:07:52 -0400 Received: from [10.11.231.236] (deploy7.rdu.redhat.com [10.11.231.236]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id p6LM7pUK014550; Thu, 21 Jul 2011 18:07:51 -0400 Message-ID: <4E28A337.6010700@redhat.com> Date: Thu, 21 Jul 2011 22:08:00 -0000 From: William Cohen User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110617 Red Hat/3.1.11-2.el6_1 Thunderbird/3.1.11 MIME-Version: 1.0 To: "Turgis, Frederic" CC: "systemtap@sourceware.org" Subject: Re: Systemtap testsuite for arm architecture - results References: <13872098A06B02418CF379A158C0F146016100D125@dnce02.ent.ti.com> <4E2898DA.7050104@redhat.com> <13872098A06B02418CF379A158C0F14601623323D6@dnce02.ent.ti.com> In-Reply-To: <13872098A06B02418CF379A158C0F14601623323D6@dnce02.ent.ti.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit 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: 2011-q3/txt/msg00073.txt.bz2 On 07/21/2011 05:41 PM, Turgis, Frederic wrote: > Hi, > > I have followed the parallel thread with all these improvements from a far distance as I will get more time only after my vacations (so quite soon, yeah ;-) ). Looks promising and I am looking forward running testsuite on our Ubuntu arm distrib "Vacations?" hope you enjoy them. When you get a chance post newer results and mail the systemtap.log to dejazilla@elastic.org. The ARM port of systemtap could use some regular testing to point out places where things are "not quite right". > > Maybe 1 point: I ran testsuite from http://sourceware.org/systemtap/wiki/TestSuites recommendations. Unprivileged testsuite was fine. > I tried to run privileged testsuite with sudo and ran into trouble (but I did not insist that much). Are you using method of being in "stapdev group" ? > > Regards > Fred > > Frederic Turgis > OMAP Platform Business Unit - OMAP System Engineering - Platform Enablement I make myself a member of stapdev and just run "make installcheck" as myself. -Will