Created
November 14, 2022 15:22
-
-
Save DonRichards/91b3c374718f8337ae32ef1c05368881 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Starting diagnostics | |
[PASS] DD0027: is there available disk space on the host? | |
[PASS] DD0028: is there available VM disk space? | |
[PASS] DD0018: does the host support virtualization? | |
[PASS] DD0001: is the application running? | |
[PASS] DD0017: can a VM be started? | |
[PASS] DD0016: is the LinuxKit VM running? | |
[PASS] DD0011: are the LinuxKit services running? | |
[PASS] DD0004: is the Docker engine running? | |
[FAIL] DD0015: are the binary symlinks installed? looking for /usr/local/bin/docker-index: lstat /usr/local/bin/docker-index: no such file or directory | |
[PASS] DD0031: does the Docker API work? | |
[PASS] DD0013: is the $PATH ok? | |
[PASS] DD0003: is the Docker CLI working? | |
[PASS] DD0014: are the backend processes running? | |
[PASS] DD0007: is the backend responding? | |
[PASS] DD0008: is the native API responding? | |
[PASS] DD0009: is the vpnkit API responding? | |
[PASS] DD0010: is the Docker API proxy responding? | |
[FAIL] DD0012: is the VM networking working? network checks failed: failed to ping host: exit status 1 | |
[2022-11-14T15:19:28.847309000Z][com.docker.diagnose][I] ipc.NewClient: 5379f00e-diagnose-network -> diagnosticd.sock diagnosticsd | |
[common/pkg/diagkit/gather/diagnose.runIsVMNetworkingOK() | |
[ common/pkg/diagkit/gather/diagnose/network.go:34 +0xc8 | |
[common/pkg/diagkit/gather/diagnose.(*test).GetResult(0x103843c20) | |
[ common/pkg/diagkit/gather/diagnose/test.go:46 +0x40 | |
[common/pkg/diagkit/gather/diagnose.Run.func1(0x103843c20) | |
[ common/pkg/diagkit/gather/diagnose/run.go:17 +0x40 | |
[common/pkg/diagkit/gather/diagnose.walkOnce.func1(0x2?, 0x103843c20) | |
[ common/pkg/diagkit/gather/diagnose/run.go:142 +0x80 | |
[common/pkg/diagkit/gather/diagnose.walkDepthFirst(0x1, 0x103843c20, 0x14000571718) | |
[ common/pkg/diagkit/gather/diagnose/run.go:151 +0x88 | |
[common/pkg/diagkit/gather/diagnose.walkDepthFirst(0x0, 0x103843da0, 0x14000571718) | |
[ common/pkg/diagkit/gather/diagnose/run.go:148 +0x50 | |
[common/pkg/diagkit/gather/diagnose.walkOnce(0x10331c4a0?, 0x1400036f890) | |
[ common/pkg/diagkit/gather/diagnose/run.go:137 +0x8c | |
[common/pkg/diagkit/gather/diagnose.Run(0x103843da0, 0x140004111c0?, {0x1400036fb08, 0x1, 0x1}) | |
[ common/pkg/diagkit/gather/diagnose/run.go:16 +0x160 | |
[main.checkCmd({0x140001b4010?, 0x6?, 0x4?}, {0x0, 0x0}) | |
[ common/cmd/com.docker.diagnose/main.go:133 +0xdc | |
[main.main() | |
[ common/cmd/com.docker.diagnose/main.go:99 +0x30c | |
[2022-11-14T15:19:28.847817000Z][com.docker.diagnose][I] (5beda9e7) 5379f00e-diagnose-network C->S diagnosticsd POST /check-network-connectivity: {"ips":["10.167.181.192"]} | |
[2022-11-14T15:19:29.364386000Z][com.docker.diagnose][W] (5beda9e7) 5379f00e-diagnose-network C<-S dc0c40f7-diagnosticsd POST /check-network-connectivity (516.613625ms): failed to ping host: exit status 1 | |
[SKIP] DD0030: is the image access management authorized? | |
[PASS] DD0019: is the com.docker.vmnetd process responding? | |
[PASS] DD0033: does the host have Internet access? | |
[PASS] DD0018: does the host support virtualization? | |
[PASS] DD0001: is the application running? | |
[PASS] DD0017: can a VM be started? | |
[PASS] DD0016: is the LinuxKit VM running? | |
[PASS] DD0011: are the LinuxKit services running? | |
[PASS] DD0004: is the Docker engine running? | |
[WARN] DD0015: are the binary symlinks installed? looking for /usr/local/bin/docker-index: lstat /usr/local/bin/docker-index: no such file or directory | |
[PASS] DD0031: does the Docker API work? | |
[PASS] DD0032: do Docker networks overlap with host IPs? | |
Please note the following 1 warning: | |
1 : The check: are the binary symlinks installed? | |
Produced the following warning: looking for /usr/local/bin/docker-index: lstat /usr/local/bin/docker-index: no such file or directory | |
The symlinks to the docker CLI etc are needed for docker commands to work. | |
Please investigate the following 2 issues: | |
1 : The test: are the binary symlinks installed? | |
Failed with: looking for /usr/local/bin/docker-index: lstat /usr/local/bin/docker-index: no such file or directory | |
The symlinks to the docker CLI etc are needed for docker commands to work. | |
2 : The test: is the VM networking working? | |
Failed with: network checks failed: failed to ping host: exit status 1 | |
VM seems to have a network connectivity issue. Check your host firewall and anti-virus settings in case they are blocking the VM. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment