On Thu, 19 Jan 2006 23:02:29 -0200 Japa Linuxx <[EMAIL PROTECTED]> wrote:
> Eu estou com um problema no squid. > A hora q eu vou inicia-lo ele da erro e no log /var/messages da essa > menssagem: > *ipcache_init: DNS name lookup test failed > *E o squid nw inicia!!!. > O q pode estar acontecendo?!?!?. > Obrigado. > http://web.fis.unico.it/public/squid/FAQ-11.html 11.21 FATAL: ipcache_init: DNS name lookup tests failed Squid normally tests your system's DNS configuration before it starts server requests. Squid tries to resolve some common DNS names, as defined in the dns_testnames configuration directive. If Squid cannot resolve these names, it could mean: 1. your DNS nameserver is unreachable or not running. 2. your /etc/resolv.conf file may contain incorrect information. 3. your /etc/resolv.conf file may have incorrect permissions, and may be unreadable by Squid. To disable this feature, use the -D command line option. Note, Squid does NOT use the dnsservers to test the DNS. The test is performed internally, before the dnsservers start. -- Cesar Augusto Fresqui Analista de Suporte [EMAIL PROTECTED] OSS Labs Stefanini IT Solutions +55 11 4133 3687 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

