Replies: 2 comments 5 replies
-
If it can help:
|
Beta Was this translation helpful? Give feedback.
-
I was able to get Gunicorn operational by changing the owner and group owner of the [root@scdl-ifipam-001 opt]# chown -R netbox:netbox netbox-3.5.8/ so the rights \ permissions are as follows: [dennis@scdl-ifipam-001 opt]$ ls -l I'm now troubleshooting nginx 502 Bad Gateway error message. I believe I'm making progress. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I try to install Netbox v3.0.7 on RHEL 8.4 on a Secured Custom Enterprise Template.
I followed the isntall process here : https://netbox.readthedocs.io/en/stable/ and I am blocked when I try to start the netbox and netbox-rq services.
Can you please help me?
I fisrt had a lot of issue (upgrade.sh did not work ... proxy errors... pip upgrade... ) Now, this. And I am blocked.
When a launch the following commands as root, it is working good, but as netbox user, it is not:
ExecStart=/opt/netbox/venv/bin/python3 /opt/netbox/netbox/manage.py rqworker
ExecStart=/opt/netbox/venv/bin/gunicorn --pid /var/tmp/netbox.pid --pythonpath /opt/netbox/netbox --config /opt/netbox/gunicorn.py netbox.wsgi
Thank you for your help.
Beta Was this translation helpful? Give feedback.
All reactions