Page 9 of 9

Re: TOS 6.0.577 (X86) is Released for Update

Posted: 27 Jan 2025, 11:16
by rigveda
liability wrote: 06 Jan 2025, 14:44
rigveda wrote: 06 Jan 2025, 01:26 Does it support Model: F5-221 yet? Or is there a documented upgrade path I need to follow to get to an interim version to get to the latest version i.e. an older version then to the latest version?
I have several F2-221 units and installed the 6.0.420 update and then it auto updated to the 577 current version. I assume that will also work for the F5-221, as I believe the only difference is the 2 versus 5 drives.
Thank you! It worked :)

Re: TOS 6.0.577 (X86) is Released for Update

Posted: 27 Jan 2025, 22:50
by bbxtudios
I also had the problem with the docker engine not starting when I restarted, I solved it by reinstalling the system and then everything was fine, until yesterday, when it happened again, but I restarted again and it works again, in case it keeps happening, you can program so that when the NAS is turned on, this command is executed:

** `sleep 60 && /etc/init.d/DockerEngine start`

translated, it means that after 60 seconds of turning on, Docker Engine starts automatically, I put 60 seconds because it didn't start if I put less seconds or if I didn't put sleep, I hope it helps, this worked for me until I reinstalled the system.


This would be found in Settings - Scheduled Tasks, and the first option, Scheduled Tasks On, you put the name of the task, select the option to Turn On, and then Next, then the command would be the one I put above