<?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: Device Manageability feature in Edge Software Catalog</title>
    <link>https://community.intel.com/t5/Edge-Software-Catalog/Device-Manageability-feature/m-p/1328171#M1941</link>
    <description>&lt;P&gt;Hi Jesus,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have had the same error on Ubuntu 18.04.&lt;/P&gt;
&lt;P&gt;My workaround was:&lt;/P&gt;
&lt;PRE space="preserve"&gt;&lt;CODE&gt;sudo apt remove --purge apparmor 
reboot
sudo apt install apparmor&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but I am not sure that was the solution.&lt;/P&gt;
&lt;P&gt;I have been problems with the services:&lt;/P&gt;
&lt;P&gt;apparmor.service&lt;/P&gt;
&lt;P&gt;trtl&lt;/P&gt;
&lt;P&gt;configuration.service&lt;/P&gt;
&lt;P&gt;mqtt.service&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In this moment I do not have this errors.&lt;/P&gt;
&lt;P&gt;If I install turtle creek every time I use it, I do not have this errors.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Mauri&lt;/P&gt;</description>
    <pubDate>Mon, 08 Nov 2021 18:57:22 GMT</pubDate>
    <dc:creator>Mauricio</dc:creator>
    <dc:date>2021-11-08T18:57:22Z</dc:date>
    <item>
      <title>Device Manageability feature</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/Device-Manageability-feature/m-p/1326678#M1939</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am automating the process of installing and configuring the device management feature.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have founded some errors:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;1) The update step, can sometimes fail.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;So, my workaround is replace the lines with this one:&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;apt-get update &amp;gt;&amp;amp;/dev/null || &lt;/SPAN&gt;&lt;SPAN&gt;echo&lt;/SPAN&gt; &lt;SPAN&gt;'no-possible-update'&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;in the install-tc.sh file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;2) On Ubuntu 20.04, I having an issue related to trtl:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2" color="#333333"&gt;Now, I am having a problem with trtl package:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="bash"&gt;
** Will install MQTT Service.
Selecting previously unselected package mqtt.
(Reading database ... 195506 files and directories currently installed.)
Preparing to unpack mqtt-2.13.2-1.deb ...
Before install called
Found systemd; attempting to stop any prior mqtt service
Unpacking mqtt (2.13.2-1) ...
Setting up mqtt (2.13.2-1) ...
After install called
chmod: cannot access '/lib/systemd/system/systemd/system/mqtt.service': No such file or directory
Found systemd; attempting to start mqtt service
Ran systemctl daemon-reload
MQTT Installation Complete
Will install trtl executable
Selecting previously unselected package trtl.
(Reading database ... 195534 files and directories currently installed.)
Preparing to unpack trtl-2.13.2-1.EVAL.deb ...
Unpacking trtl (2.13.2-1) ...
Setting up trtl (2.13.2-1) ...
After install called
AppArmor detected. Activating trtl's AppArmor policies.
AppArmor parser error for /etc/apparmor.d/usr.bin.trtl in /etc/apparmor.d/usr.bin.trtl at line 6: Could not open 'abstractions/lxc/container-base'
dpkg: error processing package trtl (--install):
installed trtl package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
trtl
Issue with installation. Will force.
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
chromium-codecs-ffmpeg-extra gstreamer1.0-vaapi libgstreamer-plugins-bad1.0-0 libva-wayland2
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up trtl (2.13.2-1) ...
After install called
AppArmor detected. Activating trtl's AppArmor policies.
AppArmor parser error for /etc/apparmor.d/usr.bin.trtl in /etc/apparmor.d/usr.bin.trtl at line 6: Could not open 'abstractions/lxc/container-base'
dpkg: error processing package trtl (--configure):
installed trtl package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
trtl
E: Sub-process /usr/bin/dpkg returned an error code (1)
make: *** [Makefile:35: install-tc] Error 100&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4" color="#333333"&gt;Do you know why I get this error?&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2" color="#333333"&gt;Thanks,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2" color="#333333"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2" color="#333333"&gt;Mauri Aguilar.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Nov 2021 19:49:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/Device-Manageability-feature/m-p/1326678#M1939</guid>
      <dc:creator>Mauricio</dc:creator>
      <dc:date>2021-11-02T19:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: Device Manageability feature</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/Device-Manageability-feature/m-p/1327588#M1940</link>
      <description>&lt;P&gt;Hi Mauri,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for reaching out. The Edge Insights for Industrial software package and the Device Manageability list Ubuntu 18.04 as a &lt;A href="https://www.intel.com/content/www/us/en/develop/documentation/edge-insights-industrial-doc/get-started-guide/requirements.html" target="_self"&gt;pre-requisite&lt;/A&gt;. Could you try this process on a Ubuntu 18.04 system and let me know if you continue to have this issue?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Jesus&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Nov 2021 15:16:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/Device-Manageability-feature/m-p/1327588#M1940</guid>
      <dc:creator>JesusE_Intel</dc:creator>
      <dc:date>2021-11-05T15:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: Device Manageability feature</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/Device-Manageability-feature/m-p/1328171#M1941</link>
      <description>&lt;P&gt;Hi Jesus,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have had the same error on Ubuntu 18.04.&lt;/P&gt;
&lt;P&gt;My workaround was:&lt;/P&gt;
&lt;PRE space="preserve"&gt;&lt;CODE&gt;sudo apt remove --purge apparmor 
reboot
sudo apt install apparmor&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but I am not sure that was the solution.&lt;/P&gt;
&lt;P&gt;I have been problems with the services:&lt;/P&gt;
&lt;P&gt;apparmor.service&lt;/P&gt;
&lt;P&gt;trtl&lt;/P&gt;
&lt;P&gt;configuration.service&lt;/P&gt;
&lt;P&gt;mqtt.service&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In this moment I do not have this errors.&lt;/P&gt;
&lt;P&gt;If I install turtle creek every time I use it, I do not have this errors.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Mauri&lt;/P&gt;</description>
      <pubDate>Mon, 08 Nov 2021 18:57:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/Device-Manageability-feature/m-p/1328171#M1941</guid>
      <dc:creator>Mauricio</dc:creator>
      <dc:date>2021-11-08T18:57:22Z</dc:date>
    </item>
    <item>
      <title>Re:Device Manageability feature</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/Device-Manageability-feature/m-p/1330231#M1942</link>
      <description>&lt;P&gt;Hi Mauri,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Edge Insights for Industrial version 2.6.1 is now available, could you check if you run into the same error on this release?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jesus&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Nov 2021 20:59:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/Device-Manageability-feature/m-p/1330231#M1942</guid>
      <dc:creator>JesusE_Intel</dc:creator>
      <dc:date>2021-11-15T20:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: Device Manageability feature</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/Device-Manageability-feature/m-p/1340625#M1943</link>
      <description>&lt;P&gt;If you need any additional information, please submit a new question as this thread will no longer be monitored.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Dec 2021 17:28:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/Device-Manageability-feature/m-p/1340625#M1943</guid>
      <dc:creator>JesusE_Intel</dc:creator>
      <dc:date>2021-12-01T17:28:28Z</dc:date>
    </item>
  </channel>
</rss>

