On Wed, Jun 29, 2005 at 07:05:25PM +0200, Thorsten Wilms wrote:
> Hi!
>
> DSSI GUIs take ages until they appear on screen on my system,
> no matter if I use jack-dssi-host or om.
> With jack-dssi-host it takes about 20 seconds until it says
> host:ready and another 20 seconds before a plugin window
> appears.
>
> It seems the host tries to contact 192.168.1.1 (my router),
> even though it should look into /etc/hosts and be happy
> with that. So after a long timeout, it finaly decides
> to stick with the info from the hosts file.
>
> /etc/hosts:
> 127.0.0.1 localhost charly
>
> from /etc/host.conf
> order hosts, bind
I also had an issue with a small number of URLs not being
resolved, fun stuff like this, which happen only since
some months and not when i'm on windows:
$ nslookup www.google.de
;; reply from unexpected source: 217.237.149.161#53, expected 192.168.1.1#53
$ nslookup google.de
Server: 192.168.1.1
Address: 192.168.1.1#53
Non-authoritative answer:
Name: google.de
Address: 216.239.57.104
So I decided to try a public name server instead of relying
on my router fetching name server adresses from my provider.
Everything gets resolved again.
From starting jack-dssi-host to a plgin window appearing
now takes 4 seconds max, instead of 40 like before.
But I still wonder why anything external is involved with
resolving localhost. That's why I didn't think of a connection
between the 2 issues, sorry for that.
---
Thorsten Wilms
|