From owner-freebsd-x11@freebsd.org Tue Oct 20 07:22:05 2015 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7B4E8A194B1 for ; Tue, 20 Oct 2015 07:22:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 5FC2719B0 for ; Tue, 20 Oct 2015 07:22:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 5F85EA194B0; Tue, 20 Oct 2015 07:22:05 +0000 (UTC) Delivered-To: x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5F338A194AF for ; Tue, 20 Oct 2015 07:22:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4B1CA19AE for ; Tue, 20 Oct 2015 07:22:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t9K6uaRB051648 for ; Tue, 20 Oct 2015 06:56:36 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 203826] x11-servers/xorg-server In X server after 1.17, default configuration is now -nolisten tcp Date: Tue, 20 Oct 2015 06:56:36 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: freebsd-bug-report-yf@yf.bsdclub.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Oct 2015 07:22:05 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203826 --- Comment #2 from Yasuhito FUTATSUKI --- (In reply to bob from comment #1) There are two way of working arround it. (1) For clients, specifying display with a form of ":n". If you set DISPLAY environment in your X session starting script with "hostname:n" style, where hostname is your local hostname or "localhost", remove hostname. Then the clients will be able to connect X server via UNIX domain socket. This solution cannot be applied if you want to connect from other host than the host X server runs without proxy such as ssh forwarding. (2) For X server, pass "-listen tcp option" to X server. If you are using startx(1) or xinit(1) for starting X server, add its command line argument "-listen tcp" after "--", or use xserverrc script to start X server to pass the arguments. (Please see startx(1) or xinit(1) man page for detail) If you are using other way to starting X (for example xdm or gdm for grafical login session), check your script (or program) to pass the argument. -- You are receiving this mail because: You are the assignee for the bug.