FreeBSD Port: powerdns-2.9.12
Starhost.nl - N.Elsten
elsten at starhost.nl
Mon Jan 12 03:12:26 PST 2004
Bug 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=1<<31-1; // y2038 problem lurking here :-)
+ time_t early=(1<<31)-1; // y2038 problem lurking here :-)
for(d_nqueue_t::const_iterator i=d_nqueue.begin();i!=d_nqueue.end();++i)
early=min(early,i->next);
return early-time(0);
Met vriendelijke groeten,
N.P.G. Elsten
Starhost
___________________________________________________________
Duiker 70 Verkoop: sales at starhost.nl
1613 AH Grootebroek Storing: storing at starhost.nl
Tel.: +31 228 524472 Technische: helpdesk at starhost.nl
Fax.: +31 228 524468 Website: http://www.starhost.nl
___________________________________________________________
Bijlagen:
<none>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 169 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20040110/e5070dee/attachment.bin
More information about the freebsd-ports
mailing list