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 2020/01/06 08:26:09 UTC

[GitHub] [openwhisk] luzhang92 opened a new issue #4789: gen untrusted server certificate for host

luzhang92 opened a new issue #4789: gen untrusted server certificate for host
URL: https://github.com/apache/openwhisk/issues/4789
 
 
   When I run  ansible-playbook -i environments/local setup.yml
   
   I got the error about:
   
   fatal: [localhost -> localhost]: FAILED! => {"changed": true, "cmd": "\"/home/zl/project/Noah/openwhisk/ansible/files/genssl.sh\" \"*.localhost\" \"server\" \"/home/zl/project/Noah/openwhisk/ansible/roles/nginx/files\"", "delta": "0:00:00.005662", "end": "2020-01-06 15:08:22.220630", "msg": "non-zero return code", "rc": 126, "start": "2020-01-06 15:08:22.214968", "stderr": "/bin/sh: 1: /home/zl/project/Noah/openwhisk/ansible/files/genssl.sh: Permission denied", "stderr_lines": ["/bin/sh: 1: /home/zl/project/Noah/openwhisk/ansible/files/genssl.sh: Permission denied"], "stdout": "", "stdout_lines": []}
   
   [FAILED]
   > "/home/zl/project/Noah/openwhisk/ansible/files/genssl.sh" "*.localhost" "server" "/home/zl/project/Noah/openwhisk/ansible/roles/nginx/files"
   non-zero return code
   /bin/sh: 1: /home/zl/project/Noah/openwhisk/ansible/files/genssl.sh:
   Permission denied
   
   How can I fix them
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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