From owner-freebsd-dtrace@FreeBSD.ORG Tue Aug 6 19:07:32 2013 Return-Path: Delivered-To: freebsd-dtrace@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 65D72856; Tue, 6 Aug 2013 19:07:32 +0000 (UTC) (envelope-from venture37@gmail.com) Received: from mail-pa0-x232.google.com (mail-pa0-x232.google.com [IPv6:2607:f8b0:400e:c03::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 377BA2088; Tue, 6 Aug 2013 19:07:32 +0000 (UTC) Received: by mail-pa0-f50.google.com with SMTP id fb10so1127247pad.23 for ; Tue, 06 Aug 2013 12:07:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=daTdQYnqha4OEvGFroUU5ZAhQfPAnOxJFT0LDUxLaqU=; b=k9I+ov+oIObXkSJCVErGnwzQCgzgxg44NYxqsAVdjBMBDXy0yV65bGhIbdx82dlB4r HGQiU+aB9z9bUdLG9e0GGEg6kXsaX79NHrzZ6trGI5hxx3YYdHLz/LVhLYJX5CP4VTiW ouoyYxWtUSMytRCtH4+0l6HMMb5dc75FlPZSyDNBwTWzJQbk10LIHMy98QcrScWYtaMR SUqkNmqq5b6wSkfzjQ8cDFyUIcYn1YtGcUfuAkYtHuhdd71AUFnLrI8iKAJjuw9oLuV8 H0zBQbyLGj+r7MuaCOUoyTkPe8iw6Fw50rejG6AhmHPTTeYBQGqwUZ9u+A9x+M1IsCzE EMtQ== X-Received: by 10.67.23.36 with SMTP id hx4mr407784pad.54.1375816051840; Tue, 06 Aug 2013 12:07:31 -0700 (PDT) Received: from Sevans-MacBook-Air-11.local (adsl-69-226-40-234.dsl.irvnca.pacbell.net. [69.226.40.234]) by mx.google.com with ESMTPSA id tr10sm3510320pbc.22.2013.08.06.12.07.30 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 06 Aug 2013 12:07:31 -0700 (PDT) Message-ID: <52014971.90700@gmail.com> Date: Tue, 06 Aug 2013 12:07:29 -0700 From: Sevan / Venture37 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 MIME-Version: 1.0 To: Mark Johnston Subject: Re: PostgreSQL+DTrace on FreeBSD References: <20130727235103.GA11294@charmander.uwaterloo.ca> <51F72CBC.8060502@gmail.com> <20130730143255.GA1757@charmander> <52013E50.9020808@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-dtrace@freebsd.org X-BeenThere: freebsd-dtrace@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 06 Aug 2013 19:07:32 -0000 On 06/08/2013 11:29, Mark Johnston wrote: > What have you done since you last saw the probes? Reboot? Restart postgres? > > If you rebooted, you'll need to change the mode on /dev/dtrace/helper again, > and the mode needs to be correct before postgres starts. You can set the > mode in /etc/devfs.conf I guess Gah, yes, I'd rebooted, adjusted the permission on /dev/dtrace/helper & the probes started showing up again. Seavn