Apps not working after Update

youri

Cadet
Joined
Jan 28, 2024
Messages
1
Hello, I just updated to TrueNAS Scale 23.10.1.3 because I had some smaller problems and now all of my TrueCharts Apps are broken.

I already tried to unset the Pool, then deleting the ix-applications dataset and reinstalling all my apps with the same config as before. This has fixed some problems before but not this time.

Only netdata (truenas official) works all other apps are stuck on deploying.

Previously I tried accessing a share through NFS and couldn't get it to work because of permission errors. This might have something to do with that but I don't know as it worked before the update. Unfortunately, I can't pinpoint the issue. I'm also new to TrueNAS and it's very difficult finding Information and Guides that are not outdated.

Every App has its own dataset on an SSD for configs and Appdata.

Jellyfin is stuck on deploying and doesn't even let me see the logs. This error message shows up when trying to see the logs:
Received 400 response code from '/api/v1/namespaces/ix-jellyfin/pods/jellyfin-db4658d4f-t2z48/log?follow=true×tamps=true&timeoutSeconds=1800&container=jellyfin&tailLines=500'

qBittorrent shows this in the Logs:
2024-01-29 01:30:11.382533+01:00Traceback (most recent call last):
2024-01-29 01:30:11.382571+01:00File "/usr/local/lib/python3.10/pathlib.py", line 1175, in mkdir
2024-01-29 01:30:11.382869+01:00self._accessor.mkdir(self, mode)
2024-01-29 01:30:11.382886+01:00PermissionError: [Errno 13] Permission denied: '/config/qBitManager'
2024-01-29 01:30:11.382894+01:002024-01-29T01:30:11.382894352+01:00
2024-01-29 01:30:11.382902+01:00During handling of the above exception, another exception occurred:
2024-01-29 01:30:11.382916+01:002024-01-29T01:30:11.382916184+01:00
2024-01-29 01:30:11.382923+01:00Traceback (most recent call last):
2024-01-29 01:30:11.382930+01:00File "/usr/local/lib/python3.10/runpy.py", line 187, in _run_module_as_main
2024-01-29 01:30:11.382978+01:00mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
2024-01-29 01:30:11.383013+01:00File "/usr/local/lib/python3.10/runpy.py", line 110, in _get_module_details
2024-01-29 01:30:11.383073+01:00__import__(pkg_name)
2024-01-29 01:30:11.383091+01:00File "/usr/local/lib/python3.10/site-packages/qBitrr/__init__.py", line 4, in <module>
2024-01-29 01:30:11.383194+01:00import qBitrr.logger # noqa
2024-01-29 01:30:11.383226+01:00File "/usr/local/lib/python3.10/site-packages/qBitrr/logger.py", line 9, in <module>
2024-01-29 01:30:11.383239+01:00from qBitrr.config import (
2024-01-29 01:30:11.383247+01:00File "/usr/local/lib/python3.10/site-packages/qBitrr/config.py", line 11, in <module>
2024-01-29 01:30:11.383342+01:00from qBitrr.gen_config import MyConfig, _write_config_file, generate_doc
2024-01-29 01:30:11.383358+01:00File "/usr/local/lib/python3.10/site-packages/qBitrr/gen_config.py", line 12, in <module>
2024-01-29 01:30:11.383438+01:00from qBitrr.home_path import APPDATA_FOLDER, HOME_PATH
2024-01-29 01:30:11.383471+01:00File "/usr/local/lib/python3.10/site-packages/qBitrr/home_path.py", line 22, in <module>
2024-01-29 01:30:11.383492+01:00APPDATA_FOLDER.mkdir(parents=True, exist_ok=True)
2024-01-29 01:30:11.383501+01:00File "/usr/local/lib/python3.10/pathlib.py", line 1184, in mkdir
2024-01-29 01:30:11.383799+01:00if not exist_ok or not self.is_dir():
2024-01-29 01:30:11.383817+01:00File "/usr/local/lib/python3.10/pathlib.py", line 1305, in is_dir
2024-01-29 01:30:11.384028+01:00return S_ISDIR(self.stat().st_mode)
2024-01-29 01:30:11.384039+01:00File "/usr/local/lib/python3.10/pathlib.py", line 1097, in stat
2024-01-29 01:30:11.384372+01:00return self._accessor.stat(self, follow_symlinks=follow_symlinks)
2024-01-29 01:30:11.384405+01:00PermissionError: [Errno 13] Permission denied: '/config/qBitManager'

When I try to start/deploy an app TrueNAS console logs:
Jan 29 01:20:55 truenas kernel: IPv6: ADDRCONF(NETDEV_CHANGE): veth785a5a78: link becomes ready
Jan 29 01:20:55 truenas kernel: IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Jan 29 01:20:55 truenas kernel: kube-bridge: port 7(veth785a5a78) entered blocking state
Jan 29 01:20:55 truenas kernel: kube-bridge: port 7(veth785a5a78) entered disabled state
Jan 29 01:20:55 truenas kernel: device veth785a5a78 entered promiscuous mode
Jan 29 01:20:55 truenas kernel: kube-bridge: port 7(veth785a5a78) entered blocking state
Jan 29 01:20:55 truenas kernel: kube-bridge: port 7(veth785a5a78) entered forwarding state
Jan 29 01:20:55 truenas kernel: IPv6: ADDRCONF(NETDEV_CHANGE): veth785a5a78: link becomes ready
Jan 29 01:20:55 truenas kernel: IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Jan 29 01:20:55 truenas kernel: kube-bridge: port 7(veth785a5a78) entered blocking state
Jan 29 01:20:55 truenas kernel: kube-bridge: port 7(veth785a5a78) entered disabled state
Jan 29 01:20:55 truenas kernel: device veth785a5a78 entered promiscuous mode
Jan 29 01:20:55 truenas kernel: kube-bridge: port 7(veth785a5a78) entered blocking state
Jan 29 01:20:55 truenas kernel: kube-bridge: port 7(veth785a5a78) entered forwarding state

Syncthings Logs:
2024-01-29 01:57:58.626722+01:002024/01/29 01:57:58 WARNING: Failure on home directory: mkdir /var/syncthing/config: permission denied

Maybe someone has a better idea of what happened here.
 

GameOverAus

Cadet
Joined
May 30, 2020
Messages
6
I cant get anything to install period. Wont connect to the server, nor can i check for system updates for the same issue.
 
Top