<?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 Re: Linux ubuntu update server not responding in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/linux-ubuntu-update-server-not-responding/m-p/7239431#M105441</link>
    <description>&lt;P style="margin: 0;"&gt;&lt;STRONG&gt;Hello,&lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&lt;STRONG&gt;Let us know if you were able to resolve the issue.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&lt;STRONG&gt;If you have no further query, and you are satisfied with the answer then kindly mark the topic as Solved so that it is helpful for all community members.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P dir="auto" style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 31 Mar 2025 06:43:30 GMT</pubDate>
    <dc:creator>utnoor</dc:creator>
    <dc:date>2025-03-31T06:43:30Z</dc:date>
    <item>
      <title>Linux ubuntu update server not responding</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-ubuntu-update-server-not-responding/m-p/7238924#M105438</link>
      <description>&lt;P&gt;My Proliant is not getting it's updates any more from HPE. For several weeks now I have been getting the same error messages. I do a "sudo apt update" and part of it is as follows:&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;Ign:2 &lt;A href="http://downloads.linux.hpe.com/SDR/repo/mcp" target="_blank" rel="noopener"&gt;http://downloads.linux.hpe.com/SDR/repo/mcp&lt;/A&gt; jammy/12.40 InRelease&lt;BR /&gt;Ign:2 &lt;A href="http://downloads.linux.hpe.com/SDR/repo/mcp" target="_blank" rel="noopener"&gt;http://downloads.linux.hpe.com/SDR/repo/mcp&lt;/A&gt; jammy/12.40 InRelease&lt;BR /&gt;Err:2 &lt;A href="http://downloads.linux.hpe.com/SDR/repo/mcp" target="_blank" rel="noopener"&gt;http://downloads.linux.hpe.com/SDR/repo/mcp&lt;/A&gt; jammy/12.40 InRelease&lt;BR /&gt;Connection failed [IP: 16.230.112.82 80]&lt;BR /&gt;Reading package lists... Done&lt;BR /&gt;Building dependency tree... Done&lt;BR /&gt;Reading state information... Done&lt;BR /&gt;All packages are up to date.&lt;BR /&gt;W: Failed to fetch &lt;A href="http://downloads.linux.hpe.com/SDR/repo/mcp/dists/jammy/12.40/InRelease" target="_blank" rel="noopener"&gt;http://downloads.linux.hpe.com/SDR/repo/mcp/dists/jammy/12.40/InRelease&lt;/A&gt; Connection failed [IP: 16.230.112.82 80]&lt;BR /&gt;W: Some index files failed to download. They have been ignored, or old ones used instead.&lt;/P&gt;&lt;P&gt;Is there anything I can do to fix this?&lt;/P&gt;&lt;P&gt;Ubuntu version 22.04.5 LTS&lt;/P&gt;&lt;P&gt;HP ProLiant DL360 G7&lt;/P&gt;</description>
      <pubDate>Tue, 01 Apr 2025 11:31:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-ubuntu-update-server-not-responding/m-p/7238924#M105438</guid>
      <dc:creator>RainCaster</dc:creator>
      <dc:date>2025-04-01T11:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: Linux ubuntu update server not responding</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-ubuntu-update-server-not-responding/m-p/7239292#M105439</link>
      <description>&lt;P&gt;Hello RainCaster&lt;/P&gt;&lt;P&gt;I had the same Problem somehow HPE did change something.&lt;/P&gt;&lt;P&gt;You have to Manualy change the repo URLs from http:// to https://&lt;/P&gt;&lt;P&gt;Here's what to do with SUDO!!!&lt;/P&gt;&lt;P&gt;Change in all these Repos the&amp;nbsp;&lt;/P&gt;&lt;P&gt;In&lt;/P&gt;&lt;P&gt;/etc/yum.repos.d/HPE-spp-gen11.repo&lt;/P&gt;&lt;P&gt;The Line&lt;/P&gt;&lt;P&gt;baseurl=&lt;A href="http://downloads.linux.hpe.com/SDR/repo/fwpp-gen11/RedHat/9/$basearch/current" target="_blank" rel="noopener"&gt;http://downloads.linux.hpe.com/SDR/repo/fwpp-gen11/RedHat/9/$basearch/current&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;to&amp;nbsp;&lt;/P&gt;&lt;P&gt;baseurl=&lt;A href="https://downloads.linux.hpe.com/SDR/repo/fwpp-gen11/RedHat/9/$basearch/current" target="_blank" rel="noopener"&gt;https://downloads.linux.hpe.com/SDR/repo/fwpp-gen11/RedHat/9/$basearch/current&lt;/A&gt;&lt;/P&gt;&lt;P&gt;In&lt;/P&gt;&lt;P&gt;/etc/yum.repos.d/HPE-hpsum.repo&lt;/P&gt;&lt;P&gt;The Line&lt;/P&gt;&lt;P&gt;baseurl=&lt;A href="http://downloads.linux.hpe.com/SDR/repo/hpsum/RedHat/9/$basearch/current" target="_blank" rel="noopener"&gt;http://downloads.linux.hpe.com/SDR/repo/hpsum/RedHat/9/$basearch/current&lt;/A&gt;&lt;/P&gt;&lt;P&gt;to&lt;/P&gt;&lt;P&gt;baseurl=&lt;A href="https://downloads.linux.hpe.com/SDR/repo/hpsum/RedHat/9/$basearch/current" target="_blank" rel="noopener"&gt;https://downloads.linux.hpe.com/SDR/repo/hpsum/RedHat/9/$basearch/current&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and repeate the process for&amp;nbsp;&lt;/P&gt;&lt;P&gt;iloreset, and spp&lt;/P&gt;&lt;P&gt;For you it would be different Repos i see but the Process is the same.&lt;/P&gt;&lt;P&gt;This should fix youre issue. It did for me hope that helps you.&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Robin Kiefer&lt;/P&gt;</description>
      <pubDate>Thu, 27 Mar 2025 13:40:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-ubuntu-update-server-not-responding/m-p/7239292#M105439</guid>
      <dc:creator>robin_kiefer01</dc:creator>
      <dc:date>2025-03-27T13:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: Linux ubuntu update server not responding</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-ubuntu-update-server-not-responding/m-p/7239382#M105440</link>
      <description>&lt;P dir="auto" style="margin: 0;"&gt;Hello RainCaster,&lt;/P&gt;
&lt;P dir="auto" style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P dir="auto" style="margin: 0;"&gt;I would like to know whether you can access &amp;amp; login successfully into the link through general browser?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Mar 2025 16:00:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-ubuntu-update-server-not-responding/m-p/7239382#M105440</guid>
      <dc:creator>utnoor</dc:creator>
      <dc:date>2025-03-28T16:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: Linux ubuntu update server not responding</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-ubuntu-update-server-not-responding/m-p/7239431#M105441</link>
      <description>&lt;P style="margin: 0;"&gt;&lt;STRONG&gt;Hello,&lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&lt;STRONG&gt;Let us know if you were able to resolve the issue.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&lt;STRONG&gt;If you have no further query, and you are satisfied with the answer then kindly mark the topic as Solved so that it is helpful for all community members.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P dir="auto" style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Mar 2025 06:43:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-ubuntu-update-server-not-responding/m-p/7239431#M105441</guid>
      <dc:creator>utnoor</dc:creator>
      <dc:date>2025-03-31T06:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: Linux ubuntu update server not responding</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-ubuntu-update-server-not-responding/m-p/7239461#M105443</link>
      <description>&lt;P&gt;While that works for Redhat, I have Ubuntu, which is a little different. Your hint sent me down the right path, however. In my case the solution was to edit the file "/etc/apt/sources.list.d/mscp.list" I simply needed to change the URL from http to https.&lt;/P&gt;&lt;P&gt;Here's what the corrected file looks like:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;# HPE Management Component Pack&lt;BR /&gt;deb [signed-by=/usr/local/share/keyrings/hpe-key.gpg] &lt;A href="https://downloads.linux.hpe.com/SDR/repo/mcp" target="_blank" rel="noopener"&gt;https://downloads.linux.hpe.com/SDR/repo/mcp&lt;/A&gt; jammy/12.40 non-free&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Mar 2025 16:49:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-ubuntu-update-server-not-responding/m-p/7239461#M105443</guid>
      <dc:creator>RainCaster</dc:creator>
      <dc:date>2025-03-31T16:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: Linux ubuntu update server not responding</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-ubuntu-update-server-not-responding/m-p/7239495#M105444</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/2406886"&gt;@RainCaster&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;That's Excellent!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We are extremely glad to know you were able to find the solution and we appreciate you for keeping us updated.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Apr 2025 04:55:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-ubuntu-update-server-not-responding/m-p/7239495#M105444</guid>
      <dc:creator>Sunitha_Mod</dc:creator>
      <dc:date>2025-04-01T04:55:36Z</dc:date>
    </item>
  </channel>
</rss>

