<?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 gpg keys failure prevent yum install of Intel libraries in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/gpg-keys-failure-prevent-yum-install-of-Intel-libraries/m-p/1170386#M28516</link>
    <description>&lt;P&gt;To install&amp;nbsp;&lt;STRONG&gt;intel-daal-core-2018.1-163&lt;/STRONG&gt;&amp;nbsp;on CentOS, I used these two repo files:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;/etc/yum.repos.d/intel-mkl.repo:&lt;/STRONG&gt;&lt;/P&gt;
&lt;PRE class="brush:bash; wrap-lines:false;"&gt;[intel-mkl-core-2018.1-163] 
name='Intel(R) Intel Math Kernel Library' 
baseurl=https://yum.repos.intel.com/mkl 
enabled=1 
gpgcheck=1 
repo_gpgcheck=1 
gpgkey=https://yum.repos.intel.com/mkl/setup/PUBLIC_KEY.PUB 
debuglevel=10 
enabled=1&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;/etc/yum.repos.d/intel-daal.repo:&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE class="brush:bash; wrap-lines:false;"&gt;[intel-daal-core-2018.1-163] 
name='Intel(R) Data Analytics Acceleration Library' baseurl=https://yum.repos.intel.com/daal 
enabled=1 
gpgcheck=1 
repo_gpgcheck=1 
gpgkey=https://yum.repos.intel.com/daal/setup/PUBLIC_KEY.PUB 
debuglevel=10 
enabled=1&lt;/PRE&gt;

&lt;P&gt;But, from this morning, the yum install command (&lt;STRONG&gt;sudo yum install intel-daal-core-2018.1-163&lt;/STRONG&gt;) fails with:&lt;/P&gt;

&lt;PRE class="brush:bash; wrap-lines:false;"&gt;failure: repodata/repomd.xml from intel-mkl-core-2018.1-163: [Errno 256] No more mirrors to try. &lt;A href="https://yum.repos.intel.com/mkl/repodata/repomd.xml:" target="_blank"&gt;https://yum.repos.intel.com/mkl/repodata/repomd.xml:&lt;/A&gt; [Errno -1] Gpg Keys not imported, cannot verify repomd.xml for repo intel-mkl-core-2018.1-163&lt;/PRE&gt;

&lt;P&gt;However, if I stop checking the gpg keys, namely - I change the repo files to:&lt;/P&gt;

&lt;PRE class="brush:bash; wrap-lines:false;"&gt;
[intel-mkl-core-2018.1-163] 
name='Intel(R) Intel Math Kernel Library' 
baseurl=https://yum.repos.intel.com/mkl 
enabled=1 
gpgcheck=1 
repo_gpgcheck=0 
#gpgkey=https://yum.repos.intel.com/mkl/setup/PUBLIC_KEY.PUB 
debuglevel=10 
enabled=1 


[intel-daal-core-2018.1-163] 
name='Intel(R) Data Analytics Acceleration Library' 
baseurl=https://yum.repos.intel.com/daal 
enabled=1 
gpgcheck=0 
repo_gpgcheck=0 
#gpgkey=https://yum.repos.intel.com/daal/setup/PUBLIC_KEY.PUB 
debuglevel=10 
enabled=1&lt;/PRE&gt;

&lt;P&gt;And do:&lt;/P&gt;

&lt;PRE class="brush:bash; wrap-lines:false;"&gt;sudo yum clean all ; sudo rm -rf /var/cache/yum&lt;/PRE&gt;

&lt;P&gt;Then&amp;nbsp;&lt;STRONG&gt;sudo yum install intel-daal-core-2018.1-163&lt;/STRONG&gt;&amp;nbsp;is successful.&lt;/P&gt;
&lt;P&gt;Googling didn't find any notice from Intel that they changed something.&lt;BR /&gt;&lt;EM&gt;Does anyone know what's the reason for the yum failure of gpg keys?&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 27 Sep 2019 19:35:04 GMT</pubDate>
    <dc:creator>Barak__Ron</dc:creator>
    <dc:date>2019-09-27T19:35:04Z</dc:date>
    <item>
      <title>gpg keys failure prevent yum install of Intel libraries</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/gpg-keys-failure-prevent-yum-install-of-Intel-libraries/m-p/1170386#M28516</link>
      <description>&lt;P&gt;To install&amp;nbsp;&lt;STRONG&gt;intel-daal-core-2018.1-163&lt;/STRONG&gt;&amp;nbsp;on CentOS, I used these two repo files:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;/etc/yum.repos.d/intel-mkl.repo:&lt;/STRONG&gt;&lt;/P&gt;
&lt;PRE class="brush:bash; wrap-lines:false;"&gt;[intel-mkl-core-2018.1-163] 
name='Intel(R) Intel Math Kernel Library' 
baseurl=https://yum.repos.intel.com/mkl 
enabled=1 
gpgcheck=1 
repo_gpgcheck=1 
gpgkey=https://yum.repos.intel.com/mkl/setup/PUBLIC_KEY.PUB 
debuglevel=10 
enabled=1&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;/etc/yum.repos.d/intel-daal.repo:&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE class="brush:bash; wrap-lines:false;"&gt;[intel-daal-core-2018.1-163] 
name='Intel(R) Data Analytics Acceleration Library' baseurl=https://yum.repos.intel.com/daal 
enabled=1 
gpgcheck=1 
repo_gpgcheck=1 
gpgkey=https://yum.repos.intel.com/daal/setup/PUBLIC_KEY.PUB 
debuglevel=10 
enabled=1&lt;/PRE&gt;

&lt;P&gt;But, from this morning, the yum install command (&lt;STRONG&gt;sudo yum install intel-daal-core-2018.1-163&lt;/STRONG&gt;) fails with:&lt;/P&gt;

&lt;PRE class="brush:bash; wrap-lines:false;"&gt;failure: repodata/repomd.xml from intel-mkl-core-2018.1-163: [Errno 256] No more mirrors to try. &lt;A href="https://yum.repos.intel.com/mkl/repodata/repomd.xml:" target="_blank"&gt;https://yum.repos.intel.com/mkl/repodata/repomd.xml:&lt;/A&gt; [Errno -1] Gpg Keys not imported, cannot verify repomd.xml for repo intel-mkl-core-2018.1-163&lt;/PRE&gt;

&lt;P&gt;However, if I stop checking the gpg keys, namely - I change the repo files to:&lt;/P&gt;

&lt;PRE class="brush:bash; wrap-lines:false;"&gt;
[intel-mkl-core-2018.1-163] 
name='Intel(R) Intel Math Kernel Library' 
baseurl=https://yum.repos.intel.com/mkl 
enabled=1 
gpgcheck=1 
repo_gpgcheck=0 
#gpgkey=https://yum.repos.intel.com/mkl/setup/PUBLIC_KEY.PUB 
debuglevel=10 
enabled=1 


[intel-daal-core-2018.1-163] 
name='Intel(R) Data Analytics Acceleration Library' 
baseurl=https://yum.repos.intel.com/daal 
enabled=1 
gpgcheck=0 
repo_gpgcheck=0 
#gpgkey=https://yum.repos.intel.com/daal/setup/PUBLIC_KEY.PUB 
debuglevel=10 
enabled=1&lt;/PRE&gt;

&lt;P&gt;And do:&lt;/P&gt;

&lt;PRE class="brush:bash; wrap-lines:false;"&gt;sudo yum clean all ; sudo rm -rf /var/cache/yum&lt;/PRE&gt;

&lt;P&gt;Then&amp;nbsp;&lt;STRONG&gt;sudo yum install intel-daal-core-2018.1-163&lt;/STRONG&gt;&amp;nbsp;is successful.&lt;/P&gt;
&lt;P&gt;Googling didn't find any notice from Intel that they changed something.&lt;BR /&gt;&lt;EM&gt;Does anyone know what's the reason for the yum failure of gpg keys?&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 19:35:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/gpg-keys-failure-prevent-yum-install-of-Intel-libraries/m-p/1170386#M28516</guid>
      <dc:creator>Barak__Ron</dc:creator>
      <dc:date>2019-09-27T19:35:04Z</dc:date>
    </item>
    <item>
      <title>Same problem in Debian/APT</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/gpg-keys-failure-prevent-yum-install-of-Intel-libraries/m-p/1170387#M28517</link>
      <description>&lt;P&gt;&lt;A href="https://software.intel.com/en-us/forums/intel-math-kernel-library/topic/821496"&gt;Same problem in Debian/APT feed&lt;/A&gt;. The key has expired today. Hope they'll fix it on Monday.&lt;/P&gt;</description>
      <pubDate>Sun, 29 Sep 2019 09:07:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/gpg-keys-failure-prevent-yum-install-of-Intel-libraries/m-p/1170387#M28517</guid>
      <dc:creator>KKats1</dc:creator>
      <dc:date>2019-09-29T09:07:24Z</dc:date>
    </item>
    <item>
      <title>Thank you for the report. the</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/gpg-keys-failure-prevent-yum-install-of-Intel-libraries/m-p/1170388#M28518</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;for the report. the issue is escalated and we will fix the issue asap.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2019 08:01:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/gpg-keys-failure-prevent-yum-install-of-Intel-libraries/m-p/1170388#M28518</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2019-09-30T08:01:17Z</dc:date>
    </item>
    <item>
      <title>Could you try the package</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/gpg-keys-failure-prevent-yum-install-of-Intel-libraries/m-p/1170389#M28519</link>
      <description>&lt;P&gt;Could you try the package once again right now?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2019 03:07:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/gpg-keys-failure-prevent-yum-install-of-Intel-libraries/m-p/1170389#M28519</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2019-10-01T03:07:23Z</dc:date>
    </item>
    <item>
      <title>Seems the gpg keys problems</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/gpg-keys-failure-prevent-yum-install-of-Intel-libraries/m-p/1170390#M28520</link>
      <description>&lt;P&gt;Seems the&amp;nbsp;gpg keys problems for the daal/mkl libraries is fixed.&lt;/P&gt;&lt;P&gt;on "Tue Oct &amp;nbsp;1 09:48:23 PDT 2019" - I executed&amp;nbsp;&lt;STRONG&gt;sudo yum install intel-daal-core-2018.1-163 --downloadonly -y&lt;/STRONG&gt;&amp;nbsp;without any errors.[1]&lt;/P&gt;&lt;P&gt;Thanks,&amp;nbsp;Gennady.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[1] also no errors for&amp;nbsp;&lt;STRONG&gt;sudo yum install intel-mkl-core-2018.1-163 --downloadonly -y&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2019 17:00:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/gpg-keys-failure-prevent-yum-install-of-Intel-libraries/m-p/1170390#M28520</guid>
      <dc:creator>Barak__Ron</dc:creator>
      <dc:date>2019-10-01T17:00:17Z</dc:date>
    </item>
    <item>
      <title>Same here.  Posted https:/</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/gpg-keys-failure-prevent-yum-install-of-Intel-libraries/m-p/1170391#M28521</link>
      <description>&lt;P&gt;Same here.&amp;nbsp; Posted&amp;nbsp;https://software.intel.com/en-us/forums/intel-clusters-and-hpc-technology/topic/821891 but it isn't showing up in the&amp;nbsp;https://software.intel.com/en-us/forums/intel-clusters-and-hpc-technology list of topics.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2019 18:57:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/gpg-keys-failure-prevent-yum-install-of-Intel-libraries/m-p/1170391#M28521</guid>
      <dc:creator>Wilkes__Chris</dc:creator>
      <dc:date>2019-10-01T18:57:57Z</dc:date>
    </item>
  </channel>
</rss>

