Comment 1 for bug 1482685

Revision history for this message
Federico Gimenez (fgimenez) wrote :

The second long in the bug description correspond to a system booted after manually increasing the timeout in /apps/docker/current/bin/docker.start to 8, in that case the service started after 6 seconds.

With the default timeout this is the log for a successful service setup (which happens randomly in a slow system as the one depicted in the description):

-- Logs begin at Wed 2015-08-05 07:02:06 UTC, end at Wed 2015-08-05 07:02:48 UTC. --
    Aug 05 07:02:29 test-16732 systemd[1]: Started The docker app deployment mechanism.
    Aug 05 07:02:29 test-16732 systemd[1]: Starting The docker app deployment mechanism...
    Aug 05 07:02:31 test-16732 ubuntu-core-launcher[761]: time="2015-08-05T07:02:31Z" level=info msg="+job serveapi(unix:///var/run/docker.sock)"
    Aug 05 07:02:31 test-16732 ubuntu-core-launcher[761]: time="2015-08-05T07:02:31Z" level=info msg="Listening for HTTP on unix (/var/run/docker.sock)"
...

All these logs have been collected with the debug flag activated for both docker and ubuntu-core-launcher.

Thanks!