zhuoliu commented on issue #2355: Can not find bin/mac/amd64/wsk
URL: 
https://github.com/apache/incubator-openwhisk/issues/2355#issuecomment-307692632
 
 
   @csantanapr thanks a lot.
   ```
   vagrant@vagrant-ubuntu-trusty-64:~/openwhisk/ansible$ansible-playbook -i 
environments/local -e docker_image_prefix=openwhisk openwhisk.yml
   
   /home/vagrant/openwhisk-catalog/packages/util.sh: line 31: 
/home/vagrant/openwhisk/bin/wsk: cannot execute binary file: Exec format error
   ```
   
   I guess this is why the openwhisk server running fails.
   On my Mac host, the openwhisk/bin/wsk is the linux format;
   while on the vagrant ubuntu box, the /home/vagrant/openwhisk/bin/wsk is the 
same as mac's version.
   ```
   vagrant@vagrant-ubuntu-trusty-64:~/openwhisk/bin$ diff wsk linux/amd64/wsk
   Binary files wsk and linux/amd64/wsk differ
   
   vagrant@vagrant-ubuntu-trusty-64:~/openwhisk/bin$ diff wsk mac/amd64/wsk
   (the same)
   ```
 
----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to