Install error: Fatal Error: Communication with networking components failed

Expected behavior

Install completes successfully.

Actual behavior

UI Install failed with “Fatal Error: Communication with networking components failed.”

Information

Relevant log output:

2016-03-31T12:21:15.396165-07 Info - Bundle path: /Applications/Docker.app
2016-03-31T12:21:22.783937-07 Info - privileged installation of com.docker.vmnetd successful
2016-03-31T12:21:22.784321-07 Critical - Communication with networking components failed.
  • I don’t have pinata… documentation/bug report docs should describe where to find it?

Steps to reproduce the behavior

  1. Download Docker beta.
  2. Install from .dmg.
  3. After getting to the point where I need to give system permissions the install fails as described.
1 Like

Found a fix for this:

$ chmod 600 /Library/LaunchDaemons/com.docker.vmnetd.plist
$ sudo launchctl load -Fw /Library/LaunchDaemons/com.docker.vmnetd.plist

Then, start Docker.app again.

This do not fix my case.

I don’t even have com.docker.vmnetd.plist on the LaunchDaemons folder.

I had docker toolbox installed and was using it with a VMWare machine. Tried Docker for Mac, had different version issues.
Uninstalled everything and then installed only Docker for Mac that started giving this error. On the first install I didn’t had this issue

Anyone can help?

Here is the diagnostic output (ID: C3E1E5B5-6038-495F-9C5D-8CC7FE813A0E):

Docker for Mac: version: mac-v1.12.0-beta17
OS X: version 10.11.5 (build: 15F34)
logs: /tmp/20160703-222931.tar.gz
failure: com.docker.slirp is not running
[ERROR] docker-cli
cannot find docker
docker-cli check failed with: Failure(“docker -v: timeout after 10.00s”)
[OK] app
[OK] menubar
[OK] virtualization
[OK] system
[ERROR] osxfs
com.docker.osxfs is not running
[ERROR] db
/Users/fgrillo/Library/Containers/com.docker.docker/Data/s40 does not exist
Unexpected error (No such file or directory) connecting to /Users/fgrillo/Library/Containers/com.docker.docker/Data/s40
com.docker.db is not running
[ERROR] slirp
/Users/fgrillo/Library/Containers/com.docker.docker/Data/s51 does not exist
Unexpected error (No such file or directory) connecting to /Users/fgrillo/Library/Containers/com.docker.docker/Data/s51
com.docker.slirp is not running
[OK] moby-console
[OK] logs
[ERROR] vmnetd
/var/tmp/com.docker.vmnetd.socket does not exist
Unexpected error (No such file or directory) connecting to /var/tmp/com.docker.vmnetd.socket
/private/tmp/vmnetd/com.docker.vmnetd is not running
[OK] env
[ERROR] moby
/Users/fgrillo/Library/Containers/com.docker.docker/Data/com.docker.driver.amd64-linux/console-ring does not exist
[ERROR] driver.amd64-linux
Docker.app/Contents/MacOS/com.docker.driver.amd64-linux -db is not running

1 Like