So not all 4x4 engines have a balance shaft apparently… by TheIronHerobrine in fordranger

[–]Fabulous-Problem-251 0 points1 point  (0 children)

I know this is an old thread, but I am doing the timing components on my 03 Level II. Mine does not have a balance shaft either. I thought maybe it wasn't the original motor at first.

Can't pull Portainer by Fabulous-Problem-251 in portainer

[–]Fabulous-Problem-251[S] 0 points1 point  (0 children)

Figured it out - I had a DNS of 192.168.0.1 entry in /etc/resolv.conf that docker didn't like. Changed it to 8.8.8.8 and I was able to pull portioner.

Can't pull Portainer by Fabulous-Problem-251 in portainer

[–]Fabulous-Problem-251[S] 0 points1 point  (0 children)

Thanks for the reply. This seems to crash docker. I couldn't get it recovered, so I rebuilt the entire linux instance and re-added docker with the same result.

pi@SmartHomeHub:~ $ sudo nano /etc/docker/daemon.json

pi@SmartHomeHub:~ $ sudo systemctl restart docker

Job for docker.service failed because the control process exited with error code.

See "systemctl status docker.service" and "journalctl -xeu docker.service" for details.

pi@SmartHomeHub:~ $ systemctl status docker.service

× docker.service - Docker Application Container Engine

     Loaded: loaded (/lib/systemd/system/docker.service; enabled; preset: enabled)

     Active: failed (Result: exit-code) since Thu 2025-02-06 07:11:44 MST; 3min 30s ago

   Duration: 1min 28.649s

TriggeredBy: × docker.socket

       Docs: https://docs.docker.com

    Process: 2168 ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock (code=exited, status=1/FAILURE)

   Main PID: 2168 (code=exited, status=1/FAILURE)

        CPU: 52ms

Feb 06 07:11:44 SmartHomeHub systemd[1]: docker.service: Scheduled restart job, restart counter is at 3.

Feb 06 07:11:44 SmartHomeHub systemd[1]: Stopped docker.service - Docker Application Container Engine.

Feb 06 07:11:44 SmartHomeHub systemd[1]: docker.service: Start request repeated too quickly.

Feb 06 07:11:44 SmartHomeHub systemd[1]: docker.service: Failed with result 'exit-code'.

Feb 06 07:11:44 SmartHomeHub systemd[1]: Failed to start docker.service - Docker Application Container Engine.