You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/05/24 09:46:37 UTC

[GitHub] benemon opened a new issue #129: make quick-start hangs on setup phase

benemon opened a new issue #129: make quick-start hangs on setup phase
URL: https://github.com/apache/incubator-openwhisk-devtools/issues/129
 
 
   When running `make quick-start`, the setup task hangs indefinitely after initialising openwhisk_minio_1, leading to a lot of dots appearing on the screen.
   
   Output:
   ```
   host ip address: 172.31.0.71
   checking required ports ... 
    ... OK
     ... preparing api-gateway configuration
   .Starting openwhisk_minio_1 ... 
   Starting openwhisk_minio_1 ... done
   ............................
   ```
   
   Environment:
   ```
   cat /etc/*release
   NAME="Red Hat Enterprise Linux Server"
   VERSION="7.5 (Maipo)"
   ID="rhel"
   ID_LIKE="fedora"
   VARIANT="Server"
   VARIANT_ID="server"
   VERSION_ID="7.5"
   PRETTY_NAME="****************"
   ANSI_COLOR="0;31"
   CPE_NAME="cpe:/o:redhat:enterprise_linux:7.5:GA:server"
   HOME_URL="https://www.redhat.com/"
   BUG_REPORT_URL="https://bugzilla.redhat.com/"
   
   REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 7"
   REDHAT_BUGZILLA_PRODUCT_VERSION=7.5
   REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux"
   REDHAT_SUPPORT_PRODUCT_VERSION="7.5"
   Red Hat Enterprise Linux Server release 7.5 (Maipo)
   Red Hat Enterprise Linux Server release 7.5 (Maipo)
   
   docker version
   Client:
    Version:         1.13.1
    API version:     1.26
    Package version: docker-1.13.1-63.git94f4240.el7.x86_64
    Go version:      go1.9.2
    Git commit:      94f4240/1.13.1
    Built:           Mon Apr 30 15:45:42 2018
    OS/Arch:         linux/amd64
   
   Server:
    Version:         1.13.1
    API version:     1.26 (minimum version 1.12)
    Package version: docker-1.13.1-63.git94f4240.el7.x86_64
    Go version:      go1.9.2
    Git commit:      94f4240/1.13.1
    Built:           Mon Apr 30 15:45:42 2018
    OS/Arch:         linux/amd64
    Experimental:    false
   
   docker-compose version
   docker-compose version 1.13.0, build 1719ceb
   docker-py version: 2.2.1
   CPython version: 2.7.13
   OpenSSL version: OpenSSL 1.0.1t  3 May 2016
   
   ```
   
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services