SQUID ignores /etc/resolv.conf

2004-04-06 Thread Yaraghchi, Stephan
Hi fellows,

Is it possible that SQUID doesn't care about
nameservers listed in /etc/resolv.conf ?

We experienced the following effect:

in /etc/resolv.conf it says

nameserver a.b.c.d a.b.c.e

When 'a.b.c.d' went down SQUID couldn't do
dns lookups anymore, while the machine
itself could.

Adding the following to squid.conf:

dns_nameserver a.b.c.d a.b.c.e

with 'a.b.c.d' still down produced a delay
of about three seconds and a successful
lookup/download.
It seems as if SQUID didn't fall back to
the second nameserver as long it's only
listed in /etc/resolf.conf.

Does anyone experience the same?



Mit freundlichen Gruessen / with kind regards


+++ S t e p h a n   F.   Y a r a g h c h i
+++
+++ Information Technology
+++
+++ Boerse Berlin-Bremen
+++ Fasanenstr. 85
+++ 10623 Berlin
+++
+++ mail  [EMAIL PROTECTED]
+++ web   http://www.boerse-berlin-bremen.de
+++
+++ phone +49 (0) 30 3110910
+++ fax   +49 (0) 30 31109178
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: SQUID ignores /etc/resolv.conf

2004-04-06 Thread Dan Nelson
In the last episode (Apr 06), Yaraghchi, Stephan said:
 Is it possible that SQUID doesn't care about
 nameservers listed in /etc/resolv.conf ?
 
 We experienced the following effect:
 
 in /etc/resolv.conf it says
 
 nameserver a.b.c.d a.b.c.e

Try:

nameserver a.b.c.d
nameserver a.b.c.e

instead and see if that works.

-- 
Dan Nelson
[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: SQUID ignores /etc/resolv.conf

2004-04-06 Thread Yaraghchi, Stephan
 -Original Message-
 From: Dan Nelson [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, April 06, 2004 4:24 PM
 To: Yaraghchi, Stephan
 Cc: [EMAIL PROTECTED]
 Subject: Re: SQUID ignores /etc/resolv.conf
 
 
 In the last episode (Apr 06), Yaraghchi, Stephan said:
  Is it possible that SQUID doesn't care about
  nameservers listed in /etc/resolv.conf ?
  
  We experienced the following effect:
  
  in /etc/resolv.conf it says
  
  nameserver a.b.c.d a.b.c.e
 
 Try:
 
 nameserver a.b.c.d
 nameserver a.b.c.e
 
 instead and see if that works.
 
 -- 
   Dan Nelson
   [EMAIL PROTECTED]
 


Thank you, Dan. You hit the right spot.

I was a bit hesitant since the systems are in production,
but your guess was correct.

I crosschecked the handbook and found your notation there
as well. Don't know what made me put them on one line...


Greetings from Berlin,


Stephan.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]