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

Docker hv-sock proxy (vsudd) is not reachable - WIN10 Enterprise LTSB #614

Closed
jkutil opened this issue Mar 31, 2017 · 12 comments
Closed

Docker hv-sock proxy (vsudd) is not reachable - WIN10 Enterprise LTSB #614

jkutil opened this issue Mar 31, 2017 · 12 comments

Comments

@jkutil
Copy link

jkutil commented Mar 31, 2017

Expected behavior

Docker starts successfully.

Actual behavior

Docker attempts to start, MobyLinuxVM successfully starts and is visible in Hyper-V, but stops/starts 2-3 times, and then Docker gives the error screen with:

Docker hv-sock proxy (vsudd) is not reachable
   at Docker.Backend.ContainerEngine.Linux.ConnectToVsud(TaskCompletionSource`1 vmId)
   at Docker.Backend.ContainerEngine.Linux.DoStart(Settings settings)
   at Docker.Backend.ContainerEngine.Linux.Start(Settings settings)
   at Docker.Core.Pipe.NamedPipeServer.<>c__DisplayClass8_0.<Register>b__0(Object[] parameters)
   at Docker.Core.Pipe.NamedPipeServer.RunAction(String action, Object[] parameters)

Information

Crash report:
1F0BC284-4721-450A-AF5C-7D4A5627CFE2/2017-03-31_15-11-29

Version: 17.03.1-ce-win5 (10743)
Channel: stable
Sha1: b18e2a50ccf296bcd637b330c0ca9faaab9d790c
Started on: 2017/03/31 15:02:45.793
Resources: C:\Program Files\Docker\Docker\Resources
OS: Windows 10 Enterprise 2016 LTSB
Edition: EnterpriseS
Id: 1607
Build: 14393
BuildLabName: 14393.0.amd64fre.rs1_release.160715-1616

Steps to reproduce the behavior

  1. Start Docker
  2. Wait
  3. Crash
@tomheinisch
Copy link

tomheinisch commented Apr 10, 2017

Same behaviour on the Edge channel, Version 17.04.0-ce-win7 (10981)


Docker hv-sock proxy (vsudd) is not reachable
   at Docker.Backend.ContainerEngine.Linux.ConnectToVsud(TaskCompletionSource`1 vmId)
   at Docker.Backend.ContainerEngine.Linux.DoStart(Settings settings)
   at Docker.Backend.ContainerEngine.Linux.Start(Settings settings)
   at Docker.Core.Pipe.NamedPipeServer.<>c__DisplayClass8_0.<Register>b__0(Object[] parameters)
   at Docker.Core.Pipe.NamedPipeServer.RunAction(String action, Object[] parameters)

@friism
Copy link

friism commented Apr 11, 2017

@tomheinisch can you please also add a diagnostic ID.

@jeanlaurent can someone look into this?

@tomheinisch
Copy link

tomheinisch commented Apr 12, 2017

@friism
Diagnostic ID:
B490FB11-ADD4-4814-A71F-9ACB525F1A95/2017-04-12_10-23-58

@patrick-mota
Copy link

Same problem here but I think this problem exists in a ton of issues but no one find a solution.

Some people reported reinstalling hyper-v and docker made it works others just launch docker as administrator...

For me it worked for 1 week then suddently stop working with the same error.

@tomheinisch
Copy link

Probably related to #592.

@ptoonen
Copy link

ptoonen commented May 17, 2017

Having the same issue but only when booting in Parallels PRO. When I use bootcamp, Docker runs fine.
Diagnostics ID: B9D457CE-1BA5-407C-B913-E38836BB92C5/2017-05-17_11-56-03

p.s. I'm fully aware it's not a supported scenario.

@octomantis
Copy link

octomantis commented May 20, 2017

Diagnostics ID: 6530ECC5-C88E-40F5-9452-266737718FAD/2017-05-20_17-45-34

I am running Windows 10 Enterprise. Not in a VM. Very keen to know the root cause and fix.

@octomantis
Copy link

My issue got fixed when I quit the app and restarted. It automatically chose 'No proxy' in the settings.

@phibersirhack
Copy link

Some time docker works well but most of the the time I get this "Docker hv-sock proxy (vsudd) is not reachable" error. Not sure why this is happening.

Diagnostic ID: 1BBB2FA1-36E1-4F88-9963-453D52251713/2017-07-05_10-28-10

@docker-robott
Copy link
Collaborator

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale comment.
Stale issues will be closed after an additional 30d of inactivity.

Prevent issues from auto-closing with an /lifecycle frozen comment.

If this issue is safe to close now please do so.

Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows.
/lifecycle stale

@rn
Copy link
Contributor

rn commented May 1, 2018

@ptoonen Running Docker for Windows on in a Windows 10 VM is not supported (see https://docs.docker.com/docker-for-windows/troubleshoot/#running-docker-for-windows-in-nested-virtualization-scenarios). Your VM is hung when calibratrating the TSC which often happens with nested virt and something outside our control.

@jkutil @tomheinisch There is a Linux kernel crash in your logs, actually there are several different ones, they all look related to the context switch code.

It looks like you have a skylake processor, which Linux detects and then tries to use the appropriate context switch code for that processor. Unfortunately, the version of Hyper-V does not correctly handle this processor. We had several issues like this in the past.

I'm afraid the only solution is a Windows update. I don't know if this was fixed with a regular patch to build 14393 or if this requires an update to a newer Windows version.

I'm closing this issue as Won't fix as this is not something we (Docker) can fix, but please report back if an update did fix it.

Thanks

@docker-robott
Copy link
Collaborator

Closed issues are locked after 30 days of inactivity.
This helps our team focus on active issues.

If you have found a problem that seems similar to this, please open a new issue.

Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows.
/lifecycle locked

@docker docker locked and limited conversation to collaborators Jun 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

9 participants