Replies: 1 comment 1 reply
-
systemctl status netbox netbox-rq netboxadmin@NETBOX:/opt/netbox/netbox/netbox$ systemctl status netbox netbox-rq ● netbox-rq.service - NetBox Request Queue Worker journalctl -eu netbox -rq Nov 17 06:29:45 NETBOX gunicorn[105059]: worker.init_process()
adding outputs, just incase. Thanks for your time. systemctl status netbox netbox-rq netboxadmin@NETBOX:/opt/netbox/netbox/netbox$ systemctl status netbox netbox-rq ● netbox-rq.service - NetBox Request Queue Worker journalctl -eu netbox -rq Nov 17 06:29:45 NETBOX gunicorn[105059]: worker.init_process() |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
My Netbox installation is working just fine until i tried the "Plugins" section under "Netbox documentation" and followed through. once i entered the last cooamdn to restart the netbox WSGI service, access to the netbox WebUI is no more reachable.
source /opt/netbox/venv/bin/activate
pip install netbox-topology-views
echo netbox-topology-views >> local_requirements.txt
sudo systemctl restart netbox- (Restart WSGI Service)
=============================================
when i checked the status it says:
systemctl status netbox.service
● netbox.service - NetBox WSGI Service
Loaded: loaded (/etc/systemd/system/netbox.service; enabled; vendor preset: enabled)
Active: activating (auto-restart) (Result: exit-code) since Wed 2022-11-16 11:32:37 UTC; 16s ago
Docs: https://docs.netbox.dev/
Process: 66154 ExecStart=/opt/netbox/venv/bin/gunicorn --pid /var/tmp/netbox.pid --pythonpath /opt/netbox/netbox --config /opt/netbox/gunicorn.py netbox>
Main PID: 66154 (code=exited, status=1/FAILURE)
CPU: 2.263s
========================================
when i did this journalctl -eu netbox, it highlights the following error: netbox.service: Main process exited, code=exited, status=1/FAILURE. i have seen the suggestions like modifying the path in "netbox.service" file etc in case of other error codes(Status: 203/exec. couldn't find much on status=1/FAILURE.
Any hints please to resolve this?
Beta Was this translation helpful? Give feedback.
All reactions