Intel® Distribution for Python*
Engage in discussions with community peers related to Python* applications and core computational packages.

apt-get connection timeout

Keter
Employee
3,285 Views

Hi,

I use ubuntu 18.04.

Installed the key, using:

sudo bash
cd /tmp
wget https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB
apt-key add GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB
apt-get install apt-transport-https ca-certificates
rm GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB
exit

Which passed.

Added IPP:

sudo sh -c 'echo deb https://apt.repos.intel.com/ipp all main > /etc/apt/sources.list.d/intel-ipp.list'

 

But apt-get update timed out on IPP:

devel@ub-ubuntu18-Keter:~$ sudo apt-get update
Hit:1 http://il.archive.ubuntu.com/ubuntu bionic InRelease
Hit:2 http://il.archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:3 http://linux.teamviewer.com/deb stable InRelease
Hit:4 http://il.archive.ubuntu.com/ubuntu bionic-backports InRelease
Hit:5 http://linux.teamviewer.com/deb preview InRelease
Hit:6 http://ppa.launchpad.net/jonathonf/vim/ubuntu bionic InRelease
Hit:7 http://security.ubuntu.com/ubuntu bionic-security InRelease
Get:8 http://dl.google.com/linux/chrome/deb stable InRelease [1,811 B]
Hit:9 https://nvidia.github.io/libnvidia-container/ubuntu18.04/amd64 InRelease
Hit:10 https://nvidia.github.io/nvidia-container-runtime/ubuntu18.04/amd64 InRelease
Hit:11 https://nvidia.github.io/nvidia-docker/ubuntu18.04/amd64 InRelease
Err:12 https://apt.repos.intel.com/ipp all InRelease
Cannot initiate the connection to apt.repos.intel.com:443 (2a00:a040:0:181::4b23). - connect (101: Network is unreachable) Cannot initiate the connection to apt.repos.intel.com:443 (2a00:a040:0:18a::4b23). - connect (101: Network is unreachable) Could not connect to apt.repos.intel.com:443 (23.214.18.81), connection timed out
Fetched 1,811 B in 30s (59 B/s)
Reading package lists... Done
W: Failed to fetch https://apt.repos.intel.com/ipp/dists/all/InRelease Cannot initiate the connection to apt.repos.intel.com:443 (2a00:a040:0:181::4b23). - connect (101: Network is unreachable) Cannot initiate the connection to apt.repos.intel.com:443 (2a00:a040:0:18a::4b23). - connect (101: Network is unreachable) Could not connect to apt.repos.intel.com:443 (23.214.18.81), connection timed out
W: Some index files failed to download. They have been ignored, or old ones used instead.

 

 

0 Kudos
4 Replies
ChithraJ_Intel
Moderator
3,263 Views

Hi Keter,

Thanks for reaching out to us. We tried out the steps that you have given and couldn't observe any such issues from our end. So, could you please verify the below things from your end:

  1. Are you using stable network connection? The network issues may result into this kind of connection timed out issue.
  2. Did you try to install any other Intel packages through APT repositories? If not, could you please try to install any other packages from the below link: https://software.intel.com/content/www/us/en/develop/articles/installing-intel-free-libs-and-python-apt-repo.html

Regards,

Chithra J


0 Kudos
Keter
Employee
3,255 Views

1. connection is stable, all other installations works perfectly

2. the link is what i tried as you can see in my initial post.

0 Kudos
ChithraJ_Intel
Moderator
3,217 Views

Hi Keter,


Could you please try disconnecting VPN and let us know the update.


Regards,

Chithra


0 Kudos
ChithraJ_Intel
Moderator
3,193 Views

Hi Keter,


We are assuming that your issue got resolved. We would discontinue monitoring this issue, please raise a new thread if you have further issues.


Regards,

Chithra


0 Kudos
Reply