2026-01-06T21:26:49.755884633Z [migrations] started
2026-01-06T21:26:49.759989908Z [migrations] no migrations found
2026-01-06T21:26:50.102885426Z usermod: no changes
2026-01-06T21:26:50.126383823Z ───────────────────────────────────────
2026-01-06T21:26:50.126418814Z 
2026-01-06T21:26:50.126434385Z       ██╗     ███████╗██╗ ██████╗
2026-01-06T21:26:50.126442962Z       ██║     ██╔════╝██║██╔═══██╗
2026-01-06T21:26:50.126451339Z       ██║     ███████╗██║██║   ██║
2026-01-06T21:26:50.126459746Z       ██║     ╚════██║██║██║   ██║
2026-01-06T21:26:50.126468103Z       ███████╗███████║██║╚██████╔╝
2026-01-06T21:26:50.126476450Z       ╚══════╝╚══════╝╚═╝ ╚═════╝
2026-01-06T21:26:50.126485047Z 
2026-01-06T21:26:50.126493293Z    Brought to you by linuxserver.io
2026-01-06T21:26:50.126501510Z ───────────────────────────────────────
2026-01-06T21:26:50.131376354Z 
2026-01-06T21:26:50.131389370Z To support LSIO projects visit:
2026-01-06T21:26:50.131397697Z https://www.linuxserver.io/donate/
2026-01-06T21:26:50.131405793Z 
2026-01-06T21:26:50.131413649Z ───────────────────────────────────────
2026-01-06T21:26:50.131422437Z GID/UID
2026-01-06T21:26:50.131667430Z ───────────────────────────────────────
2026-01-06T21:26:50.209209017Z 
2026-01-06T21:26:50.209221512Z User UID:    911
2026-01-06T21:26:50.209225740Z User GID:    911
2026-01-06T21:26:50.209229498Z ───────────────────────────────────────
2026-01-06T21:26:50.243812852Z Linuxserver.io version: v4.5.0-ls323
2026-01-06T21:26:50.246666346Z Build-date: 2026-01-06T21:20:41+00:00
2026-01-06T21:26:50.246690665Z ───────────────────────────────────────
2026-01-06T21:26:50.246700806Z     
2026-01-06T21:26:52.865546331Z mv: cannot stat '/app/netbox/netbox/media': No such file or directory
2026-01-06T21:26:54.114139131Z [custom-init] No custom files found, skipping...
2026-01-06T21:26:58.958720724Z /app/netbox/netbox/netbox/settings.py:236: UserWarning: API_TOKEN_PEPPERS is not defined. v2 API tokens cannot be used.
2026-01-06T21:26:58.958765134Z   warnings.warn("API_TOKEN_PEPPERS is not defined. v2 API tokens cannot be used.")
2026-01-06T21:28:04.260907543Z Traceback (most recent call last):
2026-01-06T21:28:04.261113308Z   File "/lsiopy/lib/python3.12/site-packages/django_redis/cache.py", line 29, in _decorator
2026-01-06T21:28:04.262777328Z     return method(self, *args, **kwargs)
2026-01-06T21:28:04.264091303Z            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-01-06T21:28:04.264201425Z   File "/lsiopy/lib/python3.12/site-packages/django_redis/cache.py", line 99, in _get
2026-01-06T21:28:04.264736512Z     return self.client.get(key, default=default, version=version, client=client)
2026-01-06T21:28:04.265239906Z            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-01-06T21:28:04.265296370Z   File "/lsiopy/lib/python3.12/site-packages/django_redis/client/default.py", line 300, in get
2026-01-06T21:28:04.266321614Z     raise ConnectionInterrupted(connection=client) from e
2026-01-06T21:28:04.270221125Z django_redis.exceptions.ConnectionInterrupted: Redis ConnectionError: Error -2 connecting to redis:6379. Name does not resolve.
2026-01-06T21:28:04.270382159Z 
2026-01-06T21:28:04.270415767Z During handling of the above exception, another exception occurred:
2026-01-06T21:28:04.270455547Z 
2026-01-06T21:28:04.270509545Z Traceback (most recent call last):
2026-01-06T21:28:04.270546680Z   File "/app/netbox/netbox/./manage.py", line 10, in <module>
2026-01-06T21:28:04.270933499Z     execute_from_command_line(sys.argv)
2026-01-06T21:28:04.271134925Z   File "/lsiopy/lib/python3.12/site-packages/django/core/management/__init__.py", line 442, in execute_from_command_line
2026-01-06T21:28:04.272595285Z     utility.execute()
2026-01-06T21:28:04.272756529Z   File "/lsiopy/lib/python3.12/site-packages/django/core/management/__init__.py", line 436, in execute
2026-01-06T21:28:04.274206719Z     self.fetch_command(subcommand).run_from_argv(self.argv)
2026-01-06T21:28:04.274419337Z   File "/lsiopy/lib/python3.12/site-packages/django/core/management/base.py", line 416, in run_from_argv
2026-01-06T21:28:04.275879768Z     self.execute(*args, **cmd_options)
2026-01-06T21:28:04.276116474Z   File "/lsiopy/lib/python3.12/site-packages/django/core/management/base.py", line 457, in execute
2026-01-06T21:28:04.277583518Z     self.check(**check_kwargs)
2026-01-06T21:28:04.277772719Z   File "/lsiopy/lib/python3.12/site-packages/django/core/management/base.py", line 492, in check
2026-01-06T21:28:04.279272949Z     all_issues = checks.run_checks(
2026-01-06T21:28:04.279599857Z                  ^^^^^^^^^^^^^^^^^^
2026-01-06T21:28:04.279638896Z   File "/lsiopy/lib/python3.12/site-packages/django/core/checks/registry.py", line 89, in run_checks
2026-01-06T21:28:04.280191589Z     new_errors = check(app_configs=app_configs, databases=databases)
2026-01-06T21:28:04.280612857Z                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-01-06T21:28:04.280640282Z   File "/lsiopy/lib/python3.12/site-packages/django/core/checks/urls.py", line 136, in check_custom_error_handlers
2026-01-06T21:28:04.281263697Z     handler = resolver.resolve_error_handler(status_code)
2026-01-06T21:28:04.281596467Z               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-01-06T21:28:04.281628582Z   File "/lsiopy/lib/python3.12/site-packages/django/urls/resolvers.py", line 732, in resolve_error_handler
2026-01-06T21:28:04.284134888Z     callback = getattr(self.urlconf_module, "handler%s" % view_type, None)
2026-01-06T21:28:04.284389340Z                        ^^^^^^^^^^^^^^^^^^^
2026-01-06T21:28:04.284412687Z   File "/lsiopy/lib/python3.12/site-packages/django/utils/functional.py", line 47, in __get__
2026-01-06T21:28:04.284842773Z     res = instance.__dict__[self.name] = self.func(instance)
2026-01-06T21:28:04.285195002Z                                          ^^^^^^^^^^^^^^^^^^^
2026-01-06T21:28:04.285234372Z   File "/lsiopy/lib/python3.12/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
2026-01-06T21:28:04.287467858Z     return import_module(self.urlconf_name)
2026-01-06T21:28:04.287745067Z            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-01-06T21:28:04.287780638Z   File "/usr/lib/python3.12/importlib/__init__.py", line 90, in import_module
2026-01-06T21:28:04.288382039Z     return _bootstrap._gcd_import(name[level:], package, level)
2026-01-06T21:28:04.288795501Z            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-01-06T21:28:04.288842376Z   File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
2026-01-06T21:28:04.288946325Z   File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
2026-01-06T21:28:04.288969301Z   File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
2026-01-06T21:28:04.289015154Z   File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
2026-01-06T21:28:04.289034422Z   File "<frozen importlib._bootstrap_external>", line 999, in exec_module
2026-01-06T21:28:04.289082479Z   File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
2026-01-06T21:28:04.289109053Z   File "/app/netbox/netbox/netbox/urls.py", line 26, in <module>
2026-01-06T21:28:04.289490671Z     path('circuits/', include('circuits.urls')),
2026-01-06T21:28:04.289787068Z                       ^^^^^^^^^^^^^^^^^^^^^^^^
2026-01-06T21:28:04.289821467Z   File "/lsiopy/lib/python3.12/site-packages/django/urls/conf.py", line 39, in include
2026-01-06T21:28:04.290228807Z     urlconf_module = import_module(urlconf_module)
2026-01-06T21:28:04.290523771Z                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-01-06T21:28:04.290558090Z   File "/usr/lib/python3.12/importlib/__init__.py", line 90, in import_module
2026-01-06T21:28:04.291069891Z     return _bootstrap._gcd_import(name[level:], package, level)
2026-01-06T21:28:04.291468643Z            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-01-06T21:28:04.291503273Z   File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
2026-01-06T21:28:04.291534286Z   File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
2026-01-06T21:28:04.291575729Z   File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
2026-01-06T21:28:04.291595028Z   File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
2026-01-06T21:28:04.291634137Z   File "<frozen importlib._bootstrap_external>", line 999, in exec_module
2026-01-06T21:28:04.291665480Z   File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
2026-01-06T21:28:04.291697344Z   File "/app/netbox/netbox/circuits/urls.py", line 4, in <module>
2026-01-06T21:28:04.292054784Z     from . import views
2026-01-06T21:28:04.292218834Z   File "/app/netbox/netbox/circuits/views.py", line 2, in <module>
2026-01-06T21:28:04.292546433Z     from dcim.views import PathTraceView
2026-01-06T21:28:04.292687477Z   File "/app/netbox/netbox/dcim/views.py", line 16, in <module>
2026-01-06T21:28:04.293053835Z     from dcim.ui import panels
2026-01-06T21:28:04.293201382Z   File "/app/netbox/netbox/dcim/ui/panels.py", line 6, in <module>
2026-01-06T21:28:04.293535755Z     class SitePanel(panels.ObjectAttributesPanel):
2026-01-06T21:28:04.293600185Z   File "/app/netbox/netbox/dcim/ui/panels.py", line 15, in SitePanel
2026-01-06T21:28:04.293945761Z     physical_address = attrs.AddressAttr('physical_address', map_url=True)
2026-01-06T21:28:04.294366448Z                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-01-06T21:28:04.294399374Z   File "/app/netbox/netbox/netbox/ui/attrs.py", line 264, in __init__
2026-01-06T21:28:04.295275548Z     self.map_url = get_config().MAPS_URL
2026-01-06T21:28:04.295529529Z                    ^^^^^^^^^^^^
2026-01-06T21:28:04.295555572Z   File "/app/netbox/netbox/netbox/config/__init__.py", line 28, in get_config
2026-01-06T21:28:04.296012672Z     _thread_locals.config = Config()
2026-01-06T21:28:04.296298047Z                             ^^^^^^^^
2026-01-06T21:28:04.296315181Z   File "/app/netbox/netbox/netbox/config/__init__.py", line 48, in __init__
2026-01-06T21:28:04.296725437Z     self._populate_from_cache()
2026-01-06T21:28:04.296915109Z   File "/app/netbox/netbox/netbox/config/__init__.py", line 71, in _populate_from_cache
2026-01-06T21:28:04.297487752Z     self.config = cache.get('config') or {}
2026-01-06T21:28:04.297859641Z                   ^^^^^^^^^^^^^^^^^^^
2026-01-06T21:28:04.297883589Z   File "/lsiopy/lib/python3.12/site-packages/django_redis/cache.py", line 92, in get
2026-01-06T21:28:04.298524109Z     value = self._get(key, default, version, client)
2026-01-06T21:28:04.298924294Z             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-01-06T21:28:04.298972672Z   File "/lsiopy/lib/python3.12/site-packages/django_redis/cache.py", line 36, in _decorator
2026-01-06T21:28:04.299360362Z     raise e.__cause__  # noqa: B904
2026-01-06T21:28:04.299542048Z     ^^^^^^^^^^^^^^^^^
2026-01-06T21:28:04.299572880Z   File "/lsiopy/lib/python3.12/site-packages/django_redis/client/default.py", line 298, in get
2026-01-06T21:28:04.300616591Z     value = client.get(key)
2026-01-06T21:28:04.300849009Z             ^^^^^^^^^^^^^^^
2026-01-06T21:28:04.300887206Z   File "/lsiopy/lib/python3.12/site-packages/redis/commands/core.py", line 1923, in get
2026-01-06T21:28:04.305818324Z     return self.execute_command("GET", name, keys=[name])
2026-01-06T21:28:04.306240715Z            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-01-06T21:28:04.306258931Z   File "/lsiopy/lib/python3.12/site-packages/redis/client.py", line 657, in execute_command
2026-01-06T21:28:04.308198897Z     return self._execute_command(*args, **options)
2026-01-06T21:28:04.308553471Z            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-01-06T21:28:04.308576558Z   File "/lsiopy/lib/python3.12/site-packages/redis/client.py", line 663, in _execute_command
2026-01-06T21:28:04.310480270Z     conn = self.connection or pool.get_connection()
2026-01-06T21:28:04.310756306Z                               ^^^^^^^^^^^^^^^^^^^^^
2026-01-06T21:28:04.310790054Z   File "/lsiopy/lib/python3.12/site-packages/redis/utils.py", line 196, in wrapper
2026-01-06T21:28:04.311489833Z     return func(*args, **kwargs)
2026-01-06T21:28:04.311758344Z            ^^^^^^^^^^^^^^^^^^^^^
2026-01-06T21:28:04.311788574Z   File "/lsiopy/lib/python3.12/site-packages/redis/connection.py", line 2603, in get_connection
2026-01-06T21:28:04.318330235Z     connection.connect()
2026-01-06T21:28:04.318483043Z   File "/lsiopy/lib/python3.12/site-packages/redis/connection.py", line 846, in connect
2026-01-06T21:28:04.320824667Z     self.connect_check_health(check_health=True)
2026-01-06T21:28:04.321023177Z   File "/lsiopy/lib/python3.12/site-packages/redis/connection.py", line 863, in connect_check_health
2026-01-06T21:28:04.323325292Z     raise ConnectionError(self._error_message(e))
2026-01-06T21:28:04.323571167Z redis.exceptions.ConnectionError: Error -2 connecting to redis:6379. Name does not resolve.
2026-01-06T21:28:07.078062857Z Building local documentation