2025-10-16T15:53:02.642106233Z [migrations] started 2025-10-16T15:53:02.642153358Z [migrations] no migrations found 2025-10-16T15:53:02.827875026Z usermod: no changes 2025-10-16T15:53:02.830547055Z ─────────────────────────────────────── 2025-10-16T15:53:02.830572867Z 2025-10-16T15:53:02.830582316Z ██╗ ███████╗██╗ ██████╗ 2025-10-16T15:53:02.830591024Z ██║ ██╔════╝██║██╔═══██╗ 2025-10-16T15:53:02.830599471Z ██║ ███████╗██║██║ ██║ 2025-10-16T15:53:02.830607788Z ██║ ╚════██║██║██║ ██║ 2025-10-16T15:53:02.830616305Z ███████╗███████║██║╚██████╔╝ 2025-10-16T15:53:02.830624641Z ╚══════╝╚══════╝╚═╝ ╚═════╝ 2025-10-16T15:53:02.830633008Z 2025-10-16T15:53:02.830640914Z Brought to you by linuxserver.io 2025-10-16T15:53:02.830649131Z ─────────────────────────────────────── 2025-10-16T15:53:02.831107383Z 2025-10-16T15:53:02.831118345Z To support LSIO projects visit: 2025-10-16T15:53:02.831122614Z https://www.linuxserver.io/donate/ 2025-10-16T15:53:02.831126412Z 2025-10-16T15:53:02.831129969Z ─────────────────────────────────────── 2025-10-16T15:53:02.831134127Z GID/UID 2025-10-16T15:53:02.831137794Z ─────────────────────────────────────── 2025-10-16T15:53:02.837950709Z 2025-10-16T15:53:02.837966300Z User UID: 911 2025-10-16T15:53:02.837975068Z User GID: 911 2025-10-16T15:53:02.837983174Z ─────────────────────────────────────── 2025-10-16T15:53:02.840517446Z Linuxserver.io version: v4.4.4-ls308 2025-10-16T15:53:02.840911108Z Build-date: 2025-10-16T15:46:27+00:00 2025-10-16T15:53:02.840920016Z ─────────────────────────────────────── 2025-10-16T15:53:02.840924335Z 2025-10-16T15:53:03.016838661Z mv: cannot stat '/app/netbox/netbox/media': No such file or directory 2025-10-16T15:53:03.050426172Z [custom-init] No custom files found, skipping... 2025-10-16T15:53:11.520963433Z Traceback (most recent call last): 2025-10-16T15:53:11.521003874Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 279, in ensure_connection 2025-10-16T15:53:11.521014145Z self.connect() 2025-10-16T15:53:11.521052292Z File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner 2025-10-16T15:53:11.521064607Z return func(*args, **kwargs) 2025-10-16T15:53:11.521072903Z ^^^^^^^^^^^^^^^^^^^^^ 2025-10-16T15:53:11.521081020Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 256, in connect 2025-10-16T15:53:11.521170800Z self.connection = self.get_new_connection(conn_params) 2025-10-16T15:53:11.521185831Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-16T15:53:11.521192594Z File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner 2025-10-16T15:53:11.521205590Z return func(*args, **kwargs) 2025-10-16T15:53:11.521211132Z ^^^^^^^^^^^^^^^^^^^^^ 2025-10-16T15:53:11.521216342Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/postgresql/base.py", line 332, in get_new_connection 2025-10-16T15:53:11.521408469Z connection = self.Database.connect(**conn_params) 2025-10-16T15:53:11.521429792Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-16T15:53:11.521439421Z File "/lsiopy/lib/python3.12/site-packages/psycopg/connection.py", line 98, in connect 2025-10-16T15:53:11.521448479Z attempts = conninfo_attempts(params) 2025-10-16T15:53:11.521456846Z ^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-16T15:53:11.521465263Z File "/lsiopy/lib/python3.12/site-packages/psycopg/_conninfo_attempts.py", line 53, in conninfo_attempts 2025-10-16T15:53:11.521475173Z raise e.OperationalError(str(last_exc)) 2025-10-16T15:53:11.521483420Z psycopg.OperationalError: [Errno -2] Name does not resolve 2025-10-16T15:53:11.521491797Z 2025-10-16T15:53:11.521499753Z The above exception was the direct cause of the following exception: 2025-10-16T15:53:11.521508170Z 2025-10-16T15:53:11.521516867Z Traceback (most recent call last): 2025-10-16T15:53:11.521525234Z File "/app/netbox/netbox/./manage.py", line 10, in <module> 2025-10-16T15:53:11.521542408Z execute_from_command_line(sys.argv) 2025-10-16T15:53:11.521551016Z File "/lsiopy/lib/python3.12/site-packages/django/core/management/__init__.py", line 442, in execute_from_command_line 2025-10-16T15:53:11.521723764Z utility.execute() 2025-10-16T15:53:11.521745107Z File "/lsiopy/lib/python3.12/site-packages/django/core/management/__init__.py", line 436, in execute 2025-10-16T15:53:11.521809927Z self.fetch_command(subcommand).run_from_argv(self.argv) 2025-10-16T15:53:11.521815929Z File "/lsiopy/lib/python3.12/site-packages/django/core/management/base.py", line 416, in run_from_argv 2025-10-16T15:53:11.521937634Z self.execute(*args, **cmd_options) 2025-10-16T15:53:11.521943736Z File "/lsiopy/lib/python3.12/site-packages/django/core/management/base.py", line 460, in execute 2025-10-16T15:53:11.522108779Z output = self.handle(*args, **options) 2025-10-16T15:53:11.522114761Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-16T15:53:11.522120152Z File "/lsiopy/lib/python3.12/site-packages/django/core/management/base.py", line 107, in wrapper 2025-10-16T15:53:11.522156535Z res = handle_func(*args, **kwargs) 2025-10-16T15:53:11.522162156Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-16T15:53:11.522190573Z File "/lsiopy/lib/python3.12/site-packages/django/core/management/commands/migrate.py", line 114, in handle 2025-10-16T15:53:11.522252127Z executor = MigrationExecutor(connection, self.migration_progress_callback) 2025-10-16T15:53:11.522258159Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-16T15:53:11.522263550Z File "/lsiopy/lib/python3.12/site-packages/django/db/migrations/executor.py", line 18, in __init__ 2025-10-16T15:53:11.522319002Z self.loader = MigrationLoader(self.connection) 2025-10-16T15:53:11.522330244Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-16T15:53:11.522338882Z File "/lsiopy/lib/python3.12/site-packages/django/db/migrations/loader.py", line 58, in __init__ 2025-10-16T15:53:11.522384163Z self.build_graph() 2025-10-16T15:53:11.522390275Z File "/lsiopy/lib/python3.12/site-packages/django/db/migrations/loader.py", line 235, in build_graph 2025-10-16T15:53:11.522515578Z self.applied_migrations = recorder.applied_migrations() 2025-10-16T15:53:11.522524686Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-16T15:53:11.522533103Z File "/lsiopy/lib/python3.12/site-packages/django/db/migrations/recorder.py", line 89, in applied_migrations 2025-10-16T15:53:11.522544035Z if self.has_table(): 2025-10-16T15:53:11.522552622Z ^^^^^^^^^^^^^^^^ 2025-10-16T15:53:11.522560718Z File "/lsiopy/lib/python3.12/site-packages/django/db/migrations/recorder.py", line 63, in has_table 2025-10-16T15:53:11.522609657Z with self.connection.cursor() as cursor: 2025-10-16T15:53:11.522615909Z ^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-16T15:53:11.522621370Z File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner 2025-10-16T15:53:11.522671662Z return func(*args, **kwargs) 2025-10-16T15:53:11.522680570Z ^^^^^^^^^^^^^^^^^^^^^ 2025-10-16T15:53:11.522688786Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 320, in cursor 2025-10-16T15:53:11.522781633Z return self._cursor() 2025-10-16T15:53:11.522787625Z ^^^^^^^^^^^^^^ 2025-10-16T15:53:11.522792896Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 296, in _cursor 2025-10-16T15:53:11.522889490Z self.ensure_connection() 2025-10-16T15:53:11.522898448Z File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner 2025-10-16T15:53:11.522934771Z return func(*args, **kwargs) 2025-10-16T15:53:11.522940613Z ^^^^^^^^^^^^^^^^^^^^^ 2025-10-16T15:53:11.522946014Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 278, in ensure_connection 2025-10-16T15:53:11.523043741Z with self.wrap_database_errors: 2025-10-16T15:53:11.523052669Z ^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-16T15:53:11.523060865Z File "/lsiopy/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__ 2025-10-16T15:53:11.523110746Z raise dj_exc_value.with_traceback(traceback) from exc_value 2025-10-16T15:53:11.523119634Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 279, in ensure_connection 2025-10-16T15:53:11.523264144Z self.connect() 2025-10-16T15:53:11.523287842Z File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner 2025-10-16T15:53:11.523298153Z return func(*args, **kwargs) 2025-10-16T15:53:11.523306329Z ^^^^^^^^^^^^^^^^^^^^^ 2025-10-16T15:53:11.523314456Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 256, in connect 2025-10-16T15:53:11.523361551Z self.connection = self.get_new_connection(conn_params) 2025-10-16T15:53:11.523384326Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-16T15:53:11.523390118Z File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner 2025-10-16T15:53:11.523434878Z return func(*args, **kwargs) 2025-10-16T15:53:11.523445199Z ^^^^^^^^^^^^^^^^^^^^^ 2025-10-16T15:53:11.523453385Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/postgresql/base.py", line 332, in get_new_connection 2025-10-16T15:53:11.523545190Z connection = self.Database.connect(**conn_params) 2025-10-16T15:53:11.523568357Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-16T15:53:11.523574028Z File "/lsiopy/lib/python3.12/site-packages/psycopg/connection.py", line 98, in connect 2025-10-16T15:53:11.523625382Z attempts = conninfo_attempts(params) 2025-10-16T15:53:11.523646003Z ^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-16T15:53:11.523652176Z File "/lsiopy/lib/python3.12/site-packages/psycopg/_conninfo_attempts.py", line 53, in conninfo_attempts 2025-10-16T15:53:11.523702206Z raise e.OperationalError(str(last_exc)) 2025-10-16T15:53:11.523710924Z django.db.utils.OperationalError: [Errno -2] Name does not resolve 2025-10-16T15:53:12.903055513Z Building local documentation 2025-10-16T15:53:25.416705763Z [uWSGI] getting INI configuration from uwsgi.ini 2025-10-16T15:53:25.420637778Z [uwsgi-static] added mapping for /static => static 2025-10-16T15:53:25.420672659Z *** Starting uWSGI 2.0.25.1 (64bit) on [Thu Oct 16 15:53:25 2025] *** 2025-10-16T15:53:25.420706747Z compiled with version: 13.2.1 20240309 on 17 May 2024 06:11:37 2025-10-16T15:53:25.420716697Z os: Linux-6.1.0-28-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.119-1 (2024-11-22) 2025-10-16T15:53:25.420725806Z nodename: e085ce6b5a5a 2025-10-16T15:53:25.420734633Z machine: x86_64 2025-10-16T15:53:25.420743381Z clock source: unix 2025-10-16T15:53:25.420752159Z pcre jit disabled 2025-10-16T15:53:25.420760956Z detected number of CPU cores: 64 2025-10-16T15:53:25.420769834Z current working directory: /app/netbox/netbox 2025-10-16T15:53:25.420778722Z detected binary path: /usr/sbin/uwsgi 2025-10-16T15:53:25.420789674Z your memory page size is 4096 bytes 2025-10-16T15:53:25.420801047Z detected max file descriptor number: 1048576 2025-10-16T15:53:25.425404113Z building mime-types dictionary from file /etc/mime.types...1390 entry found 2025-10-16T15:53:25.425431799Z lock engine: pthread robust mutexes 2025-10-16T15:53:25.425590238Z thunder lock: disabled (you can enable it with --thunder-lock) 2025-10-16T15:53:25.425785511Z uwsgi socket 0 bound to TCP address :8000 fd 3 2025-10-16T15:53:25.425811413Z Python version: 3.12.12 (main, Oct 10 2025, 13:35:19) [GCC 13.2.1 20240309] 2025-10-16T15:53:25.425823928Z PEP 405 virtualenv detected: /lsiopy 2025-10-16T15:53:25.425833096Z Set PythonHome to /lsiopy 2025-10-16T15:53:25.440966089Z Python main interpreter initialized at 0x7fb7f06666f0 2025-10-16T15:53:25.440995138Z python threads support enabled 2025-10-16T15:53:25.441006902Z your server socket listen backlog is limited to 100 connections 2025-10-16T15:53:25.441016080Z your mercy for graceful operations on workers is 60 seconds 2025-10-16T15:53:25.441271885Z mapped 203184 bytes (198 KB) for 1 cores 2025-10-16T15:53:25.441295623Z *** Operational MODE: single process *** 2025-10-16T15:53:25.441741761Z running "exec:python3 ./manage.py collectstatic --noinput" (pre app)... 2025-10-16T15:53:26.426483447Z Connection to localhost (127.0.0.1) 8000 port [tcp/*] succeeded! 2025-10-16T15:53:26.443429950Z [ls.io-init] done.