From owner-freebsd-dtrace@FreeBSD.ORG Sun Jun 1 17:00:40 2014 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 ESMTPS id 78B71C35; Sun, 1 Jun 2014 17:00:40 +0000 (UTC) Received: from mail-ob0-x230.google.com (mail-ob0-x230.google.com [IPv6:2607:f8b0:4003:c01::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3B61A2D97; Sun, 1 Jun 2014 17:00:40 +0000 (UTC) Received: by mail-ob0-f176.google.com with SMTP id wo20so3649887obc.35 for ; Sun, 01 Jun 2014 10:00:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=1u6LJ5I7gUS33QNhxE4V+WeKRE0olmUd0vmlZuR4Fns=; b=hc3VOF1HsLZ8JbYAQ7R9ol3nnDkW3Z10qEQruSYSfiJU7BLiVmI0Xc6QmGsYN6Ggx7 cRntFzZYH3KKSowBKsc/UbbAgB/ytpGn7KC4cRXmU46fQOldf/a5DI+V36QO8qpYRDLN Dhwl8ugWqy5GG4FkCU3qLjMUNHr1Jx05TzmcxJjwSxOVQq9E4cd8kweVmjoeCt/M6/xY bjce6oHGekv/oCg+JixOetrg9gSxU8bTYaeDEgl3Pu6HqBOO9sbPpvoGkkcEOC/dRHzv HF6gYxZgGwZY/HzsjpEGw4DdCxq7197cUOWFn9W0mrvKiesfouCPKzBI6WacuBWvuR06 YFXw== MIME-Version: 1.0 X-Received: by 10.182.65.167 with SMTP id y7mr33154619obs.29.1401642039418; Sun, 01 Jun 2014 10:00:39 -0700 (PDT) Received: by 10.76.18.45 with HTTP; Sun, 1 Jun 2014 10:00:39 -0700 (PDT) Date: Sun, 1 Jun 2014 18:00:39 +0100 Message-ID: Subject: Postgresql provider no longer working From: "Sevan / Venture37" To: freebsd-dtrace@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-dtrace@freebsd.org X-Mailman-Version: 2.1.18 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: Sun, 01 Jun 2014 17:00:40 -0000 Hi, It appears that the Postgresql provider stopped working at some point, I'm running r266890 of 11.0-CURRENT with Postgresql 9.3.4 installed and the probes are not showing up. I've rebuild postgresql with debug defined for both client & server, but not a sausage. Starting postgreql spits out: LOG: ending log output to stderr HINT: Future log output will go to log destination "syslog". & that's it. Sevan