Jump to content

DanT

Validating
  • Posts

    1
  • Joined

  • Last visited

  1. Hello. I freshly installed bullseye from the other supported variant links for an odroid XU4. When trying to get docker daemon running, it looked like the ip_tables module and br_netfilter modules weren't available in the kernel. I think I have sorted out ip_tables (modprobe doesn't return any problems now), but docker's daemon is still showing a problem when running dockerd (with debug level info in the daemon.json file): Running modprobe bridge br_netfilter failed with message: modprobe: WARNING: Module bridge not found in directory /lib/modules/5.19.10-armmp-lpae When executing systemctl status docker.service ... too see if the daemon is running I get: ● docker.service - Docker Application Container Engine Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: enabled) Active: failed (Result: exit-code) since Sun 2022-11-20 00:24:34 UTC; 4s ago TriggeredBy: ● docker.socket Docs: https://docs.docker.com Process: 8266 ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock (code=exited, status=1/FAILURE) Main PID: 8266 (code=exited, status=1/FAILURE) CPU: 1.868s Nov 20 00:24:34 odroid-bullseye systemd[1]: docker.service: Scheduled restart job, restart counter is at 3. Nov 20 00:24:34 odroid-bullseye systemd[1]: Stopped Docker Application Container Engine. Nov 20 00:24:34 odroid-bullseye systemd[1]: docker.service: Consumed 1.868s CPU time. Nov 20 00:24:34 odroid-bullseye systemd[1]: docker.service: Start request repeated too quickly. Nov 20 00:24:34 odroid-bullseye systemd[1]: docker.service: Failed with result 'exit-code'. Nov 20 00:24:34 odroid-bullseye systemd[1]: Failed to start Docker Application Container Engine.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines