From owner-freebsd-ports@FreeBSD.ORG Mon Mar 14 19:56:05 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F320316A4CF for ; Mon, 14 Mar 2005 19:56:04 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6985543D48 for ; Mon, 14 Mar 2005 19:56:04 +0000 (GMT) (envelope-from jon.drews@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so1516811wri for ; Mon, 14 Mar 2005 11:56:03 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=gN05q5g82KrSUvfi0gQb9I3x5w2thETYhgrHMqrjrYQXUq7HKuJvjB/mrkTNr9Gx0bNf0ixhvXIEgD62744ymfgT7DbhrwcB47/ZQoTZd1gipOs7fSG17XLQfY97NaSmb60L2WZS85hvw3iZdgd0yCaamr5epLczB4dOdnbfaJw= Received: by 10.54.63.11 with SMTP id l11mr3717789wra; Mon, 14 Mar 2005 11:56:03 -0800 (PST) Received: by 10.54.54.8 with HTTP; Mon, 14 Mar 2005 11:56:03 -0800 (PST) Message-ID: <8cb27cbf050314115632893e85@mail.gmail.com> Date: Mon, 14 Mar 2005 12:56:03 -0700 From: Jon Drews To: FreeBSD Ports In-Reply-To: <20050314183452.GA13267@nowhere> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <8cb27cbf05031211126ca5f67d@mail.gmail.com> <20050314183452.GA13267@nowhere> Subject: Re: Why does Xfce 4.2 have to query a DNS ? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jon Drews List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Mar 2005 19:56:05 -0000 On Mon, 14 Mar 2005 12:34:53 -0600, Craig Boston wrote: > I don't know why xfce does this, but it's not the first time I've seen a > similar problem. ISTR an old GNOME pager applet that would send out > lots of DNS queries when mousing over it... > Yeah, I had tha problem too. Gnome is a wonderful desktop (I like Kde too) but those sorts of problems were very frustrating to deal with. > As a workaround, you may want to consider adding an entry to your > /etc/hosts file for the local machine. If your IP changes often (as it > probably would on a modem connection), just put an entry for 127.0.0.1 I have this: 127.0.0.1 localhost localhost.silbsd.org notebook2.silbsd.org notebook2 and I can ping that by doing either $ ping notebook2 or $ ping $(hostname) Thanks for the help though:) Kind regards, Jon > with your hostname. That should prevent xfce or anything else from > trying to contact an external DNS server when resolving the local > hostname. > > I've only run into one piece of software that has problems with doing > that -- Kerberos 5 seems to have trouble getting tickets for rlogin when > the hostname doesn't resolve to its real (network) IP. Haven't had a > problem with anything else. > > HTH, > Craig >