X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:from:date:message-id:subject:to :content-type; q=dns; s=default; b=TO6r49SJinXbgVi2lNb0rt+gS0IW4 pLBYIlQUOpqAn/WFTbCXLQaaBe1ZAzlxp/B3Ceszf1/ctPCu6O96L/6jw/PbPmot Kq9RjVbmn3b3GeQRWuK2XJ0gApWUJMUON9eXIqg3fgx7X/jzdsFUQISW8NkB56B1 2JhF7YtBRukCKA= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:from:date:message-id:subject:to :content-type; s=default; bh=9IMdd1YBaE3J7MvsJZ2IjXxjMvQ=; b=e54 gf7dZ4lTLfJUXml6YNtOfnQzU2aZt09KvDS8aJxpEpbSvkpBaF3+qdPDLCZIT5z5 HQwvwwENgUbtPb8cxkHU9k4L1MlxgzZ0/CVzGyY69iYOMJ8gG65Ccf/5Deez19P8 yM5zxdkFwHNx7d+zhrXELCv00cfgnJLQ/ojCVT24= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=tray, Hx-languages-length:1506, H*F:U*cygwin, launching X-HELO: mail-ua0-f175.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=yhPrk21XlOlbmjSLMucvTMbUBAIAGfgzTJwt7YPmLo8=; b=H4YYFhEEK0ndbolqv3/Vjs38m1NCHfPgZaGdfb2EE3+mgCGMxamiDfRhiuffkCOvt9 TwgPuKl3u5NymZSqPqGXWvvSAjCXdUC99U0nZuWiex2BQv8AUR/GaTjDJoUxHVud3DZN eEU0q/Rhq8g/HJMSfY3dvKLYK3O8ZpCrlbQ3k7pVYux8oLpchod8wqFGBcS7NFJ5auXX 08M5/QUJ8nySpATQPDsC23hUMJECxzmhULcZBwOBzCw0mn+O1YB7AmDQVybaXBnjiASZ LVb9xycJUkg203pYl5ORE2VuBNUV+z1MEDLqqPHxou2N+AigRzpjJIccAnwR0DQCv1JG alSQ== X-Gm-Message-State: AIkVDXLB0mFp1P/mDXN/gt3cmIzcOYBaZpo8cGZ2Y1ZBolQH0R8o33G7EJm8e8o49PTNZw== X-Received: by 10.176.74.207 with SMTP id t15mr2464790uae.169.1485983349654; Wed, 01 Feb 2017 13:09:09 -0800 (PST) X-Received: by 10.176.86.28 with SMTP id y28mr2460626uaa.56.1485983349293; Wed, 01 Feb 2017 13:09:09 -0800 (PST) MIME-Version: 1.0 From: Jason Ahrens Date: Wed, 1 Feb 2017 13:09:08 -0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Cygwin/X failing to launch applications To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 I installed Cygwin/X following the directions on https://x.cygwin.com/ and the linked howto. The install seems to have gone fine with no errors popping up. However there seems to be a problem starting X properly. When I use 'startxwin' the icon appears in the system tray, but nothing seems capable of launching. The .xsession-error log shows fork commands failing like so: Failed to connect to socket /tmp/fam-ahrens/fam- 802216072 [unknown (0x2A24)] xwin-xdg-menu 11160 fork: child -1 - forked process 6804 died unexpectedly, retry 0, exit code 0xE0C00D5C, errno 11 fork() to run command failed I found a few references suggesting rebasing may help, so I followed http://cygwin.wikia.com/wiki/Rebaseall a couple of times (making sure to run the no-package setup), even rebooting between just to be sure, but it still happens. Searching for that exit code only found one hit (not in cygwin) but no answer. To see if it was something with multiwindow mode, I tried running with just an xterm and a root window https://x.cygwin.com/docs/ug/using.html#using-starting-startx startx /usr/bin/xterm The root window looked to pop up, then disappeared a second later All my installed Cygwin packages are up to date. My Windows version reports itself as Microsoft Windows [Version 10.0.14393] Just looking for guidance on what else to try. X and related applications seem to be the only things suffering from this, I can run all CLI tools fine from the terminal. -- 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