Bug 13541

Summary: 2021.02.rc2: irqbalance: Daemon couldn't be bound to the file-based socket
Product: buildroot Reporter: Alfredo Pons Menargues <alfredo.pons>
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: major CC: buildroot, yann.morin.1998
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:
Attachments: My S13irqbalance file

Description Alfredo Pons Menargues 2021-02-20 09:58:26 UTC
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.
Comment 1 Peter Seiderer 2021-02-20 16:45:34 UTC
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/
Comment 2 Yann E. MORIN 2021-02-20 17:38:15 UTC
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.