Hi All,

I'm going through the Vagrant instructions for running a single-machine and 
I'm hitting issues. It appears that several services are not starting 
correctly [1] and I waited awhile for all the downloads to happen like the 
instructions say [2] and then I looked at docker service status [3] and 
logs and the service was not able to start. Has anyone else see anything 
like this?

Thanks,
Jason

[1]
$ vagrant 
ssh                                                                             
                                                                      
master 1876aac ✗
CoreOS alpha (1151.0.0)
Last login: Fri Aug 26 13:48:26 2016 from 10.0.2.2
Update Strategy: No Reboots
Failed Units: 3
  docker.service
  update-engine.service
  docker.socket

[2] 
https://coreos.com/kubernetes/docs/latest/kubernetes-on-vagrant-single.html

[3] 
core@localhost ~ $ systemctl status docker.service
● docker.service - Docker Application Container Engine
   Loaded: loaded (/usr/lib/systemd/system/docker.service; disabled; vendor 
preset: disabled)
  Drop-In: /etc/systemd/system/docker.service.d
           └─40-flannel.conf
   Active: failed (Result: start-limit-hit) since Fri 2016-08-26 13:37:06 
UTC; 12min ago
     Docs: http://docs.docker.com
  Process: 5031 ExecStart=/usr/lib/coreos/dockerd daemon --host=fd:// 
$DOCKER_OPTS $DOCKER_CGROUPS $DOCKER_OPT_MTU (code=exited, status=1/FAILURE)
 Main PID: 5031 (code=exited, status=1/FAILURE)

Aug 26 13:37:06 localhost systemd[1]: Starting Docker Application Container 
Engine...
Aug 26 13:37:06 localhost dockerd[5031]: dockerd: "dockerd" requires 0 
arguments.
Aug 26 13:37:06 localhost dockerd[5031]: Usage:        dockerd [OPTIONS]
Aug 26 13:37:06 localhost systemd[1]: docker.service: Main process exited, 
code=exited, status=1/FAILURE
Aug 26 13:37:06 localhost systemd[1]: Failed to start Docker Application 
Container Engine.
Aug 26 13:37:06 localhost systemd[1]: docker.service: Unit entered failed 
state.
Aug 26 13:37:06 localhost systemd[1]: docker.service: Failed with result 
'exit-code'.
Aug 26 13:37:06 localhost systemd[1]: docker.service: Start request 
repeated too quickly.
Aug 26 13:37:06 localhost systemd[1]: Failed to start Docker Application 
Container Engine.
Aug 26 13:37:06 localhost systemd[1]: docker.service: Failed with result 
'start-limit-hit'.

Reply via email to