On Sat, 12 Jan 2019, Andreas Henriksson wrote:
> 
> Source: irqbalance
> Source-Version: 1.5.0-2
> 
> We believe that the bug you reported is fixed in the latest version of
> irqbalance, which is due to be installed in the Debian FTP archive.
> 
> A summary of the changes between this version and the previous one is
> attached.

[...]

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA512
> 
> Format: 1.8
> Date: Sat, 12 Jan 2019 19:12:28 +0100
> Source: irqbalance
> Binary: irqbalance
> Architecture: source
> Version: 1.5.0-2
> Distribution: unstable
> Urgency: medium
> Maintainer: Debian QA Group <packa...@qa.debian.org>
> Changed-By: Andreas Henriksson <andr...@fatal.se>
> Description:
>  irqbalance - Daemon to balance interrupts for SMP systems
> Closes: 915834
> Changes:
>  irqbalance (1.5.0-2) unstable; urgency=medium
>  .
>    * QA Upload.
>    * Add debian/patches/fix-permissions-for-unix-socket.patch (Closes: 
> #915834)

On a sysv init system, this still fails, as the /run/irqbalance
directory does not exist; strace reveals:

,----
| 23507 bind(5, {sa_family=AF_UNIX, 
sun_path="/run/irqbalance//irqbalance23507.sock"}, 110 <unfinished ...>
| 23509 <... ioctl resumed> , {B38400 opost isig icanon echo ...}) = 0
| 23507 <... bind resumed> )              = -1 ENOENT (No such file or 
directory)
`----

It may be a good idea to create that directory _before_ creating the
socket file, for example in the init-script:

        mkdir -p /run/irqbalance


Cheers,

-- 
Cristian

Reply via email to