delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2023/06/13/17:55:20

X-Recipient: archive-cygwin AT delorie DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0491D3858414
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
s=default; t=1686693281;
bh=aYp47SOau0C0Zaf32E+LwSy/F4/nIQadqXCxGfyi2rE=;
h=Date:Subject:To:List-Id:List-Unsubscribe:List-Archive:List-Post:
List-Help:List-Subscribe:From:Reply-To:From;
b=Y8bv69zrpl2nuWkWMuapRjw4FPbVcS6jsWlG27bSVfoVlubKjvpcqgcNbBM9wg9R6
8z25fqe8qib+gRtR7DAwTVAYH9x7h8Exzx9J1zGxrTuNzElkGRyYB7rG96RiYLTu+Q
KS4OvMNYQYJF3xG1hg8ag/W1/c33JIs6RGYHJxok=
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org A3CC93858D38
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=1e100.net; s=20221208; t=1686693264; x=1689285264;
h=to:subject:message-id:date:from:mime-version:x-gm-message-state
:from:to:cc:subject:date:message-id:reply-to;
bh=8FH4cejYkpzT6/kL4Z8g1UIjLwJePDBC9VFJVN7Azus=;
b=Mx75ITHvNGNdyDtVx3kEO4ejS/zagw5bGkZoPSJoL8P9+mS9OtL5+rwxCQNKtO9sSM
3pfeQFl67YXC1SLbvlIXna8ZMtrCt/QNLCRkDQebZqiGyUESH0w6awpgYS8ZKQXgkQlc
raNi5gbDF5sFdNyfv0QhtViGIvRDgx9tddiSSW2RMcbTLXAqR0Jhw42LBc3hV6QHw1Sp
SSjuBU1Wwbu9eUAC17dsM9d5j/pcoZYEjBqc/mITk1M4qGW0JVsiMtZy4EQqYewDxOYX
m5jczDQRZjfFLsqRUBJgUjhKNtduB3+oyK13c7UAioORx3xeL+0alFjgTVRBUrlEw8yf
M6JQ==
X-Gm-Message-State: AC+VfDxNgCAJA9Vv5v6KFetpknWqNfRzXj7e04CAaUxvmUreS7YWRDng
gaJ5Rk177OV1fDCa0/L8vwsMvpnFO1aoN3rWEuaVvtwoSGs=
X-Google-Smtp-Source: ACHHUZ7ghofckaBEjcVy5mi7SorK98CEylX+MUgYB+Gpfnw4ZRhjnuZyntdgAGtlne1ozwoH8rnaY+XumWV3qKUSUTg=
X-Received: by 2002:a05:620a:4625:b0:75e:b8ee:9a01 with SMTP id
br37-20020a05620a462500b0075eb8ee9a01mr17563167qkb.63.1686693263747; Tue, 13
Jun 2023 14:54:23 -0700 (PDT)
MIME-Version: 1.0
Date: Tue, 13 Jun 2023 14:54:12 -0700
Message-ID: <CAA5t8VpyM-pXfw4vjyTTb3Pa6HthHK+K6K3wO_OqX-TeqwOyjA@mail.gmail.com>
Subject: Trying to figure out what is wrong in a colleague's Cygwin setup
To: The Cygwin Mailing List <cygwin AT cygwin DOT com>
X-Spam-Status: No, score=1.3 required=5.0 tests=BAYES_20, 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-Level: *
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 <cygwin.cygwin.com>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
From: David Karr via Cygwin <cygwin AT cygwin DOT com>
Reply-To: David Karr <davidmichaelkarr AT gmail DOT com>
Sender: "Cygwin" <cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com>

I have been using Cygwin for many years, although I wouldn't call myself an
advanced user.

I'm working with some much newer users.  They set up Cygwin, but I didn't
see them do it. I ran "uname -a" and it was about the same as mine.  I
compared the output of "env|sort" and I saw some differences, but I can't
tell if they were significant.

When I run the following command:

    kubectl config use-context dev2ff

It works perfectly fine, setting the correct context.  When this user I'm
working with runs the same command, he gets this (replacing his userid with
"..."):

    error: FindFirstFile C:\cygwin64\home\.../.kube/config: The directory
name is invalid.

He did have "HOME=/c/Users/...", but I had him change it to "/home/...",
but that didn't make any difference.

I'm not sure what could be happening here.

-- 
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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019