RE: [Pdns-users] Debugging

2006-08-26 Thread Michael C. Gates
Hi Bert,

I get about 3 different types of crashes. There is no rhyme or reason to
them. I watch the command prompt log to see if it crashes on the same type
of action, and it doesn't. I was hoping setting up the service to restart
after a failure would fix the problem, but it seems that the program is
still running, just not answering. I have been trying to figure out why 1
server works fine, and 2 others don't. There is no rhyme or reason to them
either.

Is there an older build of the windows version that is more stable? I don't
need bells and whistles, just simple A, CNAME, MX, SOA records, etc. And I
don't need primary and slave servers because I simply use replication in my
MS SQL DB so if I update one, they all get updated.

Thanks for your help.

Michael C. Gates

-Original Message-
From: bert hubert [mailto:[EMAIL PROTECTED] 
Sent: Saturday, August 26, 2006 4:53 AM
To: Michael C. Gates
Cc: pdns-users@mailman.powerdns.com
Subject: Re: [Pdns-users] Debugging


On Fri, Aug 25, 2006 at 07:08:43PM -0400, Michael C. Gates wrote:
 Any way to create a program log so I can figure out why mine is 
 crashing every once in a while? If I download the source, can I open 
 it in Visual Studio 2005? Or was it written in something else? I know 
 C#, but not much of
 C++. I wouldn't mind figuring it out if it solved the crashing 
 C++problem.

The PowerDNS Recursor compiles in Visual Studio 2005, the authoritative
server doesn't. The currently last released version of the PowerDNS
Authoritative server is known to have many, many bugs.

Can you let us know more about your specific problem?

Thanks.

-- 
http://www.PowerDNS.com  Open source, database driven DNS Software 
http://netherlabs.nl  Open and Closed source services

___
Pdns-users mailing list
Pdns-users@mailman.powerdns.com
http://mailman.powerdns.com/mailman/listinfo/pdns-users


Re: [Pdns-users] BIND Primary, PowerDNS Secondaries....

2006-08-26 Thread Derrik Pates
Augie Schwer wrote:
 Putting a constraint in the records table just means the records for
 that zone are removed when the entry in the domain table is removed,
 but you still have the problem of removing that domain on the slave in
 some automatic fashion right?

I use the InnoDB tables, an ON CASCADE DELETE on the records table, and
the attached script to prune out stale domains as a daily cron task.
It's a fairly simple script, as you can see. It could certainly be
slimmed down a bit more (I have it output a fair amount of debug info so
that I can see it's doing its job as I expect).

-- 
Derrik Pates
[EMAIL PROTECTED]


dom-prune.pl
Description: Perl program
___
Pdns-users mailing list
Pdns-users@mailman.powerdns.com
http://mailman.powerdns.com/mailman/listinfo/pdns-users


[Pdns-users] very much MySQL QUERY ?

2006-08-26 Thread Andreas Sokov
Hi, Pdns-users.

Tell me please  and explain what my problems ?
i see in mysql.log many SELECTs - can i do not such load mysql server ?

log following :

060826 22:10:33  155131 Query   select content,ttl,prio,type,domain_id,name 
from records where name='65.22.124.193.combined.njabl.org'
 155131 Query   select content,ttl,prio,type,domain_id,name from 
records where name='*.22.124.193.combined.njabl.org'
 155131 Query   select content,ttl,prio,type,domain_id,name from 
records where name='*.124.193.combined.njabl.org'
 155131 Query   select content,ttl,prio,type,domain_id,name from 
records where name='*.193.combined.njabl.org'
 155131 Query   select content,ttl,prio,type,domain_id,name from 
records where name='*.combined.njabl.org'
 155131 Query   select content,ttl,prio,type,domain_id,name from 
records where name='*.njabl.org'
060826 22:10:35  155150 Query   select content,ttl,prio,type,domain_id,name 
from records where name='65.22.124.193.dnsbl.sorbs.org'
 155150 Query   select content,ttl,prio,type,domain_id,name from 
records where name='*.22.124.193.dnsbl.sorbs.org'
 155150 Query   select content,ttl,prio,type,domain_id,name from 
records where name='*.124.193.dnsbl.sorbs.org'
 155150 Query   select content,ttl,prio,type,domain_id,name from 
records where name='*.193.dnsbl.sorbs.org'
 155150 Query   select content,ttl,prio,type,domain_id,name from 
records where name='*.dnsbl.sorbs.org'
 155150 Query   select content,ttl,prio,type,domain_id,name from 
records where name='*.sorbs.org'
 155166 Query   select content,ttl,prio,type,domain_id,name from 
records where name='65.22.124.193.opm.blitzed.org'
 155166 Query   select content,ttl,prio,type,domain_id,name from 
records where name='*.22.124.193.opm.blitzed.org'
 155166 Query   select content,ttl,prio,type,domain_id,name from 
records where name='*.124.193.opm.blitzed.org'
 155166 Query   select content,ttl,prio,type,domain_id,name from 
records where name='*.193.opm.blitzed.org'
 155166 Query   select content,ttl,prio,type,domain_id,name from 
records where name='*.opm.blitzed.org'
 155166 Query   select content,ttl,prio,type,domain_id,name from 
records where name='*.blitzed.org'
 155136 Query   select content,ttl,prio,type,domain_id,name from 
records where name='ns1.regmaster.net'
 155136 Query   select content,ttl,prio,type,domain_id,name from 
records where type='SOA' and name='ns1.regmaster.net'
 155136 Query   select content,ttl,prio,type,domain_id,name from 
records where type='SOA' and name='regmaster.net'


 
-- 
 Best Regards, Andreas  
 Sunday, August 27, 2006 1:24:48 AM

 Do not hesitate to ask me
 ICQ UIN 177624
 http://ServersLease.net - Offshore Dedicated Servers, Offshore Collocation
 http://HOST-LUX.RU  - Offshore Virtual Hosting, Web Hosting, as low as 5$ 
per 1Gb HDD/month
 http://Reg-Master.net   - Register`s Master of Domains
 http://Web-Media.Ru - Web Design studio.

 http://VEHICLE.RU   - автомобили на заказ из США


___
Pdns-users mailing list
Pdns-users@mailman.powerdns.com
http://mailman.powerdns.com/mailman/listinfo/pdns-users