<?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 Hi, Jia-shing: in Edge Software Catalog</title>
    <link>https://community.intel.com/t5/Edge-Software-Catalog/Mongodb-connected-failed-in-tls-native-installation/m-p/1185182#M2316</link>
    <description>&lt;P&gt;Hi, Jia-shing:&lt;/P&gt;&lt;P&gt;The issue has been resolved.&lt;/P&gt;&lt;P&gt;I checked the /etc/apt/sources.list.d/, and I saw&amp;nbsp;mongodb3.4.list.&lt;/P&gt;&lt;P&gt;I removed it&amp;nbsp;and tried&amp;nbsp;the setup_TLS.sh again after modifying with the line you provided for ubuntu16.04 LTS&lt;/P&gt;&lt;P&gt;&lt;EM&gt;'echo "deb [ arch=amd64,arm64 ]&amp;nbsp;https://repo.mongodb.org/apt/ubuntu&amp;nbsp;bionic/mongodb-org/4.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-4.0.list'&amp;nbsp;line with 'echo "deb [ arch=amd64,arm64 ]&amp;nbsp;https://repo.mongodb.org/apt/ubuntu&amp;nbsp;xenial/mongodb-org/4.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-4.0.list'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;The mongodb 4.0 is setup and running.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much for your quick response, and supports,&lt;/P&gt;&lt;P&gt;Joey&lt;/P&gt;</description>
    <pubDate>Tue, 26 May 2020 13:29:24 GMT</pubDate>
    <dc:creator>Lin__Joey</dc:creator>
    <dc:date>2020-05-26T13:29:24Z</dc:date>
    <item>
      <title>Mongodb connected failed in tls native installation</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/Mongodb-connected-failed-in-tls-native-installation/m-p/1185172#M2306</link>
      <description>&lt;P style="margin-left: 0cm; margin-right: 0cm;"&gt;This week I upgraded the TLS from that contained in EIS2.1.1 to EIS2.2.&lt;/P&gt;
&lt;P style="margin-left: 0cm; margin-right: 0cm;"&gt;I also upgraded OpenVino to 2020.2.&lt;/P&gt;
&lt;P style="margin-left: 0cm; margin-right: 0cm;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin-left: 0cm; margin-right: 0cm;"&gt;This time, I have remoted agent and dispatcher connected without error, but the Mongodb connected failed.&lt;/P&gt;
&lt;P style="margin-left: 0cm; margin-right: 0cm;"&gt;And the tls localhost:8080 webpage could not work, either.&lt;/P&gt;
&lt;P style="margin-left: 0cm; margin-right: 0cm;"&gt;What will be possible reasons for this issue? Should I need to use Docker version instead?&lt;/P&gt;
&lt;P style="margin-left: 0cm; margin-right: 0cm;"&gt;Your expertise will be highly appreciated!&lt;/P&gt;
&lt;P style="margin-left: 0cm; margin-right: 0cm;"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 May 2021 14:37:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/Mongodb-connected-failed-in-tls-native-installation/m-p/1185172#M2306</guid>
      <dc:creator>Lin__Joey</dc:creator>
      <dc:date>2021-05-04T14:37:35Z</dc:date>
    </item>
    <item>
      <title>Hi Joey,</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/Mongodb-connected-failed-in-tls-native-installation/m-p/1185173#M2307</link>
      <description>&lt;P&gt;Hi Joey,&lt;/P&gt;&lt;P&gt;According to your follow-up email, TLS related services, such as mongod and perhaps others , are in an inactive state. Can you please do a "sudo systemctl daemon-reload" and see the services can start correctly?&lt;/P&gt;&lt;P&gt;If this doesn't work, please help us understand the steps you took to install and set up TLS. As part of&amp;nbsp;tls/Setup/setup_TLS.sh, steps were taken to install, set up, and start mongod. Let's find out what went wrong.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jia-Shing&lt;/P&gt;</description>
      <pubDate>Mon, 25 May 2020 07:43:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/Mongodb-connected-failed-in-tls-native-installation/m-p/1185173#M2307</guid>
      <dc:creator>Jia-Shing_W_Intel</dc:creator>
      <dc:date>2020-05-25T07:43:54Z</dc:date>
    </item>
    <item>
      <title>Dear Jia-shing;</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/Mongodb-connected-failed-in-tls-native-installation/m-p/1185174#M2308</link>
      <description>&lt;P style="margin-left:0cm; margin-right:0cm"&gt;Dear Jia-shing;&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;Run “sudo systemctl daemon-reload”, but the mongod service still not available&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;My installation followed the steps in 1_Installation.md and 2_NativeDevelopment.md&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;I tried to run&amp;nbsp;tls/Setup/setup_TLS.sh again, it succeed.&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;Yet, mongod still not running, and the connection failed&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;Could you please explain more about how to set up and start mongod?&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;Thank you in advance,&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;Joey&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 May 2020 12:11:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/Mongodb-connected-failed-in-tls-native-installation/m-p/1185174#M2308</guid>
      <dc:creator>Lin__Joey</dc:creator>
      <dc:date>2020-05-25T12:11:06Z</dc:date>
    </item>
    <item>
      <title>Hi Joey,</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/Mongodb-connected-failed-in-tls-native-installation/m-p/1185175#M2309</link>
      <description>&lt;P&gt;Hi Joey,&lt;/P&gt;&lt;P&gt;During your setup, did you see any error? Can you capture the installation logs and attach it here?&lt;/P&gt;&lt;P&gt;If you look at setup_TLS.sh, there is the following&lt;/P&gt;&lt;P&gt;echo "Setup MongoDB PPA Repository"&lt;BR /&gt;wget -qO - &lt;A href="https://www.mongodb.org/static/pgp/server-4.0.asc" target="_blank"&gt;https://www.mongodb.org/static/pgp/server-4.0.asc&lt;/A&gt; | sudo -E apt-key add -&lt;BR /&gt;echo "deb [ arch=amd64 ] &lt;A href="https://repo.mongodb.org/apt/ubuntu" target="_blank"&gt;https://repo.mongodb.org/apt/ubuntu&lt;/A&gt; bionic/mongodb-org/4.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-4.0.list&lt;BR /&gt;sudo -E apt-get update&lt;BR /&gt;sudo -E apt-get install -y mongodb-org&lt;BR /&gt;sudo systemctl enable mongod&lt;BR /&gt;sudo systemctl start mongod&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These lines are&amp;nbsp;supposed to install mongodb, enable and start the daemon. Do you see&amp;nbsp;/etc/systemd/system/multi-user.target.wants/mongod.service and&amp;nbsp;/lib/systemd/system/mongod.service?&lt;/P&gt;&lt;P&gt;By the way, do you have any Docker container running (docker ps)? Is your TCP port 27017 in use? I am wondering if there is a port conflict that prevented mongod from running.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jia-Shing&lt;/P&gt;</description>
      <pubDate>Mon, 25 May 2020 12:41:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/Mongodb-connected-failed-in-tls-native-installation/m-p/1185175#M2309</guid>
      <dc:creator>Jia-Shing_W_Intel</dc:creator>
      <dc:date>2020-05-25T12:41:01Z</dc:date>
    </item>
    <item>
      <title>Hi, Jia-Shing:</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/Mongodb-connected-failed-in-tls-native-installation/m-p/1185176#M2310</link>
      <description>&lt;P style="margin-left:0cm; margin-right:0cm"&gt;Hi, Jia-Shing:&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;You are right. The log shows error when installing mongodb. The error message lists as below:&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;“….&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;W: GPG error: &lt;A href="http://repo.mongodb.org/apt/ubuntu" target="_blank"&gt;http://repo.mongodb.org/apt/ubuntu&lt;/A&gt; xenial/mongodb-org/3.4 Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY BC711F9BA15703C6&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;W: The repository 'http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.4 Release' is not signed.&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;N: See apt-secure(8) manpage for repository creation and user configuration details.&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;Reading package lists... Done&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;Building dependency tree&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;Reading state information... Done&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;Some packages could not be installed. This may mean that you have&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;requested an impossible situation or if you are using the unstable&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;distribution that some required packages have not yet been created&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;or been moved out of Incoming.&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;The following information may help to resolve the situation:&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;The following packages have unmet dependencies:&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;&amp;nbsp;mongodb-org : Depends: mongodb-org-shell but it is not going to be installed&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Depends: mongodb-org-server but it is not going to be installed&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Depends: mongodb-org-mongos but it is not going to be installed&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Depends: mongodb-org-tools but it is not going to be installed&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;E: Unable to correct problems, you have held broken packages.&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;Failed to execute operation: No such file or directory&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;Failed to start mongod.service: Unit mongod.service not found.&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;"&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;regards,&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;Joey&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;“&lt;/P&gt;</description>
      <pubDate>Mon, 25 May 2020 15:12:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/Mongodb-connected-failed-in-tls-native-installation/m-p/1185176#M2310</guid>
      <dc:creator>Lin__Joey</dc:creator>
      <dc:date>2020-05-25T15:12:15Z</dc:date>
    </item>
    <item>
      <title>Hi Joey,</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/Mongodb-connected-failed-in-tls-native-installation/m-p/1185177#M2311</link>
      <description>&lt;P&gt;Hi Joey,&lt;/P&gt;&lt;P&gt;Your device is missing the public key for mongodb-org. If you do "sudo -E wget -qO -&amp;nbsp;https://www.mongodb.org/static/pgp/server-4.0.asc&amp;nbsp;| sudo -E apt-key add -" from the commandline, do you see any error? If this works, run the installation scripts again. If it doesn't, please check your proxy settings.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jia-Shing&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2020 02:15:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/Mongodb-connected-failed-in-tls-native-installation/m-p/1185177#M2311</guid>
      <dc:creator>Jia-Shing_W_Intel</dc:creator>
      <dc:date>2020-05-26T02:15:39Z</dc:date>
    </item>
    <item>
      <title>Dear Jia-Shing:</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/Mongodb-connected-failed-in-tls-native-installation/m-p/1185178#M2312</link>
      <description>&lt;P style="margin-left:0cm; margin-right:0cm"&gt;Dear Jia-Shing:&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;The network seems fine. However, the public key seems not working. Please check the message after running setup.&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;/home/joeylin/tls # sudo -E wget -qO - &lt;A href="https://www.mongodb.org/static/pgp/server-4.0.asc" target="_blank"&gt;https://www.mongodb.org/static/pgp/server-4.0.asc&lt;/A&gt; | sudo -E apt-key add -&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;OK&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;/home/joeylin/tls# ./Setup/setup_TLS.sh&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;….&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;Reading package lists... Done&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;W: GPG error: &lt;A href="http://repo.mongodb.org/apt/ubuntu" target="_blank"&gt;http://repo.mongodb.org/apt/ubuntu&lt;/A&gt; xenial/mongodb-org/3.4 Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY BC711F9BA15703C6&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;E: The repository 'http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.4 Release' is not signed.&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;N: Updating from such a repository can't be done securely, and is therefore disabled by default.&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;N: See apt-secure(8) manpage for repository creation and user configuration details.&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;...&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;regards,&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;Joey&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2020 06:23:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/Mongodb-connected-failed-in-tls-native-installation/m-p/1185178#M2312</guid>
      <dc:creator>Lin__Joey</dc:creator>
      <dc:date>2020-05-26T06:23:11Z</dc:date>
    </item>
    <item>
      <title>Hi Joey,</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/Mongodb-connected-failed-in-tls-native-installation/m-p/1185179#M2313</link>
      <description>&lt;P&gt;Hi Joey,&lt;/P&gt;&lt;P&gt;I'm curious, why is your setup installing mongodb 3.4 while mine is doing 4.0? Are you installing TLS from EIS 2.2 or 2.1.1? Below is some description of what the script lines do:&lt;/P&gt;&lt;P&gt;wget -qO - &lt;A href="https://www.mongodb.org/static/pgp/server-4.0.asc" target="_blank"&gt;https://www.mongodb.org/static/pgp/server-4.0.asc&lt;/A&gt; | sudo -E apt-key add -&amp;nbsp; &amp;nbsp;&lt;STRONG&gt;--&amp;gt; This line added the public key for mongodb-org v4.0.&lt;/STRONG&gt;&lt;BR /&gt;echo "deb [ arch=amd64 ] &lt;A href="https://repo.mongodb.org/apt/ubuntu" target="_blank"&gt;https://repo.mongodb.org/apt/ubuntu&lt;/A&gt; bionic/mongodb-org/4.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-4.0.list&amp;nbsp; &amp;nbsp;&lt;STRONG&gt; --&amp;gt; This line adds the mongodb 4.0 repository to the list.&lt;/STRONG&gt;&lt;BR /&gt;sudo -E apt-get update &lt;STRONG&gt;--&amp;gt; updates package list&lt;/STRONG&gt;&lt;BR /&gt;sudo -E apt-get install -y mongodb-org&amp;nbsp; &lt;STRONG&gt;--&amp;gt; expected to install the latest available, which is 4.0&lt;/STRONG&gt;&lt;BR /&gt;sudo systemctl enable mongod&lt;BR /&gt;sudo systemctl start mongod&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please double check.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jia-Shing&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2020 06:58:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/Mongodb-connected-failed-in-tls-native-installation/m-p/1185179#M2313</guid>
      <dc:creator>Jia-Shing_W_Intel</dc:creator>
      <dc:date>2020-05-26T06:58:51Z</dc:date>
    </item>
    <item>
      <title>Hi, Jia-shing:</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/Mongodb-connected-failed-in-tls-native-installation/m-p/1185180#M2314</link>
      <description>&lt;P style="margin-left:0cm; margin-right:0cm"&gt;Hi, Jia-shing:&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;I uses the EIS2.2 and the script in the setup_TLS.sh do call to install mongodb 4.0.&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;Somehow the script manage to install 3.4 and failed. Please see the installation log for details.&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;"&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;,,,,&lt;/P&gt;&lt;P&gt;Update PPA Repository Cache&lt;BR /&gt;Hit:1 &lt;A href="http://tw.archive.ubuntu.com/ubuntu" target="_blank"&gt;http://tw.archive.ubuntu.com/ubuntu&lt;/A&gt; xenial InRelease&lt;BR /&gt;Hit:2 &lt;A href="http://tw.archive.ubuntu.com/ubuntu" target="_blank"&gt;http://tw.archive.ubuntu.com/ubuntu&lt;/A&gt; xenial-updates InRelease&lt;BR /&gt;Hit:3 &lt;A href="http://dl.google.com/linux/chrome/deb" target="_blank"&gt;http://dl.google.com/linux/chrome/deb&lt;/A&gt; stable InRelease&lt;BR /&gt;Hit:4 &lt;A href="http://tw.archive.ubuntu.com/ubuntu" target="_blank"&gt;http://tw.archive.ubuntu.com/ubuntu&lt;/A&gt; xenial-backports InRelease&lt;BR /&gt;Ign:5 &lt;A href="http://repo.mongodb.org/apt/ubuntu" target="_blank"&gt;http://repo.mongodb.org/apt/ubuntu&lt;/A&gt; xenial/mongodb-org/3.4 InRelease&lt;BR /&gt;Hit:6 &lt;A href="http://security.ubuntu.com/ubuntu" target="_blank"&gt;http://security.ubuntu.com/ubuntu&lt;/A&gt; xenial-security InRelease&lt;BR /&gt;Hit:7 &lt;A href="https://deb.nodesource.com/node_10.x" target="_blank"&gt;https://deb.nodesource.com/node_10.x&lt;/A&gt; xenial InRelease&lt;BR /&gt;Get:8 &lt;A href="http://repo.mongodb.org/apt/ubuntu" target="_blank"&gt;http://repo.mongodb.org/apt/ubuntu&lt;/A&gt; xenial/mongodb-org/3.4 Release [3457 B]&lt;BR /&gt;Ign:9 &lt;A href="https://repo.mongodb.org/apt/ubuntu" target="_blank"&gt;https://repo.mongodb.org/apt/ubuntu&lt;/A&gt; bionic/mongodb-org/4.0 InRelease&lt;BR /&gt;Get:10 &lt;A href="http://repo.mongodb.org/apt/ubuntu" target="_blank"&gt;http://repo.mongodb.org/apt/ubuntu&lt;/A&gt; xenial/mongodb-org/3.4 Release.gpg [801 B]&lt;BR /&gt;Hit:11 &lt;A href="https://repo.mongodb.org/apt/ubuntu" target="_blank"&gt;https://repo.mongodb.org/apt/ubuntu&lt;/A&gt; bionic/mongodb-org/4.0 Release&lt;BR /&gt;Ign:10 &lt;A href="http://repo.mongodb.org/apt/ubuntu" target="_blank"&gt;http://repo.mongodb.org/apt/ubuntu&lt;/A&gt; xenial/mongodb-org/3.4 Release.gpg&lt;BR /&gt;Reading package lists...&lt;BR /&gt;Reading package lists...&lt;BR /&gt;Building dependency tree...&lt;BR /&gt;Reading state information...&lt;BR /&gt;curl is already the newest version (7.47.0-1ubuntu2.14).&lt;BR /&gt;wget is already the newest version (1.17.1-1ubuntu1.5).&lt;BR /&gt;The following packages were automatically installed and are no longer required:&lt;BR /&gt;&amp;nbsp; blt libreadline5 snapd-login-service tk8.6-blt2.5&lt;BR /&gt;Use 'sudo apt autoremove' to remove them.&lt;BR /&gt;0 upgraded, 0 newly installed, 0 to remove and 115 not upgraded.&lt;BR /&gt;Setup NodeJS PPA Repository&lt;/P&gt;&lt;P&gt;## Installing the NodeSource Node.js 10.x repo...&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;## Populating apt-get cache...&lt;/P&gt;&lt;P&gt;+ apt-get update&lt;BR /&gt;Hit:1 &lt;A href="http://tw.archive.ubuntu.com/ubuntu" target="_blank"&gt;http://tw.archive.ubuntu.com/ubuntu&lt;/A&gt; xenial InRelease&lt;BR /&gt;Ign:2 &lt;A href="http://repo.mongodb.org/apt/ubuntu" target="_blank"&gt;http://repo.mongodb.org/apt/ubuntu&lt;/A&gt; xenial/mongodb-org/3.4 InRelease&lt;BR /&gt;Hit:3 &lt;A href="http://tw.archive.ubuntu.com/ubuntu" target="_blank"&gt;http://tw.archive.ubuntu.com/ubuntu&lt;/A&gt; xenial-updates InRelease&lt;BR /&gt;Hit:4 &lt;A href="http://dl.google.com/linux/chrome/deb" target="_blank"&gt;http://dl.google.com/linux/chrome/deb&lt;/A&gt; stable InRelease&lt;BR /&gt;Get:5 &lt;A href="http://repo.mongodb.org/apt/ubuntu" target="_blank"&gt;http://repo.mongodb.org/apt/ubuntu&lt;/A&gt; xenial/mongodb-org/3.4 Release [3457 B]&lt;BR /&gt;Hit:6 &lt;A href="http://tw.archive.ubuntu.com/ubuntu" target="_blank"&gt;http://tw.archive.ubuntu.com/ubuntu&lt;/A&gt; xenial-backports InRelease&lt;BR /&gt;Get:7 &lt;A href="http://repo.mongodb.org/apt/ubuntu" target="_blank"&gt;http://repo.mongodb.org/apt/ubuntu&lt;/A&gt; xenial/mongodb-org/3.4 Release.gpg [801 B]&lt;BR /&gt;Ign:8 &lt;A href="https://repo.mongodb.org/apt/ubuntu" target="_blank"&gt;https://repo.mongodb.org/apt/ubuntu&lt;/A&gt; bionic/mongodb-org/4.0 InRelease&lt;BR /&gt;Ign:7 &lt;A href="http://repo.mongodb.org/apt/ubuntu" target="_blank"&gt;http://repo.mongodb.org/apt/ubuntu&lt;/A&gt; xenial/mongodb-org/3.4 Release.gpg&lt;BR /&gt;Hit:9 &lt;A href="https://repo.mongodb.org/apt/ubuntu" target="_blank"&gt;https://repo.mongodb.org/apt/ubuntu&lt;/A&gt; bionic/mongodb-org/4.0 Release&lt;BR /&gt;Hit:10 &lt;A href="https://deb.nodesource.com/node_10.x" target="_blank"&gt;https://deb.nodesource.com/node_10.x&lt;/A&gt; xenial InRelease&lt;BR /&gt;Hit:11 &lt;A href="http://security.ubuntu.com/ubuntu" target="_blank"&gt;http://security.ubuntu.com/ubuntu&lt;/A&gt; xenial-security InRelease&lt;BR /&gt;Hit:12 &lt;A href="http://repo.mongodb.org/apt/ubuntu" target="_blank"&gt;http://repo.mongodb.org/apt/ubuntu&lt;/A&gt; xenial/mongodb-org/3.4/multiverse amd64 Packages&lt;BR /&gt;Fetched 4258 B in 0s (5562 B/s)&lt;BR /&gt;Reading package lists...&lt;/P&gt;&lt;P&gt;## Confirming "xenial" is supported...&lt;/P&gt;&lt;P&gt;+ curl -sLf -o /dev/null 'https://deb.nodesource.com/node_10.x/dists/xenial/Release'&lt;/P&gt;&lt;P&gt;## Adding the NodeSource signing key to your keyring...&lt;/P&gt;&lt;P&gt;+ curl -s &lt;A href="https://deb.nodesource.com/gpgkey/nodesource.gpg.key" target="_blank"&gt;https://deb.nodesource.com/gpgkey/nodesource.gpg.key&lt;/A&gt; | apt-key add -&lt;BR /&gt;OK&lt;/P&gt;&lt;P&gt;## Creating apt sources list file for the NodeSource Node.js 10.x repo...&lt;/P&gt;&lt;P&gt;+ echo 'deb &lt;A href="https://deb.nodesource.com/node_10.x" target="_blank"&gt;https://deb.nodesource.com/node_10.x&lt;/A&gt; xenial main' &amp;gt; /etc/apt/sources.list.d/nodesource.list&lt;BR /&gt;+ echo 'deb-src &lt;A href="https://deb.nodesource.com/node_10.x" target="_blank"&gt;https://deb.nodesource.com/node_10.x&lt;/A&gt; xenial main' &amp;gt;&amp;gt; /etc/apt/sources.list.d/nodesource.list&lt;/P&gt;&lt;P&gt;## Running `apt-get update` for you...&lt;/P&gt;&lt;P&gt;+ apt-get update&lt;BR /&gt;Hit:1 &lt;A href="http://tw.archive.ubuntu.com/ubuntu" target="_blank"&gt;http://tw.archive.ubuntu.com/ubuntu&lt;/A&gt; xenial InRelease&lt;BR /&gt;Hit:2 &lt;A href="http://dl.google.com/linux/chrome/deb" target="_blank"&gt;http://dl.google.com/linux/chrome/deb&lt;/A&gt; stable InRelease&lt;BR /&gt;Ign:3 &lt;A href="http://repo.mongodb.org/apt/ubuntu" target="_blank"&gt;http://repo.mongodb.org/apt/ubuntu&lt;/A&gt; xenial/mongodb-org/3.4 InRelease&lt;BR /&gt;Hit:4 &lt;A href="http://tw.archive.ubuntu.com/ubuntu" target="_blank"&gt;http://tw.archive.ubuntu.com/ubuntu&lt;/A&gt; xenial-updates InRelease&lt;BR /&gt;Hit:5 &lt;A href="http://tw.archive.ubuntu.com/ubuntu" target="_blank"&gt;http://tw.archive.ubuntu.com/ubuntu&lt;/A&gt; xenial-backports InRelease&lt;BR /&gt;Hit:6 &lt;A href="http://repo.mongodb.org/apt/ubuntu" target="_blank"&gt;http://repo.mongodb.org/apt/ubuntu&lt;/A&gt; xenial/mongodb-org/3.4 Release&lt;BR /&gt;Get:7 &lt;A href="http://repo.mongodb.org/apt/ubuntu" target="_blank"&gt;http://repo.mongodb.org/apt/ubuntu&lt;/A&gt; xenial/mongodb-org/3.4 Release.gpg [801 B]&lt;BR /&gt;Ign:8 &lt;A href="https://repo.mongodb.org/apt/ubuntu" target="_blank"&gt;https://repo.mongodb.org/apt/ubuntu&lt;/A&gt; bionic/mongodb-org/4.0 InRelease&lt;BR /&gt;Hit:9 &lt;A href="https://repo.mongodb.org/apt/ubuntu" target="_blank"&gt;https://repo.mongodb.org/apt/ubuntu&lt;/A&gt; bionic/mongodb-org/4.0 Release&lt;BR /&gt;Ign:7 &lt;A href="http://repo.mongodb.org/apt/ubuntu" target="_blank"&gt;http://repo.mongodb.org/apt/ubuntu&lt;/A&gt; xenial/mongodb-org/3.4 Release.gpg&lt;BR /&gt;Hit:11 &lt;A href="https://deb.nodesource.com/node_10.x" target="_blank"&gt;https://deb.nodesource.com/node_10.x&lt;/A&gt; xenial InRelease&lt;BR /&gt;Hit:12 &lt;A href="http://security.ubuntu.com/ubuntu" target="_blank"&gt;http://security.ubuntu.com/ubuntu&lt;/A&gt; xenial-security InRelease&lt;BR /&gt;Fetched 801 B in 0s (1003 B/s)&lt;BR /&gt;Reading package lists...&lt;/P&gt;&lt;P&gt;## Run `sudo apt-get install -y nodejs` to install Node.js 10.x and npm&lt;BR /&gt;## You may also need development tools to build native addons:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;sudo apt-get install gcc g++ make&lt;BR /&gt;## To install the Yarn package manager, run:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;curl -sL &lt;A href="https://dl.yarnpkg.com/debian/pubkey.gpg" target="_blank"&gt;https://dl.yarnpkg.com/debian/pubkey.gpg&lt;/A&gt; | sudo apt-key add -&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;echo "deb &lt;A href="https://dl.yarnpkg.com/debian/" target="_blank"&gt;https://dl.yarnpkg.com/debian/&lt;/A&gt; stable main" | sudo tee /etc/apt/sources.list.d/yarn.list&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;sudo apt-get update &amp;amp;&amp;amp; sudo apt-get install yarn&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Reading package lists...&lt;BR /&gt;Building dependency tree...&lt;BR /&gt;Reading state information...&lt;BR /&gt;nodejs is already the newest version (10.20.1-1nodesource1).&lt;BR /&gt;The following packages were automatically installed and are no longer required:&lt;BR /&gt;&amp;nbsp; blt libreadline5 snapd-login-service tk8.6-blt2.5&lt;BR /&gt;Use 'sudo apt autoremove' to remove them.&lt;BR /&gt;0 upgraded, 0 newly installed, 0 to remove and 115 not upgraded.&lt;BR /&gt;Setup MongoDB PPA Repository&lt;BR /&gt;OK&lt;BR /&gt;deb [ arch=amd64 ] &lt;A href="https://repo.mongodb.org/apt/ubuntu" target="_blank"&gt;https://repo.mongodb.org/apt/ubuntu&lt;/A&gt; bionic/mongodb-org/4.0 multiverse&lt;BR /&gt;Hit:1 &lt;A href="http://tw.archive.ubuntu.com/ubuntu" target="_blank"&gt;http://tw.archive.ubuntu.com/ubuntu&lt;/A&gt; xenial InRelease&lt;BR /&gt;Hit:2 &lt;A href="http://tw.archive.ubuntu.com/ubuntu" target="_blank"&gt;http://tw.archive.ubuntu.com/ubuntu&lt;/A&gt; xenial-updates InRelease&lt;BR /&gt;Hit:3 &lt;A href="http://dl.google.com/linux/chrome/deb" target="_blank"&gt;http://dl.google.com/linux/chrome/deb&lt;/A&gt; stable InRelease&lt;BR /&gt;Ign:4 &lt;A href="http://repo.mongodb.org/apt/ubuntu" target="_blank"&gt;http://repo.mongodb.org/apt/ubuntu&lt;/A&gt; xenial/mongodb-org/3.4 InRelease&lt;BR /&gt;Hit:5 &lt;A href="http://tw.archive.ubuntu.com/ubuntu" target="_blank"&gt;http://tw.archive.ubuntu.com/ubuntu&lt;/A&gt; xenial-backports InRelease&lt;BR /&gt;Get:6 &lt;A href="http://repo.mongodb.org/apt/ubuntu" target="_blank"&gt;http://repo.mongodb.org/apt/ubuntu&lt;/A&gt; xenial/mongodb-org/3.4 Release [3457 B]&lt;BR /&gt;Get:7 &lt;A href="http://repo.mongodb.org/apt/ubuntu" target="_blank"&gt;http://repo.mongodb.org/apt/ubuntu&lt;/A&gt; xenial/mongodb-org/3.4 Release.gpg [801 B]&lt;BR /&gt;Ign:7 &lt;A href="http://repo.mongodb.org/apt/ubuntu" target="_blank"&gt;http://repo.mongodb.org/apt/ubuntu&lt;/A&gt; xenial/mongodb-org/3.4 Release.gpg&lt;BR /&gt;Hit:8 &lt;A href="http://repo.mongodb.org/apt/ubuntu" target="_blank"&gt;http://repo.mongodb.org/apt/ubuntu&lt;/A&gt; xenial/mongodb-org/3.4/multiverse amd64 Packages&lt;BR /&gt;Hit:9 &lt;A href="http://security.ubuntu.com/ubuntu" target="_blank"&gt;http://security.ubuntu.com/ubuntu&lt;/A&gt; xenial-security InRelease&lt;BR /&gt;Ign:10 &lt;A href="https://repo.mongodb.org/apt/ubuntu" target="_blank"&gt;https://repo.mongodb.org/apt/ubuntu&lt;/A&gt; bionic/mongodb-org/4.0 InRelease&lt;BR /&gt;Hit:11 &lt;A href="https://repo.mongodb.org/apt/ubuntu" target="_blank"&gt;https://repo.mongodb.org/apt/ubuntu&lt;/A&gt; bionic/mongodb-org/4.0 Release&lt;BR /&gt;Hit:13 &lt;A href="https://deb.nodesource.com/node_10.x" target="_blank"&gt;https://deb.nodesource.com/node_10.x&lt;/A&gt; xenial InRelease&lt;BR /&gt;Fetched 4258 B in 6s (688 B/s)&lt;BR /&gt;Reading package lists...&lt;BR /&gt;Reading package lists...&lt;BR /&gt;Building dependency tree...&lt;BR /&gt;Reading state information...&lt;BR /&gt;Some packages could not be installed. This may mean that you have&lt;BR /&gt;requested an impossible situation or if you are using the unstable&lt;BR /&gt;distribution that some required packages have not yet been created&lt;BR /&gt;or been moved out of Incoming.&lt;BR /&gt;The following information may help to resolve the situation:&lt;/P&gt;&lt;P&gt;The following packages have unmet dependencies:&lt;BR /&gt;&amp;nbsp;mongodb-org : Depends: mongodb-org-shell but it is not going to be installed&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Depends: mongodb-org-server but it is not going to be installed&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Depends: mongodb-org-mongos but it is not going to be installed&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Depends: mongodb-org-tools but it is not going to be installed&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;By the way, I am using Ubuntu 16.04, and will be the version of python affect the installation version selection?&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Joey&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2020 08:26:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/Mongodb-connected-failed-in-tls-native-installation/m-p/1185180#M2314</guid>
      <dc:creator>Lin__Joey</dc:creator>
      <dc:date>2020-05-26T08:26:28Z</dc:date>
    </item>
    <item>
      <title>Hi Joey,</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/Mongodb-connected-failed-in-tls-native-installation/m-p/1185181#M2315</link>
      <description>&lt;P style="margin-left:0in; margin-right:0in"&gt;Hi Joey,&lt;/P&gt;&lt;P style="margin-left:0in; margin-right:0in"&gt;Based on the log you provided, I’m guessing you have installed mongodb 3.4 on this device in the past.&lt;/P&gt;&lt;P style="margin-left:0in; margin-right:0in"&gt;Hit:5 &lt;A href="http://tw.archive.ubuntu.com/ubuntu" target="_blank"&gt;http://tw.archive.ubuntu.com/ubuntu&lt;/A&gt; xenial-backports InRelease&lt;/P&gt;&lt;P style="margin-left:0in; margin-right:0in"&gt;Get:6 &lt;A href="http://repo.mongodb.org/apt/ubuntu" target="_blank"&gt;http://repo.mongodb.org/apt/ubuntu&lt;/A&gt; &lt;STRONG&gt;xenial&lt;/STRONG&gt;/mongodb-org/&lt;STRONG&gt;3.4&lt;/STRONG&gt; Release [3457 B]&lt;/P&gt;&lt;P style="margin-left:0in; margin-right:0in"&gt;Get:7 &lt;A href="http://repo.mongodb.org/apt/ubuntu" target="_blank"&gt;http://repo.mongodb.org/apt/ubuntu&lt;/A&gt; xenial/mongodb-org/3.4 Release.gpg [801 B]&lt;/P&gt;&lt;P style="margin-left:0in; margin-right:0in"&gt;Ign:7 &lt;A href="http://repo.mongodb.org/apt/ubuntu" target="_blank"&gt;http://repo.mongodb.org/apt/ubuntu&lt;/A&gt; xenial/mongodb-org/3.4 Release.gpg&lt;/P&gt;&lt;P style="margin-left:0in; margin-right:0in"&gt;Hit:8 &lt;A href="http://repo.mongodb.org/apt/ubuntu" target="_blank"&gt;http://repo.mongodb.org/apt/ubuntu&lt;/A&gt; xenial/mongodb-org/3.4/multiverse amd64 Packages&lt;/P&gt;&lt;P style="margin-left:0in; margin-right:0in"&gt;Hit:9 &lt;A href="http://security.ubuntu.com/ubuntu" target="_blank"&gt;http://security.ubuntu.com/ubuntu&lt;/A&gt; xenial-security InRelease&lt;/P&gt;&lt;P style="margin-left:0in; margin-right:0in"&gt;Ign:10 &lt;A href="https://repo.mongodb.org/apt/ubuntu" target="_blank"&gt;https://repo.mongodb.org/apt/ubuntu&lt;/A&gt; bionic/mongodb-org/4.0 InRelease&lt;/P&gt;&lt;P style="margin-left:0in; margin-right:0in"&gt;Hit:11 &lt;A href="https://repo.mongodb.org/apt/ubuntu" target="_blank"&gt;https://repo.mongodb.org/apt/ubuntu&lt;/A&gt; &lt;STRONG&gt;bionic&lt;/STRONG&gt;/mongodb-org/&lt;STRONG&gt;4.0&lt;/STRONG&gt; Release&lt;/P&gt;&lt;P style="margin-left:0in; margin-right:0in"&gt;If you do “apt-key list”, you likely will see a public key for 3.4 and another one for 4.0.&amp;nbsp;If you do “ls -la /etc/apt/sources.list.d/”, there likely is a mongodb-org-3.4.list in addition to&amp;nbsp;mongodb-org-4.0.list.&amp;nbsp;It’s safe to remove the file mongodb-org-3.4.list.&lt;/P&gt;&lt;P style="margin-left:0in; margin-right:0in"&gt;According to&amp;nbsp;https://docs.mongodb.com/v4.0/tutorial/install-mongodb-on-ubuntu/, you will need to manually modify setup_TLS.sh and replace the 'echo "deb [ arch=amd64,arm64 ] &lt;A href="https://repo.mongodb.org/apt/ubuntu" target="_blank"&gt;https://repo.mongodb.org/apt/ubuntu&lt;/A&gt; &lt;STRONG&gt;bionic&lt;/STRONG&gt;/mongodb-org/4.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-4.0.list'&amp;nbsp;line with 'echo "deb [ arch=amd64,arm64 ] &lt;A href="https://repo.mongodb.org/apt/ubuntu" target="_blank"&gt;https://repo.mongodb.org/apt/ubuntu&lt;/A&gt; &lt;STRONG&gt;xenial&lt;/STRONG&gt;/mongodb-org/4.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-4.0.list' for Ubuntu 16.04.&amp;nbsp;&lt;/P&gt;&lt;P style="margin-left:0in; margin-right:0in"&gt;Please do note that &lt;STRONG&gt;EIS is validated with Ubuntu 18.04 and we recommend using&amp;nbsp;18.04&lt;/STRONG&gt;.&lt;/P&gt;&lt;P style="margin-left:0in; margin-right:0in"&gt;Regards,&lt;/P&gt;&lt;P style="margin-left:0in; margin-right:0in"&gt;Jia-Shing&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2020 09:12:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/Mongodb-connected-failed-in-tls-native-installation/m-p/1185181#M2315</guid>
      <dc:creator>Jia-Shing_W_Intel</dc:creator>
      <dc:date>2020-05-26T09:12:00Z</dc:date>
    </item>
    <item>
      <title>Hi, Jia-shing:</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/Mongodb-connected-failed-in-tls-native-installation/m-p/1185182#M2316</link>
      <description>&lt;P&gt;Hi, Jia-shing:&lt;/P&gt;&lt;P&gt;The issue has been resolved.&lt;/P&gt;&lt;P&gt;I checked the /etc/apt/sources.list.d/, and I saw&amp;nbsp;mongodb3.4.list.&lt;/P&gt;&lt;P&gt;I removed it&amp;nbsp;and tried&amp;nbsp;the setup_TLS.sh again after modifying with the line you provided for ubuntu16.04 LTS&lt;/P&gt;&lt;P&gt;&lt;EM&gt;'echo "deb [ arch=amd64,arm64 ]&amp;nbsp;https://repo.mongodb.org/apt/ubuntu&amp;nbsp;bionic/mongodb-org/4.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-4.0.list'&amp;nbsp;line with 'echo "deb [ arch=amd64,arm64 ]&amp;nbsp;https://repo.mongodb.org/apt/ubuntu&amp;nbsp;xenial/mongodb-org/4.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-4.0.list'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;The mongodb 4.0 is setup and running.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much for your quick response, and supports,&lt;/P&gt;&lt;P&gt;Joey&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2020 13:29:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/Mongodb-connected-failed-in-tls-native-installation/m-p/1185182#M2316</guid>
      <dc:creator>Lin__Joey</dc:creator>
      <dc:date>2020-05-26T13:29:24Z</dc:date>
    </item>
    <item>
      <title>Hi Joey,</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/Mongodb-connected-failed-in-tls-native-installation/m-p/1185183#M2317</link>
      <description>&lt;P&gt;Hi Joey,&lt;/P&gt;&lt;P&gt;Glad to know your issues are resolved. Have fun with EIS and TLS! :)&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jia-Shing&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2020 05:22:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/Mongodb-connected-failed-in-tls-native-installation/m-p/1185183#M2317</guid>
      <dc:creator>Jia-Shing_W_Intel</dc:creator>
      <dc:date>2020-05-27T05:22:45Z</dc:date>
    </item>
  </channel>
</rss>

