Installing on CentOS 8 results in error #4141

Closed
opened 2025-12-29 18:33:24 +01:00 by adam · 9 comments
Owner

Originally created by @andrewm659 on GitHub (Sep 25, 2020).

Environment

  • Python version: 3.6
  • NetBox version: 2.9.4

I have followed the instructions on how to do this. when I ge to the part of Loading the initial data it fails with the following error:

[root@netbox-centos netbox]# python3 manage.py loaddata initial_data
CommandError: No fixture named 'initial_data' found.
[root@netbox-centos netbox]#

Steps to Reproduce

  1. python3 manage.py loaddata initial_data
Originally created by @andrewm659 on GitHub (Sep 25, 2020). ### Environment * Python version: 3.6 * NetBox version: 2.9.4 I have followed the instructions on how to do this. when I ge to the part of Loading the initial data it fails with the following error: ``` [root@netbox-centos netbox]# python3 manage.py loaddata initial_data CommandError: No fixture named 'initial_data' found. [root@netbox-centos netbox]# ``` ### Steps to Reproduce 1. python3 manage.py loaddata initial_data
adam closed this issue 2025-12-29 18:33:25 +01:00
Author
Owner

@adamwoolhether commented on GitHub (Sep 25, 2020):

Guessing you fixed it? We run Netbox on CentOS 8 here, there's a small (like 1 or 2) amount of differences from the official documentation.

@adamwoolhether commented on GitHub (Sep 25, 2020): Guessing you fixed it? We run Netbox on CentOS 8 here, there's a small (like 1 or 2) amount of differences from the official documentation.
Author
Owner

@andrewm659 commented on GitHub (Sep 25, 2020):

I haven't fixed but it occurred to me that I as reading OLD documentation....going to start over. Also trying to get it running on FreeBSD 12.x.

@andrewm659 commented on GitHub (Sep 25, 2020): I haven't fixed but it occurred to me that I as reading OLD documentation....going to start over. Also trying to get it running on FreeBSD 12.x.
Author
Owner

@adamwoolhether commented on GitHub (Sep 29, 2020):

For anyone installing on CentOS 8 without need for LDAP, I made a playbook that does it for you. You can find it here: https://github.com/adamwoolhether/NetBox4CentOS8

@adamwoolhether commented on GitHub (Sep 29, 2020): For anyone installing on CentOS 8 without need for LDAP, I made a playbook that does it for you. You can find it here: https://github.com/adamwoolhether/NetBox4CentOS8
Author
Owner

@andrewm659 commented on GitHub (Sep 29, 2020):

I have not fixed it.  Might blow it away and start over.
On Thursday, September 24, 2020, 08:42:50 PM CDT, adamwoolhether notifications@github.com wrote:

Guessing you fixed it? We run Netbox on CentOS 8 here, there's a small (like 1 or 2) amount of differences from the official documentation.


You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub, or unsubscribe.

@andrewm659 commented on GitHub (Sep 29, 2020): I have not fixed it.  Might blow it away and start over. On Thursday, September 24, 2020, 08:42:50 PM CDT, adamwoolhether <notifications@github.com> wrote: Guessing you fixed it? We run Netbox on CentOS 8 here, there's a small (like 1 or 2) amount of differences from the official documentation. — You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub, or unsubscribe.
Author
Owner

@adamwoolhether commented on GitHub (Sep 30, 2020):

I have not fixed it.  Might blow it away and start over.

Check out the playbook I shared above? You can install the whole thing in a matter of minutes...

You're error specifically sounds like you didn't initialize the postgresql database.

@adamwoolhether commented on GitHub (Sep 30, 2020): > I have not fixed it.  Might blow it away and start over. Check out the playbook I shared above? You can install the whole thing in a matter of minutes... You're error specifically sounds like you didn't initialize the postgresql database.
Author
Owner

@andrewm659 commented on GitHub (Sep 30, 2020):

Will do.

Sent from Yahoo Mail on Android

On Tue, Sep 29, 2020 at 5:43 PM, adamwoolhethernotifications@github.com wrote:

I have not fixed it.  Might blow it away and start over.

Check out the playbook I shared above? You can install the whole thing in a matter of minutes...

You're error specifically sounds like you didn't initialize the postgresql database.


You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub, or unsubscribe.

@andrewm659 commented on GitHub (Sep 30, 2020): Will do. Sent from Yahoo Mail on Android On Tue, Sep 29, 2020 at 5:43 PM, adamwoolhether<notifications@github.com> wrote: I have not fixed it.  Might blow it away and start over. Check out the playbook I shared above? You can install the whole thing in a matter of minutes... You're error specifically sounds like you didn't initialize the postgresql database. — You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub, or unsubscribe.
Author
Owner

@andrewm659 commented on GitHub (Oct 1, 2020):

So i'm going through the ansible playbook...any reason you didn't separate this out like a traditional playbook? I'm trying to do that now. Otherwise it looks good.

@andrewm659 commented on GitHub (Oct 1, 2020): So i'm going through the ansible playbook...any reason you didn't separate this out like a traditional playbook? I'm trying to do that now. Otherwise it looks good.
Author
Owner

@andrewm659 commented on GitHub (Oct 1, 2020):

Also why use pip when python3-psycopg2.x86_64 & python3-pexpect.noarch are available through dnf/yum?

@andrewm659 commented on GitHub (Oct 1, 2020): Also why use pip when python3-psycopg2.x86_64 & python3-pexpect.noarch are available through dnf/yum?
Author
Owner

@jeremystretch commented on GitHub (Oct 1, 2020):

I have to ask that you please continue this conversation on the mailing list if needed. This bug has been closed, and further discussion generates unnecessary distractions. Please submit a new issue if you see the need arise.

@jeremystretch commented on GitHub (Oct 1, 2020): I have to ask that you please continue this conversation on the mailing list if needed. This bug has been closed, and further discussion generates unnecessary distractions. Please submit a _new_ issue if you see the need arise.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#4141