From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 97305 invoked by alias); 17 Feb 2017 22:38:59 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 96650 invoked by uid 89); 17 Feb 2017 22:38:59 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=H*Ad:U*matt X-HELO: mail-pf0-f175.google.com Received: from mail-pf0-f175.google.com (HELO mail-pf0-f175.google.com) (209.85.192.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 17 Feb 2017 22:38:49 +0000 Received: by mail-pf0-f175.google.com with SMTP id c73so16356483pfb.0 for ; Fri, 17 Feb 2017 14:38:49 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:reply-to:references:to:from:message-id :date:user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=UEkGy1hpTHKxMh0I1h9kVm9mHRUOzQTCuqApaCxBWfQ=; b=VOc16WtzfndoQgkH+kSoreLSWj/ElYpm4GXCcuxQsM0fQQnfqsB7dkNBHeCGLsOvI/ zLM9fw8304AOq7dbkwqyBEIYMp0/tQpkZMxl3uG2B5Edafxi0GuaRwG1XDJZJbiozeJl kv0WbwtvUqamdh4QVsI94/46FUTLKYDvEal/TNVGS9EDjccBCJeqjFAD/HWytTx0v0H/ ExM+SKgnMRRR6GvP3m/v6I/qL58Y41DysxLmi+uPOWQ1ZaCmSlizP/Zrh2t4QFMeCM9P uJgLE4CgyAbDjgK1dtxWLqWGJ916WoqCZTW+lmhL6FjOepuRU23Hy68K65gMmyS4CosC TSzw== X-Gm-Message-State: AMke39mkz2UdEw2JnEkp9z51sH3Gh7CIXHwVKKkyV1LYT0pRlgFykQyF/ZBGuwNxKCyrIg== X-Received: by 10.99.237.17 with SMTP id d17mr12800647pgi.82.1487371127510; Fri, 17 Feb 2017 14:38:47 -0800 (PST) Received: from [10.0.1.111] (ip72-209-49-95.ri.ri.cox.net. [72.209.49.95]) by smtp.gmail.com with ESMTPSA id n189sm21319676pfn.108.2017.02.17.14.38.46 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 17 Feb 2017 14:38:46 -0800 (PST) Subject: Re: XWin no longer working for me with -nolisten tcp? Reply-To: codespunk+cygwin@gmail.com References: <58A77737.5070104@gmail.com> To: cygwin@cygwin.com From: "Matt D." Message-ID: <58A77B77.7090603@codespunk.com> Date: Fri, 17 Feb 2017 22:38:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <58A77737.5070104@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2017-02/txt/msg00225.txt.bz2 This workaround I mentioned only appears to work for my local X session. For example, I can open a local xterm from Cygwin: $ xterm But once I connect elsewhere: $ ssh me@somewhere -Y I get the following error when trying to bring up an xterm: $ xterm connect /tmp/.X11-unix/X0: Permission denied xterm: Xt error: Can't open display: localhost:10.0 I tried purging /tmp on Cygwin but to no avail. Note that the server I am connecting to has not been rebooted in months and nothing has changed there. Matt D. On 2/17/2017 2:20 PM, Matt D. wrote: > > I just recently formatted and reinstalled Windows 10 x64. I have not > updated anything related to Cygwin and everything version-wise is just > as it was. > > I was previously starting X with the following: > > $ xinit -- -multiplemonitors -multiwindow -clipboard -noprimary -dpi 96 > -nolisten tcp -displayfd 3 3>/c/home/.display > > But now it fails to open the display: > > http://pastebin.com/raw/bLHTWcrS > > I can get around this issue by using "-listen tcp" instead of "-nolisten > tcp" but I don't understand why. This is especially ironic considering > that this is the complete opposite workaround to what I had to use three > years ago: > > https://cygwin.com/ml/cygwin-xfree/2014-07/msg00017.html > > > Matt D. > -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple