NAS SMB connection always lost over night

I am using a Fritzbox with a connected USB drive to save my backups (my Synology NAS contains the VM for HA - so not a good idea to store the backup there).

Now configuring it works fine, also the test backup, but every morning I get an error in supervisor. Backing up manually also wont work. Only when I got to System → Storage and re-insert the login credentials it works again. Clueless here

OSError: [Errno 112] Host is down: ‘/data/mounts/Fritzbox/72db9248.tar’
24-02-21 07:47:19 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
File “/usr/local/lib/python3.12/site-packages/aiohttp/web_protocol.py”, line 452, in _handle_request
resp = await request_handler(request)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/local/lib/python3.12/site-packages/aiohttp/web_app.py”, line 543, in _handle
resp = await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File “/usr/local/lib/python3.12/site-packages/aiohttp/web_middlewares.py”, line 114, in impl
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File “/usr/src/supervisor/supervisor/api/middleware/security.py”, line 186, in block_bad_requests
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File “/usr/src/supervisor/supervisor/api/middleware/security.py”, line 202, in system_validation
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File “/usr/src/supervisor/supervisor/api/middleware/security.py”, line 269, in token_validation
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File “/usr/src/supervisor/supervisor/api/middleware/security.py”, line 280, in core_proxy
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File “/usr/src/supervisor/supervisor/api/utils.py”, line 63, in wrap_api
answer = await method(api, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/src/supervisor/supervisor/api/backups.py”, line 139, in list
data_backups = self._list_backups()
^^^^^^^^^^^^^^^^^^^^
File “/usr/src/supervisor/supervisor/api/backups.py”, line 123, in _list_backups
ATTR_SIZE: backup.size,
^^^^^^^^^^^
File “/usr/src/supervisor/supervisor/backups/backup.py”, line 187, in size
if not self.tarfile.is_file():
^^^^^^^^^^^^^^^^^^^^^^
File “/usr/local/lib/python3.12/pathlib.py”, line 892, in is_file
return S_ISREG(self.stat().st_mode)
^^^^^^^^^^^
File “/usr/local/lib/python3.12/pathlib.py”, line 840, in stat
return os.stat(self, follow_symlinks=follow_symlinks)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 112] Host is down: ‘/data/mounts/Fritzbox/72db9248.tar’
24-02-21 07:47:29 ERROR (MainThread) [supervisor.backups.manager] Could not list backups from /data/mounts/Fritzbox: [Errno 112] Host is down: ‘/data/mounts/Fritzbox’
24-02-21 07:47:29 INFO (MainThread) [supervisor.backups.manager] Found 1 backup files
24-02-21 07:47:40 ERROR (MainThread) [supervisor.backups.manager] Could not list backups from /data/mounts/Fritzbox: [Errno 112] Host is down: ‘/data/mounts/Fritzbox’

Hmm maybe this was fixed already? :thinking:

Could not connect to Fritzbox. Check the host logs for mount service errors for more details.

Use Reload to try to connect again. If you need to update Fritzbox, go to Storage.

2024-02-22_08-58