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/02/01 13:21:48 UTC

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

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


With regards,
Apache Git Services