2025-02-20T15:48:58.923579902Z [migrations] started
2025-02-20T15:48:58.926375318Z [migrations] no migrations found
2025-02-20T15:48:59.212890760Z usermod: no changes
2025-02-20T15:48:59.230814561Z ───────────────────────────────────────
2025-02-20T15:48:59.230827875Z 
2025-02-20T15:48:59.230829462Z       ██╗     ███████╗██╗ ██████╗
2025-02-20T15:48:59.230830757Z       ██║     ██╔════╝██║██╔═══██╗
2025-02-20T15:48:59.230831883Z       ██║     ███████╗██║██║   ██║
2025-02-20T15:48:59.230832967Z       ██║     ╚════██║██║██║   ██║
2025-02-20T15:48:59.230834563Z       ███████╗███████║██║╚██████╔╝
2025-02-20T15:48:59.230836232Z       ╚══════╝╚══════╝╚═╝ ╚═════╝
2025-02-20T15:48:59.230838498Z 
2025-02-20T15:48:59.230839974Z    Brought to you by linuxserver.io
2025-02-20T15:48:59.230841573Z ───────────────────────────────────────
2025-02-20T15:48:59.234481282Z 
2025-02-20T15:48:59.234497947Z To support LSIO projects visit:
2025-02-20T15:48:59.234501263Z https://www.linuxserver.io/donate/
2025-02-20T15:48:59.234503564Z 
2025-02-20T15:48:59.234505602Z ───────────────────────────────────────
2025-02-20T15:48:59.234508260Z GID/UID
2025-02-20T15:48:59.234647899Z ───────────────────────────────────────
2025-02-20T15:48:59.275502084Z 
2025-02-20T15:48:59.275519689Z User UID:    911
2025-02-20T15:48:59.275521296Z User GID:    911
2025-02-20T15:48:59.275522413Z ───────────────────────────────────────
2025-02-20T15:48:59.293242117Z Linuxserver.io version: v4.2.3-ls259
2025-02-20T15:48:59.295084315Z Build-date: 2025-02-20T15:43:04+00:00
2025-02-20T15:48:59.295115393Z ───────────────────────────────────────
2025-02-20T15:48:59.295122198Z     
2025-02-20T15:49:01.387736515Z [custom-init] No custom files found, skipping...
2025-02-20T15:49:27.061491286Z Traceback (most recent call last):
2025-02-20T15:49:27.061835442Z   File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 279, in ensure_connection
2025-02-20T15:49:27.063159361Z     self.connect()
2025-02-20T15:49:27.063820948Z   File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner
2025-02-20T15:49:27.064013677Z     return func(*args, **kwargs)
2025-02-20T15:49:27.064299829Z            ^^^^^^^^^^^^^^^^^^^^^
2025-02-20T15:49:27.064304597Z   File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 256, in connect
2025-02-20T15:49:27.064718843Z     self.connection = self.get_new_connection(conn_params)
2025-02-20T15:49:27.064871860Z                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-02-20T15:49:27.064876779Z   File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner
2025-02-20T15:49:27.065011574Z     return func(*args, **kwargs)
2025-02-20T15:49:27.065133052Z            ^^^^^^^^^^^^^^^^^^^^^
2025-02-20T15:49:27.065134449Z   File "/lsiopy/lib/python3.12/site-packages/django/db/backends/postgresql/base.py", line 332, in get_new_connection
2025-02-20T15:49:27.065756958Z     connection = self.Database.connect(**conn_params)
2025-02-20T15:49:27.065911453Z                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-02-20T15:49:27.065912356Z   File "/lsiopy/lib/python3.12/site-packages/psycopg/connection.py", line 98, in connect
2025-02-20T15:49:27.066190932Z     attempts = conninfo_attempts(params)
2025-02-20T15:49:27.066275656Z                ^^^^^^^^^^^^^^^^^^^^^^^^^
2025-02-20T15:49:27.066289940Z   File "/lsiopy/lib/python3.12/site-packages/psycopg/_conninfo_attempts.py", line 50, in conninfo_attempts
2025-02-20T15:49:27.066485082Z     raise e.OperationalError(str(last_exc))
2025-02-20T15:49:27.066836930Z psycopg.OperationalError: [Errno -2] Name does not resolve
2025-02-20T15:49:27.066947515Z 
2025-02-20T15:49:27.066968658Z The above exception was the direct cause of the following exception:
2025-02-20T15:49:27.066990340Z 
2025-02-20T15:49:27.067028247Z Traceback (most recent call last):
2025-02-20T15:49:27.067041906Z   File "/app/netbox/netbox/./manage.py", line 10, in <module>
2025-02-20T15:49:27.067211696Z     execute_from_command_line(sys.argv)
2025-02-20T15:49:27.067314551Z   File "/lsiopy/lib/python3.12/site-packages/django/core/management/__init__.py", line 442, in execute_from_command_line
2025-02-20T15:49:27.067886687Z     utility.execute()
2025-02-20T15:49:27.067988791Z   File "/lsiopy/lib/python3.12/site-packages/django/core/management/__init__.py", line 436, in execute
2025-02-20T15:49:27.068554991Z     self.fetch_command(subcommand).run_from_argv(self.argv)
2025-02-20T15:49:27.068664312Z   File "/lsiopy/lib/python3.12/site-packages/django/core/management/base.py", line 413, in run_from_argv
2025-02-20T15:49:27.069197106Z     self.execute(*args, **cmd_options)
2025-02-20T15:49:27.069295815Z   File "/lsiopy/lib/python3.12/site-packages/django/core/management/base.py", line 459, in execute
2025-02-20T15:49:27.069857859Z     output = self.handle(*args, **options)
2025-02-20T15:49:27.069991943Z              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-02-20T15:49:27.070005205Z   File "/lsiopy/lib/python3.12/site-packages/django/core/management/base.py", line 107, in wrapper
2025-02-20T15:49:27.070239470Z     res = handle_func(*args, **kwargs)
2025-02-20T15:49:27.070364657Z           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-02-20T15:49:27.070378155Z   File "/lsiopy/lib/python3.12/site-packages/django/core/management/commands/migrate.py", line 101, in handle
2025-02-20T15:49:27.070606592Z     self.check(databases=[database])
2025-02-20T15:49:27.070712268Z   File "/lsiopy/lib/python3.12/site-packages/django/core/management/base.py", line 486, in check
2025-02-20T15:49:27.071361122Z     all_issues = checks.run_checks(
2025-02-20T15:49:27.071544940Z                  ^^^^^^^^^^^^^^^^^^
2025-02-20T15:49:27.071557509Z   File "/lsiopy/lib/python3.12/site-packages/django/core/checks/registry.py", line 88, in run_checks
2025-02-20T15:49:27.071780090Z     new_errors = check(app_configs=app_configs, databases=databases)
2025-02-20T15:49:27.071952813Z                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-02-20T15:49:27.071965683Z   File "/lsiopy/lib/python3.12/site-packages/django/core/checks/urls.py", line 44, in check_url_namespaces_unique
2025-02-20T15:49:27.072143212Z     all_namespaces = _load_all_namespaces(resolver)
2025-02-20T15:49:27.072272022Z                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-02-20T15:49:27.072283880Z   File "/lsiopy/lib/python3.12/site-packages/django/core/checks/urls.py", line 63, in _load_all_namespaces
2025-02-20T15:49:27.072471944Z     url_patterns = getattr(resolver, "url_patterns", [])
2025-02-20T15:49:27.072626288Z                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-02-20T15:49:27.072638907Z   File "/lsiopy/lib/python3.12/site-packages/django/utils/functional.py", line 47, in __get__
2025-02-20T15:49:27.072818058Z     res = instance.__dict__[self.name] = self.func(instance)
2025-02-20T15:49:27.072958080Z                                          ^^^^^^^^^^^^^^^^^^^
2025-02-20T15:49:27.072970192Z   File "/lsiopy/lib/python3.12/site-packages/django/urls/resolvers.py", line 718, in url_patterns
2025-02-20T15:49:27.074390373Z     patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
2025-02-20T15:49:27.074514131Z                        ^^^^^^^^^^^^^^^^^^^
2025-02-20T15:49:27.074528314Z   File "/lsiopy/lib/python3.12/site-packages/django/utils/functional.py", line 47, in __get__
2025-02-20T15:49:27.074728081Z     res = instance.__dict__[self.name] = self.func(instance)
2025-02-20T15:49:27.074873226Z                                          ^^^^^^^^^^^^^^^^^^^
2025-02-20T15:49:27.074886799Z   File "/lsiopy/lib/python3.12/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
2025-02-20T15:49:27.075801603Z     return import_module(self.urlconf_name)
2025-02-20T15:49:27.075929211Z            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-02-20T15:49:27.075945560Z   File "/usr/lib/python3.12/importlib/__init__.py", line 90, in import_module
2025-02-20T15:49:27.076176110Z     return _bootstrap._gcd_import(name[level:], package, level)
2025-02-20T15:49:27.076358397Z            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-02-20T15:49:27.076373370Z   File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
2025-02-20T15:49:27.076443297Z   File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
2025-02-20T15:49:27.076454808Z   File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
2025-02-20T15:49:27.076466668Z   File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
2025-02-20T15:49:27.076477002Z   File "<frozen importlib._bootstrap_external>", line 999, in exec_module
2025-02-20T15:49:27.076486823Z   File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
2025-02-20T15:49:27.076498779Z   File "/app/netbox/netbox/netbox/urls.py", line 27, in <module>
2025-02-20T15:49:27.076671813Z     path('core/', include('core.urls')),
2025-02-20T15:49:27.076792002Z                   ^^^^^^^^^^^^^^^^^^^^
2025-02-20T15:49:27.076804723Z   File "/lsiopy/lib/python3.12/site-packages/django/urls/conf.py", line 39, in include
2025-02-20T15:49:27.076978906Z     urlconf_module = import_module(urlconf_module)
2025-02-20T15:49:27.077102766Z                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-02-20T15:49:27.077116056Z   File "/usr/lib/python3.12/importlib/__init__.py", line 90, in import_module
2025-02-20T15:49:27.077332215Z     return _bootstrap._gcd_import(name[level:], package, level)
2025-02-20T15:49:27.077500652Z            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-02-20T15:49:27.077513552Z   File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
2025-02-20T15:49:27.077524904Z   File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
2025-02-20T15:49:27.077536959Z   File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
2025-02-20T15:49:27.077548365Z   File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
2025-02-20T15:49:27.077558288Z   File "<frozen importlib._bootstrap_external>", line 999, in exec_module
2025-02-20T15:49:27.077567285Z   File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
2025-02-20T15:49:27.077578572Z   File "/app/netbox/netbox/core/urls.py", line 4, in <module>
2025-02-20T15:49:27.077722993Z     from . import views
2025-02-20T15:49:27.077804944Z   File "/app/netbox/netbox/core/views.py", line 200, in <module>
2025-02-20T15:49:27.078104471Z     class ObjectChangeListView(generic.ObjectListView):
2025-02-20T15:49:27.078135830Z   File "/app/netbox/netbox/core/views.py", line 201, in ObjectChangeListView
2025-02-20T15:49:27.078422830Z     queryset = ObjectChange.objects.valid_models()
2025-02-20T15:49:27.078554139Z                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-02-20T15:49:27.078566185Z   File "/lsiopy/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method
2025-02-20T15:49:27.078793499Z     return getattr(self.get_queryset(), name)(*args, **kwargs)
2025-02-20T15:49:27.078979501Z            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-02-20T15:49:27.078992864Z   File "/app/netbox/netbox/core/querysets.py", line 18, in valid_models
2025-02-20T15:49:27.079153404Z     content_types = ContentType.objects.get_for_models(*apps.get_models()).values()
2025-02-20T15:49:27.079324603Z                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-02-20T15:49:27.079337883Z   File "/lsiopy/lib/python3.12/site-packages/django/contrib/contenttypes/models.py", line 91, in get_for_models
2025-02-20T15:49:27.079573035Z     for ct in cts:
2025-02-20T15:49:27.079648684Z               ^^^
2025-02-20T15:49:27.079660799Z   File "/lsiopy/lib/python3.12/site-packages/django/db/models/query.py", line 400, in __iter__
2025-02-20T15:49:27.080178287Z     self._fetch_all()
2025-02-20T15:49:27.080244722Z   File "/lsiopy/lib/python3.12/site-packages/django/db/models/query.py", line 1928, in _fetch_all
2025-02-20T15:49:27.082241594Z     self._result_cache = list(self._iterable_class(self))
2025-02-20T15:49:27.082384406Z                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-02-20T15:49:27.082397853Z   File "/lsiopy/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__
2025-02-20T15:49:27.082611512Z     results = compiler.execute_sql(
2025-02-20T15:49:27.082660657Z               ^^^^^^^^^^^^^^^^^^^^^
2025-02-20T15:49:27.082673709Z   File "/lsiopy/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1572, in execute_sql
2025-02-20T15:49:27.084366958Z     cursor = self.connection.cursor()
2025-02-20T15:49:27.084482163Z              ^^^^^^^^^^^^^^^^^^^^^^^^
2025-02-20T15:49:27.084494807Z   File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner
2025-02-20T15:49:27.084647948Z     return func(*args, **kwargs)
2025-02-20T15:49:27.084766175Z            ^^^^^^^^^^^^^^^^^^^^^
2025-02-20T15:49:27.084778421Z   File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 320, in cursor
2025-02-20T15:49:27.085210750Z     return self._cursor()
2025-02-20T15:49:27.085301948Z            ^^^^^^^^^^^^^^
2025-02-20T15:49:27.085313712Z   File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 296, in _cursor
2025-02-20T15:49:27.085723343Z     self.ensure_connection()
2025-02-20T15:49:27.085789988Z   File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner
2025-02-20T15:49:27.085940830Z     return func(*args, **kwargs)
2025-02-20T15:49:27.086054974Z            ^^^^^^^^^^^^^^^^^^^^^
2025-02-20T15:49:27.086067955Z   File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 278, in ensure_connection
2025-02-20T15:49:27.086466204Z     with self.wrap_database_errors:
2025-02-20T15:49:27.086564157Z          ^^^^^^^^^^^^^^^^^^^^^^^^^
2025-02-20T15:49:27.086577127Z   File "/lsiopy/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__
2025-02-20T15:49:27.086784824Z     raise dj_exc_value.with_traceback(traceback) from exc_value
2025-02-20T15:49:27.086866619Z   File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 279, in ensure_connection
2025-02-20T15:49:27.087275119Z     self.connect()
2025-02-20T15:49:27.087345020Z   File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner
2025-02-20T15:49:27.087497652Z     return func(*args, **kwargs)
2025-02-20T15:49:27.087613109Z            ^^^^^^^^^^^^^^^^^^^^^
2025-02-20T15:49:27.087626984Z   File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 256, in connect
2025-02-20T15:49:27.088002254Z     self.connection = self.get_new_connection(conn_params)
2025-02-20T15:49:27.088137726Z                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-02-20T15:49:27.088149427Z   File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner
2025-02-20T15:49:27.088299904Z     return func(*args, **kwargs)
2025-02-20T15:49:27.088416303Z            ^^^^^^^^^^^^^^^^^^^^^
2025-02-20T15:49:27.088429218Z   File "/lsiopy/lib/python3.12/site-packages/django/db/backends/postgresql/base.py", line 332, in get_new_connection
2025-02-20T15:49:27.088889093Z     connection = self.Database.connect(**conn_params)
2025-02-20T15:49:27.089026193Z                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-02-20T15:49:27.089038535Z   File "/lsiopy/lib/python3.12/site-packages/psycopg/connection.py", line 98, in connect
2025-02-20T15:49:27.089273480Z     attempts = conninfo_attempts(params)
2025-02-20T15:49:27.089383104Z                ^^^^^^^^^^^^^^^^^^^^^^^^^
2025-02-20T15:49:27.089395514Z   File "/lsiopy/lib/python3.12/site-packages/psycopg/_conninfo_attempts.py", line 50, in conninfo_attempts
2025-02-20T15:49:27.089579975Z     raise e.OperationalError(str(last_exc))
2025-02-20T15:49:27.089670151Z django.db.utils.OperationalError: [Errno -2] Name does not resolve
2025-02-20T15:49:28.094229556Z Building local documentation
2025-02-20T15:49:52.789387635Z /lsiopy/lib/python3.12/site-packages/strawberry/utils/deprecations.py:23: UserWarning: _type_definition is deprecated, use __strawberry_definition__ instead
2025-02-20T15:49:52.789405314Z   self.warn()
2025-02-20T15:50:27.242021345Z [uWSGI] getting INI configuration from uwsgi.ini
2025-02-20T15:50:27.253410251Z [uwsgi-static] added mapping for /static => static
2025-02-20T15:50:27.254979387Z *** Starting uWSGI 2.0.25.1 (64bit) on [Thu Feb 20 15:50:27 2025] ***
2025-02-20T15:50:27.254986105Z compiled with version: 13.2.1 20240309 on 17 May 2024 06:11:37
2025-02-20T15:50:27.254987498Z os: Linux-6.6.13+bpo-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.6.13-1~bpo12+1 (2024-02-15)
2025-02-20T15:50:27.254988576Z nodename: 7910cb6902ca
2025-02-20T15:50:27.254989560Z machine: aarch64
2025-02-20T15:50:27.254990629Z clock source: unix
2025-02-20T15:50:27.255052106Z pcre jit disabled
2025-02-20T15:50:27.255064902Z detected number of CPU cores: 20
2025-02-20T15:50:27.255067659Z current working directory: /app/netbox/netbox
2025-02-20T15:50:27.255069742Z detected binary path: /usr/sbin/uwsgi
2025-02-20T15:50:27.255515835Z your memory page size is 4096 bytes
2025-02-20T15:50:27.255531870Z detected max file descriptor number: 1048576
2025-02-20T15:50:27.260510278Z building mime-types dictionary from file /etc/mime.types...1390 entry found
2025-02-20T15:50:27.260587181Z lock engine: pthread robust mutexes
2025-02-20T15:50:27.260868437Z unable to make the mutex 'robust'
2025-02-20T15:50:28.477468939Z [uWSGI] getting INI configuration from uwsgi.ini
2025-02-20T15:50:28.488598794Z [uwsgi-static] added mapping for /static => static
2025-02-20T15:50:28.490153297Z *** Starting uWSGI 2.0.25.1 (64bit) on [Thu Feb 20 15:50:28 2025] ***
2025-02-20T15:50:28.490171310Z compiled with version: 13.2.1 20240309 on 17 May 2024 06:11:37
2025-02-20T15:50:28.490191208Z os: Linux-6.6.13+bpo-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.6.13-1~bpo12+1 (2024-02-15)
2025-02-20T15:50:28.490192688Z nodename: 7910cb6902ca
2025-02-20T15:50:28.490193694Z machine: aarch64
2025-02-20T15:50:28.490194689Z clock source: unix
2025-02-20T15:50:28.490219081Z pcre jit disabled
2025-02-20T15:50:28.490224897Z detected number of CPU cores: 20
2025-02-20T15:50:28.490235832Z current working directory: /app/netbox/netbox
2025-02-20T15:50:28.490250619Z detected binary path: /usr/sbin/uwsgi
2025-02-20T15:50:28.490632874Z your memory page size is 4096 bytes
2025-02-20T15:50:28.490730062Z detected max file descriptor number: 1048576
2025-02-20T15:50:28.495928965Z building mime-types dictionary from file /etc/mime.types...1390 entry found
2025-02-20T15:50:28.495992531Z lock engine: pthread robust mutexes
2025-02-20T15:50:28.496243490Z unable to make the mutex 'robust'
2025-02-20T15:50:29.728633878Z [uWSGI] getting INI configuration from uwsgi.ini
2025-02-20T15:50:29.741858837Z [uwsgi-static] added mapping for /static => static
2025-02-20T15:50:29.743420171Z *** Starting uWSGI 2.0.25.1 (64bit) on [Thu Feb 20 15:50:29 2025] ***
2025-02-20T15:50:29.743459030Z compiled with version: 13.2.1 20240309 on 17 May 2024 06:11:37
2025-02-20T15:50:29.743463115Z os: Linux-6.6.13+bpo-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.6.13-1~bpo12+1 (2024-02-15)
2025-02-20T15:50:29.743464004Z nodename: 7910cb6902ca
2025-02-20T15:50:29.743476457Z machine: aarch64
2025-02-20T15:50:29.743492041Z clock source: unix
2025-02-20T15:50:29.743572186Z pcre jit disabled
2025-02-20T15:50:29.743576993Z detected number of CPU cores: 20
2025-02-20T15:50:29.743578064Z current working directory: /app/netbox/netbox
2025-02-20T15:50:29.743578857Z detected binary path: /usr/sbin/uwsgi
2025-02-20T15:50:29.743999825Z your memory page size is 4096 bytes
2025-02-20T15:50:29.744113053Z detected max file descriptor number: 1048576
2025-02-20T15:50:29.749045638Z building mime-types dictionary from file /etc/mime.types...1390 entry found
2025-02-20T15:50:29.749159335Z lock engine: pthread robust mutexes
2025-02-20T15:50:29.749389964Z unable to make the mutex 'robust'
2025-02-20T15:50:31.062467115Z [uWSGI] getting INI configuration from uwsgi.ini
2025-02-20T15:50:31.074403815Z [uwsgi-static] added mapping for /static => static
2025-02-20T15:50:31.076089141Z *** Starting uWSGI 2.0.25.1 (64bit) on [Thu Feb 20 15:50:31 2025] ***
2025-02-20T15:50:31.076103595Z compiled with version: 13.2.1 20240309 on 17 May 2024 06:11:37
2025-02-20T15:50:31.076172751Z os: Linux-6.6.13+bpo-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.6.13-1~bpo12+1 (2024-02-15)
2025-02-20T15:50:31.076180471Z nodename: 7910cb6902ca
2025-02-20T15:50:31.076182866Z machine: aarch64
2025-02-20T15:50:31.076196207Z clock source: unix
2025-02-20T15:50:31.076214018Z pcre jit disabled
2025-02-20T15:50:31.076222068Z detected number of CPU cores: 20
2025-02-20T15:50:31.076233584Z current working directory: /app/netbox/netbox
2025-02-20T15:50:31.076252021Z detected binary path: /usr/sbin/uwsgi
2025-02-20T15:50:31.076671777Z your memory page size is 4096 bytes
2025-02-20T15:50:31.076746737Z detected max file descriptor number: 1048576
2025-02-20T15:50:31.082180844Z building mime-types dictionary from file /etc/mime.types...1390 entry found
2025-02-20T15:50:31.082226791Z lock engine: pthread robust mutexes
2025-02-20T15:50:31.082524818Z unable to make the mutex 'robust'
2025-02-20T15:50:32.293949986Z [uWSGI] getting INI configuration from uwsgi.ini
2025-02-20T15:50:32.305425222Z [uwsgi-static] added mapping for /static => static
2025-02-20T15:50:32.307125775Z *** Starting uWSGI 2.0.25.1 (64bit) on [Thu Feb 20 15:50:32 2025] ***
2025-02-20T15:50:32.307138604Z compiled with version: 13.2.1 20240309 on 17 May 2024 06:11:37
2025-02-20T15:50:32.307158283Z os: Linux-6.6.13+bpo-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.6.13-1~bpo12+1 (2024-02-15)
2025-02-20T15:50:32.307166701Z nodename: 7910cb6902ca
2025-02-20T15:50:32.307168554Z machine: aarch64
2025-02-20T15:50:32.307175401Z clock source: unix
2025-02-20T15:50:32.307177406Z pcre jit disabled
2025-02-20T15:50:32.307178803Z detected number of CPU cores: 20
2025-02-20T15:50:32.307335968Z current working directory: /app/netbox/netbox
2025-02-20T15:50:32.307346533Z detected binary path: /usr/sbin/uwsgi
2025-02-20T15:50:32.307675811Z your memory page size is 4096 bytes
2025-02-20T15:50:32.307769383Z detected max file descriptor number: 1048576
2025-02-20T15:50:32.312534395Z building mime-types dictionary from file /etc/mime.types...1390 entry found
2025-02-20T15:50:32.312630502Z lock engine: pthread robust mutexes
2025-02-20T15:50:32.312800264Z unable to make the mutex 'robust'
2025-02-20T15:50:33.582147307Z [uWSGI] getting INI configuration from uwsgi.ini
2025-02-20T15:50:33.593573832Z [uwsgi-static] added mapping for /static => static
2025-02-20T15:50:33.595179863Z *** Starting uWSGI 2.0.25.1 (64bit) on [Thu Feb 20 15:50:33 2025] ***
2025-02-20T15:50:33.595186417Z compiled with version: 13.2.1 20240309 on 17 May 2024 06:11:37
2025-02-20T15:50:33.595292818Z os: Linux-6.6.13+bpo-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.6.13-1~bpo12+1 (2024-02-15)
2025-02-20T15:50:33.595297720Z nodename: 7910cb6902ca
2025-02-20T15:50:33.595298828Z machine: aarch64
2025-02-20T15:50:33.595299600Z clock source: unix
2025-02-20T15:50:33.595300344Z pcre jit disabled
2025-02-20T15:50:33.595301067Z detected number of CPU cores: 20
2025-02-20T15:50:33.595301951Z current working directory: /app/netbox/netbox
2025-02-20T15:50:33.595302739Z detected binary path: /usr/sbin/uwsgi
2025-02-20T15:50:33.595775838Z your memory page size is 4096 bytes
2025-02-20T15:50:33.595899945Z detected max file descriptor number: 1048576
2025-02-20T15:50:33.600670158Z building mime-types dictionary from file /etc/mime.types...1390 entry found
2025-02-20T15:50:33.600760859Z lock engine: pthread robust mutexes
2025-02-20T15:50:33.601015828Z unable to make the mutex 'robust'
2025-02-20T15:50:34.852021136Z [uWSGI] getting INI configuration from uwsgi.ini
2025-02-20T15:50:34.863292039Z [uwsgi-static] added mapping for /static => static
2025-02-20T15:50:34.864868919Z *** Starting uWSGI 2.0.25.1 (64bit) on [Thu Feb 20 15:50:34 2025] ***
2025-02-20T15:50:34.864877002Z compiled with version: 13.2.1 20240309 on 17 May 2024 06:11:37
2025-02-20T15:50:34.864940308Z os: Linux-6.6.13+bpo-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.6.13-1~bpo12+1 (2024-02-15)
2025-02-20T15:50:34.864954343Z nodename: 7910cb6902ca
2025-02-20T15:50:34.864956207Z machine: aarch64
2025-02-20T15:50:34.864957712Z clock source: unix
2025-02-20T15:50:34.864965169Z pcre jit disabled
2025-02-20T15:50:34.864976228Z detected number of CPU cores: 20
2025-02-20T15:50:34.864984449Z current working directory: /app/netbox/netbox
2025-02-20T15:50:34.865006998Z detected binary path: /usr/sbin/uwsgi
2025-02-20T15:50:34.865392788Z your memory page size is 4096 bytes
2025-02-20T15:50:34.865481403Z detected max file descriptor number: 1048576
2025-02-20T15:50:34.870744070Z building mime-types dictionary from file /etc/mime.types...1390 entry found
2025-02-20T15:50:34.870808814Z lock engine: pthread robust mutexes
2025-02-20T15:50:34.871081397Z unable to make the mutex 'robust'
2025-02-20T15:50:36.137857604Z [uWSGI] getting INI configuration from uwsgi.ini
2025-02-20T15:50:36.149386650Z [uwsgi-static] added mapping for /static => static
2025-02-20T15:50:36.151055765Z *** Starting uWSGI 2.0.25.1 (64bit) on [Thu Feb 20 15:50:36 2025] ***
2025-02-20T15:50:36.151061139Z compiled with version: 13.2.1 20240309 on 17 May 2024 06:11:37
2025-02-20T15:50:36.151062442Z os: Linux-6.6.13+bpo-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.6.13-1~bpo12+1 (2024-02-15)
2025-02-20T15:50:36.151063420Z nodename: 7910cb6902ca
2025-02-20T15:50:36.151064388Z machine: aarch64
2025-02-20T15:50:36.151065283Z clock source: unix
2025-02-20T15:50:36.151073653Z pcre jit disabled
2025-02-20T15:50:36.151088927Z detected number of CPU cores: 20
2025-02-20T15:50:36.151092452Z current working directory: /app/netbox/netbox
2025-02-20T15:50:36.151184307Z detected binary path: /usr/sbin/uwsgi
2025-02-20T15:50:36.151585361Z your memory page size is 4096 bytes
2025-02-20T15:50:36.151677334Z detected max file descriptor number: 1048576
2025-02-20T15:50:36.156454471Z building mime-types dictionary from file /etc/mime.types...1390 entry found
2025-02-20T15:50:36.156558738Z lock engine: pthread robust mutexes
2025-02-20T15:50:36.156838144Z unable to make the mutex 'robust'
2025-02-20T15:50:37.386130460Z [uWSGI] getting INI configuration from uwsgi.ini
2025-02-20T15:50:37.397526528Z [uwsgi-static] added mapping for /static => static
2025-02-20T15:50:37.399048514Z *** Starting uWSGI 2.0.25.1 (64bit) on [Thu Feb 20 15:50:37 2025] ***
2025-02-20T15:50:37.399054640Z compiled with version: 13.2.1 20240309 on 17 May 2024 06:11:37
2025-02-20T15:50:37.399132145Z os: Linux-6.6.13+bpo-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.6.13-1~bpo12+1 (2024-02-15)
2025-02-20T15:50:37.399134110Z nodename: 7910cb6902ca
2025-02-20T15:50:37.399135503Z machine: aarch64
2025-02-20T15:50:37.399136704Z clock source: unix
2025-02-20T15:50:37.399155514Z pcre jit disabled
2025-02-20T15:50:37.399168910Z detected number of CPU cores: 20
2025-02-20T15:50:37.399175997Z current working directory: /app/netbox/netbox
2025-02-20T15:50:37.399283010Z detected binary path: /usr/sbin/uwsgi
2025-02-20T15:50:37.399625777Z your memory page size is 4096 bytes
2025-02-20T15:50:37.399716441Z detected max file descriptor number: 1048576
2025-02-20T15:50:37.404702698Z building mime-types dictionary from file /etc/mime.types...1390 entry found
2025-02-20T15:50:37.404776659Z lock engine: pthread robust mutexes
2025-02-20T15:50:37.405029346Z unable to make the mutex 'robust'
2025-02-20T15:50:38.632673834Z [uWSGI] getting INI configuration from uwsgi.ini
2025-02-20T15:50:38.644007871Z [uwsgi-static] added mapping for /static => static
2025-02-20T15:50:38.645546548Z *** Starting uWSGI 2.0.25.1 (64bit) on [Thu Feb 20 15:50:38 2025] ***
2025-02-20T15:50:38.645551143Z compiled with version: 13.2.1 20240309 on 17 May 2024 06:11:37
2025-02-20T15:50:38.645642016Z os: Linux-6.6.13+bpo-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.6.13-1~bpo12+1 (2024-02-15)
2025-02-20T15:50:38.645644263Z nodename: 7910cb6902ca
2025-02-20T15:50:38.645645599Z machine: aarch64
2025-02-20T15:50:38.645646735Z clock source: unix
2025-02-20T15:50:38.645647960Z pcre jit disabled
2025-02-20T15:50:38.645649484Z detected number of CPU cores: 20
2025-02-20T15:50:38.645650806Z current working directory: /app/netbox/netbox
2025-02-20T15:50:38.645722725Z detected binary path: /usr/sbin/uwsgi
2025-02-20T15:50:38.646083213Z your memory page size is 4096 bytes
2025-02-20T15:50:38.646168152Z detected max file descriptor number: 1048576
2025-02-20T15:50:38.651048416Z building mime-types dictionary from file /etc/mime.types...1390 entry found
2025-02-20T15:50:38.651150255Z lock engine: pthread robust mutexes
2025-02-20T15:50:38.651376076Z unable to make the mutex 'robust'
2025-02-20T15:50:39.903650463Z [uWSGI] getting INI configuration from uwsgi.ini
2025-02-20T15:50:39.915749019Z [uwsgi-static] added mapping for /static => static
2025-02-20T15:50:39.917473719Z *** Starting uWSGI 2.0.25.1 (64bit) on [Thu Feb 20 15:50:39 2025] ***
2025-02-20T15:50:39.917481393Z compiled with version: 13.2.1 20240309 on 17 May 2024 06:11:37
2025-02-20T15:50:39.917497665Z os: Linux-6.6.13+bpo-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.6.13-1~bpo12+1 (2024-02-15)
2025-02-20T15:50:39.917506022Z nodename: 7910cb6902ca
2025-02-20T15:50:39.917515839Z machine: aarch64
2025-02-20T15:50:39.917530555Z clock source: unix
2025-02-20T15:50:39.917556284Z pcre jit disabled
2025-02-20T15:50:39.917569164Z detected number of CPU cores: 20
2025-02-20T15:50:39.917584799Z current working directory: /app/netbox/netbox
2025-02-20T15:50:39.917599762Z detected binary path: /usr/sbin/uwsgi
2025-02-20T15:50:39.918024480Z your memory page size is 4096 bytes
2025-02-20T15:50:39.918124054Z detected max file descriptor number: 1048576
2025-02-20T15:50:39.923161572Z building mime-types dictionary from file /etc/mime.types...1390 entry found
2025-02-20T15:50:39.923233634Z lock engine: pthread robust mutexes
2025-02-20T15:50:39.923518486Z unable to make the mutex 'robust'
2025-02-20T15:50:41.140279662Z [uWSGI] getting INI configuration from uwsgi.ini
2025-02-20T15:50:41.152475686Z [uwsgi-static] added mapping for /static => static
2025-02-20T15:50:41.154151497Z *** Starting uWSGI 2.0.25.1 (64bit) on [Thu Feb 20 15:50:41 2025] ***
2025-02-20T15:50:41.154157989Z compiled with version: 13.2.1 20240309 on 17 May 2024 06:11:37
2025-02-20T15:50:41.154213763Z os: Linux-6.6.13+bpo-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.6.13-1~bpo12+1 (2024-02-15)
2025-02-20T15:50:41.154223032Z nodename: 7910cb6902ca
2025-02-20T15:50:41.154229819Z machine: aarch64
2025-02-20T15:50:41.154243728Z clock source: unix
2025-02-20T15:50:41.154264486Z pcre jit disabled
2025-02-20T15:50:41.154274590Z detected number of CPU cores: 20
2025-02-20T15:50:41.154285733Z current working directory: /app/netbox/netbox
2025-02-20T15:50:41.154323096Z detected binary path: /usr/sbin/uwsgi
2025-02-20T15:50:41.154727550Z your memory page size is 4096 bytes
2025-02-20T15:50:41.154809163Z detected max file descriptor number: 1048576
2025-02-20T15:50:41.159905900Z building mime-types dictionary from file /etc/mime.types...1390 entry found
2025-02-20T15:50:41.159967287Z lock engine: pthread robust mutexes
2025-02-20T15:50:41.160232631Z unable to make the mutex 'robust'
2025-02-20T15:50:42.392080348Z [uWSGI] getting INI configuration from uwsgi.ini
2025-02-20T15:50:42.403690221Z [uwsgi-static] added mapping for /static => static
2025-02-20T15:50:42.405356597Z *** Starting uWSGI 2.0.25.1 (64bit) on [Thu Feb 20 15:50:42 2025] ***
2025-02-20T15:50:42.405358594Z compiled with version: 13.2.1 20240309 on 17 May 2024 06:11:37
2025-02-20T15:50:42.405432771Z os: Linux-6.6.13+bpo-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.6.13-1~bpo12+1 (2024-02-15)
2025-02-20T15:50:42.405433841Z nodename: 7910cb6902ca
2025-02-20T15:50:42.405434615Z machine: aarch64
2025-02-20T15:50:42.405435388Z clock source: unix
2025-02-20T15:50:42.405449233Z pcre jit disabled
2025-02-20T15:50:42.405451597Z detected number of CPU cores: 20
2025-02-20T15:50:42.405519833Z current working directory: /app/netbox/netbox
2025-02-20T15:50:42.405520749Z detected binary path: /usr/sbin/uwsgi
2025-02-20T15:50:42.405981959Z your memory page size is 4096 bytes
2025-02-20T15:50:42.406067496Z detected max file descriptor number: 1048576
2025-02-20T15:50:42.410896941Z building mime-types dictionary from file /etc/mime.types...1390 entry found
2025-02-20T15:50:42.410919719Z lock engine: pthread robust mutexes
2025-02-20T15:50:42.411240629Z unable to make the mutex 'robust'
2025-02-20T15:50:43.643515176Z [uWSGI] getting INI configuration from uwsgi.ini
2025-02-20T15:50:43.654976328Z [uwsgi-static] added mapping for /static => static
2025-02-20T15:50:43.656665809Z *** Starting uWSGI 2.0.25.1 (64bit) on [Thu Feb 20 15:50:43 2025] ***
2025-02-20T15:50:43.656676953Z compiled with version: 13.2.1 20240309 on 17 May 2024 06:11:37
2025-02-20T15:50:43.656683319Z os: Linux-6.6.13+bpo-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.6.13-1~bpo12+1 (2024-02-15)
2025-02-20T15:50:43.656685509Z nodename: 7910cb6902ca
2025-02-20T15:50:43.656686986Z machine: aarch64
2025-02-20T15:50:43.656688391Z clock source: unix
2025-02-20T15:50:43.656799174Z pcre jit disabled
2025-02-20T15:50:43.656804689Z detected number of CPU cores: 20
2025-02-20T15:50:43.656806624Z current working directory: /app/netbox/netbox
2025-02-20T15:50:43.656808074Z detected binary path: /usr/sbin/uwsgi
2025-02-20T15:50:43.657180765Z your memory page size is 4096 bytes
2025-02-20T15:50:43.657273842Z detected max file descriptor number: 1048576
2025-02-20T15:50:43.662075111Z building mime-types dictionary from file /etc/mime.types...1390 entry found
2025-02-20T15:50:43.662163361Z lock engine: pthread robust mutexes
2025-02-20T15:50:43.662421073Z unable to make the mutex 'robust'
2025-02-20T15:50:44.896469157Z [uWSGI] getting INI configuration from uwsgi.ini
2025-02-20T15:50:44.937099434Z [uwsgi-static] added mapping for /static => static
2025-02-20T15:50:44.937111878Z *** Starting uWSGI 2.0.25.1 (64bit) on [Thu Feb 20 15:50:44 2025] ***
2025-02-20T15:50:44.937115715Z compiled with version: 13.2.1 20240309 on 17 May 2024 06:11:37
2025-02-20T15:50:44.937118888Z os: Linux-6.6.13+bpo-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.6.13-1~bpo12+1 (2024-02-15)
2025-02-20T15:50:44.937121881Z nodename: 7910cb6902ca
2025-02-20T15:50:44.937124485Z machine: aarch64
2025-02-20T15:50:44.937127055Z clock source: unix
2025-02-20T15:50:44.937129601Z pcre jit disabled
2025-02-20T15:50:44.937132659Z detected number of CPU cores: 20
2025-02-20T15:50:44.937137556Z current working directory: /app/netbox/netbox
2025-02-20T15:50:44.937141026Z detected binary path: /usr/sbin/uwsgi
2025-02-20T15:50:44.937143931Z your memory page size is 4096 bytes
2025-02-20T15:50:44.937146607Z detected max file descriptor number: 1048576
2025-02-20T15:50:44.937160567Z building mime-types dictionary from file /etc/mime.types...1390 entry found
2025-02-20T15:50:44.937163333Z lock engine: pthread robust mutexes
2025-02-20T15:50:44.937165389Z unable to make the mutex 'robust'
2025-02-20T15:50:46.141918118Z [uWSGI] getting INI configuration from uwsgi.ini
2025-02-20T15:50:46.153355302Z [uwsgi-static] added mapping for /static => static
2025-02-20T15:50:46.154973042Z *** Starting uWSGI 2.0.25.1 (64bit) on [Thu Feb 20 15:50:46 2025] ***
2025-02-20T15:50:46.154978167Z compiled with version: 13.2.1 20240309 on 17 May 2024 06:11:37
2025-02-20T15:50:46.154979260Z os: Linux-6.6.13+bpo-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.6.13-1~bpo12+1 (2024-02-15)
2025-02-20T15:50:46.154980115Z nodename: 7910cb6902ca
2025-02-20T15:50:46.154980873Z machine: aarch64
2025-02-20T15:50:46.154981607Z clock source: unix
2025-02-20T15:50:46.154993207Z pcre jit disabled
2025-02-20T15:50:46.155001616Z detected number of CPU cores: 20
2025-02-20T15:50:46.155011448Z current working directory: /app/netbox/netbox
2025-02-20T15:50:46.155084330Z detected binary path: /usr/sbin/uwsgi
2025-02-20T15:50:46.155556755Z your memory page size is 4096 bytes
2025-02-20T15:50:46.161424859Z detected max file descriptor number: 1048576
2025-02-20T15:50:46.161429751Z building mime-types dictionary from file /etc/mime.types...1390 entry found
2025-02-20T15:50:46.161430857Z lock engine: pthread robust mutexes
2025-02-20T15:50:46.161431643Z unable to make the mutex 'robust'
2025-02-20T15:50:47.427247356Z [uWSGI] getting INI configuration from uwsgi.ini
2025-02-20T15:50:47.438513280Z [uwsgi-static] added mapping for /static => static
2025-02-20T15:50:47.440091803Z *** Starting uWSGI 2.0.25.1 (64bit) on [Thu Feb 20 15:50:47 2025] ***
2025-02-20T15:50:47.440110925Z compiled with version: 13.2.1 20240309 on 17 May 2024 06:11:37
2025-02-20T15:50:47.440113137Z os: Linux-6.6.13+bpo-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.6.13-1~bpo12+1 (2024-02-15)
2025-02-20T15:50:47.440114737Z nodename: 7910cb6902ca
2025-02-20T15:50:47.440116122Z machine: aarch64
2025-02-20T15:50:47.440117665Z clock source: unix
2025-02-20T15:50:47.440119003Z pcre jit disabled
2025-02-20T15:50:47.440120338Z detected number of CPU cores: 20
2025-02-20T15:50:47.440125937Z current working directory: /app/netbox/netbox
2025-02-20T15:50:47.440225625Z detected binary path: /usr/sbin/uwsgi
2025-02-20T15:50:47.440599877Z your memory page size is 4096 bytes
2025-02-20T15:50:47.440616630Z detected max file descriptor number: 1048576
2025-02-20T15:50:47.445587318Z building mime-types dictionary from file /etc/mime.types...1390 entry found
2025-02-20T15:50:47.445610202Z lock engine: pthread robust mutexes
2025-02-20T15:50:47.445914495Z unable to make the mutex 'robust'
2025-02-20T15:50:48.704191673Z [uWSGI] getting INI configuration from uwsgi.ini
2025-02-20T15:50:48.715799168Z [uwsgi-static] added mapping for /static => static
2025-02-20T15:50:48.717443434Z *** Starting uWSGI 2.0.25.1 (64bit) on [Thu Feb 20 15:50:48 2025] ***
2025-02-20T15:50:48.717448845Z compiled with version: 13.2.1 20240309 on 17 May 2024 06:11:37
2025-02-20T15:50:48.717449957Z os: Linux-6.6.13+bpo-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.6.13-1~bpo12+1 (2024-02-15)
2025-02-20T15:50:48.717450797Z nodename: 7910cb6902ca
2025-02-20T15:50:48.717531466Z machine: aarch64
2025-02-20T15:50:48.717536111Z clock source: unix
2025-02-20T15:50:48.717537147Z pcre jit disabled
2025-02-20T15:50:48.717537917Z detected number of CPU cores: 20
2025-02-20T15:50:48.717538823Z current working directory: /app/netbox/netbox
2025-02-20T15:50:48.717621304Z detected binary path: /usr/sbin/uwsgi
2025-02-20T15:50:48.718029564Z your memory page size is 4096 bytes
2025-02-20T15:50:48.718128137Z detected max file descriptor number: 1048576
2025-02-20T15:50:48.722778259Z building mime-types dictionary from file /etc/mime.types...1390 entry found
2025-02-20T15:50:48.722815144Z lock engine: pthread robust mutexes
2025-02-20T15:50:48.723099002Z unable to make the mutex 'robust'
2025-02-20T15:50:49.949554870Z [uWSGI] getting INI configuration from uwsgi.ini
2025-02-20T15:50:49.961173483Z [uwsgi-static] added mapping for /static => static
2025-02-20T15:50:49.962823287Z *** Starting uWSGI 2.0.25.1 (64bit) on [Thu Feb 20 15:50:49 2025] ***
2025-02-20T15:50:49.962829112Z compiled with version: 13.2.1 20240309 on 17 May 2024 06:11:37
2025-02-20T15:50:49.962831090Z os: Linux-6.6.13+bpo-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.6.13-1~bpo12+1 (2024-02-15)
2025-02-20T15:50:49.962832674Z nodename: 7910cb6902ca
2025-02-20T15:50:49.962834025Z machine: aarch64
2025-02-20T15:50:49.962835394Z clock source: unix
2025-02-20T15:50:49.962840276Z pcre jit disabled
2025-02-20T15:50:49.962844664Z detected number of CPU cores: 20
2025-02-20T15:50:49.962864783Z current working directory: /app/netbox/netbox
2025-02-20T15:50:49.962878749Z detected binary path: /usr/sbin/uwsgi
2025-02-20T15:50:49.963349359Z your memory page size is 4096 bytes
2025-02-20T15:50:49.963445891Z detected max file descriptor number: 1048576
2025-02-20T15:50:49.968182881Z building mime-types dictionary from file /etc/mime.types...1390 entry found
2025-02-20T15:50:49.968275271Z lock engine: pthread robust mutexes
2025-02-20T15:50:49.968488672Z unable to make the mutex 'robust'
2025-02-20T15:50:51.201394949Z [uWSGI] getting INI configuration from uwsgi.ini
2025-02-20T15:50:51.213149045Z [uwsgi-static] added mapping for /static => static
2025-02-20T15:50:51.214804407Z *** Starting uWSGI 2.0.25.1 (64bit) on [Thu Feb 20 15:50:51 2025] ***
2025-02-20T15:50:51.215089670Z compiled with version: 13.2.1 20240309 on 17 May 2024 06:11:37
2025-02-20T15:50:51.215093770Z os: Linux-6.6.13+bpo-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.6.13-1~bpo12+1 (2024-02-15)
2025-02-20T15:50:51.215094787Z nodename: 7910cb6902ca
2025-02-20T15:50:51.215095626Z machine: aarch64
2025-02-20T15:50:51.215096412Z clock source: unix
2025-02-20T15:50:51.215097139Z pcre jit disabled
2025-02-20T15:50:51.215098023Z detected number of CPU cores: 20
2025-02-20T15:50:51.215098802Z current working directory: /app/netbox/netbox
2025-02-20T15:50:51.215099577Z detected binary path: /usr/sbin/uwsgi
2025-02-20T15:50:51.215372583Z your memory page size is 4096 bytes
2025-02-20T15:50:51.215460791Z detected max file descriptor number: 1048576
2025-02-20T15:50:51.220672651Z building mime-types dictionary from file /etc/mime.types...1390 entry found
2025-02-20T15:50:51.220725440Z lock engine: pthread robust mutexes
2025-02-20T15:50:51.221007383Z unable to make the mutex 'robust'
2025-02-20T15:50:52.430240765Z [uWSGI] getting INI configuration from uwsgi.ini
2025-02-20T15:50:52.441744183Z [uwsgi-static] added mapping for /static => static
2025-02-20T15:50:52.443418381Z *** Starting uWSGI 2.0.25.1 (64bit) on [Thu Feb 20 15:50:52 2025] ***
2025-02-20T15:50:52.443426027Z compiled with version: 13.2.1 20240309 on 17 May 2024 06:11:37
2025-02-20T15:50:52.443429878Z os: Linux-6.6.13+bpo-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.6.13-1~bpo12+1 (2024-02-15)
2025-02-20T15:50:52.443430895Z nodename: 7910cb6902ca
2025-02-20T15:50:52.443431870Z machine: aarch64
2025-02-20T15:50:52.443432868Z clock source: unix
2025-02-20T15:50:52.443435152Z pcre jit disabled
2025-02-20T15:50:52.443453539Z detected number of CPU cores: 20
2025-02-20T15:50:52.443455433Z current working directory: /app/netbox/netbox
2025-02-20T15:50:52.443544824Z detected binary path: /usr/sbin/uwsgi
2025-02-20T15:50:52.443929275Z your memory page size is 4096 bytes
2025-02-20T15:50:52.444021145Z detected max file descriptor number: 1048576
2025-02-20T15:50:52.448928590Z building mime-types dictionary from file /etc/mime.types...1390 entry found
2025-02-20T15:50:52.448952797Z lock engine: pthread robust mutexes
2025-02-20T15:50:52.449231298Z unable to make the mutex 'robust'
2025-02-20T15:50:53.664005774Z [uWSGI] getting INI configuration from uwsgi.ini
2025-02-20T15:50:53.676363932Z [uwsgi-static] added mapping for /static => static
2025-02-20T15:50:53.677972369Z *** Starting uWSGI 2.0.25.1 (64bit) on [Thu Feb 20 15:50:53 2025] ***
2025-02-20T15:50:53.677981244Z compiled with version: 13.2.1 20240309 on 17 May 2024 06:11:37
2025-02-20T15:50:53.677984090Z os: Linux-6.6.13+bpo-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.6.13-1~bpo12+1 (2024-02-15)
2025-02-20T15:50:53.677997509Z nodename: 7910cb6902ca
2025-02-20T15:50:53.678000056Z machine: aarch64
2025-02-20T15:50:53.678076151Z clock source: unix
2025-02-20T15:50:53.678077055Z pcre jit disabled
2025-02-20T15:50:53.678077818Z detected number of CPU cores: 20
2025-02-20T15:50:53.678078612Z current working directory: /app/netbox/netbox
2025-02-20T15:50:53.678079410Z detected binary path: /usr/sbin/uwsgi
2025-02-20T15:50:53.678541721Z your memory page size is 4096 bytes
2025-02-20T15:50:53.678619236Z detected max file descriptor number: 1048576
2025-02-20T15:50:53.683915598Z building mime-types dictionary from file /etc/mime.types...1390 entry found
2025-02-20T15:50:53.684000872Z lock engine: pthread robust mutexes
2025-02-20T15:50:53.684241743Z unable to make the mutex 'robust'
2025-02-20T15:50:54.958295454Z [uWSGI] getting INI configuration from uwsgi.ini
2025-02-20T15:50:54.969863970Z [uwsgi-static] added mapping for /static => static
2025-02-20T15:50:54.971555700Z *** Starting uWSGI 2.0.25.1 (64bit) on [Thu Feb 20 15:50:54 2025] ***
2025-02-20T15:50:54.971562535Z compiled with version: 13.2.1 20240309 on 17 May 2024 06:11:37
2025-02-20T15:50:54.971589035Z os: Linux-6.6.13+bpo-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.6.13-1~bpo12+1 (2024-02-15)
2025-02-20T15:50:54.971590144Z nodename: 7910cb6902ca
2025-02-20T15:50:54.971590896Z machine: aarch64
2025-02-20T15:50:54.971591649Z clock source: unix
2025-02-20T15:50:54.971699643Z pcre jit disabled
2025-02-20T15:50:54.971704476Z detected number of CPU cores: 20
2025-02-20T15:50:54.971705550Z current working directory: /app/netbox/netbox
2025-02-20T15:50:54.971706399Z detected binary path: /usr/sbin/uwsgi
2025-02-20T15:50:54.972101714Z your memory page size is 4096 bytes
2025-02-20T15:50:54.972188290Z detected max file descriptor number: 1048576
2025-02-20T15:50:54.976936937Z building mime-types dictionary from file /etc/mime.types...1390 entry found
2025-02-20T15:50:54.977017667Z lock engine: pthread robust mutexes
2025-02-20T15:50:54.977274180Z unable to make the mutex 'robust'
2025-02-20T15:50:56.245704125Z [uWSGI] getting INI configuration from uwsgi.ini
2025-02-20T15:50:56.256993507Z [uwsgi-static] added mapping for /static => static
2025-02-20T15:50:56.258613882Z *** Starting uWSGI 2.0.25.1 (64bit) on [Thu Feb 20 15:50:56 2025] ***
2025-02-20T15:50:56.258621732Z compiled with version: 13.2.1 20240309 on 17 May 2024 06:11:37
2025-02-20T15:50:56.258645124Z os: Linux-6.6.13+bpo-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.6.13-1~bpo12+1 (2024-02-15)
2025-02-20T15:50:56.258656586Z nodename: 7910cb6902ca
2025-02-20T15:50:56.258658885Z machine: aarch64
2025-02-20T15:50:56.258673622Z clock source: unix
2025-02-20T15:50:56.258695714Z pcre jit disabled
2025-02-20T15:50:56.258705919Z detected number of CPU cores: 20
2025-02-20T15:50:56.258723483Z current working directory: /app/netbox/netbox
2025-02-20T15:50:56.258739940Z detected binary path: /usr/sbin/uwsgi
2025-02-20T15:50:56.259122096Z your memory page size is 4096 bytes
2025-02-20T15:50:56.259211240Z detected max file descriptor number: 1048576
2025-02-20T15:50:56.264369321Z building mime-types dictionary from file /etc/mime.types...1390 entry found
2025-02-20T15:50:56.264434434Z lock engine: pthread robust mutexes
2025-02-20T15:50:56.264684957Z unable to make the mutex 'robust'
2025-02-20T15:50:57.482843359Z [uWSGI] getting INI configuration from uwsgi.ini
2025-02-20T15:50:57.493948630Z [uwsgi-static] added mapping for /static => static
2025-02-20T15:50:57.495538127Z *** Starting uWSGI 2.0.25.1 (64bit) on [Thu Feb 20 15:50:57 2025] ***
2025-02-20T15:50:57.495544983Z compiled with version: 13.2.1 20240309 on 17 May 2024 06:11:37
2025-02-20T15:50:57.495548566Z os: Linux-6.6.13+bpo-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.6.13-1~bpo12+1 (2024-02-15)
2025-02-20T15:50:57.495549430Z nodename: 7910cb6902ca
2025-02-20T15:50:57.495550216Z machine: aarch64
2025-02-20T15:50:57.495551195Z clock source: unix
2025-02-20T15:50:57.495551966Z pcre jit disabled
2025-02-20T15:50:57.495560429Z detected number of CPU cores: 20
2025-02-20T15:50:57.495668828Z current working directory: /app/netbox/netbox
2025-02-20T15:50:57.495674628Z detected binary path: /usr/sbin/uwsgi
2025-02-20T15:50:57.496066501Z your memory page size is 4096 bytes
2025-02-20T15:50:57.496090181Z detected max file descriptor number: 1048576
2025-02-20T15:50:57.500856820Z building mime-types dictionary from file /etc/mime.types...1390 entry found
2025-02-20T15:50:57.500871210Z lock engine: pthread robust mutexes
2025-02-20T15:50:57.501172164Z unable to make the mutex 'robust'