Trouble installing netbox #6404
-
I followed the installation instructions from The only difference I noted is that there was an extra /netbox directory level that showed up even though I followed the directions. This is on Ubuntu 20.04 I got to the end of the Gunicorn instructions When I run systemctl status netbox, this is what it shows me:
Any idea on how to get this going? Thanks for your help Jason |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Please explain exactly what you mean by that. You should unpack or git clone in /opt/netbox. There will indeed be other subdirectories called "netbox"; the configuration goes in Your top level /opt/netbox directory should look something like this:
systemd exit code 203 means: "The actual process execution failed (specifically, the execve(2) system call). Most likely this is caused by a missing or non-accessible executable file." Perhaps |
Beta Was this translation helpful? Give feedback.
Please explain exactly what you mean by that.
You should unpack or git clone in /opt/netbox. There will indeed be other subdirectories called "netbox"; the configuration goes in
/opt/netbox/netbox/netbox/configuration.py
(yes, that's an awkward directory name)Your top level /opt/netbox directory should look something like this: