>...
>Well, I have found that setting the interval to a longer time does
>indeed help a lot!
>However, the behavior of Firefox in resolving URL's is still strange!
>If I click on a link, firefox spends almost a full minute to resolve the
>url,
>so while it is waiting (spinning), I use the gnome terminal to
>nslookup whatever-domain-it-was.com
>and it resolves it in less than a second. I look at firefox, and it is
>still trying to resolve!!
>Firefox seems to use some other way to resolve the url's domain - the
>painfully slow way!!
>Firefox has no config means of telling it how to resolve - so I'm at a
>loss as to it's behavior.
>
>JD
Hi,
- of course I assume that your system config files are OK, like
[jb@localhost ~]$ cat /etc/hosts
127.0.0.1 localhost.localdomain localhost
::1 localhost6.localdomain6 localhost6
[jb@localhost ~]$ cat /etc/host.conf
multi on
order hosts,bind
[jb@localhost ~]$ cat /etc/resolv.conf
domain example.com
nameserver 127.0.0.1
nameserver 111.222.333.444
[jb@localhost ~]$ ps aux |grep nscd
nscd 8652 0.0 0.1 150296 1328 ? Ssl 04:34 0:01 /usr/sbin/nscd
jb 9924 0.0 0.0 4308 724 pts/0 S+ 09:58 0:00 grep nscd
[jb@localhost ~]$ cat /etc/nsswitch.conf
#
# /etc/nsswitch.conf
# ...
passwd: files
shadow: files
group: files
enable-cache group yes
positive-time-to-live group 3600
negative-time-to-live group 60
suggested-size group 211
check-files group yes
persistent group yes
shared group yes
max-db-size group 33554432
auto-propagate group yes
enable-cache services yes
positive-time-to-live services 28800
negative-time-to-live services 20
suggested-size services 211
check-files services yes
persistent services yes
shared services yes
max-db-size services 33554432
- look at your system services and permanently or temporarily disable
unneeded services/daemons that interact with a network/Internet,
like avahi-daemon, etc.
- in cases like this make sure that you have up to date firefox , and that
means install it from scratch (before that save your bookmarks),
remove firefox, remove ALL leftover related directories so that no data
or config caches are present (!), and install it again.
- start firefox and do not do any customized config yet; just try the same or
any other URL to see if the problem persists
- do you have any custom firefox plug-ins installed , or any other stuff for
that matter ?
Remove that extra funcy stuff and see if it helps.
- now you can look at config issues
- do you utilize any outside filter/proxy, like squid ?
- do you config proxy in firefox ?
- take a look at config via menu
- take a look at config via url about:config
Start with filter like ipv6 (you can turn it off/on and see the effect)
Btw, that was once a cause of identical firefox/chromium problem in
the past !
about:config
network.dns.disableIPv6 TRUE
Continue with filter like dns, and so on.
Remember to restart firefox if you change config (just in case, to have it
take effect).
- install other browser like Opera for testing and see if the problem persists.
Jurek
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines