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/04/03 11:16:49 UTC

[GitHub] neerava commented on issue #109: Out of the box steps did not work for ubuntu 16.04

neerava commented on issue #109: Out of the box steps did not work for ubuntu 16.04
URL: https://github.com/apache/incubator-openwhisk-devtools/issues/109#issuecomment-378214868
 
 
   This quick-start requires `ifconfig` to be present in path. Looks like `ifconfig` is not available in PATH variable of regular users in ubuntu. As a fix, before running `make quick-start`, one should add `export PATH=$PATH:/sbin`
   @mcdan probably we should check presence of ifconfig and fail if it is not found in #77   

----------------------------------------------------------------
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