<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Thank you, the problem have in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-apt-repo-Hash-Sum-mismatch/m-p/1167196#M28313</link>
    <description>&lt;P&gt;Thank you, the problem have gone away.&lt;/P&gt;&lt;P&gt;And&amp;nbsp;i finally see some Facebook container build&amp;nbsp;pipelines (for open source projects) got&amp;nbsp;finally healthy about 2-3&amp;nbsp;days ago.&amp;nbsp;They are using MKL widely so i had to work using patched downstream&amp;nbsp;with pre-downloaded&amp;nbsp;MKL binaries several weeks. I don't know how much users were affected, but don't think there were&amp;nbsp;a lot, its experimental stuff.&lt;/P&gt;&lt;P&gt;This is (not only)&amp;nbsp;example: &lt;A href="https://hub.docker.com/r/wav2letter/wav2letter/tags" target="_blank"&gt;https://hub.docker.com/r/wav2letter/wav2letter/tags&lt;/A&gt;, they had a delay in&amp;nbsp;image update&amp;nbsp;related to commits history about a month but recently released new one.&lt;/P&gt;&lt;P&gt;Thank you for resolving issue again.&lt;/P&gt;</description>
    <pubDate>Fri, 15 Mar 2019 21:43:46 GMT</pubDate>
    <dc:creator>bor__ilya</dc:creator>
    <dc:date>2019-03-15T21:43:46Z</dc:date>
    <item>
      <title>Problem with apt repo (Hash Sum mismatch)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-apt-repo-Hash-Sum-mismatch/m-p/1167194#M28311</link>
      <description>&lt;P&gt;Ubuntu 16.04 (containerized env)&lt;/P&gt;
&lt;PRE class="brush:bash; class-name:dark;"&gt;cd /tmp &amp;amp;&amp;amp; wget &lt;A href="https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB" target="_blank"&gt;https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB&lt;/A&gt;
apt-key add GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB
wget &lt;A href="https://apt.repos.intel.com/setup/intelproducts.list" target="_blank"&gt;https://apt.repos.intel.com/setup/intelproducts.list&lt;/A&gt; -O /etc/apt/sources.list.d/intelproducts.list
sh -c 'echo deb &lt;A href="https://apt.repos.intel.com/mkl" target="_blank"&gt;https://apt.repos.intel.com/mkl&lt;/A&gt; all main &amp;gt; /etc/apt/sources.list.d/intel-mkl.list'
apt-get update &amp;amp;&amp;amp; DEBIAN_FRONTEND=noninteractive $APT_INSTALL intel-mkl-64bit-2018.4-057&lt;/PRE&gt;

&lt;P&gt;Unexpected error output:&lt;/P&gt;

&lt;PRE class="brush:plain;"&gt;Hit:8 &lt;A href="http://archive.ubuntu.com/ubuntu" target="_blank"&gt;http://archive.ubuntu.com/ubuntu&lt;/A&gt; xenial-updates InRelease
Get:9 &lt;A href="https://apt.repos.intel.com/mkl" target="_blank"&gt;https://apt.repos.intel.com/mkl&lt;/A&gt; all/main amd64 Packages [83.8 kB]
Err:9 &lt;A href="https://apt.repos.intel.com/mkl" target="_blank"&gt;https://apt.repos.intel.com/mkl&lt;/A&gt; all/main amd64 Packages
&amp;nbsp; Hash Sum mismatch
Get:10 &lt;A href="https://apt.repos.intel.com/mkl" target="_blank"&gt;https://apt.repos.intel.com/mkl&lt;/A&gt; all/main all Packages [23.2 kB]
Err:10 &lt;A href="https://apt.repos.intel.com/mkl" target="_blank"&gt;https://apt.repos.intel.com/mkl&lt;/A&gt; all/main all Packages

Hit:11 &lt;A href="http://archive.ubuntu.com/ubuntu" target="_blank"&gt;http://archive.ubuntu.com/ubuntu&lt;/A&gt; xenial-backports InRelease
Fetched 102 kB in 1s (97.7 kB/s)
Reading package lists...
E: Failed to fetch &lt;A href="https://apt.repos.intel.com/mkl/dists/all/main/binary-amd64/Packages.gz" target="_blank"&gt;https://apt.repos.intel.com/mkl/dists/all/main/binary-amd64/Packages.gz&lt;/A&gt; &amp;nbsp;Hash Sum mismatch
E: Failed to fetch &lt;A href="https://apt.repos.intel.com/mkl/dists/all/main/binary-all/Packages.gz" target="_blank"&gt;https://apt.repos.intel.com/mkl/dists/all/main/binary-all/Packages.gz&lt;/A&gt;
E: Some index files failed to download. They have been ignored, or old ones used instead.
Removing intermediate container bfa65af9736b
The command '/bin/sh -c apt-get update &amp;amp;&amp;amp; &amp;nbsp; &amp;nbsp; apt-get install -y wget &amp;amp;&amp;amp; &amp;nbsp; &amp;nbsp; cd /tmp &amp;amp;&amp;amp; wget &lt;A href="https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB" target="_blank"&gt;https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB&lt;/A&gt; &amp;amp;&amp;amp; &amp;nbsp; &amp;nbsp; apt-key add GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB &amp;amp;&amp;amp; &amp;nbsp; &amp;nbsp; echo deb &lt;A href="https://apt.repos.intel.com/mkl" target="_blank"&gt;https://apt.repos.intel.com/mkl&lt;/A&gt; all main &amp;gt; /etc/apt/sources.list.d/intel-mkl.list &amp;amp;&amp;amp; &amp;nbsp; &amp;nbsp; apt-get update &amp;amp;&amp;amp; DEBIAN_FRONTEND=noninteractive $APT_INSTALL intel-mkl-64bit-2018.4-057' returned a non-zero code: 100

&lt;/PRE&gt;

&lt;P&gt;Problem may be related to &lt;A href="https://software.intel.com/en-us/forums/intel-math-kernel-library/topic/779730"&gt;2018 topic (#779730)&lt;/A&gt;&amp;nbsp;i've found googling fingerprint&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 10:44:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-apt-repo-Hash-Sum-mismatch/m-p/1167194#M28311</guid>
      <dc:creator>bor__ilya</dc:creator>
      <dc:date>2019-03-11T10:44:33Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-apt-repo-Hash-Sum-mismatch/m-p/1167195#M28312</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Thanks for your question. from the engineer's advise.&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;You may try again. The issue might have gone already. And if it’s possible, try to find out the exact date and time when the issue happened.&lt;/LI&gt;&lt;LI&gt;If the issue is still reproducing on the your side, pls check if you use&amp;nbsp;any proxy servers for internet access. Also it would be great&amp;nbsp;to download the following files manually and send us MD5 or SHA256 the checksums:&lt;OL&gt;&lt;LI&gt;&lt;A href="https://apt.repos.intel.com/mkl/dists/all/InRelease" style="color:#0563c1; text-decoration:underline"&gt;https://apt.repos.intel.com/mkl/dists/all/InRelease&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://apt.repos.intel.com/mkl/dists/all/Release" style="color:#0563c1; text-decoration:underline"&gt;https://apt.repos.intel.com/mkl/dists/all/Release&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://apt.repos.intel.com/mkl/dists/all/Release.gpg" style="color:#0563c1; text-decoration:underline"&gt;https://apt.repos.intel.com/mkl/dists/all/Release.gpg&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://apt.repos.intel.com/mkl/dists/all/main/binary-all/Packages" style="color:#0563c1; text-decoration:underline"&gt;https://apt.repos.intel.com/mkl/dists/all/main/binary-all/Packages&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://apt.repos.intel.com/mkl/dists/all/main/binary-all/Packages.bz2" style="color:#0563c1; text-decoration:underline"&gt;https://apt.repos.intel.com/mkl/dists/all/main/binary-all/Packages.bz2&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://apt.repos.intel.com/mkl/dists/all/main/binary-all/Packages.gz" style="color:#0563c1; text-decoration:underline"&gt;https://apt.repos.intel.com/mkl/dists/all/main/binary-all/Packages.gz&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://apt.repos.intel.com/mkl/dists/all/main/binary-amd64/Packages" style="color:#0563c1; text-decoration:underline"&gt;https://apt.repos.intel.com/mkl/dists/all/main/binary-amd64/Packages&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://apt.repos.intel.com/mkl/dists/all/main/binary-amd64/Packages.bz2" style="color:#0563c1; text-decoration:underline"&gt;https://apt.repos.intel.com/mkl/dists/all/main/binary-amd64/Packages.bz2&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://apt.repos.intel.com/mkl/dists/all/main/binary-amd64/Packages.gz" style="color:#0563c1; text-decoration:underline"&gt;https://apt.repos.intel.com/mkl/dists/all/main/binary-amd64/Packages.gz&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://apt.repos.intel.com/mkl/dists/all/main/binary-i386/Packages" style="color:#0563c1; text-decoration:underline"&gt;https://apt.repos.intel.com/mkl/dists/all/main/binary-i386/Packages&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://apt.repos.intel.com/mkl/dists/all/main/binary-i386/Packages.bz2" style="color:#0563c1; text-decoration:underline"&gt;https://apt.repos.intel.com/mkl/dists/all/main/binary-i386/Packages.bz2&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://apt.repos.intel.com/mkl/dists/all/main/binary-i386/Packages.gz" style="color:#0563c1; text-decoration:underline"&gt;https://apt.repos.intel.com/mkl/dists/all/main/binary-i386/Packages.gz&lt;/A&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Beside this, the engineer team still do more testing on this issue to see if they can reproduce from their side.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2019 08:46:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-apt-repo-Hash-Sum-mismatch/m-p/1167195#M28312</guid>
      <dc:creator>Alice_H_Intel</dc:creator>
      <dc:date>2019-03-15T08:46:52Z</dc:date>
    </item>
    <item>
      <title>Thank you, the problem have</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-apt-repo-Hash-Sum-mismatch/m-p/1167196#M28313</link>
      <description>&lt;P&gt;Thank you, the problem have gone away.&lt;/P&gt;&lt;P&gt;And&amp;nbsp;i finally see some Facebook container build&amp;nbsp;pipelines (for open source projects) got&amp;nbsp;finally healthy about 2-3&amp;nbsp;days ago.&amp;nbsp;They are using MKL widely so i had to work using patched downstream&amp;nbsp;with pre-downloaded&amp;nbsp;MKL binaries several weeks. I don't know how much users were affected, but don't think there were&amp;nbsp;a lot, its experimental stuff.&lt;/P&gt;&lt;P&gt;This is (not only)&amp;nbsp;example: &lt;A href="https://hub.docker.com/r/wav2letter/wav2letter/tags" target="_blank"&gt;https://hub.docker.com/r/wav2letter/wav2letter/tags&lt;/A&gt;, they had a delay in&amp;nbsp;image update&amp;nbsp;related to commits history about a month but recently released new one.&lt;/P&gt;&lt;P&gt;Thank you for resolving issue again.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2019 21:43:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-apt-repo-Hash-Sum-mismatch/m-p/1167196#M28313</guid>
      <dc:creator>bor__ilya</dc:creator>
      <dc:date>2019-03-15T21:43:46Z</dc:date>
    </item>
  </channel>
</rss>

