You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/04/10 14:55:14 UTC

[GitHub] [incubator-mxnet] ChaiBapchya opened a new pull request #18018: Fix gnu_tls handshake error on Ubuntu 14.04 Nvidia Docker

ChaiBapchya opened a new pull request #18018: Fix gnu_tls handshake error on Ubuntu 14.04 Nvidia Docker
URL: https://github.com/apache/incubator-mxnet/pull/18018
 
 
   Fixes https://github.com/apache/incubator-mxnet/issues/18005
   
   It doesn't occur on Master branch yet due to docker cache caching the Nvidia docker image for Ubuntu 14.04
   
   This switches the dep link in /etc/apt/sources.list.d/*.list from https to http
   Specifically 2 files exit
   nvidia-ml.list and cuda.list
   
   With this switch, TLS is no longer needed and hence the handshake error gets circumvented.
   
   @leezu Thanks for the help with investigation.
   Pl review

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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

[GitHub] [incubator-mxnet] leezu commented on issue #18018: Fix gnu_tls handshake error on Ubuntu 14.04 Nvidia Docker

Posted by GitBox <gi...@apache.org>.
leezu commented on issue #18018: Fix gnu_tls handshake error on Ubuntu 14.04 Nvidia Docker
URL: https://github.com/apache/incubator-mxnet/pull/18018#issuecomment-612521453
 
 
   @zachgk we'll move to CentOS as part of https://github.com/apache/incubator-mxnet/pull/17984/commits/02b9105e6e8921250c9a4fe22e0735d3c1417171
   
   So you can regard this as temporary fix

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #18018: Fix gnu_tls handshake error on Ubuntu 14.04 Nvidia Docker

Posted by GitBox <gi...@apache.org>.
mxnet-bot commented on issue #18018: Fix gnu_tls handshake error on Ubuntu 14.04 Nvidia Docker
URL: https://github.com/apache/incubator-mxnet/pull/18018#issuecomment-612064503
 
 
   Hey @ChaiBapchya , Thanks for submitting the PR 
   All tests are already queued to run once. If tests fail, you can trigger one or more tests again with the following commands: 
   - To trigger all jobs: @mxnet-bot run ci [all] 
   - To trigger specific jobs: @mxnet-bot run ci [job1, job2] 
   *** 
   **CI supported jobs**: [unix-cpu, miscellaneous, sanity, clang, centos-gpu, windows-gpu, website, unix-gpu, windows-cpu, centos-cpu, edge]
   *** 
   _Note_: 
    Only following 3 categories can trigger CI :PR Author, MXNet Committer, Jenkins Admin. 
   All CI tests must pass before the PR can be merged. 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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

[GitHub] [incubator-mxnet] leezu edited a comment on issue #18018: Fix gnu_tls handshake error on Ubuntu 14.04 Nvidia Docker

Posted by GitBox <gi...@apache.org>.
leezu edited a comment on issue #18018: Fix gnu_tls handshake error on Ubuntu 14.04 Nvidia Docker
URL: https://github.com/apache/incubator-mxnet/pull/18018#issuecomment-612521453
 
 
   @zachgk we'll move to CentOS as part of https://github.com/apache/incubator-mxnet/pull/17984
   
   So you can regard this as temporary fix

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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

[GitHub] [incubator-mxnet] leezu merged pull request #18018: Fix gnu_tls handshake error on Ubuntu 14.04 Nvidia Docker

Posted by GitBox <gi...@apache.org>.
leezu merged pull request #18018: Fix gnu_tls handshake error on Ubuntu 14.04 Nvidia Docker
URL: https://github.com/apache/incubator-mxnet/pull/18018
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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

[GitHub] [incubator-mxnet] zachgk commented on issue #18018: Fix gnu_tls handshake error on Ubuntu 14.04 Nvidia Docker

Posted by GitBox <gi...@apache.org>.
zachgk commented on issue #18018: Fix gnu_tls handshake error on Ubuntu 14.04 Nvidia Docker
URL: https://github.com/apache/incubator-mxnet/pull/18018#issuecomment-612169824
 
 
   This is really not that great for security. Especially considering that this is for our release pipeline. I see two other options:
   
   1. We could try building and installing openssl from source so we get a newer version
   2. Ultimately, we will need to find a way to migrate this build away from using ubuntu 14.04 at some point. That would also resolve this problem too

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #18018: Fix gnu_tls handshake error on Ubuntu 14.04 Nvidia Docker

Posted by GitBox <gi...@apache.org>.
ChaiBapchya commented on issue #18018: Fix gnu_tls handshake error on Ubuntu 14.04 Nvidia Docker
URL: https://github.com/apache/incubator-mxnet/pull/18018#issuecomment-612072771
 
 
   @mxnet-label-bot add [build]

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #18018: Fix gnu_tls handshake error on Ubuntu 14.04 Nvidia Docker

Posted by GitBox <gi...@apache.org>.
ChaiBapchya commented on issue #18018: Fix gnu_tls handshake error on Ubuntu 14.04 Nvidia Docker
URL: https://github.com/apache/incubator-mxnet/pull/18018#issuecomment-612157021
 
 
   @mxnet-bot run ci [sanity]
   
   To verify if builds are triggered on both jenkins dev & prod.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #18018: Fix gnu_tls handshake error on Ubuntu 14.04 Nvidia Docker

Posted by GitBox <gi...@apache.org>.
mxnet-bot commented on issue #18018: Fix gnu_tls handshake error on Ubuntu 14.04 Nvidia Docker
URL: https://github.com/apache/incubator-mxnet/pull/18018#issuecomment-612157072
 
 
   Jenkins CI successfully triggered : [sanity]

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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