Installed apps not working after reboot

goshku

Cadet
Joined
Jan 8, 2023
Messages
3
Hi,
I am using TrueNAS Scale (TrueNAS-SCALE-22.12.0). After reboot - all my apps stopped working. After trying to reinstall traefik - its working normally, but all other are still not working. This is a second time that i am getting that experience, but first time was only plex and i just reinstall it and everything was like normal.

But maybe its not normal after every reboot to reinstall everything and doing all setup of all apps again.

And i looking for some help :D

Greetings
 

goshku

Cadet
Joined
Jan 8, 2023
Messages
3
Reinstalled some of apps because i need them right now. But left plausible (there is so much logs there and i dont want to lost them)

After running this command -
Code:
k3s kubectl get pods -A


I am receiving this

1673239253812.png
 

goshku

Cadet
Joined
Jan 8, 2023
Messages
3
When i am trying to edit/save app, i am receiving:

[EFAULT] Failed to update chart release: Error: UPGRADE FAILED: another operation (install/upgrade/rollback) is in progress

Code:
Error: Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/middlewared/job.py", line 426, in run
    await self.future
  File "/usr/lib/python3/dist-packages/middlewared/job.py", line 461, in __run_body
    rv = await self.method(*([self] + args))
  File "/usr/lib/python3/dist-packages/middlewared/schema.py", line 1152, in nf
    res = await f(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/middlewared/schema.py", line 1284, in nf
    return await func(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/middlewared/plugins/chart_releases_linux/chart_release.py", line 553, in do_update
    await self.middleware.call('chart.release.helm_action', chart_release, chart_path, config, 'update')
  File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1306, in call
    return await self._call(
  File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1266, 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 1169, in run_in_executor
    return await loop.run_in_executor(pool, functools.partial(method, *args, **kwargs))
  File "/usr/lib/python3.9/concurrent/futures/thread.py", line 52, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/usr/lib/python3/dist-packages/middlewared/plugins/chart_releases_linux/helm.py", line 44, in helm_action
    raise CallError(f'Failed to {tn_action} chart release: {stderr.decode()}')
middlewared.service_exception.CallError: [EFAULT] Failed to update chart release: Error: UPGRADE FAILED: another operation (install/upgrade/rollback) is in progress


1673239425229.png



1673239442070.png
 
Top