From owner-freebsd-questions@FreeBSD.ORG Thu May 7 13:38:01 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B5021065678 for ; Thu, 7 May 2009 13:38:01 +0000 (UTC) (envelope-from djuatdelta@gmail.com) Received: from mail-ew0-f159.google.com (mail-ew0-f159.google.com [209.85.219.159]) by mx1.freebsd.org (Postfix) with ESMTP id 930588FC1F for ; Thu, 7 May 2009 13:38:00 +0000 (UTC) (envelope-from djuatdelta@gmail.com) Received: by ewy3 with SMTP id 3so1049882ewy.43 for ; Thu, 07 May 2009 06:37:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=8h8lQ3lWOhIffrWHReiRp6KyYKSIcHYW7Qfxs7MhK3g=; b=B6FeKkrUb+t7b2AquwWLo2J+9DVVH1Q2OxYH1pt8GekmkcHfte7iILhwa6uOHNGBMU hBl9qarY2Vhve48Pke98gta6KW43LK4JssYeJ6rlgf8wYrTRElHeeL2z/3HRRWwPRy04 1zE1lxUtGGFg92iUVe8fXUG9LQVm4Z7OdsAa0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=J2Q/WNxyTb/vawj2erxFwcN86HiOS/nUrx58us4smYdWD4g1aR7MpqAlPvNQHcirOQ +c8T8bbZOpILP1+FgLs8oC9C6/mVo9SJUcThz+vXRpUlmRJ492GkSnQCSKHhVg4pSdJN sh2UKeO9XZsMwTh20Xi4Mj994WdEHpT0GnRT8= MIME-Version: 1.0 Received: by 10.210.79.3 with SMTP id c3mr2979363ebb.41.1241703479513; Thu, 07 May 2009 06:37:59 -0700 (PDT) In-Reply-To: <20090507153239.600e1208.freebsd@edvax.de> References: <20090507153239.600e1208.freebsd@edvax.de> Date: Thu, 7 May 2009 09:37:59 -0400 Message-ID: From: Daniel Underwood To: Polytropon Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Xfce unable to lookup hostname X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 May 2009 13:38:01 -0000 > Really? No IP? I mean like > > ::1 localhost > 127.0.0.1 localhost > 127.0.0.1 bsdbox.local bsdbox > 127.0.0.1 bsdbox.local. Right, I realize I was unclear. I just meant that two lines contained "localhost localhost.my.domain", not that they ONLY contained that phrase. So, yes, I'm referring to the lines starting with "::1" and "127.0.0.1". Let me make sure I understand (part of) your advice. Since I set hostname="bsdbox" in rc.conf, I should replace "localhost" instances in /etc/ttys ? Thanks, Daniel