From owner-freebsd-ports@FreeBSD.ORG Mon Jan 12 03:12:26 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6037D16A4CE; Mon, 12 Jan 2004 03:12:26 -0800 (PST) Received: from deimos.starhost.nl (ns1.starhostdns.com [82.192.75.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E39D43D1D; Mon, 12 Jan 2004 03:12:24 -0800 (PST) (envelope-from elsten@starhost.nl) Received: from qn-212-127-163-237.quicknet.nl ([212.127.163.237]) by deimos.starhost.nl with asmtp (Exim 4.30; FreeBSD) id 1AfLhK-000M39-6O; Sat, 10 Jan 2004 17:10:50 +0100 Date: Sat, 10 Jan 2004 17:10:49 +0100 From: "Starhost.nl - N.Elsten" Organization: Starhost.nl X-Priority: 3 (Normal) Message-ID: <559372896.20040110171049@starhost.nl> To: dinoex@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="pgp-sha1"; boundary="----------9D13C1F0B0CC07E" X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - deimos.starhost.nl X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [26 6] X-AntiAbuse: Sender Address Domain - starhost.nl X-AntiAbuse: Please mail abuse mails to: abuse@starhost.nl cc: ports@FreeBSD.org Subject: FreeBSD Port: powerdns-2.9.12 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Starhost.nl - Hoofd" List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jan 2004 11:12:26 -0000 ------------9D13C1F0B0CC07E Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable =0D=0ABug in PowerDNS. Their is a bug in PowerDNS that needs an immediatly fix. Cause this bug is causing extreme high load averages on the system. The path (released bij powerdns: http://mailman.powerdns.com/pipermail/pdns-users/2004-January/001039.html )= is: --- pdns/communicator.hh 21 Jun 2003 09:59:08 -0000 1.5 +++ pdns/communicator.hh 10 Jan 2004 15:47:47 -0000 @@ -94,7 +94,7 @@ time_t earliest() { - time_t early=3D1<<31-1; // y2038 problem lurking here :-) + time_t early=3D(1<<31)-1; // y2038 problem lurking here :-) for(d_nqueue_t::const_iterator i=3Dd_nqueue.begin();i!=3Dd_nqueue.end(= );++i) early=3Dmin(early,i->next); return early-time(0); =20 Met vriendelijke groeten, N.P.G. Elsten Starhost ___________________________________________________________ Duiker 70 Verkoop: sales@starhost.nl 1613 AH Grootebroek Storing: storing@starhost.nl Tel.: +31 228 524472 Technische: helpdesk@starhost.nl Fax.: +31 228 524468 Website: http://www.starhost.nl ___________________________________________________________ Bijlagen: ------------9D13C1F0B0CC07E Content-Type: application/pgp-signature -----BEGIN PGP MESSAGE----- Version: PGP 6.5i iQA/AwUBQAAV+r9NzcDv91UqEQKGcwCePgh+dL1ClzbiUrFbB1B1IP5Ik6EAoIE6 g0MCuZkWtBZzWk0vTtL62g1M =81VO -----END PGP MESSAGE----- ------------9D13C1F0B0CC07E--