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
$ make IMAGE_DIR=../image-ubuntu/16.04 IMAGE_NAME=pouet IMAGE_VERSION=pouetpouet IMAGE_TITLE=coucou scaleway_image
The process just hangs and I got no information about what is going on.
There are several possible solutions to this:
At minimum using a timeout on the curl --noproxy * --silent --write-out \n%{http_CODE}\n http://169.254.42.42/conf With a message is the site is unavailable
Minimal checks about the host running the Makefile
The text was updated successfully, but these errors were encountered:
When I launch the following command:
$ make IMAGE_DIR=../image-ubuntu/16.04 IMAGE_NAME=pouet IMAGE_VERSION=pouetpouet IMAGE_TITLE=coucou scaleway_image
The process just hangs and I got no information about what is going on.
There are several possible solutions to this:
curl --noproxy * --silent --write-out \n%{http_CODE}\n http://169.254.42.42/conf
With a message is the site is unavailableThe text was updated successfully, but these errors were encountered: