Docker failed - troubleshooting

Problem 1

systemctl status docker.service
● docker.service - Docker Application Container Engine
   Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: enabled)
   Active: failed (Result: exit-code) since CEST; 52s ago
     Docs: https://docs.docker.com
  Process: 16473 ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock (code=exited, status=203/EXEC)
 Main PID: 16473 (code=exited, status=203/EXEC)

 systemd[1]: docker.service: Service hold-off time over, scheduling restart.
 systemd[1]: docker.service: Scheduled restart job, restart counter is at 3.
 systemd[1]: Stopped Docker Application Container Engine.
 systemd[1]: docker.service: Start request repeated too quickly.
 systemd[1]: docker.service: Failed with result 'exit-code'.
 systemd[1]: Failed to start Docker Application Container Engine.


Troubleshooting

journalctl -xe

-- Subject: Unit docker.service has failed
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
--
-- Unit docker.service has failed.
--
-- The result is RESULT.
 systemd[1]: docker.socket: Failed with result 'service-start-limit-hit'.
 kernel: CPU1: Core temperature above threshold, cpu clock throttled (total events = 9880)
 kernel: CPU2: Package temperature above threshold, cpu clock throttled (total events = 11548)
 kernel: CPU0: Core temperature above threshold, cpu clock throttled (total events = 9880)
 kernel: CPU3: Package temperature above threshold, cpu clock throttled (total events = 11548)
 kernel: CPU0: Package temperature above threshold, cpu clock throttled (total events = 11548)
 kernel: CPU1: Package temperature above threshold, cpu clock throttled (total events = 11548)
 kernel: CPU1: Core temperature/speed normal
 kernel: CPU0: Core temperature/speed normal
 kernel: CPU2: Package temperature/speed normal
 kernel: CPU3: Package temperature/speed normal
 kernel: CPU0: Package temperature/speed normal
 kernel: CPU1: Package temperature/speed normal

Solution 1:

Stop some cpu-heavy processes

Solution 2:

Change fan.

Komentarze

Popularne posty z tego bloga

Kubernetes

Helm

Ansible Tower / AWX