<?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: Ubuntu 18.04 install errors in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/ubuntu-18-04-install-errors/m-p/310330#M95254</link>
    <description>No Problems &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/39872"&gt;@Carlos_Gomes&lt;/a&gt;.
I ran the docker instructions from the following URI:

&lt;A href="https://live.paloaltonetworks.com/t5/MineMeld-Articles/Running-MineMeld-using-Docker/ta-p/289062" target="_blank"&gt;https://live.paloaltonetworks.com/t5/MineMeld-Articles/Running-MineMeld-using-Docker/ta-p/289062&lt;/A&gt;
Installed it on Centos 7.7 no problems at all.

Haven't used the particular miner that your using so not sure if same issue is still there for that particular agent.

Would love to see Application updated to support Python3 though as who knows what kind of security bugs might eventual turn up in the container itself if still using all old python packages in the container.

Will keep an eye on developments and might move back to Ansible version of Minemeld later,  however docker version working pretty good at this stage.
I'll just export config and import on Ansible Version once its determined as no longer broken or at least trial it again once we know Python 3 work has been done.</description>
    <pubDate>Mon, 10 Feb 2020 01:00:09 GMT</pubDate>
    <dc:creator>Paul_Stinson</dc:creator>
    <dc:date>2020-02-10T01:00:09Z</dc:date>
    <item>
      <title>Ubuntu 18.04 install errors</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/ubuntu-18-04-install-errors/m-p/257019#M95223</link>
      <description>&lt;P&gt;Hi There,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Running into issues trying to install on Ubuntu 18.04&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;During the install process at the end I get this message:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;TASK [minemeld : requirements] ******************************************************************************************************************************************************************&lt;BR /&gt;fatal: [127.0.0.1]: FAILED! =&amp;gt; {"changed": false, "cmd": "/opt/minemeld/engine/current/bin/pip2 freeze", "msg": "\n:stderr: Traceback (most recent call last):\n File \"/opt/minemeld/engine/current/bin/pip2\", line 6, in &amp;lt;module&amp;gt;\n from pip._internal import main\n File \"/opt/minemeld/engine/0.9.60/local/lib/python2.7/site-packages/pip/_internal/__init__.py\", line 5, in &amp;lt;module&amp;gt;\n import logging\n File \"/usr/lib/python2.7/logging/__init__.py\", line 26, in &amp;lt;module&amp;gt;\n import sys, os, time, cStringIO, traceback, warnings, weakref, collections\n File \"/usr/lib/python2.7/weakref.py\", line 14, in &amp;lt;module&amp;gt;\n from _weakref import (\nImportError: cannot import name _remove_dead_weakref\n"}&lt;BR /&gt;to retry, use: --limit @/home/timpo/minemeld-ansible/local.retry&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;And this is the output of&amp;nbsp;journalctl -xe:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-- Unit minemeld.service has begun starting up.&lt;BR /&gt;Apr 10 12:40:43 ise-miner mkdir[16946]: /bin/mkdir: cannot create directory ‘/var/run/minemeld’: File exists&lt;BR /&gt;Apr 10 12:40:44 ise-miner supervisord[16948]: Traceback (most recent call last):&lt;BR /&gt;Apr 10 12:40:44 ise-miner supervisord[16948]: File "/opt/minemeld/engine/current/bin/supervisord", line 6, in &amp;lt;module&amp;gt;&lt;BR /&gt;Apr 10 12:40:44 ise-miner supervisord[16948]: from supervisor.supervisord import main&lt;BR /&gt;Apr 10 12:40:44 ise-miner supervisord[16948]: File "/opt/minemeld/engine/0.9.60/local/lib/python2.7/site-packages/supervisor/supervisord.py", line 41, in &amp;lt;module&amp;gt;&lt;BR /&gt;Apr 10 12:40:44 ise-miner supervisord[16948]: from supervisor.options import ServerOptions&lt;BR /&gt;Apr 10 12:40:44 ise-miner supervisord[16948]: File "/opt/minemeld/engine/0.9.60/local/lib/python2.7/site-packages/supervisor/options.py", line 15, in &amp;lt;module&amp;gt;&lt;BR /&gt;Apr 10 12:40:44 ise-miner supervisord[16948]: import pkg_resources&lt;BR /&gt;Apr 10 12:40:44 ise-miner supervisord[16948]: File "/opt/minemeld/engine/0.9.60/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 84, in &amp;lt;module&amp;gt;&lt;BR /&gt;Apr 10 12:40:44 ise-miner supervisord[16948]: __import__('pkg_resources.extern.packaging.requirements')&lt;BR /&gt;Apr 10 12:40:44 ise-miner supervisord[16948]: File "/opt/minemeld/engine/0.9.60/local/lib/python2.7/site-packages/pkg_resources/extern/__init__.py", line 61, in load_module&lt;BR /&gt;Apr 10 12:40:44 ise-miner supervisord[16948]: "distribution.".format(**locals())&lt;BR /&gt;Apr 10 12:40:44 ise-miner supervisord[16948]: ImportError: The 'packaging.requirements' package is required; normally this is bundled with this package so if you get this warning, consult the p&lt;BR /&gt;Apr 10 12:40:44 ise-miner systemd[1]: minemeld.service: Control process exited, code=exited status=1&lt;BR /&gt;Apr 10 12:40:44 ise-miner systemd[1]: minemeld.service: Failed with result 'exit-code'.&lt;BR /&gt;Apr 10 12:40:44 ise-miner sudo[16924]: pam_unix(sudo:session): session closed for user root&lt;BR /&gt;Apr 10 12:40:44 ise-miner systemd[1]: Failed to start Process Monitoring and Control Daemon.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;And here's the output of&amp;nbsp;sudo -u minemeld /opt/minemeld/engine/current/bin/supervisorctl -c /opt/minemeld/local/supervisor/config/supervisord.conf status:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Traceback (most recent call last):&lt;BR /&gt;File "/opt/minemeld/engine/current/bin/supervisorctl", line 6, in &amp;lt;module&amp;gt;&lt;BR /&gt;from supervisor.supervisorctl import main&lt;BR /&gt;File "/opt/minemeld/engine/0.9.60/local/lib/python2.7/site-packages/supervisor/supervisorctl.py", line 36, in &amp;lt;module&amp;gt;&lt;BR /&gt;from supervisor.options import ClientOptions&lt;BR /&gt;File "/opt/minemeld/engine/0.9.60/local/lib/python2.7/site-packages/supervisor/options.py", line 15, in &amp;lt;module&amp;gt;&lt;BR /&gt;import pkg_resources&lt;BR /&gt;File "/opt/minemeld/engine/0.9.60/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 84, in &amp;lt;module&amp;gt;&lt;BR /&gt;__import__('pkg_resources.extern.packaging.requirements')&lt;BR /&gt;File "/opt/minemeld/engine/0.9.60/local/lib/python2.7/site-packages/pkg_resources/extern/__init__.py", line 61, in load_module&lt;BR /&gt;"distribution.".format(**locals())&lt;BR /&gt;ImportError: The 'packaging.requirements' package is required; normally this is bundled with this package so if you get this warning, consult the packager of your distribution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any ideas?&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2019 16:52:35 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/ubuntu-18-04-install-errors/m-p/257019#M95223</guid>
      <dc:creator>bsmith2</dc:creator>
      <dc:date>2019-04-10T16:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: Ubuntu 18.04 install errors</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/ubuntu-18-04-install-errors/m-p/257079#M95224</link>
      <description>&lt;P&gt;I was able to work past installation errors using a fresh install of Ubuntu, however now there's another issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;[2019-04-10 15:48:52 +0000] [7647] [ERROR] Exception in worker process&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;File "/opt/minemeld/engine/0.9.60/local/lib/python2.7/site-packages/gunicorn/arbiter.py", line 517, in spawn_worker&lt;BR /&gt;worker.init_process()&lt;BR /&gt;File "/opt/minemeld/engine/0.9.60/local/lib/python2.7/site-packages/gunicorn/workers/ggevent.py", line 190, in init_process&lt;BR /&gt;super(GeventWorker, self).init_process()&lt;BR /&gt;File "/opt/minemeld/engine/0.9.60/local/lib/python2.7/site-packages/gunicorn/workers/base.py", line 122, in init_process&lt;BR /&gt;self.load_wsgi()&lt;BR /&gt;File "/opt/minemeld/engine/0.9.60/local/lib/python2.7/site-packages/gunicorn/workers/base.py", line 132, in load_wsgi&lt;BR /&gt;self.wsgi = self.app.wsgi()&lt;BR /&gt;File "/opt/minemeld/engine/0.9.60/local/lib/python2.7/site-packages/gunicorn/app/base.py", line 67, in wsgi&lt;BR /&gt;self.callable = self.load()&lt;BR /&gt;File "/opt/minemeld/engine/0.9.60/local/lib/python2.7/site-packages/gunicorn/app/wsgiapp.py", line 65, in load&lt;BR /&gt;return self.load_wsgiapp()&lt;BR /&gt;File "/opt/minemeld/engine/0.9.60/local/lib/python2.7/site-packages/gunicorn/app/wsgiapp.py", line 52, in load_wsgiapp&lt;BR /&gt;return util.import_app(self.app_uri)&lt;BR /&gt;File "/opt/minemeld/engine/0.9.60/local/lib/python2.7/site-packages/gunicorn/util.py", line 357, in import_app&lt;BR /&gt;__import__(module)&lt;BR /&gt;File "/opt/minemeld/engine/core/minemeld/flask/main.py", line 3, in &amp;lt;module&amp;gt;&lt;BR /&gt;app = create_app()&lt;BR /&gt;File "/opt/minemeld/engine/core/minemeld/flask/__init__.py", line 67, in create_app&lt;BR /&gt;from . import metricsapi # noqa&lt;BR /&gt;File "/opt/minemeld/engine/core/minemeld/flask/metricsapi.py", line 19, in &amp;lt;module&amp;gt;&lt;BR /&gt;import rrdtool&lt;BR /&gt;ImportError: librrd.so.4: cannot open shared object file: No such file or directory&lt;BR /&gt;[2019-04-10 15:48:52 +0000] [7647] [INFO] Worker exiting (pid: 7647)&lt;BR /&gt;[2019-04-10 15:48:52 +0000] [7644] [INFO] Shutting down: Master&lt;BR /&gt;[2019-04-10 15:48:52 +0000] [7644] [INFO] Reason: Worker failed to boot.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2019 20:12:09 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/ubuntu-18-04-install-errors/m-p/257079#M95224</guid>
      <dc:creator>bsmith2</dc:creator>
      <dc:date>2019-04-10T20:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: Ubuntu 18.04 install errors</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/ubuntu-18-04-install-errors/m-p/257153#M95225</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/27206"&gt;@bsmith2&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;which version of Ubuntu 18.04 are you using? Did you follow the instructions before runnig the playbook?&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/PaloAltoNetworks/minemeld-ansible#howto-on-ubuntu-1804" target="_blank"&gt;https://github.com/PaloAltoNetworks/minemeld-ansible#howto-on-ubuntu-1804&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Luigi&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2019 06:24:43 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/ubuntu-18-04-install-errors/m-p/257153#M95225</guid>
      <dc:creator>lmori</dc:creator>
      <dc:date>2019-04-11T06:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: Ubuntu 18.04 install errors</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/ubuntu-18-04-install-errors/m-p/257225#M95226</link>
      <description>&lt;P&gt;Hi Luigi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Ubuntu 18.04.2 LTS (GNU/Linux 4.15.0-47-generic x86_64)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;I followed those steps in order, and it seemed to install correctly.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;STRONG&gt;timpo@ise-meld-18&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;:&lt;/SPAN&gt;&lt;SPAN class="s3"&gt;&lt;STRONG&gt;~&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;$ sudo -u minemeld /opt/minemeld/engine/current/bin/supervisorctl -c /opt/minemeld/local/supervisor/config/supervisord.conf status&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s2"&gt;[sudo] password for timpo: &lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s2"&gt;minemeld-engine&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;RUNNING &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;pid 8924, uptime 5:13:04&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s2"&gt;minemeld-supervisord-listener&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;RUNNING &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;pid 7609, uptime 18:02:19&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s2"&gt;minemeld-traced&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;FATAL &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;Exited too quickly (process log may have details)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s2"&gt;minemeld-web &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;FATAL &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;Exited too quickly (process log may have details)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s2"&gt;Previously minemeld-traced was running but minemeld-web is always fatal.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s2"&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2019 13:53:15 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/ubuntu-18-04-install-errors/m-p/257225#M95226</guid>
      <dc:creator>bsmith2</dc:creator>
      <dc:date>2019-04-11T13:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: Ubuntu 18.04 install errors</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/ubuntu-18-04-install-errors/m-p/257235#M95227</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/27206"&gt;@bsmith2&lt;/a&gt;&amp;nbsp;could you reboot the instance? if it doesn't work, please check the /opt/minemeld/log/minemeld-web.log file for errors&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Luigi&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2019 14:13:05 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/ubuntu-18-04-install-errors/m-p/257235#M95227</guid>
      <dc:creator>lmori</dc:creator>
      <dc:date>2019-04-11T14:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: Ubuntu 18.04 install errors</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/ubuntu-18-04-install-errors/m-p/257243#M95228</link>
      <description>&lt;P&gt;Hi Luigi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Rebooted the instance and nothing starts, different behavior from previously. Here is the repeating sequence from the weblog:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;[2019-04-11 10:02:09 +0000] [648] [INFO] Worker exiting (pid: 648)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;[2019-04-11 10:02:09 +0000] [645] [INFO] Shutting down: Master&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;[2019-04-11 10:02:09 +0000] [645] [INFO] Reason: Worker failed to boot.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;[2019-04-11 10:02:13 +0000] [652] [INFO] Starting gunicorn 19.5.0&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;[2019-04-11 10:02:13 +0000] [652] [INFO] Listening at: &lt;A href="http://127.0.0.1:5000" target="_blank"&gt;http://127.0.0.1:5000&lt;/A&gt; (652)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;[2019-04-11 10:02:13 +0000] [652] [INFO] Using worker: gevent&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;[2019-04-11 10:02:13 +0000] [655] [INFO] Booting worker with pid: 655&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;[2019-04-11 10:02:13 +0000] [655] [ERROR] Exception in worker process&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Traceback (most recent call last):&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;File "/opt/minemeld/engine/0.9.60/local/lib/python2.7/site-packages/gunicorn/arbiter.py", line 517, in spawn_worker&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;worker.init_process()&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;File "/opt/minemeld/engine/0.9.60/local/lib/python2.7/site-packages/gunicorn/workers/ggevent.py", line 190, in init_process&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;super(GeventWorker, self).init_process()&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;File "/opt/minemeld/engine/0.9.60/local/lib/python2.7/site-packages/gunicorn/workers/base.py", line 122, in init_process&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;self.load_wsgi()&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;File "/opt/minemeld/engine/0.9.60/local/lib/python2.7/site-packages/gunicorn/workers/base.py", line 132, in load_wsgi&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;self.wsgi = self.app.wsgi()&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;File "/opt/minemeld/engine/0.9.60/local/lib/python2.7/site-packages/gunicorn/app/base.py", line 67, in wsgi&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;self.callable = self.load()&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;File "/opt/minemeld/engine/0.9.60/local/lib/python2.7/site-packages/gunicorn/app/wsgiapp.py", line 65, in load&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;return self.load_wsgiapp()&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;File "/opt/minemeld/engine/0.9.60/local/lib/python2.7/site-packages/gunicorn/app/wsgiapp.py", line 52, in load_wsgiapp&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;return util.import_app(self.app_uri)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;File "/opt/minemeld/engine/0.9.60/local/lib/python2.7/site-packages/gunicorn/util.py", line 357, in import_app&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;__import__(module)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;ImportError: No module named minemeld.flask.main&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;[2019-04-11 10:02:13 +0000] [655] [INFO] Worker exiting (pid: 655)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;[2019-04-11 10:02:13 +0000] [652] [INFO] Shutting down: Master&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;[2019-04-11 10:02:13 +0000] [652] [INFO] Reason: Worker failed to boot.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2019 14:17:48 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/ubuntu-18-04-install-errors/m-p/257243#M95228</guid>
      <dc:creator>bsmith2</dc:creator>
      <dc:date>2019-04-11T14:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: Ubuntu 18.04 install errors</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/ubuntu-18-04-install-errors/m-p/257249#M95229</link>
      <description>&lt;P&gt;Update - I re-ran the playbook with the version=master switch and I'm getting the same behavior as yesterday, all components start with the exception of web and the weblog now reflects:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;[2019-04-11 10:32:24 +0000] [4650] [INFO] Starting gunicorn 19.5.0&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;[2019-04-11 10:32:24 +0000] [4650] [INFO] Listening at: &lt;A href="http://127.0.0.1:5000" target="_blank"&gt;http://127.0.0.1:5000&lt;/A&gt; (4650)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;[2019-04-11 10:32:24 +0000] [4650] [INFO] Using worker: gevent&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;[2019-04-11 10:32:24 +0000] [4653] [INFO] Booting worker with pid: 4653&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;[2019-04-11 10:32:25 EDT] [4653] [INFO] MMLogger started&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;/opt/minemeld/engine/core/minemeld/flask/aaa.py:21: ExtDeprecationWarning: Importing flask.ext.login is deprecated, use flask_login instead.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;import flask.ext.login&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;[2019-04-11 10:32:25 EDT] [4653] [INFO] Config loaded: {'MINEMELD_LOCAL_LIBRARY_PATH': '/opt/minemeld/local/library', 'USERS_DB': 'wsgi.htpasswd', 'MINEMELD_LOCAL_PROTOTYPE_PATH': '/opt/minemeld/local/prototypes', 'SUPERVISOR_URL': 'unix:///var/run/minemeld/minemeld.sock', 'MINEMELD_PROTOTYPE_PATH': '/opt/minemeld/local/prototypes:/opt/minemeld/prototypes/current', 'MINEMELD_PIP_PATH': '/opt/minemeld/engine/current/bin/pip', 'MINEMELD_TRACED_PURGE_PATH': '/opt/minemeld/engine/current/bin/mm-traced-purge', 'API_AUTH_ENABLED': True, 'MINEMELD_LOG_DIRECTORY_PATH': '/opt/minemeld/log', 'MINEMELD_7Z_PATH': '/usr/bin/7z', 'MINEMELD_RESTORE_PATH': '/opt/minemeld/engine/current/bin/mm-restore', 'MINEMELD_LOCAL_PATH': '/opt/minemeld/local', 'MINEMELD_GIT_PATH': '/usr/bin/git', 'SNS_ENABLED': True}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;[2019-04-11 10:32:25 EDT] [4653] [INFO] USERS_DB loaded from /opt/minemeld/local/config/api/wsgi.htpasswd&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;[2019-04-11 10:32:25 EDT] [4653] [INFO] FEEDS_USERS_DB loaded from /opt/minemeld/local/config/api/feeds.htpasswd&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;[2019-04-11 10:32:25 EDT] [4653] [DEBUG] Instance uuid = ea51fd66d39349079450431b8c259750&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;[2019-04-11 10:32:25 +0000] [4653] [ERROR] Exception in worker process&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Traceback (most recent call last):&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;File "/opt/minemeld/engine/0.9.60/local/lib/python2.7/site-packages/gunicorn/arbiter.py", line 517, in spawn_worker&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;worker.init_process()&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;File "/opt/minemeld/engine/0.9.60/local/lib/python2.7/site-packages/gunicorn/workers/ggevent.py", line 190, in init_process&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;super(GeventWorker, self).init_process()&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;File "/opt/minemeld/engine/0.9.60/local/lib/python2.7/site-packages/gunicorn/workers/base.py", line 122, in init_process&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;self.load_wsgi()&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;File "/opt/minemeld/engine/0.9.60/local/lib/python2.7/site-packages/gunicorn/workers/base.py", line 132, in load_wsgi&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;self.wsgi = self.app.wsgi()&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;File "/opt/minemeld/engine/0.9.60/local/lib/python2.7/site-packages/gunicorn/app/base.py", line 67, in wsgi&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;self.callable = self.load()&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;File "/opt/minemeld/engine/0.9.60/local/lib/python2.7/site-packages/gunicorn/app/wsgiapp.py", line 65, in load&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;return self.load_wsgiapp()&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;File "/opt/minemeld/engine/0.9.60/local/lib/python2.7/site-packages/gunicorn/app/wsgiapp.py", line 52, in load_wsgiapp&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;return util.import_app(self.app_uri)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;File "/opt/minemeld/engine/0.9.60/local/lib/python2.7/site-packages/gunicorn/util.py", line 357, in import_app&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;__import__(module)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;File "/opt/minemeld/engine/core/minemeld/flask/main.py", line 3, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;app = create_app()&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;File "/opt/minemeld/engine/core/minemeld/flask/__init__.py", line 67, in create_app&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;from . import metricsapi&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;# noqa&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;File "/opt/minemeld/engine/core/minemeld/flask/metricsapi.py", line 19, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;import rrdtool&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;ImportError: librrd.so.4: cannot open shared object file: No such file or directory&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;[2019-04-11 10:32:25 +0000] [4653] [INFO] Worker exiting (pid: 4653)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;[2019-04-11 10:32:25 +0000] [4650] [INFO] Shutting down: Master&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;[2019-04-11 10:32:25 +0000] [4650] [INFO] Reason: Worker failed to boot.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2019 14:36:50 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/ubuntu-18-04-install-errors/m-p/257249#M95229</guid>
      <dc:creator>bsmith2</dc:creator>
      <dc:date>2019-04-11T14:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: Ubuntu 18.04 install errors</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/ubuntu-18-04-install-errors/m-p/257267#M95230</link>
      <description>&lt;P&gt;Another update, I managed to get it running by installing the rrdtool dev package and then sym linking rrdtool.so.8.0.1 to rrdtool.so.4 and everything seems stable (for now).&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2019 15:27:23 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/ubuntu-18-04-install-errors/m-p/257267#M95230</guid>
      <dc:creator>bsmith2</dc:creator>
      <dc:date>2019-04-11T15:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: Ubuntu 18.04 install errors</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/ubuntu-18-04-install-errors/m-p/257269#M95231</link>
      <description>&lt;P&gt;That won't work, v4 and v8 have different entrypoints. I am wondering why your install is looking for librrd.4.so that is not shipped with 18.04. Did you install using ansible? or did you have a previous install using the binary packages?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Luigi&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2019 15:29:25 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/ubuntu-18-04-install-errors/m-p/257269#M95231</guid>
      <dc:creator>lmori</dc:creator>
      <dc:date>2019-04-11T15:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: Ubuntu 18.04 install errors</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/ubuntu-18-04-install-errors/m-p/259387#M95232</link>
      <description>&lt;P&gt;Was there a fix to this issue?&amp;nbsp; I'm running into this exact issue on a fresh install of Minemeld on Ubuntu 18.04.&amp;nbsp; minemeld-web.log shows the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;import rrdtool&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;ImportError: librrd.so.4: cannot open shared object file: No such file or directory&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;[2019-04-11 10:32:25 +0000] [4653] [INFO] Worker exiting (pid: 1748)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;[2019-04-11 10:32:25 +0000] [4650] [INFO] Shutting down: Master&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;[2019-04-11 10:32:25 +0000] [4650] [INFO] Reason: Worker failed to boot.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;minemeld-web always shows FATAL, Exited too quickly (process log may have details).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Any thoughts?&amp;nbsp; Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2019 02:14:06 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/ubuntu-18-04-install-errors/m-p/259387#M95232</guid>
      <dc:creator>Retired Member</dc:creator>
      <dc:date>2019-05-01T02:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: Ubuntu 18.04 install errors</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/ubuntu-18-04-install-errors/m-p/280335#M95233</link>
      <description>&lt;P&gt;I have the same issues but on Ubuntu 14:04. Good luck finding an answer.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2019 15:54:28 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/ubuntu-18-04-install-errors/m-p/280335#M95233</guid>
      <dc:creator>Alex_Lora</dc:creator>
      <dc:date>2019-07-31T15:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: Ubuntu 18.04 install errors</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/ubuntu-18-04-install-errors/m-p/295492#M95234</link>
      <description>&lt;P&gt;i too have this issue. Installed Ubuntu 18.04 then followed the minemeld-ansible instructions. it was working. i restarted the server and it stopped working. Minemeld-web Fatal.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;[2019-10-31 09:33:18 +0000] [4698] [ERROR] Exception in worker process&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;File "/opt/minemeld/engine/0.9.64/local/lib/python2.7/site-packages/gunicorn/arbiter.py", line 517, in spawn_worker&lt;BR /&gt;worker.init_process()&lt;BR /&gt;File "/opt/minemeld/engine/0.9.64/local/lib/python2.7/site-packages/gunicorn/workers/ggevent.py", line 190, in init_process&lt;BR /&gt;super(GeventWorker, self).init_process()&lt;BR /&gt;File "/opt/minemeld/engine/0.9.64/local/lib/python2.7/site-packages/gunicorn/workers/base.py", line 122, in init_process&lt;BR /&gt;self.load_wsgi()&lt;BR /&gt;File "/opt/minemeld/engine/0.9.64/local/lib/python2.7/site-packages/gunicorn/workers/base.py", line 132, in load_wsgi&lt;BR /&gt;self.wsgi = self.app.wsgi()&lt;BR /&gt;File "/opt/minemeld/engine/0.9.64/local/lib/python2.7/site-packages/gunicorn/app/base.py", line 67, in wsgi&lt;BR /&gt;self.callable = self.load()&lt;BR /&gt;File "/opt/minemeld/engine/0.9.64/local/lib/python2.7/site-packages/gunicorn/app/wsgiapp.py", line 65, in load&lt;BR /&gt;return self.load_wsgiapp()&lt;BR /&gt;File "/opt/minemeld/engine/0.9.64/local/lib/python2.7/site-packages/gunicorn/app/wsgiapp.py", line 52, in load_wsgiapp&lt;BR /&gt;return util.import_app(self.app_uri)&lt;BR /&gt;File "/opt/minemeld/engine/0.9.64/local/lib/python2.7/site-packages/gunicorn/util.py", line 357, in import_app&lt;BR /&gt;__import__(module)&lt;BR /&gt;File "/opt/minemeld/engine/core/minemeld/flask/main.py", line 3, in &amp;lt;module&amp;gt;&lt;BR /&gt;app = create_app()&lt;BR /&gt;File "/opt/minemeld/engine/core/minemeld/flask/__init__.py", line 67, in create_app&lt;BR /&gt;from . import metricsapi # noqa&lt;BR /&gt;File "/opt/minemeld/engine/core/minemeld/flask/metricsapi.py", line 19, in &amp;lt;module&amp;gt;&lt;BR /&gt;import rrdtool&lt;BR /&gt;ImportError: librrd.so.4: cannot open shared object file: No such file or directory&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;what i dont get is that after installation it started and was working fine then rebooted and issue.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2019 15:59:09 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/ubuntu-18-04-install-errors/m-p/295492#M95234</guid>
      <dc:creator>Carlos_Gomes</dc:creator>
      <dc:date>2019-10-31T15:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: Ubuntu 18.04 install errors</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/ubuntu-18-04-install-errors/m-p/295505#M95235</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/27206"&gt;@bsmith2&lt;/a&gt;&amp;nbsp;how did you create the sym link? I cannot seem to get my head around this.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2019 16:50:33 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/ubuntu-18-04-install-errors/m-p/295505#M95235</guid>
      <dc:creator>Carlos_Gomes</dc:creator>
      <dc:date>2019-10-31T16:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: Ubuntu 18.04 install errors</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/ubuntu-18-04-install-errors/m-p/302044#M95236</link>
      <description>&lt;P&gt;I have found if you install on Ubuntu 18.04 Bionic Beaver server edition it works. it took me two installs with reboots to get it working but I get a log in. I think the first install missed some things. Second install, rerun from the beginning as if a fresh install.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;regards&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Adrian&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2019 08:26:41 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/ubuntu-18-04-install-errors/m-p/302044#M95236</guid>
      <dc:creator>a.jones</dc:creator>
      <dc:date>2019-12-04T08:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: Ubuntu 18.04 install errors</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/ubuntu-18-04-install-errors/m-p/302129#M95237</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/109121"&gt;@a.jones&lt;/a&gt;&amp;nbsp;i will try as you suggested to see if that works.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2019 14:28:54 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/ubuntu-18-04-install-errors/m-p/302129#M95237</guid>
      <dc:creator>Carlos_Gomes</dc:creator>
      <dc:date>2019-12-04T14:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: Ubuntu 18.04 install errors</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/ubuntu-18-04-install-errors/m-p/302199#M95238</link>
      <description>&lt;P&gt;Hi Adrian, i know you said you got a login but were you actually able to login? the minemeld-web service is fatal and doesnt start. I noticed in the logs about flask_login so i changed as recommend in the logs and still fails.&lt;/P&gt;
&lt;P&gt;/opt/minemeld/engine/0.9.64/local/lib/python2.7/site-packages/minemeld/flask/aaa.py:21: ExtDeprecationWarning: Importing flask.ext.login is deprecated, use flask_login instead.&lt;BR /&gt;import flask.ext.login&lt;/P&gt;
&lt;P&gt;So after changing the flask_login and saving the aaa.py file it then no longer errors out but fails next step on loading the rrdtool.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;file "/opt/minemeld/engine/0.9.64/local/lib/python2.7/site-packages/minemeld/flask/metricsapi.py", line 19, in &amp;lt;module&amp;gt;&lt;BR /&gt;import rrdtool&lt;BR /&gt;ImportError: librrd.so.4: cannot open shared object file: No such file or directory&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;so still doesn't work.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2019 20:45:16 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/ubuntu-18-04-install-errors/m-p/302199#M95238</guid>
      <dc:creator>Carlos_Gomes</dc:creator>
      <dc:date>2019-12-04T20:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: Ubuntu 18.04 install errors</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/ubuntu-18-04-install-errors/m-p/302714#M95239</link>
      <description>&lt;P&gt;I got a login using the default Iogin credntials.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2019 16:50:11 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/ubuntu-18-04-install-errors/m-p/302714#M95239</guid>
      <dc:creator>a.jones</dc:creator>
      <dc:date>2019-12-09T16:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: Ubuntu 18.04 install errors</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/ubuntu-18-04-install-errors/m-p/302715#M95240</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/109121"&gt;@a.jones&lt;/a&gt;&amp;nbsp;correct i do too but when i try to login it fails. Can you login and is all working as expected?&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2019 16:54:59 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/ubuntu-18-04-install-errors/m-p/302715#M95240</guid>
      <dc:creator>Carlos_Gomes</dc:creator>
      <dc:date>2019-12-09T16:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: Ubuntu 18.04 install errors</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/ubuntu-18-04-install-errors/m-p/302716#M95241</link>
      <description>&lt;P&gt;Yes, I log in successfully.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2019 16:57:00 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/ubuntu-18-04-install-errors/m-p/302716#M95241</guid>
      <dc:creator>a.jones</dc:creator>
      <dc:date>2019-12-09T16:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: Ubuntu 18.04 install errors</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/ubuntu-18-04-install-errors/m-p/302723#M95242</link>
      <description>&lt;P&gt;so odd&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/109121"&gt;@a.jones&lt;/a&gt;&amp;nbsp;i have tried this twice, i have rebuilt the server too everytime there are issues. aaa.py reports issues with the flask being deprecated and the web service cannot start, change that to flask_login and then it does but the engine never starts as it has issues with the rrdtool. I have been able to fix that since by installing it on the virtual env but out of the box this minemeld at least for me doesn't run properly. When i do get it working i still have issues connecting to an Alienvault OTX pulse of mine. Complains with sslv3 handshake errors. other sources work fine. Support for this obviously open source so i have to rely on this community and that of github to help.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2019 17:04:19 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/ubuntu-18-04-install-errors/m-p/302723#M95242</guid>
      <dc:creator>Carlos_Gomes</dc:creator>
      <dc:date>2019-12-09T17:04:19Z</dc:date>
    </item>
  </channel>
</rss>

