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 2017/10/24 19:51:19 UTC

[GitHub] dubeejw opened a new issue #2892: Installing Python with tweak-dockermachine.sh is prone to failing

dubeejw opened a new issue #2892: Installing Python with tweak-dockermachine.sh is prone to failing
URL: https://github.com/apache/incubator-openwhisk/issues/2892
 
 
   tweak-dockermachine.ssh fails to install Python from ftp.gtlib.gatech.edu after successfully pinging the server due to to many users.
   
   Not being able to install Python prevents deployment on the docker-machine environment.
   
   ```
   $ docker-machine ssh whisk
   docker@whisk:~$ "tce-load -wi python"
   -sh: tce-load -wi python: not found
   docker@whisk:~$ tce-load -wi python
   Downloading: python.tcz
   Connecting to ftp.gtlib.gatech.edu (128.61.111.9:21)
   wget: There are too many connected users, please try later.
   md5sum: python.tcz.md5.txt: No such file or directory
   Error on python.tcz
   ```
   
   Work around:
   ```
   $ docker-machine ssh whisk
   $ sudo echo "http://ftp.nluug.nl/os/Linux/distr/tinycorelinux/" > /opt/tcemirror  
   docker@whisk:~$ tce-load -wi python
   ```

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