Hi there,
On one of my Docker servers that is physical, I have an issue by reboot: some containers that are meant to restart automatically with restart “always” are not.
By looking at logs of docker service, I have the following message for all 3 of them:
dockerd
time=“2025-05-15T17:33:11.641164250+02:00” level=warning msg=“Failed to send unsolicited ARP” eid=1b8ca3a28f8eb8dda91f1d917c65c8d9f0f175f69940b91f8c001cb29e0ba670 ep=my-docker-name error=“no buffer space available” iface=eth0 ifi=18 ip4=192.168.X.X/24 ip6=“” mac=“86:xx:xx:xx:xx:xx” mcastRouteOk=true net=my_lan nid=8587385e7231798061efb1ca245a84583a25fd7a4a22271df43806a93af258d7
This wasn’t always like that, it was working a couple of months ago so I don’t know what changed except some updates. Same configuration/container/app with Docker on an Almalinux VM doesn’t have this issue at boot (I have a couple of them, none is impacted)
Almalinux version: AlmaLinux 9.5 (fully patched as today)
Hardware: Minisforum MS01 / Intel Corporation Ethernet Controller X710 (integrated NICs)
Network config: LACP trunk with several vlans
All containers are using macvlan IPs on differents VLANs/subnets
Containers starts without any issue right after boot, but I have to start them manually.
Thanks in advance for you help!