X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E8C143857835 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1686948906; bh=pXkDWdFdh1ISsSgFwjLwaMp14QdPnMoeIclTDN9Yxgo=; h=References:In-Reply-To:Date:Subject:To:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From:Reply-To:From; b=rEqZxce+JTeCIvVc7T0X9JdU8/a6dSEh5rsXeDZ6OWehDIbzPDxjGlrQevTArhRXm f2SoERZHBUBWt1cfHRtNPhoDblYA1xiUx992fV+LCFdLB7IoQVwMs/lhCXFDa7wQOa PZ9p1Jdr8mnlynkpawTSyH3lp/9RyoPVj2udszfc= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org A16823858D35 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1686948868; x=1689540868; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=+N15QdAHUGz/L2YydJo5GbDymu26AmzSdOhsHLHnInk=; b=fCRgY2GiP18df2YzXI4298hX7kZwIXU4zw3ISWyqVj260LkDmsNE0RisSnCmgL84rg x3YcFCKqhr3kghmpHnAiVviQCjAX1UCCFpK5Nq5K43gWC8i7ah4M1gL8syqRWkjaSozV vQuyVg+I6n0fVj/hQq9OOFtzHbk+hI5ECaiga8WZgK9fhBZBPnvnqyKfC8PriCC6edJx /pJBRqJqfHzvxdkDGGMbBT79S8+BvFQe/Vki7YdH1/CEWtLgJygS87GKOE2CFH5Qei/G azJ6MadKsTwpvWuk1tjXhNBDWYQViD4/nz/j9LL8OaUIcfy4gVGYNUhgIww6ODJDaAFP zFIQ== X-Gm-Message-State: AC+VfDzWhxMN81y9quvRwjTGZ742ejD9sahRhbO1mNgm8SDzUhVgMz4g 57/Wh9I4nQ14zoJ9qSP+l8Zxquso7WrnP8bT0VnQ5buY X-Google-Smtp-Source: ACHHUZ6Q1mJOWfWo6Ff50Weiqkm2T0nENL/Z1FFa+Hv6h9JSwa6SlSRvbEqkTtdjJ4d/YVzFauyyLscCBz6/d4VgXKE= X-Received: by 2002:a67:ebd8:0:b0:43b:44f2:afb2 with SMTP id y24-20020a67ebd8000000b0043b44f2afb2mr384150vso.27.1686948867782; Fri, 16 Jun 2023 13:54:27 -0700 (PDT) MIME-Version: 1.0 References: <1485135977 DOT 587825 DOT 1686943031498 AT mail DOT yahoo DOT com> In-Reply-To: <1485135977.587825.1686943031498@mail.yahoo.com> Date: Fri, 16 Jun 2023 13:54:16 -0700 Message-ID: Subject: Re: Trying to figure out what is wrong in a colleague's Cygwin setup To: Mike Gran Cc: The Cygwin Mailing List X-Spam-Status: No, score=-0.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , From: David Karr via Cygwin Reply-To: David Karr Content-Type: text/plain; charset="utf-8" Sender: "Cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 35GKtV3O012165 Actually, I was mistaken. I was given incomplete information. I'm getting much of this second hand. Adding that to the PATH made no difference. It appears this is something specific to "kubectl". They ended up setting the KUBECONFIG environment variable to "C:\Users\\.kube\config", which is very odd, as that is basically the default value of it, and I have never set that, and I've never seen this problem. Whatever. They're working now. On Fri, Jun 16, 2023 at 12:17 PM Mike Gran wrote: > > Ok, well, we managed to resolve this, but I don't understand why what we > > did would fix this. > > > In system environment variables in Windows, they added "c:\cygwin64\bin" > to > > the end of the PATH. That fixes the problem. That just doesn't make any > > sense to me. In a Cygwin shell, "/usr/bin" is in the PATH, which is the > > same as "c:\cygwin64\bin". > > Hello David- > The fact that their uname said MINGW implies they weren't running > "real" Cygwin, but, actually MSYS, which is the slightly modified Cygwin > that is bundled with MINGW to allow it to run bash and other > coreutils. > > MSYS has its own location for '/usr/bin', which is probably > c:/msys64/usr/bin or similar. It won't look in c:/cygwin64 by default. > > Just a guess, but, hope this helps. > -Mike Gran > -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple