public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Brian Inglis <Brian.Inglis@SystematicSw.ab.ca>
To: cygwin@cygwin.com
Subject: Re: -bash: cd: /cygdrive/j/tri60/220-1116c_1.993: No such file or directory
Date: Tue, 03 Mar 2020 09:06:00 -0000	[thread overview]
Message-ID: <75288c70-4b19-10a4-4639-472d0cb11fcb@SystematicSw.ab.ca> (raw)
In-Reply-To: <6dd110f4-812e-9d30-2a46-ad494a973b3a@yahoo.com>

On 2020-03-02 23:08, Robert McBroom via cygwin wrote:
> Details in attached file

You most likely have Windows permissions problems, if all your tools are Cygwin.

Run which on each tool to see what you are actually running, and run cygcheck to
ensure they use cygwin1.dll.

You need to run against all components of the path to any failing directory:

	$ ls -dl DIR
	$ getfacl DIR
	$ icacls  "$(cygpath -m ""DIR"")"	[Windows command]

and see what the permissions problem is: pay particular attention to the owner
and group, and the R[ead], X//list/search, and I[nherited] access permissions.

You do not say what your user id is and group memberships are (run id to find
out) but the failing directories have groups None or SYSTEM so if your user id
does not match, you may have limited access, and inherited access for other than
owner and admins excludes write, unless you have additional custom Windows ACLs.

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.

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

  reply	other threads:[~2020-03-03  9:06 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <6dd110f4-812e-9d30-2a46-ad494a973b3a.ref@yahoo.com>
2020-03-03  6:08 ` Robert McBroom via cygwin
2020-03-03  9:06   ` Brian Inglis [this message]
2020-03-03 15:49   ` Bill Stewart
     [not found] <3cdb0cb9-bfe2-9715-65b2-0011ba94e05f.ref@yahoo.com>
2020-03-02 20:17 ` Robert McBroom via cygwin
2020-03-02 20:53   ` Marco Atzeri
2020-03-03 22:02     ` Robert McBroom
2020-03-02 21:23   ` Brian Inglis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=75288c70-4b19-10a4-4639-472d0cb11fcb@SystematicSw.ab.ca \
    --to=brian.inglis@systematicsw.ab.ca \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).