Page 1 of 1

rpc error: code = 2 desc = containerd: container did not start before the specified timeout

Posted: 08 Jun 2021, 12:29
by Rajesh
I am getting the below rpc error when trying to execute the docker exec. The docker container is working perfectly fine.

Welcome to Tnas!
[root@TNAS-00F960 ~]# docker exec -ti person ping 192.168.1.126
rpc error: code = 2 desc = containerd: container did not start before the specified timeout

F2-421
TOS Version - 4.2.09 (Latest)
Docker 17.05.0-ce(Latest)

The docker.log returns the below
time="2021-06-08T00:23:28.411733180-04:00" level=info msg="Daemon has completed initialization"
time="2021-06-08T00:23:28.411758963-04:00" level=info msg="Docker daemon" commit=89658be graphdriver=btrfs version=17.05.0-ce
time="2021-06-08T00:23:28.421790397-04:00" level=info msg="API listen on /var/run/docker.sock"
time="2021-06-08T00:25:28.432536753-04:00" level=error msg="Error running exec in container: rpc error: code = 2 desc = containerd: container did not start before the specified timeout"
[root@TNAS-00F960 log]#

Re: rpc error: code = 2 desc = containerd: container did not start before the specified timeout

Posted: 21 Jun 2021, 06:59
by Rajesh
Any update?

Re: rpc error: code = 2 desc = containerd: container did not start before the specified timeout

Posted: 21 Jun 2021, 11:23
by TMSupport
Please try to run this cmd line to see if there is any error prompt
/etc/init.d/docker start

Re: rpc error: code = 2 desc = containerd: container did not start before the specified timeout

Posted: 24 Jun 2021, 11:19
by Rajesh
There is no error reported.

[root@TNAS-00F960 init.d]# docker start person
person