Everything posted by MichelPigassou
-
Unraid crashes and unresponsive, probably due to video encoding
I stopped using Stash and the problem fixed itself.
-
[Plugin] Appdata.Backup
I'm seeing posts from last year mentioning "one archive", so I suppose this is the old version of the plugin. I don't see this option with the new plugin, and I'm actually interested in getting one archive per run! Is there an easy way to do that? Maybe leveraging the post-run script? But I haven't been able to find examples.
-
[Plugin] Docker Compose Manager
Hey everyone. If my compose file references an existing network, in Unraid's UI the network is referenced by its ID instead of its name. First screenshot is the UI (in the list of containers), second screenshot is the output of `docker network ls`. Content of my docker-compose (top-level): ``` networks: default: name: lsio external: true ``` Looks like a bug, because it's all working. Not sure where to report it, and maybe I'd like to get a confirmation first that is indeed a bug.
-
Unraid crashes and unresponsive, probably due to video encoding
My server sometimes crashes and becomes unresponsive. Based on other threads, I had the suspicion it could come from video encoding. The test I did was to not start my docker container doing this and the server stayed stable for several days, then start it and it crashed after a couple of days. The video encoding software is Stash. However I'm not able to find a trace of a log that'd help me figure out what's wrong. I attached the diagnostic and the syslog (not seeing anything obvious in there), but I'm not sure where to go from here. In this case, I don't have the exact time it started to become unresponsive but I suspect it was on Tue Mar 5 (coincides with when Grafana stopped logging stuff). matrix-diagnostics-20240306-1433.zip syslog-192.168.7.172.log.zip