Bug 13541 - 2021.02.rc2: irqbalance: Daemon couldn't be bound to the file-based socket
Summary: 2021.02.rc2: irqbalance: Daemon couldn't be bound to the file-based socket
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: All Linux
: P5 major
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-02-20 09:58 UTC by Alfredo Pons Menargues
Modified: 2021-02-20 17:38 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:


Attachments
My S13irqbalance file (537 bytes, application/octet-stream)
2021-02-20 09:58 UTC, Alfredo Pons Menargues
Details

Note You need to log in before you can comment on or make changes to this bug.
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.