Im trying to install apps or refresh the catalog, both failed.
Update catalog: [ENOENT] Unable to retrieve feature capability mapping for SCALE versions
install new app: [Errno 2] No such file or directory: ‘/mnt/.ix-apps/truenas_catalog/trains/stable/syncthing/1.1.14’
if i navigate to the directory “'/mnt/.ix-apps/truenas_catalog/trains/stable/syncthing/” the version is 1.1.15
I try to update to the newest version of Truenas “TrueNAS-Fangtooth-RC”, but the error its the same.
The date and time in the BIOS are OK.
Skynet[~]$ timedatectl
Local time: Wed 2025-04-09 14:13:17 -03
Universal time: Wed 2025-04-09 17:13:17 UTC
RTC time: Wed 2025-04-09 17:13:17
Time zone: America/Argentina/Buenos_Aires (-03, -0300)
System clock synchronized: yes
NTP service: active
RTC in local TZ: no
Skynet[~]$ wget --verbose https:// github .com/truenas/apps -O /dev/null
–2025-04-09 14:13:30-- https:// github. com/truenas/apps
Resolving github. com (github. com)… 20.201.28.151
Connecting to github. com (github. com)|20.201.28.151|:443… connected.
HTTP request sent, awaiting response… 200 OK
Length: unspecified [text/html]
Saving to: ‘/dev/null’
I’m not sure what the issue with the catalog error is. Obviously it was able to pull the updated catalog if you are now able to install apps. But it seems like maybe manually starting it is failing?
I found one thread on the old forum that suggested making sure system time and bios time match. Other than that, you could possibly submit a bug report if the issue persists.
File “/usr/lib/python3/dist-packages/middlewared/plugins/catalog/git_utils.py”, line 34, in pull_clone_repository clone_repository(repository_uri, destination, branch, depth)
File “/usr/lib/python3/dist-packages/middlewared/utils/git.py”, line 25, in clone_repository raise CallError(middlewared.service_exception.CallError: [EFAULT] Failed to clone ‘GitHub - truenas/apps’ repository at ‘/mnt/.ix-apps/truenas_catalog’ destination: Cloning into ‘/mnt/.ix-apps/truenas_catalog’…
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/usr/lib/python3/dist-packages/middlewared/job.py”, line 515, in run await self.future
File “/usr/lib/python3/dist-packages/middlewared/job.py”, line 560, in __run_body
rv = await self.method(*args)
^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/middlewared/api/base/decorator.py”, line 93, in wrapped result = await func(*args)
^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/middlewared/plugins/catalog/sync.py”, line 27, in sync await self.middleware.call )File “/usr/lib/python3/dist-packages/middlewared/main.py”, line 1005, in call return await self._call(
^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/middlewared/main.py”, line 731, in _call return await self.run_in_executor(prepared_call.executor, methodobj, *prepared_call.args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/middlewared/main.py”, line 624, in run_in_executor return await loop.run_in_executor(pool, functools.partial(method, *args, **kwargs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3.11/concurrent/futures/thread.py”, line 58, in run result = self.fn(*self.args, **self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/middlewared/plugins/catalog/sync.py”, line 55, in update_git_repository return pull_clone_repository(repository, location, branch)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/middlewared/plugins/catalog/git_utils.py”, line 36, in pull_clone_repository raise CallError(f’Failed to clone {repository_uri!r} repository at {destination!r} destination: {e}') middlewared.service_exception.
CallError: [EFAULT] Failed to clone ‘GitHub - truenas/apps’ repository at ‘/mnt/.ix-apps/truenas_catalog’ destination: [EFAULT] Failed to clone ‘GitHub - truenas/apps’ repository at ‘/mnt/.ix-apps/truenas_catalog’ destination: Cloning into ‘/mnt/.ix-apps/truenas_catalog’…
I’m trying to install Plex …