RE: Bind is hanging on CentOS 4.4

2009-05-28 Thread Jeff Lightner
The output suggests named is running with threads (I see similar output on my RHEL BIND server). Try running ps -efLm |grep named to get a better look at it. Some time ago they changed the way threads are done in Linux (one of the 2.4.x kernels). The columns LWP and NWLP from the ps -eLf sho

RE: Bind is hanging on CentOS 4.4

2009-05-28 Thread Jesse Cabral
Here is the output from ps -eLf ps -eLf | grep named named32231 1 32231 07 May26 ?00:00:00 /usr/sbin/named -u named -t /var/named/chroot named32231 1 32232 07 May26 ?00:15:04 /usr/sbin/named -u named -t /var/named/chroot named32231 1 32236 07

Re: servfail on 9.6.1rc1

2009-05-28 Thread JINMEI Tatuya / 神明達哉
At Thu, 28 May 2009 17:12:54 +0400, Anatoly Pugachev wrote: > Installed bind-9.6.1rc1 for the "query-errors" category debugging. > Server is a usual recursive server on solaris 10 x86 with 4Gb of RAM. > Named was compiled with SunStudio 12 compiler suite as: > CFLAGS="-m32 -xarch=sse2" ./configur

Re: Transfer delays

2009-05-28 Thread Jeremy C. Reed
Also do you have allow-notify ACL restrictions on the secondary? ___ bind-users mailing list bind-users@lists.isc.org https://lists.isc.org/mailman/listinfo/bind-users

RE: Bind is hanging on CentOS 4.4

2009-05-28 Thread Jesse Cabral
I have decided to rebuild named with threads disabled. I will update you on the results. I am hoping that will remedy the issue. Thanks for your support. Jesse Cabral Solutions Engineer Micro Technology Solutions, Inc. Phone:508.324.9475 Fax:508.324.4477 21 Father DeValles Blvd, Suite 101,

Re: Transfer delays

2009-05-28 Thread Niall O'Reilly
Todd Snyder wrote: Do you have "notify no;" in your config options? ... and you replied, "No". What may be useful, and I haven't seen suggested in the other replies so far, is to check your logs (and eventually packet-captures) to confirm that the master is ind

Re: Transfer delays

2009-05-28 Thread Matus UHLAR - fantomas
> I am experiencing a 15 min delay from the time a zone file is updated and > reloaded w/ rndc and transferred to the slave server. > From: Todd Snyder [mailto:tsny...@rim.com] > > Do you have "notify no;" in your config options? On 28.05.09 09:23, Michael Di Martino wrote: > No I do not. >

Re: BIND do not listen on udp port 53

2009-05-28 Thread Peter Dambier
Hi Thomas, did you reboot or start/stop bind or kill? I remember having a named process dangling that kept me from receiving. After rebooting that worked again. with ps -elf | grep named you should see your named and how it was called: ps -elf | grep named 5 S hammer 4142 1 0 80 0

RE: Transfer delays

2009-05-28 Thread Michael Di Martino
No I do not. zone "222.206.66.in-addr.arpa" in { type master; file "data/in-addr.arpa/db.222.206.66.in-addr.arpa"; notify yes; allow-transfer {"slaves";}; allow-update { none; }; }; -Original Message- From: Todd Snyder [mailto:tsny...@rim.com] Sen

RE: Transfer delays

2009-05-28 Thread Todd Snyder
Do you have "notify no;" in your config options? -Original Message- From: bind-users-boun...@lists.isc.org [mailto:bind-users-boun...@lists.isc.org] On Behalf Of Michael Di Martino Sent: Thursday, May 28, 2009 10:17 AM To: bind-users@lists.isc.org Subject: Transfer delays List Members,

Transfer delays

2009-05-28 Thread Michael Di Martino
List Members, This is a new and quite basic install of BIND-9. I am experiencing a 15 min delay from the time a zone file is updated and reloaded w/ rndc and transferred to the slave server. What could cause this delay. I am at a total loss. Please advise. Michael DiMartino  __

RE: BIND do not listen on udp port 53

2009-05-28 Thread Jeff Lightner
You might want to try "man nmap". It specifically states -sS is for checking TCP. There is a -sU for checking UDP. However simpler than using nmap from within a server is using "lsof" to check activity on a given port: lsof -i :53 From: bind-users-boun..

Re: BIND do not listen on udp port 53

2009-05-28 Thread Anatoly Pugachev
Hello. Check for "listen-on {...}" directive in your config files. On 28.05.2009 / 15:28:03 +0200, Thomas Manson wrote: > Hi, > I'm using BIND 9.5.0-P2 (on ubuntu server 8.04). > > And the bind server do not listen anymore on the udp port. ___ bind-u

BIND do not listen on udp port 53

2009-05-28 Thread Thomas Manson
Hi, I'm using BIND 9.5.0-P2 (on ubuntu server 8.04). And the bind server do not listen anymore on the udp port. I've updated the /etc/bind/named.conf to add a domain, but didn't touch the /etc/bind/named.conf.options. On localhost, when I use nmap I can see that the udp port is not listed. tho

servfail on 9.6.1rc1

2009-05-28 Thread Anatoly Pugachev
Hello. Installed bind-9.6.1rc1 for the "query-errors" category debugging. Server is a usual recursive server on solaris 10 x86 with 4Gb of RAM. Named was compiled with SunStudio 12 compiler suite as: CFLAGS="-m32 -xarch=sse2" ./configure --prefix=/ --with-openssl=no make named.conf without any vi