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:date:from:reply-to:message-id:to:subject :in-reply-to:references:mime-version:content-type :content-transfer-encoding; q=dns; s=default; b=vozPv+ZG9BTnJRXx UDEO+/yrGgxSdkbRDpM214NSmkWQ8K7HE4OS5b+9WiteRcCEs9lpp5MjhxhMOm8T cwMxrT4EeEfcblrI75kcJlnFh+o1o32p563VaOM0mIv898C771TZQWnRmHiPjk4X rQbSeo0hfkbvhyH9X/mgBUkGDtM= 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:date:from:reply-to:message-id:to:subject :in-reply-to:references:mime-version:content-type :content-transfer-encoding; s=default; bh=UZ2UxZz8KZQyKexP7QiSP5 5gcHc=; b=uFW6whfgdozUM0Ww19VkNp92MB5iCI+Oj4woRKnnxoAUun+4HdWQIq u4aWvVhXK+jXrWWSP/if05VFXxADTgRAFVo6nt01IG3yRsYF5f+UHOYoxoqHcd9o XHEbKSVlSZnIOe/elR2qCzP3M173f4j6pKtUtg73sifBe9JKuopDQ= 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-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=BAYES_00,FREEMAIL_FROM,KAM_THEBAT,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.1 spammy=wat, H*r:Client, H*r:present, H*UA:Bat! X-HELO: forward103o.mail.yandex.net DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1565987701; bh=sQ60DcELRUYzlzQgEkrR5Q80+7HweJI2iUiHY5eGQpE=; h=In-Reply-To:Subject:To:Reply-To:From:Message-ID:References:Date; b=r3z9x0LazcQ6iVfqFCH6VNapL1UG6Ll2r7/I6M5v02LwglXtqNzby/u/yEFD/W0Bd N7warmg7bQJ/3m/8Gf5AKaPXX3GsY1saI3ARCWqgd8oh5P7Sc+MEHO94folSCp8EM+ SQ8tITfwlvBeob2y7gWEL2njFdXgGinmkomOCucA= Authentication-Results: mxback7j.mail.yandex.net; dkim=pass header.i=@yandex.ru Date: Fri, 16 Aug 2019 23:28:53 +0300 From: Andrey Repin Reply-To: cygwin AT cygwin DOT com Message-ID: <1872160368.20190816232853@yandex.ru> To: David Karr , cygwin AT cygwin DOT com Subject: Re: More on Win7 update messing up HOME In-Reply-To: References: <852665122 DOT 20190816134116 AT yandex DOT ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Greetings, David Karr! >> > I wish I could get my own messages on this list, so I could add more >> > information to my first note. >> >> Just reply to your own initial message. Or better yet, subscribe. >> > I am subscribed. I can't reply to my own initial message because I never > receive my own postings, I only receive notes sent by other people. You WROTE it. No need to receive to reply to it. >> > Running the installer again made no difference. It still thinks my HOME >> is >> > "/". >> >> Do you have %HOME% variable set in your user environment? >> Do you have %HOMEDRIVE%/%HOMEPATH% variables defined to something >> unsettling? >> > I checked "Environment Variables" in control panel, and I'm not setting > anything beginning with "HOME" in either user or system variables. wat??? Win+R -> "cmd" In the console, type "set HOME" and hit . Then Win+R -> "bash" (specify full path if necessary) Type "set | grep -iE '^HOME'" and hit again. Check if both envs correspond to eachother. >> > I don't know what environment variables are set or inspected by cygwin. >> I >> > see that the "USERNAME" variable seems to have my expected value. >> >> > I tried running "mkpasswd -d" and grepping for my userid, and it was >> there >> > (along with many others). >> >> > I can "fix" the environment in the mintty shell by setting HOME to >> > "/home/" and then sourcing my .bashrc and .bash_profile. That >> > doesn't help my Emacs desktop shortcut, which uses "run2". >> >> > I noticed that when I do an "ls -lt" in my homedir, instead of the owner >> > and group of files being my simple uid, it's something like >> > "+User(1944941)" and "2993517" (group and user, respectively, I >> > believe). >> >> Please remove any /etc/{group,passwd} files and try again. >> > I have neither of those files. That's what I'm saying. -- With best regards, Andrey Repin Friday, August 16, 2019 23:24:39 Sorry for my terrible english... -- 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