You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 31, 2021. It is now read-only.
Have you had any success with the module on Centos-6.8. I managed to get as far as attempting to start the gunicorn service. It fails due to missing init script for gunicorn.
Error: Could not start Service[gunicorn]: Execution of '/sbin/service gunicorn start' returned 1: gunicorn: unrecognized service
Error: /Stage[main]/Python::Config/Service[gunicorn]/ensure: change from stopped to running failed: Could not start Service[gunicorn]: Execution of '/sbin/service gunicorn start' returned 1: gunicorn: unrecognized service
Does it work on CentOS - 6.8?
I had a script for installing and setting netbox on a Centos6.8 system and I remember that I had huge difficutlies due to requirements for python2.7 (wsgi, gunicorn, supervisord etc...).
thanks
The text was updated successfully, but these errors were encountered:
Hi jmkeyes,
Have you had any success with the module on Centos-6.8. I managed to get as far as attempting to start the gunicorn service. It fails due to missing init script for gunicorn.
Error: Could not start Service[gunicorn]: Execution of '/sbin/service gunicorn start' returned 1: gunicorn: unrecognized service
Error: /Stage[main]/Python::Config/Service[gunicorn]/ensure: change from stopped to running failed: Could not start Service[gunicorn]: Execution of '/sbin/service gunicorn start' returned 1: gunicorn: unrecognized service
Does it work on CentOS - 6.8?
I had a script for installing and setting netbox on a Centos6.8 system and I remember that I had huge difficutlies due to requirements for python2.7 (wsgi, gunicorn, supervisord etc...).
thanks
The text was updated successfully, but these errors were encountered: