sys-apps/irqbalance-1.9.4 while the binary is installed to /usr/bin (not sure since when) the init script tries to invoke it from /usr/sbin where it is not nor a symlink therefore invocation fails. which irqbalance /usr/bin/irqbalance cat files/irqbalance.init.4 | grep -v ^# | grep bin command="/usr/sbin/irqbalance" service irqbalance start * Starting irqbalance ... * start-stop-daemon: /usr/sbin/irqbalance does not exist * Failed to start irqbalance [ !! ] * ERROR: irqbalance failed to start
It happened when we switched to meson recently.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9c2ee5f7cd89b3bb5c8a409b114ebc21cda0ce7 commit a9c2ee5f7cd89b3bb5c8a409b114ebc21cda0ce7 Author: Sam James <sam@gentoo.org> AuthorDate: 2024-05-03 12:42:55 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-05-03 12:43:05 +0000 sys-apps/irqbalance: fix path in init script Closes: https://bugs.gentoo.org/931133 Signed-off-by: Sam James <sam@gentoo.org> sys-apps/irqbalance/files/irqbalance.init.5 | 22 ++++++++++++++++++++++ ...nce-1.9.4.ebuild => irqbalance-1.9.4-r1.ebuild} | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-)