-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New branch win-write-access
: Initial commit
#1076
Conversation
For the record: Here, testing is aimed at starting Windows menu item Currently, Windows UAC is the culprit. That is my understanding of the problem. Fixing the admin user should also fix the standard user case. |
Use 'set -x' Expect 'mkdir' to fail for commands 'init-pki' and 'build-ca' Add temporary DEBUG label. Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
6e24864
to
8bd6e9d
Compare
Here you go:
Still hangs. |
Can you please open a full administrator command prompt and then start with |
Yes, in Admin prompt it works:
|
And finally, please, can you copy the |
Copied the content of
|
Thanks for testing. Looks like it will have to be Admin-Only for Windows.. |
This appears to be the wrong file. The byte count for the file I want to be checked is https://github.com/TinCanTech/easy-rsa/blob/win-write-access/easyrsa3/easyrsa Please test command |
I fetched the PR. The size difference is due to line endings (0D 0A vs 0A). |
Does it work for you? Are you able to reproduce the problem? |
I only have Win10 for testing.
The strange thing about Win11 NOT hanging for I cannot explain or reproduce this. |
There is one tiny clue of possibility. @lstipakov In this comment you explain that you run only There is no This is then followed by you calling You also run Probably a dead end.. |
Something else you could try is:
Comment out |
If this is some limitation on the size of the script being loaded then I can make a PR to remove the here-doc expansion for the support files. This would be about 330 lines. |
Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
aa22695 deliberately fails UT - So should manually testing |
According to @lstipakov , this still hangs for Easy-RSA no-admin mode at |
@lstipakov according to this discussion so far, the underlying problem seems to be related to Can you please try once more but delete any existing Update: Deleting a pre-existing PKI manually has no effect on W11 behavior, according to @lstipakov |
Use 'set -x'
Expect 'mkdir' to fail for commands 'init-pki' and 'build-ca'