2025-05-13T22:28:50.479855604Z [migrations] started 2025-05-13T22:28:50.483093042Z [migrations] no migrations found 2025-05-13T22:28:50.833405125Z usermod: no changes 2025-05-13T22:28:50.852881436Z ─────────────────────────────────────── 2025-05-13T22:28:50.852899677Z 2025-05-13T22:28:50.852902390Z ██╗ ███████╗██╗ ██████╗ 2025-05-13T22:28:50.852904354Z ██║ ██╔════╝██║██╔═══██╗ 2025-05-13T22:28:50.852906221Z ██║ ███████╗██║██║ ██║ 2025-05-13T22:28:50.852907765Z ██║ ╚════██║██║██║ ██║ 2025-05-13T22:28:50.852909203Z ███████╗███████║██║╚██████╔╝ 2025-05-13T22:28:50.852910576Z ╚══════╝╚══════╝╚═╝ ╚═════╝ 2025-05-13T22:28:50.852911995Z 2025-05-13T22:28:50.852913155Z Brought to you by linuxserver.io 2025-05-13T22:28:50.852914505Z ─────────────────────────────────────── 2025-05-13T22:28:50.856401108Z 2025-05-13T22:28:50.856413272Z To support LSIO projects visit: 2025-05-13T22:28:50.856414524Z https://www.linuxserver.io/donate/ 2025-05-13T22:28:50.856415343Z 2025-05-13T22:28:50.856416121Z ─────────────────────────────────────── 2025-05-13T22:28:50.856417384Z GID/UID 2025-05-13T22:28:50.856606715Z ─────────────────────────────────────── 2025-05-13T22:28:50.901652864Z 2025-05-13T22:28:50.901667899Z User UID: 911 2025-05-13T22:28:50.901669103Z User GID: 911 2025-05-13T22:28:50.901670050Z ─────────────────────────────────────── 2025-05-13T22:28:50.917107172Z Linuxserver.io version: v4.3.1-ls276 2025-05-13T22:28:50.918672693Z Build-date: 2025-05-13T22:23:00+00:00 2025-05-13T22:28:50.918683040Z ─────────────────────────────────────── 2025-05-13T22:28:50.918686230Z 2025-05-13T22:28:53.451421814Z [custom-init] No custom files found, skipping... 2025-05-13T22:29:21.612605065Z Traceback (most recent call last): 2025-05-13T22:29:21.612878414Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 279, in ensure_connection 2025-05-13T22:29:21.614293867Z self.connect() 2025-05-13T22:29:21.614885441Z File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner 2025-05-13T22:29:21.615126178Z return func(*args, **kwargs) 2025-05-13T22:29:21.615471158Z ^^^^^^^^^^^^^^^^^^^^^ 2025-05-13T22:29:21.615478747Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 256, in connect 2025-05-13T22:29:21.615898515Z self.connection = self.get_new_connection(conn_params) 2025-05-13T22:29:21.616057363Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-05-13T22:29:21.616060604Z File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner 2025-05-13T22:29:21.616251570Z return func(*args, **kwargs) 2025-05-13T22:29:21.616391308Z ^^^^^^^^^^^^^^^^^^^^^ 2025-05-13T22:29:21.616393440Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/postgresql/base.py", line 332, in get_new_connection 2025-05-13T22:29:21.617041461Z connection = self.Database.connect(**conn_params) 2025-05-13T22:29:21.617208519Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-05-13T22:29:21.617210623Z File "/lsiopy/lib/python3.12/site-packages/psycopg/connection.py", line 96, in connect 2025-05-13T22:29:21.617507904Z attempts = conninfo_attempts(params) 2025-05-13T22:29:21.617599321Z ^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-05-13T22:29:21.617614495Z File "/lsiopy/lib/python3.12/site-packages/psycopg/_conninfo_attempts.py", line 53, in conninfo_attempts 2025-05-13T22:29:21.617858732Z raise e.OperationalError(str(last_exc)) 2025-05-13T22:29:21.618231454Z psycopg.OperationalError: [Errno -2] Name does not resolve 2025-05-13T22:29:21.618345827Z 2025-05-13T22:29:21.618367971Z The above exception was the direct cause of the following exception: 2025-05-13T22:29:21.618388948Z 2025-05-13T22:29:21.618425728Z Traceback (most recent call last): 2025-05-13T22:29:21.618440251Z File "/app/netbox/netbox/./manage.py", line 10, in <module> 2025-05-13T22:29:21.618621656Z execute_from_command_line(sys.argv) 2025-05-13T22:29:21.618722614Z File "/lsiopy/lib/python3.12/site-packages/django/core/management/__init__.py", line 442, in execute_from_command_line 2025-05-13T22:29:21.619338513Z utility.execute() 2025-05-13T22:29:21.619451746Z File "/lsiopy/lib/python3.12/site-packages/django/core/management/__init__.py", line 436, in execute 2025-05-13T22:29:21.620047144Z self.fetch_command(subcommand).run_from_argv(self.argv) 2025-05-13T22:29:21.620165786Z File "/lsiopy/lib/python3.12/site-packages/django/core/management/base.py", line 416, in run_from_argv 2025-05-13T22:29:21.620711252Z self.execute(*args, **cmd_options) 2025-05-13T22:29:21.620817888Z File "/lsiopy/lib/python3.12/site-packages/django/core/management/base.py", line 457, in execute 2025-05-13T22:29:21.621412966Z self.check(**check_kwargs) 2025-05-13T22:29:21.621509686Z File "/lsiopy/lib/python3.12/site-packages/django/core/management/base.py", line 492, in check 2025-05-13T22:29:21.622154990Z all_issues = checks.run_checks( 2025-05-13T22:29:21.622350857Z ^^^^^^^^^^^^^^^^^^ 2025-05-13T22:29:21.622366453Z File "/lsiopy/lib/python3.12/site-packages/django/core/checks/registry.py", line 89, in run_checks 2025-05-13T22:29:21.622619134Z new_errors = check(app_configs=app_configs, databases=databases) 2025-05-13T22:29:21.622808314Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-05-13T22:29:21.622823312Z File "/lsiopy/lib/python3.12/site-packages/django/core/checks/urls.py", line 44, in check_url_namespaces_unique 2025-05-13T22:29:21.623017854Z all_namespaces = _load_all_namespaces(resolver) 2025-05-13T22:29:21.623212772Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-05-13T22:29:21.623224516Z File "/lsiopy/lib/python3.12/site-packages/django/core/checks/urls.py", line 63, in _load_all_namespaces 2025-05-13T22:29:21.623390720Z url_patterns = getattr(resolver, "url_patterns", []) 2025-05-13T22:29:21.623559670Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-05-13T22:29:21.623573517Z File "/lsiopy/lib/python3.12/site-packages/django/utils/functional.py", line 47, in __get__ 2025-05-13T22:29:21.623765618Z res = instance.__dict__[self.name] = self.func(instance) 2025-05-13T22:29:21.623914766Z ^^^^^^^^^^^^^^^^^^^ 2025-05-13T22:29:21.623927062Z File "/lsiopy/lib/python3.12/site-packages/django/urls/resolvers.py", line 718, in url_patterns 2025-05-13T22:29:21.625227797Z patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module) 2025-05-13T22:29:21.625405048Z ^^^^^^^^^^^^^^^^^^^ 2025-05-13T22:29:21.625431731Z File "/lsiopy/lib/python3.12/site-packages/django/utils/functional.py", line 47, in __get__ 2025-05-13T22:29:21.625697426Z res = instance.__dict__[self.name] = self.func(instance) 2025-05-13T22:29:21.625905632Z ^^^^^^^^^^^^^^^^^^^ 2025-05-13T22:29:21.625923562Z File "/lsiopy/lib/python3.12/site-packages/django/urls/resolvers.py", line 711, in urlconf_module 2025-05-13T22:29:21.626929624Z return import_module(self.urlconf_name) 2025-05-13T22:29:21.627072803Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-05-13T22:29:21.627087028Z File "/usr/lib/python3.12/importlib/__init__.py", line 90, in import_module 2025-05-13T22:29:21.627337909Z return _bootstrap._gcd_import(name[level:], package, level) 2025-05-13T22:29:21.627525209Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-05-13T22:29:21.627540411Z File "<frozen importlib._bootstrap>", line 1387, in _gcd_import 2025-05-13T22:29:21.627619801Z File "<frozen importlib._bootstrap>", line 1360, in _find_and_load 2025-05-13T22:29:21.627627984Z File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked 2025-05-13T22:29:21.627640812Z File "<frozen importlib._bootstrap>", line 935, in _load_unlocked 2025-05-13T22:29:21.627651046Z File "<frozen importlib._bootstrap_external>", line 999, in exec_module 2025-05-13T22:29:21.627662347Z File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed 2025-05-13T22:29:21.627678179Z File "/app/netbox/netbox/netbox/urls.py", line 27, in <module> 2025-05-13T22:29:21.627879834Z path('core/', include('core.urls')), 2025-05-13T22:29:21.628012454Z ^^^^^^^^^^^^^^^^^^^^ 2025-05-13T22:29:21.628026552Z File "/lsiopy/lib/python3.12/site-packages/django/urls/conf.py", line 39, in include 2025-05-13T22:29:21.628236608Z urlconf_module = import_module(urlconf_module) 2025-05-13T22:29:21.628374564Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-05-13T22:29:21.628388886Z File "/usr/lib/python3.12/importlib/__init__.py", line 90, in import_module 2025-05-13T22:29:21.628630238Z return _bootstrap._gcd_import(name[level:], package, level) 2025-05-13T22:29:21.628816143Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-05-13T22:29:21.628828121Z File "<frozen importlib._bootstrap>", line 1387, in _gcd_import 2025-05-13T22:29:21.628838431Z File "<frozen importlib._bootstrap>", line 1360, in _find_and_load 2025-05-13T22:29:21.628850568Z File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked 2025-05-13T22:29:21.628862549Z File "<frozen importlib._bootstrap>", line 935, in _load_unlocked 2025-05-13T22:29:21.628872672Z File "<frozen importlib._bootstrap_external>", line 999, in exec_module 2025-05-13T22:29:21.628883581Z File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed 2025-05-13T22:29:21.628893005Z File "/app/netbox/netbox/core/urls.py", line 4, in <module> 2025-05-13T22:29:21.629053398Z from . import views 2025-05-13T22:29:21.629148094Z File "/app/netbox/netbox/core/views.py", line 201, in <module> 2025-05-13T22:29:21.629477689Z class ObjectChangeListView(generic.ObjectListView): 2025-05-13T22:29:21.629508246Z File "/app/netbox/netbox/core/views.py", line 202, in ObjectChangeListView 2025-05-13T22:29:21.629813605Z queryset = ObjectChange.objects.valid_models() 2025-05-13T22:29:21.629958025Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-05-13T22:29:21.629972635Z File "/lsiopy/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method 2025-05-13T22:29:21.630200225Z return getattr(self.get_queryset(), name)(*args, **kwargs) 2025-05-13T22:29:21.630392158Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-05-13T22:29:21.630410091Z File "/app/netbox/netbox/core/querysets.py", line 18, in valid_models 2025-05-13T22:29:21.630591874Z content_types = ContentType.objects.get_for_models(*apps.get_models()).values() 2025-05-13T22:29:21.630772562Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-05-13T22:29:21.630788230Z File "/lsiopy/lib/python3.12/site-packages/django/contrib/contenttypes/models.py", line 91, in get_for_models 2025-05-13T22:29:21.631028150Z for ct in cts: 2025-05-13T22:29:21.631109195Z ^^^ 2025-05-13T22:29:21.631122147Z File "/lsiopy/lib/python3.12/site-packages/django/db/models/query.py", line 384, in __iter__ 2025-05-13T22:29:21.631662461Z self._fetch_all() 2025-05-13T22:29:21.631747957Z File "/lsiopy/lib/python3.12/site-packages/django/db/models/query.py", line 1945, in _fetch_all 2025-05-13T22:29:21.633853364Z self._result_cache = list(self._iterable_class(self)) 2025-05-13T22:29:21.634012038Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-05-13T22:29:21.634027122Z File "/lsiopy/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ 2025-05-13T22:29:21.634264006Z results = compiler.execute_sql( 2025-05-13T22:29:21.634315924Z ^^^^^^^^^^^^^^^^^^^^^ 2025-05-13T22:29:21.634329556Z File "/lsiopy/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1621, in execute_sql 2025-05-13T22:29:21.636156256Z cursor = self.connection.cursor() 2025-05-13T22:29:21.636282748Z ^^^^^^^^^^^^^^^^^^^^^^^^ 2025-05-13T22:29:21.636297159Z File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner 2025-05-13T22:29:21.636468535Z return func(*args, **kwargs) 2025-05-13T22:29:21.636596361Z ^^^^^^^^^^^^^^^^^^^^^ 2025-05-13T22:29:21.636610128Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 320, in cursor 2025-05-13T22:29:21.637080965Z return self._cursor() 2025-05-13T22:29:21.637182589Z ^^^^^^^^^^^^^^ 2025-05-13T22:29:21.637197883Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 296, in _cursor 2025-05-13T22:29:21.637636166Z self.ensure_connection() 2025-05-13T22:29:21.637715855Z File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner 2025-05-13T22:29:21.637882920Z return func(*args, **kwargs) 2025-05-13T22:29:21.638011880Z ^^^^^^^^^^^^^^^^^^^^^ 2025-05-13T22:29:21.638025938Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 278, in ensure_connection 2025-05-13T22:29:21.638441766Z with self.wrap_database_errors: 2025-05-13T22:29:21.638549988Z ^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-05-13T22:29:21.638564201Z File "/lsiopy/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__ 2025-05-13T22:29:21.638784206Z raise dj_exc_value.with_traceback(traceback) from exc_value 2025-05-13T22:29:21.638876397Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 279, in ensure_connection 2025-05-13T22:29:21.639306092Z self.connect() 2025-05-13T22:29:21.639386305Z File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner 2025-05-13T22:29:21.639553079Z return func(*args, **kwargs) 2025-05-13T22:29:21.639679681Z ^^^^^^^^^^^^^^^^^^^^^ 2025-05-13T22:29:21.639694559Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 256, in connect 2025-05-13T22:29:21.640099117Z self.connection = self.get_new_connection(conn_params) 2025-05-13T22:29:21.640246190Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-05-13T22:29:21.640260312Z File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner 2025-05-13T22:29:21.640425295Z return func(*args, **kwargs) 2025-05-13T22:29:21.640551811Z ^^^^^^^^^^^^^^^^^^^^^ 2025-05-13T22:29:21.640566345Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/postgresql/base.py", line 332, in get_new_connection 2025-05-13T22:29:21.641047323Z connection = self.Database.connect(**conn_params) 2025-05-13T22:29:21.641199625Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-05-13T22:29:21.641214266Z File "/lsiopy/lib/python3.12/site-packages/psycopg/connection.py", line 96, in connect 2025-05-13T22:29:21.641467642Z attempts = conninfo_attempts(params) 2025-05-13T22:29:21.641589456Z ^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-05-13T22:29:21.641604537Z File "/lsiopy/lib/python3.12/site-packages/psycopg/_conninfo_attempts.py", line 53, in conninfo_attempts 2025-05-13T22:29:21.641828235Z raise e.OperationalError(str(last_exc)) 2025-05-13T22:29:21.641931035Z django.db.utils.OperationalError: [Errno -2] Name does not resolve 2025-05-13T22:29:22.715940089Z Building local documentation 2025-05-13T22:30:19.686974975Z [uWSGI] getting INI configuration from uwsgi.ini 2025-05-13T22:30:19.698349164Z [uwsgi-static] added mapping for /static => static 2025-05-13T22:30:19.699984696Z *** Starting uWSGI 2.0.25.1 (64bit) on [Tue May 13 22:30:19 2025] *** 2025-05-13T22:30:19.699992409Z compiled with version: 13.2.1 20240309 on 17 May 2024 06:11:37 2025-05-13T22:30:19.700004190Z os: Linux-6.6.13+bpo-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.6.13-1~bpo12+1 (2024-02-15) 2025-05-13T22:30:19.700029240Z nodename: a9fbb9bf381b 2025-05-13T22:30:19.700041817Z machine: aarch64 2025-05-13T22:30:19.700057526Z clock source: unix 2025-05-13T22:30:19.700147358Z pcre jit disabled 2025-05-13T22:30:19.700153845Z detected number of CPU cores: 20 2025-05-13T22:30:19.700185597Z current working directory: /app/netbox/netbox 2025-05-13T22:30:19.700186476Z detected binary path: /usr/sbin/uwsgi 2025-05-13T22:30:19.700588419Z your memory page size is 4096 bytes 2025-05-13T22:30:19.700689190Z detected max file descriptor number: 1048576 2025-05-13T22:30:19.705747903Z building mime-types dictionary from file /etc/mime.types...1390 entry found 2025-05-13T22:30:19.705840403Z lock engine: pthread robust mutexes 2025-05-13T22:30:19.706110481Z unable to make the mutex 'robust' 2025-05-13T22:30:20.954977725Z [uWSGI] getting INI configuration from uwsgi.ini 2025-05-13T22:30:20.966578931Z [uwsgi-static] added mapping for /static => static 2025-05-13T22:30:20.968216643Z *** Starting uWSGI 2.0.25.1 (64bit) on [Tue May 13 22:30:20 2025] *** 2025-05-13T22:30:20.968237492Z compiled with version: 13.2.1 20240309 on 17 May 2024 06:11:37 2025-05-13T22:30:20.968244083Z os: Linux-6.6.13+bpo-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.6.13-1~bpo12+1 (2024-02-15) 2025-05-13T22:30:20.968246125Z nodename: a9fbb9bf381b 2025-05-13T22:30:20.968247613Z machine: aarch64 2025-05-13T22:30:20.968248933Z clock source: unix 2025-05-13T22:30:20.968250235Z pcre jit disabled 2025-05-13T22:30:20.968336274Z detected number of CPU cores: 20 2025-05-13T22:30:20.968342063Z current working directory: /app/netbox/netbox 2025-05-13T22:30:20.968344078Z detected binary path: /usr/sbin/uwsgi 2025-05-13T22:30:20.968724399Z your memory page size is 4096 bytes 2025-05-13T22:30:20.968774999Z detected max file descriptor number: 1048576 2025-05-13T22:30:20.973507594Z building mime-types dictionary from file /etc/mime.types...1390 entry found 2025-05-13T22:30:20.973596581Z lock engine: pthread robust mutexes 2025-05-13T22:30:20.973896472Z unable to make the mutex 'robust' 2025-05-13T22:30:22.245865090Z [uWSGI] getting INI configuration from uwsgi.ini 2025-05-13T22:30:22.257635059Z [uwsgi-static] added mapping for /static => static 2025-05-13T22:30:22.259335519Z *** Starting uWSGI 2.0.25.1 (64bit) on [Tue May 13 22:30:22 2025] *** 2025-05-13T22:30:22.259355486Z compiled with version: 13.2.1 20240309 on 17 May 2024 06:11:37 2025-05-13T22:30:22.259368050Z os: Linux-6.6.13+bpo-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.6.13-1~bpo12+1 (2024-02-15) 2025-05-13T22:30:22.259370975Z nodename: a9fbb9bf381b 2025-05-13T22:30:22.259372978Z machine: aarch64 2025-05-13T22:30:22.259374940Z clock source: unix 2025-05-13T22:30:22.259376817Z pcre jit disabled 2025-05-13T22:30:22.259378622Z detected number of CPU cores: 20 2025-05-13T22:30:22.259381885Z current working directory: /app/netbox/netbox 2025-05-13T22:30:22.259500945Z detected binary path: /usr/sbin/uwsgi 2025-05-13T22:30:22.259972728Z your memory page size is 4096 bytes 2025-05-13T22:30:22.259989865Z detected max file descriptor number: 1048576 2025-05-13T22:30:22.264795068Z building mime-types dictionary from file /etc/mime.types...1390 entry found 2025-05-13T22:30:22.264884183Z lock engine: pthread robust mutexes 2025-05-13T22:30:22.265223509Z unable to make the mutex 'robust' 2025-05-13T22:30:23.554790983Z [uWSGI] getting INI configuration from uwsgi.ini 2025-05-13T22:30:23.566464353Z [uwsgi-static] added mapping for /static => static 2025-05-13T22:30:23.568095603Z *** Starting uWSGI 2.0.25.1 (64bit) on [Tue May 13 22:30:23 2025] *** 2025-05-13T22:30:23.568116092Z compiled with version: 13.2.1 20240309 on 17 May 2024 06:11:37 2025-05-13T22:30:23.568131317Z os: Linux-6.6.13+bpo-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.6.13-1~bpo12+1 (2024-02-15) 2025-05-13T22:30:23.568139521Z nodename: a9fbb9bf381b 2025-05-13T22:30:23.568141603Z machine: aarch64 2025-05-13T22:30:23.568142997Z clock source: unix 2025-05-13T22:30:23.568144259Z pcre jit disabled 2025-05-13T22:30:23.568145479Z detected number of CPU cores: 20 2025-05-13T22:30:23.568229092Z current working directory: /app/netbox/netbox 2025-05-13T22:30:23.568234854Z detected binary path: /usr/sbin/uwsgi 2025-05-13T22:30:23.568616569Z your memory page size is 4096 bytes 2025-05-13T22:30:23.568713113Z detected max file descriptor number: 1048576 2025-05-13T22:30:23.573434228Z building mime-types dictionary from file /etc/mime.types...1390 entry found 2025-05-13T22:30:23.573543155Z lock engine: pthread robust mutexes 2025-05-13T22:30:23.573758765Z unable to make the mutex 'robust' 2025-05-13T22:30:24.853059165Z [uWSGI] getting INI configuration from uwsgi.ini 2025-05-13T22:30:24.864801573Z [uwsgi-static] added mapping for /static => static 2025-05-13T22:30:24.866490653Z *** Starting uWSGI 2.0.25.1 (64bit) on [Tue May 13 22:30:24 2025] *** 2025-05-13T22:30:24.866503935Z compiled with version: 13.2.1 20240309 on 17 May 2024 06:11:37 2025-05-13T22:30:24.866510319Z os: Linux-6.6.13+bpo-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.6.13-1~bpo12+1 (2024-02-15) 2025-05-13T22:30:24.866512317Z nodename: a9fbb9bf381b 2025-05-13T22:30:24.866513714Z machine: aarch64 2025-05-13T22:30:24.866515077Z clock source: unix 2025-05-13T22:30:24.866604522Z pcre jit disabled 2025-05-13T22:30:24.866610344Z detected number of CPU cores: 20 2025-05-13T22:30:24.866612241Z current working directory: /app/netbox/netbox 2025-05-13T22:30:24.866613724Z detected binary path: /usr/sbin/uwsgi 2025-05-13T22:30:24.867123927Z your memory page size is 4096 bytes 2025-05-13T22:30:24.867141102Z detected max file descriptor number: 1048576 2025-05-13T22:30:24.872083235Z building mime-types dictionary from file /etc/mime.types...1390 entry found 2025-05-13T22:30:24.872100753Z lock engine: pthread robust mutexes 2025-05-13T22:30:24.872473028Z unable to make the mutex 'robust' 2025-05-13T22:30:26.165431013Z [uWSGI] getting INI configuration from uwsgi.ini 2025-05-13T22:30:26.176750745Z [uwsgi-static] added mapping for /static => static 2025-05-13T22:30:26.178355111Z *** Starting uWSGI 2.0.25.1 (64bit) on [Tue May 13 22:30:26 2025] *** 2025-05-13T22:30:26.178360034Z compiled with version: 13.2.1 20240309 on 17 May 2024 06:11:37 2025-05-13T22:30:26.178368124Z os: Linux-6.6.13+bpo-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.6.13-1~bpo12+1 (2024-02-15) 2025-05-13T22:30:26.178369054Z nodename: a9fbb9bf381b 2025-05-13T22:30:26.178369806Z machine: aarch64 2025-05-13T22:30:26.178370526Z clock source: unix 2025-05-13T22:30:26.178371261Z pcre jit disabled 2025-05-13T22:30:26.178465385Z detected number of CPU cores: 20 2025-05-13T22:30:26.178470288Z current working directory: /app/netbox/netbox 2025-05-13T22:30:26.178471539Z detected binary path: /usr/sbin/uwsgi 2025-05-13T22:30:26.178807246Z your memory page size is 4096 bytes 2025-05-13T22:30:26.178894311Z detected max file descriptor number: 1048576 2025-05-13T22:30:26.183789662Z building mime-types dictionary from file /etc/mime.types...1390 entry found 2025-05-13T22:30:26.183890534Z lock engine: pthread robust mutexes 2025-05-13T22:30:26.184148292Z unable to make the mutex 'robust' 2025-05-13T22:30:27.436776773Z [uWSGI] getting INI configuration from uwsgi.ini 2025-05-13T22:30:27.448530483Z [uwsgi-static] added mapping for /static => static 2025-05-13T22:30:27.450250622Z *** Starting uWSGI 2.0.25.1 (64bit) on [Tue May 13 22:30:27 2025] *** 2025-05-13T22:30:27.450257468Z compiled with version: 13.2.1 20240309 on 17 May 2024 06:11:37 2025-05-13T22:30:27.450259010Z os: Linux-6.6.13+bpo-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.6.13-1~bpo12+1 (2024-02-15) 2025-05-13T22:30:27.450260103Z nodename: a9fbb9bf381b 2025-05-13T22:30:27.450261129Z machine: aarch64 2025-05-13T22:30:27.450264666Z clock source: unix 2025-05-13T22:30:27.450282724Z pcre jit disabled 2025-05-13T22:30:27.450294546Z detected number of CPU cores: 20 2025-05-13T22:30:27.450313915Z current working directory: /app/netbox/netbox 2025-05-13T22:30:27.450323909Z detected binary path: /usr/sbin/uwsgi 2025-05-13T22:30:27.450759187Z your memory page size is 4096 bytes 2025-05-13T22:30:27.450852727Z detected max file descriptor number: 1048576 2025-05-13T22:30:27.455715343Z building mime-types dictionary from file /etc/mime.types...1390 entry found 2025-05-13T22:30:27.455785163Z lock engine: pthread robust mutexes 2025-05-13T22:30:27.456116221Z unable to make the mutex 'robust' 2025-05-13T22:30:28.687795474Z [uWSGI] getting INI configuration from uwsgi.ini 2025-05-13T22:30:28.699050404Z [uwsgi-static] added mapping for /static => static 2025-05-13T22:30:28.700633445Z *** Starting uWSGI 2.0.25.1 (64bit) on [Tue May 13 22:30:28 2025] *** 2025-05-13T22:30:28.700640766Z compiled with version: 13.2.1 20240309 on 17 May 2024 06:11:37 2025-05-13T22:30:28.700644350Z os: Linux-6.6.13+bpo-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.6.13-1~bpo12+1 (2024-02-15) 2025-05-13T22:30:28.700645259Z nodename: a9fbb9bf381b 2025-05-13T22:30:28.700646035Z machine: aarch64 2025-05-13T22:30:28.700646782Z clock source: unix 2025-05-13T22:30:28.700649044Z pcre jit disabled 2025-05-13T22:30:28.700756099Z detected number of CPU cores: 20 2025-05-13T22:30:28.700761046Z current working directory: /app/netbox/netbox 2025-05-13T22:30:28.700762118Z detected binary path: /usr/sbin/uwsgi 2025-05-13T22:30:28.701214705Z your memory page size is 4096 bytes 2025-05-13T22:30:28.701228134Z detected max file descriptor number: 1048576 2025-05-13T22:30:28.706060562Z building mime-types dictionary from file /etc/mime.types...1390 entry found 2025-05-13T22:30:28.706128491Z lock engine: pthread robust mutexes 2025-05-13T22:30:28.706391003Z unable to make the mutex 'robust' 2025-05-13T22:30:29.961296000Z [uWSGI] getting INI configuration from uwsgi.ini 2025-05-13T22:30:29.972910103Z [uwsgi-static] added mapping for /static => static 2025-05-13T22:30:29.974584537Z *** Starting uWSGI 2.0.25.1 (64bit) on [Tue May 13 22:30:29 2025] *** 2025-05-13T22:30:29.974589406Z compiled with version: 13.2.1 20240309 on 17 May 2024 06:11:37 2025-05-13T22:30:29.974695340Z os: Linux-6.6.13+bpo-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.6.13-1~bpo12+1 (2024-02-15) 2025-05-13T22:30:29.974700169Z nodename: a9fbb9bf381b 2025-05-13T22:30:29.974701268Z machine: aarch64 2025-05-13T22:30:29.974702060Z clock source: unix 2025-05-13T22:30:29.974702755Z pcre jit disabled 2025-05-13T22:30:29.974703441Z detected number of CPU cores: 20 2025-05-13T22:30:29.974704156Z current working directory: /app/netbox/netbox 2025-05-13T22:30:29.974704891Z detected binary path: /usr/sbin/uwsgi 2025-05-13T22:30:29.975239686Z your memory page size is 4096 bytes 2025-05-13T22:30:29.975263305Z detected max file descriptor number: 1048576 2025-05-13T22:30:29.980053162Z building mime-types dictionary from file /etc/mime.types...1390 entry found 2025-05-13T22:30:29.980163014Z lock engine: pthread robust mutexes 2025-05-13T22:30:29.980386274Z unable to make the mutex 'robust' 2025-05-13T22:30:31.227983327Z [uWSGI] getting INI configuration from uwsgi.ini 2025-05-13T22:30:31.239700123Z [uwsgi-static] added mapping for /static => static 2025-05-13T22:30:31.241423405Z *** Starting uWSGI 2.0.25.1 (64bit) on [Tue May 13 22:30:31 2025] *** 2025-05-13T22:30:31.241428302Z compiled with version: 13.2.1 20240309 on 17 May 2024 06:11:37 2025-05-13T22:30:31.241439397Z os: Linux-6.6.13+bpo-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.6.13-1~bpo12+1 (2024-02-15) 2025-05-13T22:30:31.241440670Z nodename: a9fbb9bf381b 2025-05-13T22:30:31.241441740Z machine: aarch64 2025-05-13T22:30:31.241442516Z clock source: unix 2025-05-13T22:30:31.241443299Z pcre jit disabled 2025-05-13T22:30:31.241541183Z detected number of CPU cores: 20 2025-05-13T22:30:31.241545952Z current working directory: /app/netbox/netbox 2025-05-13T22:30:31.241547097Z detected binary path: /usr/sbin/uwsgi 2025-05-13T22:30:31.242016056Z your memory page size is 4096 bytes 2025-05-13T22:30:31.242126063Z detected max file descriptor number: 1048576 2025-05-13T22:30:31.246874993Z building mime-types dictionary from file /etc/mime.types...1390 entry found 2025-05-13T22:30:31.246956793Z lock engine: pthread robust mutexes 2025-05-13T22:30:31.247259507Z unable to make the mutex 'robust' 2025-05-13T22:30:32.533360775Z [uWSGI] getting INI configuration from uwsgi.ini 2025-05-13T22:30:32.544798902Z [uwsgi-static] added mapping for /static => static 2025-05-13T22:30:32.546378051Z *** Starting uWSGI 2.0.25.1 (64bit) on [Tue May 13 22:30:32 2025] *** 2025-05-13T22:30:32.546384592Z compiled with version: 13.2.1 20240309 on 17 May 2024 06:11:37 2025-05-13T22:30:32.546422879Z os: Linux-6.6.13+bpo-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.6.13-1~bpo12+1 (2024-02-15) 2025-05-13T22:30:32.546424339Z nodename: a9fbb9bf381b 2025-05-13T22:30:32.546425379Z machine: aarch64 2025-05-13T22:30:32.546426305Z clock source: unix 2025-05-13T22:30:32.546427242Z pcre jit disabled 2025-05-13T22:30:32.546442266Z detected number of CPU cores: 20 2025-05-13T22:30:32.546444191Z current working directory: /app/netbox/netbox 2025-05-13T22:30:32.546534596Z detected binary path: /usr/sbin/uwsgi 2025-05-13T22:30:32.546888173Z your memory page size is 4096 bytes 2025-05-13T22:30:32.546983325Z detected max file descriptor number: 1048576 2025-05-13T22:30:32.551903375Z building mime-types dictionary from file /etc/mime.types...1390 entry found 2025-05-13T22:30:32.551996161Z lock engine: pthread robust mutexes 2025-05-13T22:30:32.552188231Z unable to make the mutex 'robust' 2025-05-13T22:30:33.800415056Z [uWSGI] getting INI configuration from uwsgi.ini 2025-05-13T22:30:33.811867540Z [uwsgi-static] added mapping for /static => static 2025-05-13T22:30:33.813467283Z *** Starting uWSGI 2.0.25.1 (64bit) on [Tue May 13 22:30:33 2025] *** 2025-05-13T22:30:33.813483017Z compiled with version: 13.2.1 20240309 on 17 May 2024 06:11:37 2025-05-13T22:30:33.813511311Z os: Linux-6.6.13+bpo-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.6.13-1~bpo12+1 (2024-02-15) 2025-05-13T22:30:33.813512554Z nodename: a9fbb9bf381b 2025-05-13T22:30:33.813513330Z machine: aarch64 2025-05-13T22:30:33.813514111Z clock source: unix 2025-05-13T22:30:33.813514869Z pcre jit disabled 2025-05-13T22:30:33.813519712Z detected number of CPU cores: 20 2025-05-13T22:30:33.813529682Z current working directory: /app/netbox/netbox 2025-05-13T22:30:33.813648891Z detected binary path: /usr/sbin/uwsgi 2025-05-13T22:30:33.813981598Z your memory page size is 4096 bytes 2025-05-13T22:30:33.814066198Z detected max file descriptor number: 1048576 2025-05-13T22:30:33.818929312Z building mime-types dictionary from file /etc/mime.types...1390 entry found 2025-05-13T22:30:33.818960015Z lock engine: pthread robust mutexes 2025-05-13T22:30:33.819259604Z unable to make the mutex 'robust' 2025-05-13T22:30:35.087434238Z [uWSGI] getting INI configuration from uwsgi.ini 2025-05-13T22:30:35.098764630Z [uwsgi-static] added mapping for /static => static 2025-05-13T22:30:35.100367894Z *** Starting uWSGI 2.0.25.1 (64bit) on [Tue May 13 22:30:35 2025] *** 2025-05-13T22:30:35.100374784Z compiled with version: 13.2.1 20240309 on 17 May 2024 06:11:37 2025-05-13T22:30:35.100408383Z os: Linux-6.6.13+bpo-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.6.13-1~bpo12+1 (2024-02-15) 2025-05-13T22:30:35.100409581Z nodename: a9fbb9bf381b 2025-05-13T22:30:35.100410338Z machine: aarch64 2025-05-13T22:30:35.100411050Z clock source: unix 2025-05-13T22:30:35.100411840Z pcre jit disabled 2025-05-13T22:30:35.100416627Z detected number of CPU cores: 20 2025-05-13T22:30:35.100433755Z current working directory: /app/netbox/netbox 2025-05-13T22:30:35.100561619Z detected binary path: /usr/sbin/uwsgi 2025-05-13T22:30:35.100951219Z your memory page size is 4096 bytes 2025-05-13T22:30:35.100992903Z detected max file descriptor number: 1048576 2025-05-13T22:30:35.105845979Z building mime-types dictionary from file /etc/mime.types...1390 entry found 2025-05-13T22:30:35.105928547Z lock engine: pthread robust mutexes 2025-05-13T22:30:35.106143200Z unable to make the mutex 'robust' 2025-05-13T22:30:36.360304120Z [uWSGI] getting INI configuration from uwsgi.ini 2025-05-13T22:30:36.371963174Z [uwsgi-static] added mapping for /static => static 2025-05-13T22:30:36.373556455Z *** Starting uWSGI 2.0.25.1 (64bit) on [Tue May 13 22:30:36 2025] *** 2025-05-13T22:30:36.373561468Z compiled with version: 13.2.1 20240309 on 17 May 2024 06:11:37 2025-05-13T22:30:36.373569976Z os: Linux-6.6.13+bpo-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.6.13-1~bpo12+1 (2024-02-15) 2025-05-13T22:30:36.373577473Z nodename: a9fbb9bf381b 2025-05-13T22:30:36.373578346Z machine: aarch64 2025-05-13T22:30:36.373579064Z clock source: unix 2025-05-13T22:30:36.373579819Z pcre jit disabled 2025-05-13T22:30:36.373585271Z detected number of CPU cores: 20 2025-05-13T22:30:36.373587395Z current working directory: /app/netbox/netbox 2025-05-13T22:30:36.373674957Z detected binary path: /usr/sbin/uwsgi 2025-05-13T22:30:36.374084917Z your memory page size is 4096 bytes 2025-05-13T22:30:36.374197235Z detected max file descriptor number: 1048576 2025-05-13T22:30:36.379181153Z building mime-types dictionary from file /etc/mime.types...1390 entry found 2025-05-13T22:30:36.379315215Z lock engine: pthread robust mutexes 2025-05-13T22:30:36.379523532Z unable to make the mutex 'robust' 2025-05-13T22:30:37.638583093Z [uWSGI] getting INI configuration from uwsgi.ini 2025-05-13T22:30:37.650133879Z [uwsgi-static] added mapping for /static => static 2025-05-13T22:30:37.651845369Z *** Starting uWSGI 2.0.25.1 (64bit) on [Tue May 13 22:30:37 2025] *** 2025-05-13T22:30:37.651852656Z compiled with version: 13.2.1 20240309 on 17 May 2024 06:11:37 2025-05-13T22:30:37.651856279Z os: Linux-6.6.13+bpo-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.6.13-1~bpo12+1 (2024-02-15) 2025-05-13T22:30:37.651857420Z nodename: a9fbb9bf381b 2025-05-13T22:30:37.651858430Z machine: aarch64 2025-05-13T22:30:37.651859432Z clock source: unix 2025-05-13T22:30:37.651860433Z pcre jit disabled 2025-05-13T22:30:37.651870317Z detected number of CPU cores: 20 2025-05-13T22:30:37.651878057Z current working directory: /app/netbox/netbox 2025-05-13T22:30:37.651967250Z detected binary path: /usr/sbin/uwsgi 2025-05-13T22:30:37.652396205Z your memory page size is 4096 bytes 2025-05-13T22:30:37.652417714Z detected max file descriptor number: 1048576 2025-05-13T22:30:37.657301003Z building mime-types dictionary from file /etc/mime.types...1390 entry found 2025-05-13T22:30:37.657395889Z lock engine: pthread robust mutexes 2025-05-13T22:30:37.657642713Z unable to make the mutex 'robust' 2025-05-13T22:30:38.952594274Z [uWSGI] getting INI configuration from uwsgi.ini 2025-05-13T22:30:38.964480719Z [uwsgi-static] added mapping for /static => static 2025-05-13T22:30:38.966186501Z *** Starting uWSGI 2.0.25.1 (64bit) on [Tue May 13 22:30:38 2025] *** 2025-05-13T22:30:38.966205845Z compiled with version: 13.2.1 20240309 on 17 May 2024 06:11:37 2025-05-13T22:30:38.966221408Z os: Linux-6.6.13+bpo-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.6.13-1~bpo12+1 (2024-02-15) 2025-05-13T22:30:38.966224598Z nodename: a9fbb9bf381b 2025-05-13T22:30:38.966241897Z machine: aarch64 2025-05-13T22:30:38.966244045Z clock source: unix 2025-05-13T22:30:38.966245350Z pcre jit disabled 2025-05-13T22:30:38.966246718Z detected number of CPU cores: 20 2025-05-13T22:30:38.966248833Z current working directory: /app/netbox/netbox 2025-05-13T22:30:38.966361504Z detected binary path: /usr/sbin/uwsgi 2025-05-13T22:30:38.966816418Z your memory page size is 4096 bytes 2025-05-13T22:30:38.966828670Z detected max file descriptor number: 1048576 2025-05-13T22:30:38.971627321Z building mime-types dictionary from file /etc/mime.types...1390 entry found 2025-05-13T22:30:38.971735583Z lock engine: pthread robust mutexes 2025-05-13T22:30:38.971943071Z unable to make the mutex 'robust' 2025-05-13T22:30:40.261672781Z [uWSGI] getting INI configuration from uwsgi.ini 2025-05-13T22:30:40.273305148Z [uwsgi-static] added mapping for /static => static 2025-05-13T22:30:40.275009487Z *** Starting uWSGI 2.0.25.1 (64bit) on [Tue May 13 22:30:40 2025] *** 2025-05-13T22:30:40.275015095Z compiled with version: 13.2.1 20240309 on 17 May 2024 06:11:37 2025-05-13T22:30:40.275016471Z os: Linux-6.6.13+bpo-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.6.13-1~bpo12+1 (2024-02-15) 2025-05-13T22:30:40.275017410Z nodename: a9fbb9bf381b 2025-05-13T22:30:40.275018536Z machine: aarch64 2025-05-13T22:30:40.275021773Z clock source: unix 2025-05-13T22:30:40.275127138Z pcre jit disabled 2025-05-13T22:30:40.275131992Z detected number of CPU cores: 20 2025-05-13T22:30:40.275133087Z current working directory: /app/netbox/netbox 2025-05-13T22:30:40.275133879Z detected binary path: /usr/sbin/uwsgi 2025-05-13T22:30:40.275572710Z your memory page size is 4096 bytes 2025-05-13T22:30:40.275658480Z detected max file descriptor number: 1048576 2025-05-13T22:30:40.280411241Z building mime-types dictionary from file /etc/mime.types...1390 entry found 2025-05-13T22:30:40.280418157Z lock engine: pthread robust mutexes 2025-05-13T22:30:40.280732073Z unable to make the mutex 'robust' 2025-05-13T22:30:41.596863683Z [uWSGI] getting INI configuration from uwsgi.ini 2025-05-13T22:30:41.608520502Z [uwsgi-static] added mapping for /static => static 2025-05-13T22:30:41.610202749Z *** Starting uWSGI 2.0.25.1 (64bit) on [Tue May 13 22:30:41 2025] *** 2025-05-13T22:30:41.610207692Z compiled with version: 13.2.1 20240309 on 17 May 2024 06:11:37 2025-05-13T22:30:41.610215923Z os: Linux-6.6.13+bpo-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.6.13-1~bpo12+1 (2024-02-15) 2025-05-13T22:30:41.610216908Z nodename: a9fbb9bf381b 2025-05-13T22:30:41.610217722Z machine: aarch64 2025-05-13T22:30:41.610218473Z clock source: unix 2025-05-13T22:30:41.610296353Z pcre jit disabled 2025-05-13T22:30:41.610312832Z detected number of CPU cores: 20 2025-05-13T22:30:41.610317084Z current working directory: /app/netbox/netbox 2025-05-13T22:30:41.610317938Z detected binary path: /usr/sbin/uwsgi 2025-05-13T22:30:41.610841040Z your memory page size is 4096 bytes 2025-05-13T22:30:41.610853617Z detected max file descriptor number: 1048576 2025-05-13T22:30:41.615632904Z building mime-types dictionary from file /etc/mime.types...1390 entry found 2025-05-13T22:30:41.615738270Z lock engine: pthread robust mutexes 2025-05-13T22:30:41.615987047Z unable to make the mutex 'robust' 2025-05-13T22:30:42.895488528Z [uWSGI] getting INI configuration from uwsgi.ini 2025-05-13T22:30:42.906973151Z [uwsgi-static] added mapping for /static => static 2025-05-13T22:30:42.908596249Z *** Starting uWSGI 2.0.25.1 (64bit) on [Tue May 13 22:30:42 2025] *** 2025-05-13T22:30:42.908603215Z compiled with version: 13.2.1 20240309 on 17 May 2024 06:11:37 2025-05-13T22:30:42.908621172Z os: Linux-6.6.13+bpo-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.6.13-1~bpo12+1 (2024-02-15) 2025-05-13T22:30:42.908623564Z nodename: a9fbb9bf381b 2025-05-13T22:30:42.908624626Z machine: aarch64 2025-05-13T22:30:42.908625664Z clock source: unix 2025-05-13T22:30:42.908626639Z pcre jit disabled 2025-05-13T22:30:42.908627674Z detected number of CPU cores: 20 2025-05-13T22:30:42.908630292Z current working directory: /app/netbox/netbox 2025-05-13T22:30:42.908700472Z detected binary path: /usr/sbin/uwsgi 2025-05-13T22:30:42.909121021Z your memory page size is 4096 bytes 2025-05-13T22:30:42.909245654Z detected max file descriptor number: 1048576 2025-05-13T22:30:42.914133853Z building mime-types dictionary from file /etc/mime.types...1390 entry found 2025-05-13T22:30:42.914235354Z lock engine: pthread robust mutexes 2025-05-13T22:30:42.914468029Z unable to make the mutex 'robust' 2025-05-13T22:30:44.199324410Z [uWSGI] getting INI configuration from uwsgi.ini 2025-05-13T22:30:44.211132466Z [uwsgi-static] added mapping for /static => static 2025-05-13T22:30:44.212827048Z *** Starting uWSGI 2.0.25.1 (64bit) on [Tue May 13 22:30:44 2025] *** 2025-05-13T22:30:44.212835350Z compiled with version: 13.2.1 20240309 on 17 May 2024 06:11:37 2025-05-13T22:30:44.212839555Z os: Linux-6.6.13+bpo-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.6.13-1~bpo12+1 (2024-02-15) 2025-05-13T22:30:44.212840849Z nodename: a9fbb9bf381b 2025-05-13T22:30:44.212842048Z machine: aarch64 2025-05-13T22:30:44.212843194Z clock source: unix 2025-05-13T22:30:44.212846030Z pcre jit disabled 2025-05-13T22:30:44.212955260Z detected number of CPU cores: 20 2025-05-13T22:30:44.212961898Z current working directory: /app/netbox/netbox 2025-05-13T22:30:44.212974145Z detected binary path: /usr/sbin/uwsgi 2025-05-13T22:30:44.213430546Z your memory page size is 4096 bytes 2025-05-13T22:30:44.213520784Z detected max file descriptor number: 1048576 2025-05-13T22:30:44.218221584Z building mime-types dictionary from file /etc/mime.types...1390 entry found 2025-05-13T22:30:44.218331846Z lock engine: pthread robust mutexes 2025-05-13T22:30:44.218555782Z unable to make the mutex 'robust' 2025-05-13T22:30:45.489157581Z [uWSGI] getting INI configuration from uwsgi.ini 2025-05-13T22:30:45.500818449Z [uwsgi-static] added mapping for /static => static 2025-05-13T22:30:45.502509463Z *** Starting uWSGI 2.0.25.1 (64bit) on [Tue May 13 22:30:45 2025] *** 2025-05-13T22:30:45.502523350Z compiled with version: 13.2.1 20240309 on 17 May 2024 06:11:37 2025-05-13T22:30:45.502530194Z os: Linux-6.6.13+bpo-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.6.13-1~bpo12+1 (2024-02-15) 2025-05-13T22:30:45.502532225Z nodename: a9fbb9bf381b 2025-05-13T22:30:45.502533656Z machine: aarch64 2025-05-13T22:30:45.502534924Z clock source: unix 2025-05-13T22:30:45.502632070Z pcre jit disabled 2025-05-13T22:30:45.502637754Z detected number of CPU cores: 20 2025-05-13T22:30:45.502639840Z current working directory: /app/netbox/netbox 2025-05-13T22:30:45.502641382Z detected binary path: /usr/sbin/uwsgi 2025-05-13T22:30:45.503052073Z your memory page size is 4096 bytes 2025-05-13T22:30:45.503092545Z detected max file descriptor number: 1048576 2025-05-13T22:30:45.507966583Z building mime-types dictionary from file /etc/mime.types...1390 entry found 2025-05-13T22:30:45.507992292Z lock engine: pthread robust mutexes 2025-05-13T22:30:45.508284865Z unable to make the mutex 'robust' 2025-05-13T22:30:46.817738120Z [uWSGI] getting INI configuration from uwsgi.ini 2025-05-13T22:30:46.829486216Z [uwsgi-static] added mapping for /static => static 2025-05-13T22:30:46.831183339Z *** Starting uWSGI 2.0.25.1 (64bit) on [Tue May 13 22:30:46 2025] *** 2025-05-13T22:30:46.831190199Z compiled with version: 13.2.1 20240309 on 17 May 2024 06:11:37 2025-05-13T22:30:46.831299142Z os: Linux-6.6.13+bpo-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.6.13-1~bpo12+1 (2024-02-15) 2025-05-13T22:30:46.831303992Z nodename: a9fbb9bf381b 2025-05-13T22:30:46.831305114Z machine: aarch64 2025-05-13T22:30:46.831306010Z clock source: unix 2025-05-13T22:30:46.831306782Z pcre jit disabled 2025-05-13T22:30:46.831307505Z detected number of CPU cores: 20 2025-05-13T22:30:46.831308246Z current working directory: /app/netbox/netbox 2025-05-13T22:30:46.831404584Z detected binary path: /usr/sbin/uwsgi 2025-05-13T22:30:46.831826755Z your memory page size is 4096 bytes 2025-05-13T22:30:46.831842729Z detected max file descriptor number: 1048576 2025-05-13T22:30:46.836669433Z building mime-types dictionary from file /etc/mime.types...1390 entry found 2025-05-13T22:30:46.836773473Z lock engine: pthread robust mutexes 2025-05-13T22:30:46.837027185Z unable to make the mutex 'robust' 2025-05-13T22:30:48.111815995Z [uWSGI] getting INI configuration from uwsgi.ini 2025-05-13T22:30:48.123517837Z [uwsgi-static] added mapping for /static => static 2025-05-13T22:30:48.125207453Z *** Starting uWSGI 2.0.25.1 (64bit) on [Tue May 13 22:30:48 2025] *** 2025-05-13T22:30:48.125214245Z compiled with version: 13.2.1 20240309 on 17 May 2024 06:11:37 2025-05-13T22:30:48.125217981Z os: Linux-6.6.13+bpo-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.6.13-1~bpo12+1 (2024-02-15) 2025-05-13T22:30:48.125219090Z nodename: a9fbb9bf381b 2025-05-13T22:30:48.125220114Z machine: aarch64 2025-05-13T22:30:48.125221119Z clock source: unix 2025-05-13T22:30:48.125230017Z pcre jit disabled 2025-05-13T22:30:48.125243845Z detected number of CPU cores: 20 2025-05-13T22:30:48.125338798Z current working directory: /app/netbox/netbox 2025-05-13T22:30:48.125345310Z detected binary path: /usr/sbin/uwsgi 2025-05-13T22:30:48.125832742Z your memory page size is 4096 bytes 2025-05-13T22:30:48.125846771Z detected max file descriptor number: 1048576 2025-05-13T22:30:48.130604095Z building mime-types dictionary from file /etc/mime.types...1390 entry found 2025-05-13T22:30:48.130704795Z lock engine: pthread robust mutexes 2025-05-13T22:30:48.130953477Z unable to make the mutex 'robust'