Page 1 of 1

Error Enabling Docker

Posted: 28 Jul 2022, 21:41
by adamantisolas
Hello,

I'm running TOS 5.0.144 after a fresh install when I try to enable docker I get an error message: Operation failed! (Please see the attached screenshot)
I can open the app however the service is not running, I have checked this from ssh using:
/etc/init.d/docker status
dockerd stopped

I can start the service from ssh using /etc/init.d/docker start, and the service will start and containers will start working. However this setting does not persist after a scheduled power off and on. Please advise on how to permanently enable the app so that the service starts after bootup.


Thanks!

Re: Error Enabling Docker

Posted: 28 Jul 2022, 22:48
by infoaliste
I have also experienced that problem when I recently upgraded to TOS 5 and again now with this latest update (TOS 5.0.144).
I "fixed" it by logging into ssh and running the command:

Code: Select all

service docker start

Re: Error Enabling Docker

Posted: 28 Jul 2022, 22:59
by adamantisolas
@infoaliste
I know that manually I can start via ssh, but that is not practical for me as my NAS shuts down on a schedule and powers on in the morning. I don't want to login every time via ssh just to start a service.

Re: Error Enabling Docker

Posted: 29 Jul 2022, 00:17
by TMroy
We will verify the issue soon.

Re: Error Enabling Docker

Posted: 30 Jul 2022, 13:38
by adamantisolas
@TMroy I am fairly certain that this is a bug, as I have encountered it with several TOS 5 firmwares:
TOS_X642.0_5.0.125_00162_2206241804,
TOS_X642.0_5.0.130_00167_2207071924,
TOS_X642.0_5.0.144_00190_2207271642

All the firmware installs were fresh installs, based on the Terramaster how to.

Re: Error Enabling Docker

Posted: 10 Aug 2022, 00:23
by adamantisolas
Just an update, the error persists in the latest update: 5.0.152

Re: Error Enabling Docker

Posted: 10 Aug 2022, 18:45
by TMSupport
Please wait for the app to update.

Re: Error Enabling Docker

Posted: 13 Aug 2022, 13:22
by adamantisolas
@TMSupport after updating the app one can indeed enable docker without an error, however this does not persist through a reboot. After a reboot one has to re-enable it, this is still a problem.