zhuoliu commented on issue #2355: Can not find bin/mac/amd64/wsk
URL: 
https://github.com/apache/incubator-openwhisk/issues/2355#issuecomment-307519449
 
 
   @rabbah  @csantanapr  yeah, I was using vagrant from my Mac laptop. The 
vagrant is running ubuntu linux. Thanks for the help. I got some other problem 
when I moved forward with the doc,
   could you take a look?
   
   ```
   wsk property set --apihost http://192.168.33.13:10001 --auth `vagrant ssh -- 
cat openwhisk/ansible/files/auth.guest`
   
   zliu6s-MacBook-Pro:vagrant zliu6$ wsk property get --auth
   whisk auth           
23bc46b1-71f6-4ed5-8c54-xxxxxxf8c502:123zO3xZCLrMN6v2BKK1dXYFpXlPkccOFqm12CdAsMgRU4axxxxxxxxxxxxxx
   ```
   
   However, I got "**connection refused**" when trying to run the message hello 
command.
   ```
   wsk -i action invoke /whisk.system/utils/echo -p message hello --result
   error: Unable to invoke action 'utils/echo': Post 
http://192.168.33.13:10001/api/v1/namespaces/whisk.system/actions/utils/echo?blocking=true&result=true:
 dial tcp 192.168.33.13:10001: getsockopt: connection refused
   ```
   
   I do "vagrant ssh" to login into the vagrant linux box, the tests could be 
running fine there:
   ```
   vagrant@vagrant-ubuntu-trusty-64:./gradlew tests:test
   ```
   
   And the 443 and 10001 ports seem be listened to and iptables does not block 
them.
   ```
   vagrant@vagrant-ubuntu-trusty-64:~/openwhisk$ sudo netstat -tulpn |grep -E 
'443|10001'
   tcp6       0      0 :::10001                :::*                    LISTEN   
   1730/docker-proxy
   tcp6       0      0 :::443                  :::*                    LISTEN   
   1614/docker-proxy
   tcp6       0      0 :::8443                 :::*                    LISTEN   
   1574/docker-proxy
   ```
 
----------------------------------------------------------------
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