From owner-freebsd-questions@FreeBSD.ORG Mon Jun 30 07:51:52 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3166E37B401 for ; Mon, 30 Jun 2003 07:51:52 -0700 (PDT) Received: from tltodd.com (badger.tltodd.com [169.207.58.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 113BE43FBF for ; Mon, 30 Jun 2003 07:51:50 -0700 (PDT) (envelope-from tlt@tltodd.com) Received: (from tlt@localhost) by tltodd.com (8.9.3/8.9.3) id JAA86896 for freebsd-questions@freebsd.org; Mon, 30 Jun 2003 09:51:47 -0500 (CDT) (envelope-from tlt) Date: Mon, 30 Jun 2003 09:51:47 -0500 From: Terry Todd To: freebsd-questions@freebsd.org Message-ID: <20030630095146.A86319@badger.tltodd.com> References: <20030629080744.A53730@badger.tltodd.com> <20030630050023.GO11229@freepuppy.bellavista.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20030630050023.GO11229@freepuppy.bellavista.cz>; from neuhauser@bellavista.cz on Mon, Jun 30, 2003 at 07:00:23AM +0200 Subject: Re: remote X on 5.1-RELEASE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jun 2003 14:51:52 -0000 On Mon, Jun 30, 2003 at 07:00:23AM +0200, Roman Neuhauser wrote: > # tlt@badger.tltodd.com / 2003-06-29 08:07:45 -0500: > > How do you get remote X to work with 5.1-RELEASE? > > > > Here is an attempt with some fields blanked out. > > > > $ xhost + > > access control disabled, clients can connect from any host > > $ telnet ______ > > Trying ___.___.__.___... > > .... > > .... > > tlt@______> xterm > > _X11TransSocketINETConnect: Can't connect: errno = 61 > > _X11TransSocketINETConnect: Can't connect: errno = 61 > > _X11TransSocketINETConnect: Can't connect: errno = 61 > > _X11TransSocketINETConnect: Can't connect: errno = 61 > > _X11TransSocketINETConnect: Can't connect: errno = 61 > > _X11TransSocketINETConnect: Can't connect: errno = 61 > > xterm Xt error: Can't open display: ______.______.___:0.0 > > tlt@______> > > > > The errno man page says errno 61 is connection refused. There is no > > firewall or anything on the laptop running 5.1-RELEASE on a local subnet. > > It is a fairly generic install except I had to recompile with OLDCARD. > > is the X server actually listening to remote connections? see > startx(1). > Yes, this is the answer. startx must now be run with the -listen_tcp option in order for remote X to work. Thanks, Terry Todd