gcgarner / IOTstack

docker stack for getting started on IOT on the Raspberry PI
GNU General Public License v3.0
1.5k stars 578 forks source link

docker install fails #226

Open jiveman opened 3 years ago

jiveman commented 3 years ago

I'm running latest OSMC, which runs raspbian so I'm sure this will apply there as well.

I kept getting errors after upgrading which made me think I broke something. Fresh install of OS and ran the latest version of this script and got the same issue.

See "systemctl status docker.service" and "journalctl -xe" for details.
invoke-rc.d: initscript docker, action "start" failed.
● docker.service - Docker Application Container Engine
   Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: enabled)
   Active: activating (auto-restart) (Result: exit-code) since Wed 2021-01-27 15:44:21 PST; 56ms ago
     Docs: https://docs.docker.com
  Process: 1274 ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock (code=exited, status=1/FAILURE)
 Main PID: 1274 (code=exited, status=1/FAILURE)
dpkg: error processing package docker-ce (--configure):
 installed docker-ce package post-installation script subprocess returned error exit status 1

Two issues I found here.

It started after that.. hope this helps

Paraphraser commented 3 years ago

Please see This Project Is Dormant.

I'm not saying this won't happen on SensorsIot/IOTstack but at least it's the active repo so you're more likely to get help there than here.

Please try to remember to close this issue.

jiveman commented 3 years ago

@Paraphraser thanks!