Apps not starting after system reboot

melonion

Dabbler
Joined
Jan 9, 2023
Messages
40
Screenshot_20230110_001104.png

These apps have all been unavailable for about a day now after a system reboot, even though network is fine.
 

morganL

Captain Morgan
Administrator
Moderator
iXsystems
Joined
Mar 10, 2018
Messages
2,694
I assume Apps were running before reboot.
Check to see if Kubernetes is running

It useful to know whether reboots always fail or sometimes fail..
 

melonion

Dabbler
Joined
Jan 9, 2023
Messages
40
```sh
$ systemctl status k3s
● k3s.service - Lightweight Kubernetes
Loaded: loaded (/lib/systemd/system/k3s.service; disabled; vendor preset: disabled)
Active: active (running) since Mon 2023-01-09 18:00:12 CET; 1 day 15h ago
Docs: https://k3s.io
Main PID: 13240 (k3s-server)
Tasks: 45
Memory: 834.1M
CPU: 5h 32.862s
CGroup: /system.slice/k3s.service
└─13240 /usr/local/bin/k3s server
```
Could I somehow check this in the Web UI as well?
 

melonion

Dabbler
Joined
Jan 9, 2023
Messages
40
Still happens after another restart. No app is usable.
 

melonion

Dabbler
Joined
Jan 9, 2023
Messages
40
This is breaking my setup, would appreciate help.
No stopping or starting of apps helps to fix this, so I am not even seeing any workaround...
 

melonion

Dabbler
Joined
Jan 9, 2023
Messages
40
I am not even able to install new apps...
 

melonion

Dabbler
Joined
Jan 9, 2023
Messages
40
This is still a breaking issue, I cannot use any apps on my SCALE
 

Whattteva

Wizard
Joined
Mar 5, 2013
Messages
1,824
Says network not ready. Does the host system have network access?
 

melonion

Dabbler
Joined
Jan 9, 2023
Messages
40
yes, SMB Shares work just fine just as SSH access. Just the apps...
 

melonion

Dabbler
Joined
Jan 9, 2023
Messages
40
Any updates on this? TrueNAS Scale loses much of its appeal without apps...
 

Whattteva

Wizard
Joined
Mar 5, 2013
Messages
1,824
Sorry, I don't use SCALE unfortunately. Probably better to get one of those TrueNAS moderators to reply.
 

melonion

Dabbler
Joined
Jan 9, 2023
Messages
40
We were considering TrueNAS Scale for business use with gracious royalties contributed back upstream to you.
But with all these persistent issues, I have little hope for it working out:
- apps have not been working for over two months after working for only a few days
- logins for web administrator accounts that are not `admin` are broken after every reboot
- constant annoying disk activity by default:
- no support despite repeated nags here for over two months, and a request for a support call - how do I get a mod to reply again?
 

melonion

Dabbler
Joined
Jan 9, 2023
Messages
40
1681838957806.png

Output of `sudo journalctl -b -u k3s`
 

melonion

Dabbler
Joined
Jan 9, 2023
Messages
40
See also:

None of these contain a proper solution, though...
 

melonion

Dabbler
Joined
Jan 9, 2023
Messages
40
Finally managed to find a fix:

But now MinIO is stuck at Deploying 2/3 after reboot:

0/1 nodes are available: 1 node(s) had untolerated taint {ix-svc-stop: }. preemption: 0/1 nodes are available: 1 Preemption is not helpful for scheduling.
 

melonion

Dabbler
Joined
Jan 9, 2023
Messages
40
Recreating it fixed it. Finally running fine after over 3 months, but it was not easy to find these rather trivial settings...
 

gmazzei

Cadet
Joined
Jan 14, 2024
Messages
1
I found that stopping the SMB shares, allows the APPS Service to initiate and then activate the apps. Once the apps are running you can re-enable the share.
 
Top