Re: Host/nslookup/dig queries wrong server

2010-02-04 Thread Mark Andrews
I know discussions like this are fun but it took < 10 seconds to find the related change in CHANGES. 2616. [bug] 'host' used the nameservers from resolv.conf even when a explicit nameserver was specified. [RT #19852] And it has been applied to these branches.

RE: Host/nslookup/dig queries wrong server

2010-02-04 Thread Duncan Berriman
Thanks adam - Agreed its just host and nslookup, dig is fine. Duncan ___ bind-users mailing list bind-users@lists.isc.org https://lists.isc.org/mailman/listinfo/bind-users

RE: Host/nslookup/dig queries wrong server

2010-02-04 Thread Lightner, Jeff
sage- From: bind-users-bounces+jlightner=water@lists.isc.org [mailto:bind-users-bounces+jlightner=water@lists.isc.org] On Behalf Of Duncan Berriman Sent: Thursday, February 04, 2010 8:41 AM To: bind-users@lists.isc.org Subject: RE: Host/nslookup/dig queries wrong server I just verifi

Re: Host/nslookup/dig queries wrong server

2010-02-04 Thread Adam Tkac
On Wed, Feb 03, 2010 at 03:04:45PM -, Duncan Berriman wrote: > Problem is I am specifying the server on the command line, it is supposed to > use only that server, not randomly decide because it can't connect to that > server to try any others it feels like. > > Even the -s option makes no dif

RE: Host/nslookup/dig queries wrong server

2010-02-04 Thread Duncan Berriman
I just verified this bug on a new install of Centos 5.4 I then downloaded the source bind-9.3.6-P1.tar.gz And built it with ./configure --with-openssl --prefix=/usr --sysconfdir=/etc --localstatedir=/var/named make Even without actually installing it (just running host from the build area) I ca

RE: Host/nslookup/dig queries wrong server

2010-02-03 Thread Duncan Berriman
rg > Subject: RE: Host/nslookup/dig queries wrong server > > > You might want to file a bug report with RedHat. > > I just looked through the notifications I got last year from RedHat > regarding various bug and security updates to the bind > packages and none > of them

RE: Host/nslookup/dig queries wrong server

2010-02-03 Thread Lightner, Jeff
, February 03, 2010 10:48 AM To: bind-users@lists.isc.org Subject: RE: Host/nslookup/dig queries wrong server Whats odd is FC8,9 and 11 are ok. 10 uses 9.5.1 Centos uses 9.3.6 It appears therefore that Redhat are somehow causing the issue when building certain versions. Thanks for your help provi

RE: Host/nslookup/dig queries wrong server

2010-02-03 Thread Duncan Berriman
age- > From: Lightner, Jeff [mailto:jlight...@water.com] > Sent: 03 February 2010 15:37 > To: Duncan Berriman; bind-users@lists.isc.org > Subject: RE: Host/nslookup/dig queries wrong server > > > Interesting. > > On checking a CentOS5 and a RHEL5 system I found

RE: Host/nslookup/dig queries wrong server

2010-02-03 Thread Lightner, Jeff
ruary 03, 2010 10:05 AM To: bind-users@lists.isc.org Subject: RE: Host/nslookup/dig queries wrong server Problem is I am specifying the server on the command line, it is supposed to use only that server, not randomly decide because it can't connect to that server to try any others it feels l

RE: Host/nslookup/dig queries wrong server

2010-02-03 Thread Duncan Berriman
uncan > -Original Message- > From: Lightner, Jeff [mailto:jlight...@water.com] > Sent: 03 February 2010 15:04 > To: Duncan Berriman; bind-users@lists.isc.org > Subject: RE: Host/nslookup/dig queries wrong server > > > rpm -qa |grep bind > > Will tell you all the B

RE: Host/nslookup/dig queries wrong server

2010-02-03 Thread Lightner, Jeff
org [mailto:bind-users-bounces+jlightner=water@lists.isc.org] On Behalf Of Duncan Berriman Sent: Wednesday, February 03, 2010 9:45 AM To: bind-users@lists.isc.org Subject: RE: Host/nslookup/dig queries wrong server # rpm -q -f `which host` bind-utils-9.3.6-4.P1.el5_4.2 Thanks Duncan >

RE: Host/nslookup/dig queries wrong server

2010-02-03 Thread Duncan Berriman
; Subject: Re: Host/nslookup/dig queries wrong server > > > On Wed, Feb 03, 2010 at 11:42:19AM -, > Duncan Berriman wrote > a message of 75 lines which said: > > > How do I check which one it is? I can't see any option to tell me. > > which host > r

Re: Host/nslookup/dig queries wrong server

2010-02-03 Thread Stephane Bortzmeyer
On Wed, Feb 03, 2010 at 11:42:19AM -, Duncan Berriman wrote a message of 75 lines which said: > How do I check which one it is? I can't see any option to tell me. which host rpm -q -f `which host` ___ bind-users mailing list bind-users@lists.isc

RE: Host/nslookup/dig queries wrong server

2010-02-03 Thread Duncan Berriman
+duncan=dcl.co...@lists.isc.org] On > Behalf Of Matus UHLAR - fantomas > Sent: 03 February 2010 11:00 > To: bind-users@lists.isc.org > Subject: Re: Host/nslookup/dig queries wrong server > > > On 03.02.10 10:07, Duncan Berriman wrote: > > In certain versions of linux I have

Re: Host/nslookup/dig queries wrong server

2010-02-03 Thread Matus UHLAR - fantomas
On 03.02.10 10:07, Duncan Berriman wrote: > In certain versions of linux I have noticed that the host/nslookup and dig > command query the wrong server. > > For instance if the following command is run it should return ;; connection > timed out; no servers could be reached > > # host google.co.uk

Host/nslookup/dig queries wrong server

2010-02-03 Thread Duncan Berriman
Hi, In certain versions of linux I have noticed that the host/nslookup and dig command query the wrong server. For instance if the following command is run it should return ;; connection timed out; no servers could be reached # host google.co.uk 123.123.123.1 However on certain versions of linu