[GitHub] ddragosd commented on issue #83: Add support for installing optional packages.

2018-02-02 Thread GitBox
ddragosd commented on issue #83: Add support for installing optional packages.
URL: 
https://github.com/apache/incubator-openwhisk-devtools/pull/83#issuecomment-362513544
 
 
   @jthomas ? 


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] ddragosd commented on issue #83: Add support for installing optional packages.

2018-02-01 Thread GitBox
ddragosd commented on issue #83: Add support for installing optional packages.
URL: 
https://github.com/apache/incubator-openwhisk-devtools/pull/83#issuecomment-362263963
 
 
   I had originally thought it's `docker`, but on my MAC I'm seeing another 
process indeed: 
   ```
   sudo lsof -i TCP:8081 | grep LISTEN
   macmnsvc  62  mfe   24u  IPv6 0x200e0465dd32d1e5  0t0  TCP 
*:sunproxyadmin (LISTEN)
   ```
   
https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?search=8081
   
   How about we check if the ports are in use before starting to install a 
package ? 


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] ddragosd commented on issue #83: Add support for installing optional packages.

2018-01-30 Thread GitBox
ddragosd commented on issue #83: Add support for installing optional packages.
URL: 
https://github.com/apache/incubator-openwhisk-devtools/pull/83#issuecomment-361746018
 
 
   The build was fixed by @tysonnorris . We can merge this like this, but I'm 
testing locally and having some issues after executing `make 
create-provider-alarms`: 
   
   ```
   ok: updated action alarmsWeb/alarmWebAction
   Starting openwhisk_redis_1 ... done
   Starting openwhisk_db_1 ... done
   Starting openwhisk_zookeeper_1 ... done
   Starting openwhisk_kafka_1 ... done
   Starting openwhisk_controller_1 ... done
   Starting openwhisk_apigateway_1 ... done
   Starting openwhisk_alarmsprovider_1 ... error
   
   ERROR: for openwhisk_alarmsprovider_1  Cannot start service alarmsprovider: 
driver failed programming external connectivity on endpoint 
openwhisk_alarmsprovider_1 
(84af8ca96fcb7355b7f62b04a90429c3fa13c0042d44c8bf7ed46a3addce3402): Error 
starting userland proxy: Bind for 0.0.0.0:8081 failed: port is already allocated
   
   ERROR: for alarmsprovider  Cannot start service alarmsprovider: driver 
failed programming external connectivity on endpoint openwhisk_alarmsprovider_1 
(84af8ca96fcb7355b7f62b04a90429c3fa13c0042d44c8bf7ed46a3addce3402): Error 
starting userland proxy: Bind for 0.0.0.0:8081 failed: port is already allocated
   ERROR: Encountered errors while bringing up the project.
   ```


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:
us...@infra.apache.org


With regards,
Apache Git Services