Creating SSH key

I have a issue when the app try to create a local machine
here is the log

Jun 5, 2017, 6:12 PM GMT-3 - info: [main/index] Existing Pressmatic data does not exist.
Jun 5, 2017, 6:12 PM GMT-3 - info: [main/check-system] Check System: Docker Machine:
{ stdout: ‘’,
stderr: ‘error getting state for host local-by-flywheel: machine does not exist\n’ }
Jun 5, 2017, 6:12 PM GMT-3 - info: [renderer/CheckEnvPage] Check system promise response: [ undefined, ‘machine-does-not-exist’ ] machine-does-not-exist
Jun 5, 2017, 6:12 PM GMT-3 - info: [main/docker-create-machine] Starting Docker Machine Creation…
Jun 5, 2017, 6:12 PM GMT-3 - info: [main/docker-create-machine] Attempting to delete existing Local host machine.
Jun 5, 2017, 6:12 PM GMT-3 - info: [main/docker-create-machine] USING IP: 192.168.95.1/24
Jun 5, 2017, 6:12 PM GMT-3 - info: [main/docker-create-machine] Removing existing Docker Machine
Jun 5, 2017, 6:12 PM GMT-3 - info: [main/docker-create-machine] null ‘About to remove local-by-flywheel\nWARNING: This action will delete both local reference and remote instance.\n’ 'Error removing host “local-by-flywheel”: Host does not exist: “local-by-flywheel”\nCan’t remove “local-by-flywheel”\n’
Jun 5, 2017, 6:12 PM GMT-3 - info: [main/docker-create-machine] Creating Docker Machine… --virtualbox-boot2docker-url=file:///Applications/Local by Flywheel.app/Contents/Resources/extraResources/virtual-machine/vendor/docker/boot2docker.iso
Jun 5, 2017, 6:12 PM GMT-3 - info: [main/docker-create-machine] Creating machine with
{ ‘0’: ‘create’,
‘1’: ‘–driver=virtualbox’,
‘2’: ‘–virtualbox-hostonly-cidr’,
‘3’: ‘192.168.95.1/24’,
‘4’: ‘–virtualbox-boot2docker-url=file:///Applications/Local by Flywheel.app/Contents/Resources/extraResources/virtual-machine/vendor/docker/boot2docker.iso’,
‘5’: ‘–virtualbox-disk-size’,
‘6’: ‘120000’,
‘7’: ‘local-by-flywheel’ }
Jun 5, 2017, 6:12 PM GMT-3 - info: [main/docker-create-machine] Running pre-create checks…
Jun 5, 2017, 6:12 PM GMT-3 - info: [main/docker-create-machine] Creating machine…
Jun 5, 2017, 6:12 PM GMT-3 - info: [main/docker-create-machine] (local-by-flywheel) Downloading /Users/jorgejunior/.docker/machine/cache/boot2docker.iso from file:///Applications/Local by Flywheel.app/Contents/Resources/extraResources/virtual-machine/vendor/docker/boot2docker.iso…
Jun 5, 2017, 6:12 PM GMT-3 - info: [main/docker-create-machine] (local-by-flywheel) Creating VirtualBox VM…
Jun 5, 2017, 6:12 PM GMT-3 - info: [main/docker-create-machine] (local-by-flywheel) Creating SSH key…

Hi Jorge,

How long did you let it stay on this step? Sometime it can take upwards of 5-10 minutes.

Same thing here. It doesn’t advance even after this step, while the following tasks heat up my macbook:

VBoxManage      86.8%	
VBoxManage      85.9%
docker-machine	39.8%
docker-machine	39.5%

Any hint on what to do?

@lhermann,

Can you please provide your log? You can find it by going to Help » Reveal Local’s Log.

Here is a paste of a fresh log: https://pastebin.com/8mcFb3TF
(The last line is after force-quitting)

I tried to run the following command which I found in this post:
"/Applications/Local by Flywheel.app/Contents/Resources/extraResources/virtual-machine/vendor/docker/osx/docker-machine" rm local-by-flywheel

Afterwards it went through and the install was successful.

1 Like