PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Serveur - Sécurité et techniques > linux.debian.user > Mozilla resolving host problem
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
linux.debian.user debian-user@lists.debian.org.

Mozilla resolving host problem

Réponse
 
LinkBack Outils de la discussion
Vieux 02/12/2006, 18h40   #1 (permalink)
David Shultz
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Mozilla resolving host problem

Whenever I browse any website, mozilla says
"Resolving www.google.com" and waits for about
15 seconds to resolve the host. I've disabled
ipv6 but the problem is still there. Also I've
checked the isp nameserver and they are fine.
Does anyone has the same problem?

--David

  Réponse avec citation
Vieux 02/12/2006, 21h40   #2 (permalink)
Douglas Tutty
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Mozilla resolving host problem

On Sat, Dec 02, 2006 at 01:35:34PM -0500, David Shultz wrote:
> Whenever I browse any website, mozilla says
> "Resolving www.google.com" and waits for about
> 15 seconds to resolve the host. I've disabled
> ipv6 but the problem is still there. Also I've
> checked the isp nameserver and they are fine.
> Does anyone has the same problem?


I'm not sure what the problem is.

Presumably, your startup page is set to www.google.com. I have mine set
to my home directory.

I'm on slow dialup. Every time any browser goes to a new page (even if
its been there before) it has to resolve it. Very annoying.

If this is the problem, you could install a caching name server that
would give a faster response.

Doug.


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 02/12/2006, 21h50   #3 (permalink)
Nyizsnyik Ferenc
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Mozilla resolving host problem

On Sat, 2006-12-02 at 13:35 -0500, David Shultz wrote:
> Whenever I browse any website, mozilla says
> "Resolving www.google.com" and waits for about
> 15 seconds to resolve the host. I've disabled
> ipv6 but the problem is still there. Also I've
> checked the isp nameserver and they are fine.
> Does anyone has the same problem?
>
> --David


By any chance, have you switched ISPs recently? You may still have the
DNS addresses of the old ISP, so everytime it resolves an IP, it has to
go to an outside nameserver, causing very long resolution time.
Just an idea...

--
Szia:
Nyizsa.

----------------------------------------------------------------------
Cut Postage Costs!
The Pitney Bowes mailstation. 90-day free trial & $50 free postage.
http://tagline.bidsystem.com/fc/BgLE...ytXNiAFpBDSX4/


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 02/12/2006, 22h20   #4 (permalink)
Freddy Freeloader
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Mozilla resolving host problem

David Shultz wrote:
> Whenever I browse any website, mozilla says
> "Resolving www.google.com <http://www.google.com>" and waits for about
> 15 seconds to resolve the host. I've disabled
> ipv6 but the problem is still there. Also I've
> checked the isp nameserver and they are fine.
> Does anyone has the same problem?
>
> --David

This sounds like it could be a couple of things that I have run into.

First, it could be an mDNS(multicast dns) problem. That gave me fits
for a while.

I cured it one by uninstalling avahi-daemon, as I don't have use any
software that relies on this function(I did this just to stop an
unnecessary daemon), and also editing my /etc/resolv.conf file so it
didn't contain a line that used the word "local". This word being in
resolv.conf is/was a bug in Avahi-daemon, IIRC, that caused all DNS
lookups to be run as mDNS lookups first, and then go to the nameserver
picked up through dhcp, or in /etc/network/interfaces if you're using
static ip addresses, when the mDNS queries finally time out.

Second was the ipv6 lookups. I fixed that by blacklisting the ipv6
module and all those extraneous dns queries disappeared.

The way I found the mDNS problem with extremely long url resolution
times was to start an ethereal/wireshark packet capture, and then fire
up my browser. That's when I found that all dns queries were going to
224.0.0.xxx (mDNS).

I think the bug is now fixed as I just reinstalled a laptop a few days
ago and I didn't have to make any changes in resolv.conf. DNS worked
correctly from the very first, and that hadn't happened with any Etch
installs I'd done in the last month or so.


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 02/12/2006, 23h20   #5 (permalink)
David Shultz
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Mozilla resolving host problem

On 12/2/06, Douglas Tutty <dtutty@porchlight.ca> wrote:
>
> On Sat, Dec 02, 2006 at 01:35:34PM -0500, David Shultz wrote:
> > Whenever I browse any website, mozilla says
> > "Resolving www.google.com" and waits for about
> > 15 seconds to resolve the host. I've disabled
> > ipv6 but the problem is still there. Also I've
> > checked the isp nameserver and they are fine.
> > Does anyone has the same problem?

>
>
> If this is the problem, you could install a caching name server that
> would give a faster response.
>
> Doug.




Thanks Doug. Caching nameserver has done the trick. I've setup
bind9 to act as a caching nameserver. Now it is a lot faster. Thanks
to forum members for their .

--David

  Réponse avec citation
Vieux 03/12/2006, 00h50   #6 (permalink)
David Shultz
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Mozilla resolving host problem

With great regret, the problem has shown its ugly face
again. mozilla again shows: Resolving host www.google.com
and a delay. I didn't have any problem until yesterday
when it started.

> By any chance, have you switched ISPs recently? You may
> still have the DNS addresses of the old ISP, so everytime
> it resolves an IP, it has to go to an outside nameserver


No I didn't change my isp.

> I cured it one by uninstalling avahi-daemon, as I
> don't have use any software that relies on this
> function(I did this just to stop an unnecessary daemon)


I'm using Debian Sarge and after looking into Synaptic,
have found that there is no Avahi-daemon on debian
Sarge(stable). Is there anything else I should do?

--David

  Réponse avec citation
Vieux 03/12/2006, 04h50   #7 (permalink)
W Paul Mills
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Mozilla resolving host problem

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

David Shultz wrote:
> With great regret, the problem has shown its ugly face
> again. mozilla again shows: Resolving host www.google.com
> <http://www.google.com>
> and a delay. I didn't have any problem until yesterday
> when it started.
>
>> By any chance, have you switched ISPs recently? You may
>> still have the DNS addresses of the old ISP, so everytime
>> it resolves an IP, it has to go to an outside nameserver

>
> No I didn't change my isp.
>
>> I cured it one by uninstalling avahi-daemon, as I
>> don't have use any software that relies on this
>> function(I did this just to stop an unnecessary daemon)

>
> I'm using Debian Sarge and after looking into Synaptic,
> have found that there is no Avahi-daemon on debian
> Sarge(stable). Is there anything else I should do?


Make sure your /etc/resolv.conf is still has it's reference
to your cacheing nameserver. Did bind9 stop for some reason.


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFclNxu4tRirKTPYwRAhY0AJ0YYLx17u7KXLsSZ5OW6+ uAbar9FACePExE
zXmOL4TrI9THCYAvev1MJA4=
=FXhq
-----END PGP SIGNATURE-----

  Réponse avec citation
Vieux 03/12/2006, 13h40   #8 (permalink)
Chris Bannister
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Mozilla resolving host problem

On Sat, Dec 02, 2006 at 01:35:34PM -0500, David Shultz wrote:
> Whenever I browse any website, mozilla says
> "Resolving www.google.com" and waits for about
> 15 seconds to resolve the host. I've disabled
> ipv6 but the problem is still there. Also I've
> checked the isp nameserver and they are fine.
> Does anyone has the same problem?


This seems like a problem I had.
I could go to any site *except* www.google.com, and various other
search engines. I thought there was some sort of conspiracy going
on. :-)

This was with lynx-ssl and wget, i.e
"wget http://www.google.com/search?q=hipcrime"

If I tried "lynx http://www.google.com" it would either just sit there
then time out or as per usual go to http://www.google.co.nz but then sit
there and time out. It also happened if I tried yahoo.com, altavista,
askjeeves. I couldn't search the net! Other sites were fine.

On the other machine running unstable, this problem didn't occur.

I was stumped.

I installed links, and eveything has been fine since.

Since this is a reasonably old laptop in the middle of being upgraded to
etch, I decided to wait and revisit it later. Although I think I prefer
links.

Thanks for bringing it up and hope you find a solution.

--
Chris.
======
" ... the official version cannot be abandoned because the implication of
rejecting it is far too disturbing: that we are subject to a government
conspiracy of `X-Files' proportions and insidiousness."
Letter to the LA Times Magazine, September 18, 2005.


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 23h27.


Édité par : vBulletin® version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,14261 seconds with 16 queries