From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yb1-xb33.google.com (mail-yb1-xb33.google.com [IPv6:2607:f8b0:4864:20::b33]) by sourceware.org (Postfix) with ESMTPS id BD691385B835 for ; Sat, 18 Apr 2020 15:40:40 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org BD691385B835 Received: by mail-yb1-xb33.google.com with SMTP id o198so508884ybg.10 for ; Sat, 18 Apr 2020 08:40:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=BgxKKrnJZRhoWZb/HjvXypzohiPozPHV94Hk89ECs9g=; b=ji9ydHUamG/pJpjYRp74bTojbfCcGBvT96hqWQw6f8CMyS+gQwffJAw2PCqkgysvcU 7Iw5K8ZAso43rSwRnhUcoa8rsA5CnZSw0HMERfBCH9GG4TypQT/Vy78P22QvmBdtqiAy p3wRxskRnxZYa0D8eNPB/thiZaA7XYK7apkMosD/We/GCT/MF/hbCdHtIvAQpwsjgq0v dlZsXIsJLBf8+Lhrp2xmrSv5PHOQhSHqgulvVfaMPb5YXDoXyzzD4R45E9Wh4HGFFIMv QXbgw4HM59SXlqn8HlycLEcoUHAGnicZPj8vPyJaTPWX3V1vif7kgn/35cugLLkg2ReC 9UAg== X-Gm-Message-State: AGi0Pub8bLwAPELMZ6U6v/SS3auw93Ao0hy/uPhJ7a5Fw2uUMyB4MHGG M3yyvDtz7IdOGzc0dcqigiHMDhjdpyIAozPTlhpxklKL X-Google-Smtp-Source: APiQypLBEzH70d3+pdPRcddPICwyMTN08eAPdlWbXWQbg7V1rWU8Gs0qUSicyD1R2bWzrkH7112sL2lK4YW+cNGRmD4= X-Received: by 2002:a25:7c2:: with SMTP id 185mr6488325ybh.44.1587224440179; Sat, 18 Apr 2020 08:40:40 -0700 (PDT) MIME-Version: 1.0 References: <0b49cf90-9377-4fd0-83d0-a4239dc96a26@cs.umass.edu> In-Reply-To: <0b49cf90-9377-4fd0-83d0-a4239dc96a26@cs.umass.edu> From: Phoenix Soul Date: Sat, 18 Apr 2020 08:40:28 -0700 Message-ID: Subject: Re: katomic and atomix will not run To: moss@cs.umass.edu Cc: cygwin@cygwin.com X-Spam-Status: No, score=1.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, HTML_MESSAGE, KAM_BADIPHTTP, NUMERIC_HTTP_ADDR, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Apr 2020 15:40:42 -0000 No, I haven't. What is it and how do I run one? On Fri, Apr 17, 2020 at 3:23 PM Eliot Moss wrote: > On 4/17/2020 5:16 PM, Phoenix Soul via Cygwin wrote: > > I decided that I was going to get katomic and atomix for cygwin, and > > selected the most recent version listed. > > atomix refuses to run and says: > > Unable to init server: Could not connect to 127.0.0.1: Connection > refused > > > > (atomix:1495): Gtk-WARNING **: cannot open display: > > katomic says: > > QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to > > '/tmp/runtime-warri_000' > > qt.qpa.screen: QXcbConnection: Could not connect to display > > Could not connect to any X display. > > I have already tried using source as well. I have already pinged > 127.0.0.1 > > (localhost) to ensure that it does exist. What must be done to fix it. > > Windows version is 8.1, and this is a no admin installation. > > ... and you have an X server already running? Maybe some details > about that end of things will help folks help you ... > > Eliot Moss > -- From, Warrick