Open sgarrity opened 9 years ago
@sgarrity it looks like you were affected by the same issue as @jpetto -- the rsync package for boot2docker >= 1.7 is missing. I just pushed a workaround for the missing package; would you mind pulling the latest master and trying again?
@jgmize Hey, shouldn't you be in a :tent: or something?
I pulled the latest and tried again, but I think I'm still getting the error. It's possible that the issue is with my local boot2docker config. Here's the output I get now: https://gist.github.com/sgarrity/585aacdfeb73672ea69d
@sgarrity based on https://gist.github.com/sgarrity/585aacdfeb73672ea69d#file-gistfile1-txt-L34 it looks like you were bit by https://github.com/boot2docker/boot2docker/issues/824 -- https://github.com/boot2docker/boot2docker/pull/960 should fix it when 1.7.1 is released in the next few days, but in the meantime you can try to work around the issue by deleting the VM image with the bad cert with boot2docker delete
and then try running bin/start-bedrock-mysql
again.
@sgarrity I ran into https://github.com/boot2docker/boot2docker/issues/824 myself and found that just running boot2docker delete
wasn't sufficent. I went through it enough times that I automated it with a new script: bin/b2d-rebuild-vm
and did some refactoring and other fixes along the way. It's an annoying bug, and rebuilding the VM shouldn't be needed that often, and as soon as 1.7.1 is released (which should be soon) I'm going to recommend running a boot2docker update
to get the fix.
When running
bin/start-bedrock-mysql
, I get the following error.Note, this is with boot2docker on OS X.