<?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: Re:EII PCB Defect Detection Build failare in Edge Software Catalog</title>
    <link>https://community.intel.com/t5/Edge-Software-Catalog/EII-PCB-Defect-Detection-Build-failare/m-p/1575250#M589</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.intel.com/t5/Intel-Edge-Software-Hub/Questions-about-the-Smart-Edge-Open-Developer-Experience-Kit/m-p/1470079" target="_self"&gt;this solution&lt;/A&gt; might help you.&lt;/P&gt;
&lt;P&gt;Another option is to try on a different network, check your IP using ifconfig command and try to see whether the new network works.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cordially,&lt;/P&gt;
&lt;P&gt;Iffa&lt;/P&gt;</description>
    <pubDate>Mon, 26 Feb 2024 02:31:16 GMT</pubDate>
    <dc:creator>Iffa_Intel</dc:creator>
    <dc:date>2024-02-26T02:31:16Z</dc:date>
    <item>
      <title>EII PCB Defect Detection Build failare</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/EII-PCB-Defect-Detection-Build-failare/m-p/1573090#M583</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;A href="https://www.intel.com/content/www/us/en/developer/articles/reference-implementation/smart-edge-open-developer-experience-kit.html" target="_self"&gt;we following the document installed .&lt;/A&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;sudo useradd -s /bin/bash -d /home/smartedge-open/ -m -G sudo smartedge-open&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;sudo passwd smartedge-open&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;echo "smartedge-open ALL=(ALL) NOPASSWD:ALL" | sudo tee /etc/sudoers.d/smartedge-open&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;ssh-keygen&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;sudo apt install unzip&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;unzip Smart_Edge_Open_Developer_Experience_Kits.zip&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;cd Smart_Edge_Open_Developer_Experience_Kits&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;chmod 755 edgesoftware&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;./edgesoftware install&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;that will hang。run&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;./edgesoftware install，when request entering IP :192.168.10.41 to SYNNEX-NUC02XH&amp;nbsp; but we entering it after 4 hrs still no any response .&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 999px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/51652i1B940526ACB58067/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Sat, 17 Feb 2024 09:20:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/EII-PCB-Defect-Detection-Build-failare/m-p/1573090#M583</guid>
      <dc:creator>TChio</dc:creator>
      <dc:date>2024-02-17T09:20:35Z</dc:date>
    </item>
    <item>
      <title>Re:EII PCB Defect Detection Build failare</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/EII-PCB-Defect-Detection-Build-failare/m-p/1574042#M584</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;any chance that you are behind a proxy network? You'll need to ensure that proxy addresses are configured in the system if you are.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;https_proxy=&amp;lt;proxy-address&amp;gt;:&amp;lt;proxy-port&amp;gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;http_proxy=&amp;lt;proxy-address&amp;gt;:&amp;lt;proxy-port&amp;gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;HTTP_PROXY=&amp;lt;proxy-address&amp;gt;:&amp;lt;proxy-port&amp;gt;&lt;/P&gt;&lt;P&gt;HTTPS_PROXY=&amp;lt;proxy-address&amp;gt;:&amp;lt;proxy-port&amp;gt;&lt;/P&gt;&lt;P&gt;ftp_proxy=&amp;lt;proxy-address&amp;gt;:&amp;lt;proxy-port&amp;gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;no_proxy=&amp;lt;list of proxies with your machine ip&amp;gt;&lt;/P&gt;&lt;P&gt;NO_PROXY=&amp;lt;list of proxies with your machine ip&amp;gt;&lt;/P&gt;&lt;P&gt;all_proxy=&amp;lt;socks&amp;gt;:&amp;lt;proxy-address&amp;gt;:&amp;lt;port&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Cordially,&lt;/P&gt;&lt;P&gt;Iffa&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Feb 2024 02:07:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/EII-PCB-Defect-Detection-Build-failare/m-p/1574042#M584</guid>
      <dc:creator>Iffa_Intel</dc:creator>
      <dc:date>2024-02-21T02:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: Re:EII PCB Defect Detection Build failare</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/EII-PCB-Defect-Detection-Build-failare/m-p/1574446#M585</link>
      <description>&lt;P&gt;Hi Cordially :&lt;/P&gt;&lt;P&gt;we don't used Proxy .&amp;nbsp;&lt;/P&gt;&lt;P&gt;we reboot and run it still meet the address hang up problem . could we know what the IP address is own&amp;nbsp;machine address ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;below is the command after install server20.04 photo for you reference .&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1" style="width: 999px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/51766i1B34F5AC5E720205/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="1.png" alt="1" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;1&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 09:25:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/EII-PCB-Defect-Detection-Build-failare/m-p/1574446#M585</guid>
      <dc:creator>TChio</dc:creator>
      <dc:date>2024-02-22T09:25:24Z</dc:date>
    </item>
    <item>
      <title>Re:EII PCB Defect Detection Build failare</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/EII-PCB-Defect-Detection-Build-failare/m-p/1574624#M586</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;are you able to download/wget or ping 8.8.8.8 (Google DNS server) on that machine? (best to test download using command).&lt;/P&gt;&lt;P&gt;This is to determine whether the installer or your setup has issues.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Cordially,&lt;/P&gt;&lt;P&gt;Iffa&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Feb 2024 00:35:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/EII-PCB-Defect-Detection-Build-failare/m-p/1574624#M586</guid>
      <dc:creator>Iffa_Intel</dc:creator>
      <dc:date>2024-02-23T00:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: Re:EII PCB Defect Detection Build failare</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/EII-PCB-Defect-Detection-Build-failare/m-p/1574647#M587</link>
      <description>&lt;P&gt;Hi Coridally :&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hi, I am able to ping 8.8.8.8 and wget&amp;nbsp;&lt;/SPAN&gt;&lt;A href="http://www.google.com/" target="_blank" rel="noopener noreferrer"&gt;http://www.google.com&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2024 02:03:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/EII-PCB-Defect-Detection-Build-failare/m-p/1574647#M587</guid>
      <dc:creator>TChio</dc:creator>
      <dc:date>2024-02-23T02:03:16Z</dc:date>
    </item>
    <item>
      <title>Re:EII PCB Defect Detection Build failare</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/EII-PCB-Defect-Detection-Build-failare/m-p/1574714#M588</link>
      <description>&lt;P&gt;We will further investigate this and get back to you.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Cordially,&lt;/P&gt;&lt;P&gt;Iffa&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Feb 2024 05:53:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/EII-PCB-Defect-Detection-Build-failare/m-p/1574714#M588</guid>
      <dc:creator>Iffa_Intel</dc:creator>
      <dc:date>2024-02-23T05:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Re:EII PCB Defect Detection Build failare</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/EII-PCB-Defect-Detection-Build-failare/m-p/1575250#M589</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.intel.com/t5/Intel-Edge-Software-Hub/Questions-about-the-Smart-Edge-Open-Developer-Experience-Kit/m-p/1470079" target="_self"&gt;this solution&lt;/A&gt; might help you.&lt;/P&gt;
&lt;P&gt;Another option is to try on a different network, check your IP using ifconfig command and try to see whether the new network works.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cordially,&lt;/P&gt;
&lt;P&gt;Iffa&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2024 02:31:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/EII-PCB-Defect-Detection-Build-failare/m-p/1575250#M589</guid>
      <dc:creator>Iffa_Intel</dc:creator>
      <dc:date>2024-02-26T02:31:16Z</dc:date>
    </item>
    <item>
      <title>Re:EII PCB Defect Detection Build failare</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/EII-PCB-Defect-Detection-Build-failare/m-p/1576719#M590</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri, sans-serif; font-size: 11pt;"&gt;Intel will no longer monitor this thread since we have provided a solution.&amp;nbsp;If you need any additional information from Intel, please submit a new question.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri, sans-serif; font-size: 11pt;"&gt;Cordially,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri, sans-serif; font-size: 11pt;"&gt;Iffa&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Feb 2024 17:30:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/EII-PCB-Defect-Detection-Build-failare/m-p/1576719#M590</guid>
      <dc:creator>Iffa_Intel</dc:creator>
      <dc:date>2024-02-29T17:30:57Z</dc:date>
    </item>
  </channel>
</rss>

