Skip to content

netbox not starting #603

Closed Answered by mmguero
stefanm79 asked this question in Troubleshooting
Feb 28, 2025 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

I think this is probably related to something another user discovered that I put in a warning for in the last release, let's try things in this order (run these commands while in the Malcolm installation directory).

  1. stop Malcolm (./scripts/stop)
  2. rm -rf ./netbox/postgres
  3. find ./netbox/postgres (just a sanity check, should come up empty)
  4. find . ! -user $(id -u) (this is just to make sure we don't have any files/directories that somehow got created with permissions belonging to anything other than your user, should also come up empty; if it doesn't stop here and we'll need to chown everything under the Malcolm install directory so that it belongs to you)
  5. run ./scripts/auth_setup then select n…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@stefanm79
Comment options

Answer selected by stefanm79
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
netbox Related to Malcolm's use of NetBox
2 participants