-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
addprocs(["user@host"]) can not execute command on remote Windows #29702
Comments
|
Remote machine use freesshd as ssh services I just tried: Remote machine really starts a Julia process, which can be seen from Windows Task Manager. But Julia local machine is halted, and shows the following: [email protected]'s password: debug1: client_input_channel_req: channel 0 rtype exit-status reply 0 debug2: we sent a password packet, wait for reply |
Does running these commands on the remote machine work:
|
Yes, it is running, and just stop there without doing anything. Windows Task Manager also shows that a Julia process is running. |
If I use Ctrl+C to force it stop. A message is returned: Internal error: encountered unexpected error in runtime: By the way, I use Julia 1.0 |
Sorry. If I press Enter more times, it returns: julia_worker:9724#192.168.1.114 |
Can you confirm that this was on the remote machine, not the local machine? |
Yes, I confirm |
On local machine, I try: Remote Julia returns an error: |
Duplicate of #29243, julia/stdlib/Distributed/src/managers.jl Line 148 in 1f1b1b8
|
Right, Windows is non-POSIX, unfortunately and therefore not supported. |
For the record: a |
Hi, I am trying to use addprocs to connect to remote workers on Windows. SSH connection is successful, but Julia cannot excecute commands.
I think it is not the problem of Julia on remote machines, because I got the same error even remote Julia is uninstalled. SSH is good, because it can work on cmd.exe.
Here are the errors:
The text was updated successfully, but these errors were encountered: