Re: Script-kiddie / client query (cache) '/MX/IN' denied

2010-08-11 Thread Barry Margolin
In article , Matus UHLAR - fantomas wrote: > On 03.08.10 18:01, Denis BUCHER wrote: > > I have a question, it's not really a big problem, but it's annoying. > > > > In the logs I get plenty of lines like : > >> client 202.152.172.4 query (cache) 'denkstelle.de/MX/IN' denied: 1 Time(s) > >> clien

mem.c:1093: INSIST(ctx->stats[i].gets == 0U) failed

2010-08-11 Thread Carlos Vicente
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, One of our recursive resolvers, running 9.7.0-P2, failed last Sunday with the following: Aug 8 04:02:39 server named[23628]: mem.c:1093: INSIST(ctx->stats[i].gets == 0U) failed Aug 8 04:02:39 server named[23628]: exiting (due to assertion failu

Re: "Unable Create Account for the Service" on Windows 2008

2010-08-11 Thread Gary Gladney
Are you using a domain admin account or local admin account? If you using a domain admin account the system you are doing the install on has be part of the windows domain that you are adding the account to. If it's a local account then the problem maybe with SAM file for that system. A servic

Re: "Unable Create Account for the Service" on Windows 2008

2010-08-11 Thread Danny Mayer
On 8/11/2010 1:13 PM, HelixGalaxy wrote: > Hello all, > > I have a fresh installation of Windows Server 2008 (not R2). > > Trying to install BIND 9.7.1-P2 ver and when runing the installer, > putting in the password, I get this error: > > "Unable Create Account for the Service" > > The inst

"Unable Create Account for the Service" on Windows 2008

2010-08-11 Thread HelixGalaxy
Hello all, I have a fresh installation of Windows Server 2008 (not R2). Trying to install BIND 9.7.1-P2 ver and when runing the installer, putting in the password, I get this error: "Unable Create Account for the Service" The installer just stops on this error and nothing is done. I'm runing i

Re: AW: Limitation on concurrently handled queries

2010-08-11 Thread Cathy Almond
Dangl, Thomas wrote: > First of all thanks for the fast response. > > Maybe I misunderstood the Bind9 manual. > Bind9 ARM says: > > recursive-clients The maximum number of simultaneous recursive lookups the > server will perform on > behalf of clients > > I understand that as recursive lookups

Re: AW: Limitation on concurrently handled queries

2010-08-11 Thread Kalman Feher
Perhaps you could explain the reasoning behind the request? If you are trying to preserve resources there are better ways. If you are trying to restrict access to master/slave zones then you should use access lists, either at zone or view level. On 11/08/10 3:42 PM, "Dangl, Thomas" wrote: > Fi

AW: Limitation on concurrently handled queries

2010-08-11 Thread Dangl, Thomas
First of all thanks for the fast response. Maybe I misunderstood the Bind9 manual. Bind9 ARM says: recursive-clients The maximum number of simultaneous recursive lookups the server will perform on behalf of clients I understand that as recursive lookups that are issued to other name servers.

Re: Limitation on concurrently handled queries

2010-08-11 Thread Matus UHLAR - fantomas
On 11.08.10 15:01, Dangl, Thomas wrote: > is there a means to limit the number of concurrently handled queries? > In the Bind9 documentation there are some parameters like > clients-per-query and max-clients-per-query as well as tcp-clients. > What I didnt see is some limitation on the overall numb

Limitation on concurrently handled queries

2010-08-11 Thread Dangl, Thomas
Hello, is there a means to limit the number of concurrently handled queries? In the Bind9 documentation there are some parameters like clients-per-query and max-clients-per-query as well as tcp-clients. What I didnt see is some limitation on the overall number of queries that may be handled concu