From owner-freebsd-current@FreeBSD.ORG Tue Oct 19 09:35:12 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BBD991065674; Tue, 19 Oct 2010 09:35:12 +0000 (UTC) (envelope-from rpaulo@freebsd.org) Received: from karen.lavabit.com (karen.lavabit.com [72.249.41.33]) by mx1.freebsd.org (Postfix) with ESMTP id 8843D8FC1B; Tue, 19 Oct 2010 09:35:12 +0000 (UTC) Received: from e.earth.lavabit.com (e.earth.lavabit.com [192.168.111.14]) by karen.lavabit.com (Postfix) with ESMTP id D41FF11B914; Tue, 19 Oct 2010 04:35:11 -0500 (CDT) Received: from 172.17.1.174 (gw-eduroam-81.fc.up.pt [193.136.24.81]) by lavabit.com with ESMTP id UMHVFRVSZV8B; Tue, 19 Oct 2010 04:35:11 -0500 References: <7EC03A5E-61DA-46AB-95E1-1D844E10C735@FreeBSD.org> <0B32E6BF-8CFE-4BC3-AFC8-EA77B1B5E8D7@freebsd.org> In-Reply-To: Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=iso-8859-1 Message-Id: <28FFE6A7-0ECD-4454-9364-DC555327678E@freebsd.org> Content-Transfer-Encoding: quoted-printable From: Rui Paulo Date: Tue, 19 Oct 2010 10:33:33 +0100 To: =?iso-8859-1?Q?Istv=E1n?= X-Mailer: Apple Mail (2.1081) Cc: freebsd-current , Garrett Cooper Subject: Re: DTrace bindings are missing in FreeBSD 9.0 - CURRENT for userland apps X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2010 09:35:12 -0000 On 19 Oct 2010, at 10:15, Istv=E1n wrote: > wow, you go the point after couple of emails. better later than never, = huh :) You sure are an amusing guy. Rude, but amusing :-) >=20 > you think adding pgsql to wheel might help? cc freebsd-security@ and = see their opinion about the topic. dof needs to inject the probes in /dev/dtrace/helper, so the user needs = rw access to the /dev/dtrace/helper. I specifically added write access = to the wheel group for this. >=20 > i modified the permission of /dev/dtrace/helper instead but it gives = the following error still: >=20 > dtrace DOF postgres: DTrace ioctl failed for DOF at 0x801c35000: = Invalid argument This error usually means that there were no probes found in dof section = of the binary. Somehow they were not inserted correctly during the build = stage. > do you mean /usr/ports/databases/postgresql90-server? Yes. >=20 > I was rebuilding it with that switch, what now? Send me the build log, gzipped. Regards, -- Rui Paulo