public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Lee <ler762@gmail.com>
To: cygwin@cygwin.com
Subject: Re: bash /cmd disagree about owner and permissions to executable
Date: Fri, 27 Dec 2019 04:51:00 -0000	[thread overview]
Message-ID: <CAD8GWssseegRa2DOssi4hpj7-FWD2TVXNyGBaj22G5wDwqXaiw@mail.gmail.com> (raw)
In-Reply-To: <f9c5b02d4ae85de26519e0a700c73cab@perezterron.net>

On 12/26/19, Enrique Perez-Terron   wrote:
> I prefer to have a single installation of python, rather than having to
> remember to install packages for various pythons.
> I choose the standard windows 64-bit install of python 3.8
> But today when I tried to run a script ...
>
>> Heidi@panter ~
>> $ python3 x.py
>> -bash:
>> /cygdrive/c/Users/Heidi/AppData/Local/Microsoft/WindowsApps/python3:
>> Permission denied
>
> Surprise!
>
> Investigating...
>
>> Heidi@panter ~
>> $ ls -ld "$(type -p python3)"
>> -rwxr-x--- 1 Unknown+User Unknown+Group 0 des 26 19:25
>> /cygdrive/c/Users/Heidi/AppData/Local/Microsoft/WindowsApps/python3*
>>
>> Heidi@panter ~
>> $ cmd /C "icacls $(cygpath -w "$(type -p python3)")"
>> C:\Users\Heidi\AppData\Local\Microsoft\WindowsApps\python3.exe
>> NT-MYNDIGHET\SYSTEM:(I)(F)
>>
>> BUILTIN\Administratorer:(I)(F)
>>
>> PANTER\Heidi:(I)(F)
>>
>> S-1-19-512-4096:(RX,D,WDAC,WO,WA)
>>
>> Successfully processed 1 files; Failed processing 0 files
>>
>> Heidi@panter ~
>> $ cmd /C "dir /q $(cygpath -w "$(type -p python3)")"
>>  Volume in drive C is Acer
>>  Volume Serial Number is 3A2C-1A76
>>
>>  Directory of C:\Users\Heidi\AppData\Local\Microsoft\WindowsApps
>>
>> 26.12.2019  19.25                 0 PANTER\Heidi           python3.exe
>>                1 File(s)              0 bytes
>>                0 Dir(s)  155▒760▒214▒016 bytes free
>
>
> Hey, what is this? Windows reports that the owner of the binary is
> PANTER\Heidi, but /bin/ls reports Unknown+User?
>
> I rebboted, unistalled python and installed the app store version of
> python instead, but nothing changed.
>
> Any suggestions?

Take a look at
  https://cygwin.com/cygwin-ug-net/using.html#mount-table
and try changing /etc/fstab
# This is the default:
# none /cygdrive cygdrive binary,posix=0,user 0 0
none /cygdrive cygdrive binary,posix=0,user,noacl,exec 0 0

altho with cygwin saying 'Unknown+User Unknown+Group'  I don't know if
that will be enough :(

Somebody else will have to help you with
>  Windows reports that the owner of the binary is
> PANTER\Heidi, but /bin/ls reports Unknown+User?

Regards,
Lee

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

      parent reply	other threads:[~2019-12-26 23:53 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-26 21:05 Enrique Perez-Terron
2019-12-26 21:49 ` Andrey Repin
2019-12-30  3:37   ` Enrique Perez-Terron
2019-12-30 23:10     ` Brian Inglis
2020-01-06 17:01       ` Ubuntu
2019-12-27  4:51 ` Lee [this message]

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=CAD8GWssseegRa2DOssi4hpj7-FWD2TVXNyGBaj22G5wDwqXaiw@mail.gmail.com \
    --to=ler762@gmail.com \
    --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).