[Buildroot] [PATCH v1 1/2] package/irqbalance: fix sysv startup script (add mkdir /run/irqbalance)

Yann E. MORIN yann.morin.1998 at free.fr
Sat Feb 20 17:38:56 UTC 2021


Peter, All,

On 2021-02-20 17:33 +0100, Peter Seiderer spake thusly:
> - add mkdir -p /run/irqbalance to sysv startup script needed to
>   create socket /run/irqbalance/irqbalance<pid>.sock
> 
> Fixes:
> 
>   - Bug 13541 [1]
> 
>   daemon.warn /usr/sbin/irqbalance: Daemon couldn't be bound to the file-based socket.
> 
> [1] https://bugs.busybox.net/show_bug.cgi?id=13541
> 
> Signed-off-by: Peter Seiderer <ps.report at gmx.net>

Series of 2 applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/irqbalance/S13irqbalance | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/package/irqbalance/S13irqbalance b/package/irqbalance/S13irqbalance
> index b06a3372e9..d0f6adda71 100644
> --- a/package/irqbalance/S13irqbalance
> +++ b/package/irqbalance/S13irqbalance
> @@ -7,6 +7,9 @@ EXEC="/usr/sbin/irqbalance"
>  ARGS=""
>  PID="/var/run/irqbalance.pid"
>  
> +# for irqbalance socket /run/irqbalance/irqbalance<pid>.sock
> +mkdir -p /run/irqbalance
> +
>  case "$1" in
>      start)
>  	printf "Starting irqbalance: "
> -- 
> 2.30.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'


More information about the buildroot mailing list