Skip to content
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

ORA remote initialization stalls on windows #654

Closed
mih opened this issue Apr 17, 2024 · 2 comments · Fixed by #669
Closed

ORA remote initialization stalls on windows #654

mih opened this issue Apr 17, 2024 · 2 comments · Fixed by #669

Comments

@mih
Copy link
Member

mih commented Apr 17, 2024

Filing here, because the datalad-core implementation has no ambition to work on windows.

A new test added with #653 performs a create-push-clone roundtrip over a RIA store, using different clients and a unix-server target. It documents that this stalls on windows. A similar stalling has been reported in the datalad office hour by a datalad user on windows.

The test case #653 may be a suitable reproducer debugging these (or these two) issues.

@mih
Copy link
Member Author

mih commented Apr 17, 2024

The cause seems to be datalad/datalad#7491, which is presumably fixed by a series of patched present in datalad-ria.

mih added a commit to mih/datalad-next that referenced this issue Apr 17, 2024
These have been developed months ago, and fix critical aspects of SSH
execution on windows clients that prevent any RIA functionality to be
working on windows. Given the uncertainty of a datalad-ria release,
I am importing them here.

Hopefully fixes datalad#654
@mih
Copy link
Member Author

mih commented Apr 17, 2024

These patches (alone) do not cut it. I found that using the code from #596 to replace the Popen call in SSHRemoteIO.__init__ leads to a usable authentication prompt, on windows, with no stdin connected to the terminal. I guess that is the path forward. Wait for #596 to land and then patch RIA/ORA to use it.

mih added a commit to mih/datalad-next that referenced this issue Apr 17, 2024
See datalad#654

Like require employing datalad#596
to solve properly.
@mih mih closed this as completed in 598e063 Apr 17, 2024
@mih mih linked a pull request May 7, 2024 that will close this issue
1 task
@mih mih reopened this May 7, 2024
@mih mih closed this as completed in #669 May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant