DanT Posted November 20, 2022 Posted November 20, 2022 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. 0 Quote
Igor Posted November 25, 2022 Posted November 25, 2022 On 11/20/2022 at 1:30 AM, DanT said: Module bridge not found in directory /lib/modules/5.19.10-armmp-lpae You are not running kernel provided by Armbian. Perhaps that is the reason? 0 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.