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

WSL fails to launch after file downloads #4146

Closed
mwbaxter11 opened this issue Jun 15, 2019 · 3 comments
Closed

WSL fails to launch after file downloads #4146

mwbaxter11 opened this issue Jun 15, 2019 · 3 comments
Labels
failure-to-launch failure to launch

Comments

@mwbaxter11
Copy link

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:
  • 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>
  • rsync finishes successfully, bash closes OK
  • wait 0-60 seconds
  • open another cmd window
  • type bash
  • WSL does not start - just shows a blank window with blinking cursor

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?

@craigloewen-msft
Copy link
Member

Seems related to #4047 . We're looking into a fix!

@mwbaxter11
Copy link
Author

Thanks very much, that's good to hear. Is there any known workaround in the short term?

Copy link
Contributor

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.

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
failure-to-launch failure to launch
Projects
None yet
Development

No branches or pull requests

3 participants