Created attachment 8771 [details] My S13irqbalance file Tested on RPI3defconf You can see this log in /var/log/messages: /usr/sbin/irqbalance: Daemon couldn't be bound to the file-based socket. The bug is this: https://gitlab.alpinelinux.org/alpine/aports/-/issues/10671 One solution could be add 'mkdir -p /var/run/irqbalance' on start section in "/etc/init.d/S13irqbalance" Thanks.
Thanks for the bug report and suggested fix, suggested patches can be found here [1] (sysv) and [2] (systemd). [1] https://patchwork.ozlabs.org/project/buildroot/patch/20210220163349.25244-1-ps.report@gmx.net/ [2] https://patchwork.ozlabs.org/project/buildroot/patch/20210220163349.25244-2-ps.report@gmx.net/
Alfredo, All, This is now supposedly fixed with commits 60518c1d7680 and 4a95f38f3064 from Peter: https://git.buildroot.org/buildroot/commit/?id=60518c1d7680bff5efe879ee86f48e6092239c03 https://git.buildroot.org/buildroot/commit/?id=4a95f38f306411ca750a676b81326dc7ec67bcaa Thanks for the report! Regards, Yann E. MORIN.