Skip to content
This repository has been archived by the owner on Feb 27, 2018. It is now read-only.

Wait longer for vm to boot #270

Merged
merged 2 commits into from
Oct 14, 2014

Conversation

bfirsh
Copy link
Contributor

@bfirsh bfirsh commented Oct 13, 2014

Because we're generating certs.

because we're generating certs.

Signed-off-by: Ben Firshman <ben@firshman.co.uk>
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
@bfirsh bfirsh mentioned this pull request Oct 13, 2014
@tianon
Copy link
Contributor

tianon commented Oct 13, 2014

Makes me a little sick to my stomach that we're playing a shell game here with timeouts, but fair enough. 😄

LGTM

@@ -128,7 +128,7 @@ func cmdUp() error {
}
// Copying the certs here - someone might have have written a Windows API client.
certPath, err := RequestCertsUsingSSH(m)
if err != nil && B2D.Verbose {
if err != nil {
// These errors are not fatal
fmt.Fprintf(os.Stderr, "Error copying Certificates: %s\n", err)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about adding:
"Warning: error copying...

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll go ahead and add these text changes in master now that this is merged. Thanks @gmlewis ❤️

@bfirsh bfirsh added this to the 1.3.0 milestone Oct 13, 2014
@bfirsh
Copy link
Contributor Author

bfirsh commented Oct 13, 2014

Still getting errors, even with this change.

screenshot 2014-10-13 18 53 36

@bfirsh
Copy link
Contributor Author

bfirsh commented Oct 14, 2014

#277 seems to help with this, but I am still sometimes seeing failures on boot, particularly inside a VM which is slower anyway. My machine is reasonably fast – an i7 Macbook Air – so I'm assuming there will be a lot more slower machines in the wild.

@tianon
Copy link
Contributor

tianon commented Oct 14, 2014

So I'm going to merge this for 1.3.0, since better safe than sorry, and we can iterate on a better solution afterwards. Hopefully everyone thinks that's fair. 😄

tianon added a commit that referenced this pull request Oct 14, 2014
@tianon tianon merged commit 35eea99 into boot2docker:master Oct 14, 2014
tianon added a commit that referenced this pull request Oct 14, 2014
@tianon
Copy link
Contributor

tianon commented Oct 14, 2014

As you can see, copy edits in 24240ad ❤️

@SvenDowideit
Copy link
Contributor

I'm sorry to say that this PR did not stop the timeout failure. I'm going to try something...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants