<?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: Error on provisioning in Edge Software Catalog</title>
    <link>https://community.intel.com/t5/Edge-Software-Catalog/Error-on-provisioning/m-p/1223355#M1262</link>
    <description>&lt;P&gt;Hi all, this is the workaround I found to stabilize EIS (all Docker containers UP) every time I reboot the computer and got the reported issue.&lt;/P&gt;
&lt;DIV&gt;
&lt;PRE&gt;docker-compose down
ps axf | grep etcd -B 5
sudo kill -9 &amp;lt;./start_etcd.sh PID&amp;gt;
systemctl restart docker.service
xhost +
sudo ./provision_eis.sh ../docker-compose.yml
docker-compose up --build -d&lt;/PRE&gt;
&lt;/DIV&gt;</description>
    <pubDate>Tue, 27 Oct 2020 19:24:20 GMT</pubDate>
    <dc:creator>mvasquez</dc:creator>
    <dc:date>2020-10-27T19:24:20Z</dc:date>
    <item>
      <title>Error on provisioning</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/Error-on-provisioning/m-p/1222966#M1257</link>
      <description>&lt;DIV&gt;I'm a team member from Incluit,&amp;nbsp;I'm facing an EIS issue after I rebooted my machine. I can't perform a provisioning, do you have some workaround for this?&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&lt;STRONG&gt;# sudo ./provision_eis.sh ../docker-compose.yml&lt;/STRONG&gt;&lt;/SPAN&gt;
&lt;DIV&gt;&lt;SPAN&gt;System IP Address is: 192.168.0.233&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Updating .env for container timezone...&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Create eisuser if it doesn't exists. Update UID from env if already exists with different UID&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;INFO: Creating EIS install Directories&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;./provision_eis.sh: line 213: [: too many arguments&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;INFO: Installing dependencies..&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;The directory '/home/mvasquez/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;The directory '/home/mvasquez/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Requirement already satisfied: pyyaml==5.1.1 in /usr/local/lib/python3.6/dist-packages (from -r cert_requirements.txt (line 1))&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;INFO: Bringing down existing ETCD container&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Stopping Service : &amp;nbsp;ia_etcd&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Stopping Service : &amp;nbsp;ia_etcd_provision&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Copying docker compose yaml file which is provided as an argument.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Clearing existing Certificates...&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Checking ETCD port...&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;INFO: Checking if ETCD ports are already up...&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;2379/tcp: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 8757&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;FATAL: 2379 is already being used, so please kill that process and re-run the script.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;BR /&gt;To add more context:&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&lt;STRONG&gt;# docker ps&lt;/STRONG&gt;&lt;/SPAN&gt;
&lt;DIV&gt;&lt;SPAN&gt;CONTAINER ID &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;IMAGE &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; COMMAND &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; CREATED &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; STATUS &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;PORTS &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; NAMES&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&lt;STRONG&gt;# sudo lsof -i -P -n | grep etcd&lt;/STRONG&gt;&lt;/SPAN&gt;
&lt;DIV&gt;&lt;SPAN&gt;etcd &amp;nbsp; &amp;nbsp; &amp;nbsp;8757 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; eisuser &amp;nbsp; &amp;nbsp;3u &amp;nbsp;IPv4 &amp;nbsp;76789 &amp;nbsp; &amp;nbsp; &amp;nbsp;0t0 &amp;nbsp;TCP 192.168.0.233:2380 (LISTEN)&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;etcd &amp;nbsp; &amp;nbsp; &amp;nbsp;8757 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; eisuser &amp;nbsp; &amp;nbsp;5u &amp;nbsp;IPv4 &amp;nbsp;76793 &amp;nbsp; &amp;nbsp; &amp;nbsp;0t0 &amp;nbsp;TCP 127.0.0.1:2379 (LISTEN)&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;etcd &amp;nbsp; &amp;nbsp; &amp;nbsp;8757 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; eisuser &amp;nbsp; &amp;nbsp;6u &amp;nbsp;IPv4 &amp;nbsp;76794 &amp;nbsp; &amp;nbsp; &amp;nbsp;0t0 &amp;nbsp;TCP 192.168.0.233:2379 (LISTEN)&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;etcd &amp;nbsp; &amp;nbsp; &amp;nbsp;8757 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; eisuser &amp;nbsp; 11u &amp;nbsp;IPv4 &amp;nbsp;79543 &amp;nbsp; &amp;nbsp; &amp;nbsp;0t0 &amp;nbsp;TCP 127.0.0.1:36528-&amp;gt;127.0.0.1:2379 (ESTABLISHED)&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;etcd &amp;nbsp; &amp;nbsp; &amp;nbsp;8757 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; eisuser &amp;nbsp; 12u &amp;nbsp;IPv4 &amp;nbsp;76798 &amp;nbsp; &amp;nbsp; &amp;nbsp;0t0 &amp;nbsp;TCP 127.0.0.1:2379-&amp;gt;127.0.0.1:36528 (ESTABLISHED)&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;etcd &amp;nbsp; &amp;nbsp; &amp;nbsp;8757 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; eisuser &amp;nbsp; 13u &amp;nbsp;IPv4 &amp;nbsp;80224 &amp;nbsp; &amp;nbsp; &amp;nbsp;0t0 &amp;nbsp;TCP 192.168.0.233:42244-&amp;gt;192.168.0.233:2379 (ESTABLISHED)&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;etcd &amp;nbsp; &amp;nbsp; &amp;nbsp;8757 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; eisuser &amp;nbsp; 14u &amp;nbsp;IPv4 &amp;nbsp;79544 &amp;nbsp; &amp;nbsp; &amp;nbsp;0t0 &amp;nbsp;TCP 192.168.0.233:2379-&amp;gt;192.168.0.233:42244 (ESTABLISHED)&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Yes, I've killed manually that process, but it's created again and again. Do you know if there some workaround to avoid to reinstall again the framework?&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 04 May 2021 14:19:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/Error-on-provisioning/m-p/1222966#M1257</guid>
      <dc:creator>mvasquez</dc:creator>
      <dc:date>2021-05-04T14:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: Error on provisioning</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/Error-on-provisioning/m-p/1223207#M1258</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/135346"&gt;@mvasquez&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For below issue, can you just try to remove the etcd image and do the re-provision again?&lt;/P&gt;
&lt;P&gt;You can remove the image by using below command&lt;/P&gt;
&lt;P&gt;$ dokcer rmi -f &amp;lt;image&amp;gt;&lt;/P&gt;
&lt;P&gt;after done cleaning up the etcd image, you can run the step for provisioning again.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me know if this method is working for you.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Oct 2020 09:38:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/Error-on-provisioning/m-p/1223207#M1258</guid>
      <dc:creator>Murni_J_Intel</dc:creator>
      <dc:date>2020-10-27T09:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: Error on provisioning</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/Error-on-provisioning/m-p/1223219#M1259</link>
      <description>&lt;P&gt;Actually, if I am not mistaken, you have ETCD ports taken even when there are no Docker containers running, implying the ETCD service is run from the host OS. Can you double check?&lt;/P&gt;
&lt;P&gt;If this is the case, please make sure that by stopping this ETCD instance, it doesn't break what's already running and depending on this ETCD cluster.&amp;nbsp; If you are not sure, you might want to find another device that's clean to set up EII (Edge Insights for Industrial, previously known as EIS).&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Oct 2020 10:24:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/Error-on-provisioning/m-p/1223219#M1259</guid>
      <dc:creator>Jia-Shing_W_Intel</dc:creator>
      <dc:date>2020-10-27T10:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: Error on provisioning</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/Error-on-provisioning/m-p/1223254#M1260</link>
      <description>&lt;P&gt;Hi, I've removed this images with the indicated command, but I still can see a process taken the port 2379.&lt;/P&gt;
&lt;P&gt;# docker images&lt;/P&gt;
&lt;P&gt;&amp;nbsp; ia_etcd_provision 2.3 376fb81c0989 3 days ago 194MB&lt;/P&gt;
&lt;P&gt;&amp;nbsp; ia_etcd 2.3 f0c451c6fc74 3 days ago 181MB&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;# dokcer rmi -f&amp;nbsp;376fb81c0989&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;# dokcer rmi -f&amp;nbsp;f0c451c6fc74&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;On the other hand, there is no Docker container running.&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Oct 2020 12:39:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/Error-on-provisioning/m-p/1223254#M1260</guid>
      <dc:creator>mvasquez</dc:creator>
      <dc:date>2020-10-27T12:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: Error on provisioning</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/Error-on-provisioning/m-p/1223255#M1261</link>
      <description>&lt;P&gt;Hi, I think this is the case because I can't see a running Docker container. The point is that I don't know how to stop&lt;SPAN&gt;&amp;nbsp;this ETCD instance.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;I locate the process id and killed it, but its created with a new process id, taking the port 2379 again:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;# sudo lsof -i -P -n | grep etcd&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;# sudo kill -9 8339&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Oct 2020 12:48:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/Error-on-provisioning/m-p/1223255#M1261</guid>
      <dc:creator>mvasquez</dc:creator>
      <dc:date>2020-10-27T12:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: Error on provisioning</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/Error-on-provisioning/m-p/1223355#M1262</link>
      <description>&lt;P&gt;Hi all, this is the workaround I found to stabilize EIS (all Docker containers UP) every time I reboot the computer and got the reported issue.&lt;/P&gt;
&lt;DIV&gt;
&lt;PRE&gt;docker-compose down
ps axf | grep etcd -B 5
sudo kill -9 &amp;lt;./start_etcd.sh PID&amp;gt;
systemctl restart docker.service
xhost +
sudo ./provision_eis.sh ../docker-compose.yml
docker-compose up --build -d&lt;/PRE&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 27 Oct 2020 19:24:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/Error-on-provisioning/m-p/1223355#M1262</guid>
      <dc:creator>mvasquez</dc:creator>
      <dc:date>2020-10-27T19:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: Error on provisioning</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/Error-on-provisioning/m-p/1223437#M1263</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/135346"&gt;@mvasquez&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From the situation that you mentioned below, you already can get all the container up and running after you reboot the system may I know what is running?&lt;/P&gt;
&lt;P&gt;If you already run the container, after rebooting the system all the containers should be running you will only need to run the xhost + command for the visualizer.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;can you help to give a list of docker containers that run before and after rebooting the system?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Oct 2020 01:33:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/Error-on-provisioning/m-p/1223437#M1263</guid>
      <dc:creator>Murni_J_Intel</dc:creator>
      <dc:date>2020-10-28T01:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: Error on provisioning</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/Error-on-provisioning/m-p/1223503#M1264</link>
      <description>&lt;P&gt;If you do "systemctl | grep etcd" from the host, do you see any entry? If there is one and you are sure this ETCD instance isn't used for anything, you can use "systemctl stop [servicename]" and "systemctl disable [servicename]" to stop it from running in the future.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Oct 2020 06:21:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/Error-on-provisioning/m-p/1223503#M1264</guid>
      <dc:creator>Jia-Shing_W_Intel</dc:creator>
      <dc:date>2020-10-28T06:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: Error on provisioning</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/Error-on-provisioning/m-p/1223838#M1265</link>
      <description>&lt;P&gt;Not sure what else could generate some conflict with EIS, but I've rebooted my computer several times, and I always fixed the issue with these commands:&lt;BR /&gt;# systemctl restart docker.service&lt;BR /&gt;# xhost +&lt;/P&gt;</description>
      <pubDate>Thu, 29 Oct 2020 14:31:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/Error-on-provisioning/m-p/1223838#M1265</guid>
      <dc:creator>mvasquez</dc:creator>
      <dc:date>2020-10-29T14:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: Error on provisioning</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/Error-on-provisioning/m-p/1223992#M1266</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/135346"&gt;@mvasquez&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As mentioned in the user guide and read me. The xhost + command need to be rerun everytime after rebooting the system&amp;nbsp; because this&amp;nbsp;is needed by &lt;CODE&gt;ia_visualizer&lt;/CODE&gt; service to render the UI.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;May I know what will be the behaviour if you just running this command after rebooting without doing&lt;SPAN&gt;&amp;nbsp;systemctl restart docker.service command ?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Oct 2020 00:48:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/Error-on-provisioning/m-p/1223992#M1266</guid>
      <dc:creator>Murni_J_Intel</dc:creator>
      <dc:date>2020-10-30T00:48:16Z</dc:date>
    </item>
  </channel>
</rss>

