From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x434.google.com (mail-wr1-x434.google.com [IPv6:2a00:1450:4864:20::434]) by sourceware.org (Postfix) with ESMTPS id 3A4EC386F432 for ; Sat, 13 Jun 2020 13:22:12 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 3A4EC386F432 Received: by mail-wr1-x434.google.com with SMTP id h5so12621686wrc.7 for ; Sat, 13 Jun 2020 06:22:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=uZWM2MCIFtj14NownRZMI4TGMHcvHR7Y6dw46kUZfuY=; b=Lny2J+RGYya26MnNRy2aVEfyXP9soGIJfjvNCETK1PUXyVwG1e2mGK5VtcetGDyXnC 0utCM27bdfKQ+qbGo49XLEDdkxI1nm5K5LQKmEr3P9hHjx9obT6EOWMX/Vk7/R+CYbgD bZeacuelnkIQWZrkPow1xYU75J5UzXRlYSz92YoMwQwGGY6bJHufQHGmx7E4C3Pk7TF3 d4k0sFTcFRn+3iEOJ1BpN1xc3bneF/nDc0t0sjBiseD6G3g5CbK5WnPnc6XYpJArTVB7 /8eKaFoIQORh6sAAr1/CrVlOfmcrn2OiHtgIBiyN25FMMflPySMS+w+2Wrj8tUW4jkt6 6O+A== X-Gm-Message-State: AOAM530I+5lWBuqRf/WV7FySrAzGiRag2IA6WVDgNF6vELUKkA3eZJiL OeI/O4IhJov8f/XWKIGqlydMXufF X-Google-Smtp-Source: ABdhPJyC3/itc/z7urNyR7pxOWInoqwTRyQ5uZ+2Pb9/MDdrd7Ykm37MBmWzVN49GeLL0djNWPlXWg== X-Received: by 2002:adf:ef83:: with SMTP id d3mr18906828wro.145.1592054531050; Sat, 13 Jun 2020 06:22:11 -0700 (PDT) Received: from ?IPv6:2003:cc:9f3b:4cdc:797e:9bef:5b22:52a4? (p200300cc9f3b4cdc797e9bef5b2252a4.dip0.t-ipconnect.de. [2003:cc:9f3b:4cdc:797e:9bef:5b22:52a4]) by smtp.gmail.com with ESMTPSA id u13sm12935954wmm.6.2020.06.13.06.22.10 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sat, 13 Jun 2020 06:22:10 -0700 (PDT) Subject: Re: cygwin x11 doesn't start after windows 10 upgrade To: cygwin@cygwin.com References: <00a576fe-1539-f890-6cea-8ec00875623a@gmail.com> <96986498-2013-6ae8-929d-64699ec5a4ef@gmail.com> From: Marco Atzeri Message-ID: Date: Sat, 13 Jun 2020 15:22:09 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.9.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: it Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org 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, 13 Jun 2020 13:22:13 -0000 On 13.06.2020 14:00, Steinar Bang wrote: >>>>>> Marco Atzeri via Cygwin : > >> as attachment was mentioned in the link. >> In line screw up the search function of the mailing list >> archive. > > Sorry! > >>> USER = 'sbang' >>> PWD = '/cygdrive/d/Profiles/sbang' >>> HOME = '/cygdrive/d/Profiles/sbang' > >> It is never a good idea to have the Cygwin Home dir the >> same of Windows user dir > > Why this not a good idea? because permissions like the one needed for ssh can be screwd by Windows ACL permission inherited >> have you modified the "/etc/nsswitch.conf" ? > > Not intentionally. It looks like this: > > sbang@ITEM-S63383:~$ cat /etc/nsswitch.conf > # /etc/nsswitch.conf > # > # This file is read once by the first process in a Cygwin process tree. > # To pick up changes, restart all Cygwin processes. For a description > # see https://cygwin.com/cygwin-ug-net/ntsec.html#ntsec-mapping-nsswitch > # > # Defaults: > # passwd: files db > # group: files db > # db_enum: cache builtin > # db_home: /home/%U > db_home: windows > # db_shell: /bin/bash > # db_gecos: can you reset the default db_home: /home/%U close all processes and try X again ? This should use /home/sbang as your new home and we can see if it is a permission problem that is causing issue to Xwin