From owner-freebsd-dtrace@freebsd.org Sat Jun 27 00:14:50 2015 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 6ADC698D6AC for ; Sat, 27 Jun 2015 00:14:50 +0000 (UTC) (envelope-from markjdb@gmail.com) Received: from mail-pd0-x22c.google.com (mail-pd0-x22c.google.com [IPv6:2607:f8b0:400e:c02::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3A51712AA for ; Sat, 27 Jun 2015 00:14:50 +0000 (UTC) (envelope-from markjdb@gmail.com) Received: by pdbci14 with SMTP id ci14so83216887pdb.2 for ; Fri, 26 Jun 2015 17:14:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=1v9VFCdjIgIB4M74wrotUyQykJf9vqfO3L/ElGPptK0=; b=ZHDrn2vvQ5p221OPeVJRIIlgokj/DwXmXkcQCN97zYR5XEabl5UpZFqEoQE325rguS y98OdQkoO4wGN8k0/4me67hsi7Bfm2e8yd0jgzWZlVXqzS9OMa+ktLnIsJYsmS3UpTAM Zj7MnZxQ+PCaFHt9QoLdettAm9jCE76ZJqBwone7oDH9pjPx5vKje7UbXglnMVF43HZP 5y2hZAOtKRQhvLYtnSCY+e15nftRre96pD/5chwfZBrZNK1gwUG9Rq82h1/47dTskeFU JfFKKvHOSbqzF+om6y+2K13s/HJ1O6hzBkiVLY4uDhAnqflIKY6JEJRdwCzLK/Bs23gJ EwMA== X-Received: by 10.66.249.1 with SMTP id yq1mr8047517pac.3.1435364089776; Fri, 26 Jun 2015 17:14:49 -0700 (PDT) Received: from muskytusk ([104.236.250.12]) by mx.google.com with ESMTPSA id ox6sm34567311pdb.25.2015.06.26.17.14.47 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 26 Jun 2015 17:14:48 -0700 (PDT) Sender: Mark Johnston Date: Sat, 27 Jun 2015 00:13:31 +0000 From: Mark Johnston To: abhishek kulkarni Cc: freebsd-dtrace@freebsd.org Subject: Re: regarding a query for the execsnoop script Message-ID: <20150627000228.GA48687@muskytusk> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-dtrace@freebsd.org X-Mailman-Version: 2.1.20 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: Sat, 27 Jun 2015 00:14:50 -0000 On Fri, Jun 26, 2015 at 04:35:26PM -0700, abhishek kulkarni wrote: > Hello All, > > I am trying to run the script execsnoop on FreeBSD. I need a patch for it > that works for FreeBSD. Could you please provide me with one. The copy at cddl/contrib/dtracetoolkit/execsnoop works properly for me on FreeBSD head. What problems are you seeing?