From owner-freebsd-questions@FreeBSD.ORG Wed Nov 26 17:05:55 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 71ECA646 for ; Wed, 26 Nov 2014 17:05:55 +0000 (UTC) Received: from st11p05mm-asmtp002.mac.com (st11p05mm-asmtp002.mac.com [17.172.108.250]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 47164361 for ; Wed, 26 Nov 2014 17:05:54 +0000 (UTC) Received: from [17.149.238.196] (unknown [17.149.238.196]) by st11p05mm-asmtp002.mac.com (Oracle Communications Messaging Server 7.0.5.33.0 64bit (built Aug 27 2014)) with ESMTPSA id <0NFN00L7IM14AY80@st11p05mm-asmtp002.mac.com> for freebsd-questions@freebsd.org; Wed, 26 Nov 2014 16:05:31 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.13.68,1.0.33,0.0.0000 definitions=2014-11-26_05:2014-11-26,2014-11-26,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1408290000 definitions=main-1411260155 Content-type: text/plain; charset=us-ascii MIME-version: 1.0 (Mac OS X Mail 8.1 \(1993\)) Subject: =?utf-8?Q?Re=3A_FreeBSD_10=2E1_-_Xt_error=3A_Can=C2=B4t_open_dis?= =?utf-8?Q?play_=3A0?= From: Charles Swiger In-reply-to: Date: Wed, 26 Nov 2014 11:05:27 -0500 Content-transfer-encoding: quoted-printable Message-id: <981C9574-7B68-4116-834F-D1DCF7766F64@mac.com> References: To: Luciano Rottava da Silva X-Mailer: Apple Mail (2.1993) Cc: FreeBSD - X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2014 17:05:55 -0000 Hi, Luciano-- > On Nov 24, 2014, at 7:48 PM, Luciano Rottava da Silva = wrote: >=20 > #cat /etc/hosts > ... > 127.0.0.1 localhost localhost.mydomain > 127.0.0.1 desktop desktop.rottava.home This part isn't right. You should have only one line per IP in = /etc/hosts; try using this: 127.0.0.1 localhost localhost.mydomain desktop desktop.rottava.home ...instead. Regards, --=20 -Chuck