You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running Windows 10.0.18362.175 using Ubuntu 16.04.06. Whenever I run commands which get data from remote servers (like rsync or apt-get upgrade), and then close the shell, I can't restart WSL because it fails to launch.
Here are steps which reliably reproduce the problem for me:
Open a cmd console as Admin
Run bash script to do rsync copy from remote machine. The rsync command is of the form:
This issue has been automatically closed since it has not had any activity for the past year. If you're still experiencing this issue please re-file this as a new issue or feature request.
I am running Windows 10.0.18362.175 using Ubuntu 16.04.06. Whenever I run commands which get data from remote servers (like rsync or apt-get upgrade), and then close the shell, I can't restart WSL because it fails to launch.
Here are steps which reliably reproduce the problem for me:
sudo -u <userid> rsync -av --delete -e "ssh -i <rsa_file>" --exclude-from=<exclude_file> <userid>@<remotehost>:/ --rsync-path=<remote_script_file> <local_dest_folder>
The only fix is to restart the PC.
Please see attached log files which contain an example of this.
logs.zip
It's all a little bit frustrating. What can I do to avoid this?
The text was updated successfully, but these errors were encountered: