You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run start_instance --ssh-keypath <SSH_KEYPATH> skynet-test Where <SSH_KEYPATH> is a file path that points to a ssh key.
Results:
The script runs successfully until the step Setting Docker configuration on the remote daemon.... Then, it produces this error:
Error creating machine: Error running provisioning: ssh command error:
command : sudo systemctl -f start docker
err : exit status 1
output : Job for docker.service failed because the control process exited with error code. See "systemctl status docker.service" and "journalctl -xe" for details.
When ssh'd into the newly created instance, running systemctl status docker.service produces:
-- The start-up result is done.
Jul 05 19:09:44 skynet-test systemd[5218]: Startup finished in 8ms.
-- Subject: System start-up is now complete
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- All system services necessary queued for starting at boot have been
-- successfully started. Note that this does not mean that the machine is
-- now idle as services might still be busy with completing start-up.
--
-- Kernel start-up required KERNEL_USEC microseconds.
--
-- Initial RAM disk start-up required INITRD_USEC microseconds.
--
-- Userspace start-up required 8643 microseconds.
Jul 05 19:09:44 skynet-test systemd[1]: Started User Manager for UID 1000.
-- Subject: Unit [email protected] has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit [email protected] has finished starting up.
--
-- The start-up result is done.
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
start_instance --ssh-keypath <SSH_KEYPATH> skynet-test
Where <SSH_KEYPATH> is a file path that points to a ssh key.Results:
The script runs successfully until the step
Setting Docker configuration on the remote daemon...
. Then, it produces this error:When ssh'd into the newly created instance, running
systemctl status docker.service
produces:and running
journalctl -xe
produces:The text was updated successfully, but these errors were encountered: