From owner-freebsd-current@FreeBSD.ORG Thu Aug 23 14:24:21 2007 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 9106A16A417 for ; Thu, 23 Aug 2007 14:24:21 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 4BA8E13C45D for ; Thu, 23 Aug 2007 14:24:21 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from mr08.lnh.mail.rcn.net ([207.172.157.28]) by smtp02.lnh.mail.rcn.net with ESMTP; 23 Aug 2007 10:24:21 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr08.lnh.mail.rcn.net (MOS 3.8.3-GA) with ESMTP id JAK38921; Thu, 23 Aug 2007 10:24:20 -0400 (EDT) Received: from 65-78-26-179.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([65.78.26.179]) by smtp01.lnh.mail.rcn.net with ESMTP; 23 Aug 2007 10:24:19 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18125.39066.727736.863664@jerusalem.litteratus.org> Date: Thu, 23 Aug 2007 10:24:26 -0400 To: freebsd-current@freebsd.org In-Reply-To: <20070823101737.GA1161@turion.vk2pj.dyndns.org> References: <20070823101737.GA1161@turion.vk2pj.dyndns.org> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr08.lnh.mail.rcn.net) Subject: idprio(1) broken in recent -current 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: Thu, 23 Aug 2007 14:24:21 -0000 Peter Jeremy writes: > Following my latest -current update (to 17th August), setiathome > stopped working and started complaining about missing heartbeats. > After rebuilding all the ports and a bit of hair removal, I > tracked the problem to the 'idprio' command in > /usr/local/etc/rc.d/boinc - without that, all works fine. If I > include that, boinc_client stops sending heartbeat messages. > > This was working correctly in late June. > > Has anyone else seen anything similar? Possibly. I updat4ed on the 20th, and since then boinc/seti has worked fitfully if at all; I haven't had time to investigate. Collateral issue: I tried to re-build boinc, which choked with: checking for curl-config... /usr/local/bin/curl-config checking for the version of libcurl... 7.16.1 checking for libcurl >= version 7.15.5... yes checking whether libcurl is usable... no configure: error: ================================================================================ ERROR: could not find (recent enough) development-libs for libcurl. This library is required to build the boinc-client. (If you don't want to build the client, use --disable-client with configure. If libcurl-dev is installed on your system, make sure that the script 'curl-config' is found in your PATH, and that 'curl-config --version' gives something recent enough (see above). You can download libcurl from: http://curl.haxx.se/ ================================================================================ ===> Script "configure" failed unexpectedly. Trying to rebuild (lib)curl failed, with a complaint about curl not playing nicely with libssh2. I have e-mailed the maintainer, but so far no response. (PR is "http://www.freebsd.org/cgi/query-pr.cgi?pr=114477") Robert Huff