I get the following error. Please help!
:~# systemctl status minemeld.service ● minemeld.service - Process Monitoring and Control Daemon Loaded: loaded (/lib/systemd/system/minemeld.service; enabled; vendor preset: enabled) Active: failed (Result: exit-code) since Tue 2019-04-23 14:50:49 PDT; 6min ago Process: 2806 ExecStart=/opt/minemeld/engine/current/bin/supervisord -c /opt/minemeld/supervisor/config/supervisord.conf -- Process: 2801 ExecStartPre=/bin/chown -R minemeld:minemeld /var/run/minemeld/ (code=exited, status=0/SUCCESS) Process: 2798 ExecStartPre=/bin/mkdir /var/run/minemeld (code=exited, status=1/FAILURE)
Apr 23 14:50:49 us01vlminemeld supervisord[2806]: from supervisor.supervisord import main Apr 23 14:50:49 us01vlminemeld supervisord[2806]: File "/opt/minemeld/engine/0.9.60/lib/python2.7/site-packages/supervisor/ Apr 23 14:50:49 us01vlminemeld supervisord[2806]: from supervisor.medusa import asyncore_25 as asyncore Apr 23 14:50:49 us01vlminemeld supervisord[2806]: File "/opt/minemeld/engine/0.9.60/lib/python2.7/site-packages/supervisor/ Apr 23 14:50:49 us01vlminemeld supervisord[2806]: import socket Apr 23 14:50:49 us01vlminemeld supervisord[2806]: ImportError: No module named socket Apr 23 14:50:49 us01vlminemeld systemd[1]: minemeld.service: Control process exited, code=exited status=1 Apr 23 14:50:49 us01vlminemeld systemd[1]: Failed to start Process Monitoring and Control Daemon. Apr 23 14:50:49 us01vlminemeld systemd[1]: minemeld.service: Unit entered failed state. Apr 23 14:50:49 us01vlminemeld systemd[1]: minemeld.service: Failed with result 'exit-code'.
... View more