From owner-freebsd-questions@FreeBSD.ORG Wed Nov 26 21:24:01 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AC6BB45A for ; Wed, 26 Nov 2014 21:24:01 +0000 (UTC) Received: from mail-lb0-x233.google.com (mail-lb0-x233.google.com [IPv6:2a00:1450:4010:c04::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2B2625F3 for ; Wed, 26 Nov 2014 21:24:01 +0000 (UTC) Received: by mail-lb0-f179.google.com with SMTP id z11so3101424lbi.24 for ; Wed, 26 Nov 2014 13:23:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=VHMizPACeYyFmZoDiaX2Jhw3zOzf77r+NYttc6h4tcc=; b=BWxzeVcl6Gm2MUQhQ1QAbPN8D5eOKyGtHiz+0w+h3xxEYZqFBWnEyrihsoAs9gwzCV x1DxHIcgXtEShpNpcpaVrylx45dgdkmHjyMJmgTnxrWL8QUS385B+59LJRSvPIQtbVWQ Wx096NJanJKXXx6Jw87dyIM5vntqwwbdlf8nnSv8vwM3PWA8ee9e6cDrMsk2iBSpGxzT dUQLHiMxtvD/G6KRF9rcKf2RKMauV7yKjaMkyyhsKq2lEU38YUvNAmeCnAZCtPOe+aVY /JAUus/nPRmpAg3AAz4r0Chb3/CGE1CdtQvScmcxvGlrnKabIYcgVGJlzJWTgYrZpVqV xuCg== MIME-Version: 1.0 X-Received: by 10.112.8.69 with SMTP id p5mr14990383lba.97.1417037039296; Wed, 26 Nov 2014 13:23:59 -0800 (PST) Received: by 10.25.168.136 with HTTP; Wed, 26 Nov 2014 13:23:59 -0800 (PST) In-Reply-To: <981C9574-7B68-4116-834F-D1DCF7766F64@mac.com> References: <981C9574-7B68-4116-834F-D1DCF7766F64@mac.com> Date: Wed, 26 Nov 2014 19:23:59 -0200 Message-ID: Subject: =?UTF-8?Q?Re=3A_FreeBSD_10=2E1_=2D_Xt_error=3A_Can=C2=B4t_open_display_=3A0?= From: Luciano Rottava da Silva To: Charles Swiger , freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 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 21:24:01 -0000 Hello Charles, Yes, I realized that after some time. I've replaced the second 127* by the real IP address, 192.168.1.10, removed $DISPLAY env var from my dot files and just fired olvwm from .xinitrc with "-display :0.0" option. Sorted. (-: Thanks a lot, Luciano. On 26 November 2014 at 14:05, Charles Swiger wrote: > Hi, Luciano-- > > > On Nov 24, 2014, at 7:48 PM, Luciano Rottava da Silva > wrote: > > > > #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, > -- > -Chuck > >