From owner-freebsd-dtrace@freebsd.org Fri Apr 15 14:38:59 2016 Return-Path: Delivered-To: freebsd-dtrace@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2CEC1AEE0C0 for ; Fri, 15 Apr 2016 14:38:59 +0000 (UTC) (envelope-from gnn@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 1816C1C1B for ; Fri, 15 Apr 2016 14:38:59 +0000 (UTC) (envelope-from gnn@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 176D8AEE0BF; Fri, 15 Apr 2016 14:38:59 +0000 (UTC) Delivered-To: dtrace@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 170F6AEE0BE for ; Fri, 15 Apr 2016 14:38:59 +0000 (UTC) (envelope-from gnn@freebsd.org) Received: from smtp.hungerhost.com (smtp.hungerhost.com [216.38.51.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EBAF71C1A; Fri, 15 Apr 2016 14:38:58 +0000 (UTC) (envelope-from gnn@freebsd.org) Received: from [50.255.30.101] (port=64664 helo=[172.16.33.1]) by vps.hungerhost.com with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.86_1) (envelope-from ) id 1ar4td-00045S-NO; Fri, 15 Apr 2016 10:38:57 -0400 From: "George Neville-Neil" To: "Mark Johnston" Cc: dtrace@freebsd.org Subject: Re: replacement of cddl/contrib/opendtrace with the OpenDTrace version Date: Fri, 15 Apr 2016 07:38:56 -0700 Message-ID: <8C87468E-7FE9-4EE9-9913-1BB0C7932F93@freebsd.org> In-Reply-To: <20160414174124.GA77940@wkstn-mjohnston.west.isilon.com> References: <59138256-95CC-4E43-9672-8F3486D37B6C@freebsd.org> <20160414174124.GA77940@wkstn-mjohnston.west.isilon.com> MIME-Version: 1.0 X-Mailer: MailMate (1.9.4r5234) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - vps.hungerhost.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - freebsd.org X-Get-Message-Sender-Via: vps.hungerhost.com: authenticated_id: gnn@neville-neil.com X-Authenticated-Sender: vps.hungerhost.com: gnn@neville-neil.com X-Source: X-Source-Args: X-Source-Dir: X-BeenThere: freebsd-dtrace@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "A discussion list for developers working on DTrace in FreeBSD." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Apr 2016 14:38:59 -0000 On 14 Apr 2016, at 10:41, Mark Johnston wrote: > On Wed, Apr 13, 2016 at 07:38:22PM -0700, George Neville-Neil wrote: >> Howdy, >> >> I've created a new project and organization on githhub for maintaining >> bits of DTrace, including the DTrace Toolkit. I have imported the last >> known version of the toolkit into this repo: >> >> https://github.com/opendtrace/toolkit >> >> I have then applied all the changes made by Rui Paolo, Ed Maste and >> myself within a "freebsd" branch in that repo. >> >> Before 11.0 I intend to remove the toolkit from the FreeBSD repo and >> maintain it separately, along with scripts and versions for the other >> operating systems that support DTrace. I'd like folks to test this >> replacement on FreeBSD. It should be as simple as: > > Thanks for doing this. I've long felt that the toolkit would make more > sense as a port. > >> >> ?> rm /usr/src/cddl/contrib/dtracetoolkit >> ?> git clone https://github.com/opendtrace/toolkit.git >> ?> git checkout -b freebsd >> >> I've tested this locally on my systems but I'd like to hear feedback >> from others before I pull the scripts from our tree. > > I'm able to clone the repo, if that's what you're asking. Well can you run the scripts in the way that you used to? Best, George