-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: TrueNAS App takes ~15 minutes to start after update #2190
Comments
Im also experiencing this issue since the 1.0 update. |
Hi, this is probably because you set UID & GID. |
These are the default settings for the TrueNAS app and appear to be mandatory |
We don't have any control over how TrueNAS implements Homarr. When you use GID and UID, which is what is going on here, there can be a significant waiting time, because the container needs to chown many small files. Ensure that Homarr is running on fast SSDs. I agree though, 10 minutes is insane and we usually saw about 10-20 seconds on our development machines. So there's definitely something going on that we're not aware of. It would be interesting to see, whether this issue is TrueNAS exclusive or also happens on other systems when you use a different user. Please comment if you have any insights on this. |
I think we first need more details before we can investigate anything here. Locally it always took about 10 seconds (thats also the reason we write it in the logs). It's really weird that truenas takes so long |
In my own testing its easily reproducible on Electric Eel by installing the homarr app from the Truenas interface and starting it with the default settings. I had the same results on a fresh ixVolume as well as attempting to use my existing hostpath filestructure from my pre 1.0 homarr install. |
Describe the bug
Homarr app on TrueNAS takes ~15 minutes to start
Logs show the app stuck as per below before it starts
App worked perfectly before the 1.0.0 update
Steps to reproduce
install and start homarr app on truenas
Impact
frequent updates cause significant downtime, no workaround except for migrating away from TrueNAS
Additional information
TrueNAS version ElectricEel-24.10.1
Version
1.3.1
Installation method
TrueNAS Apps
Browser
Edge (Chromium)
The text was updated successfully, but these errors were encountered: