Accepting request 1188332 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1188332 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/irqbalance?expand=0&rev=75
This commit is contained in:
commit
2a881af06b
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 11 09:59:18 UTC 2024 - Michael Pujos <pujos.michael@gmail.com>
|
||||
|
||||
- removed ProtectKernelTunables=yes from irqbalance.service to
|
||||
fix "Cannot change IRQ %d affinity: Read-only file system" errors.
|
||||
See https://github.com/Irqbalance/irqbalance/issues/308
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 19 16:52:54 UTC 2024 - trenn@suse.de
|
||||
|
||||
|
@ -83,6 +83,8 @@ install -m 0644 sysconfig.irqbalance %{buildroot}%{_fillupdir}/
|
||||
sed -ie "s|EnvironmentFile=.*|EnvironmentFile=%{_sysconfdir}/sysconfig/irqbalance|g" misc/irqbalance.service
|
||||
# Remove syslog.target in systemd service file; not provided by systemd anymore
|
||||
sed -ie "s|After=syslog.target||g" misc/irqbalance.service
|
||||
# Remove ProtectKernelTunables=yes. See https://github.com/Irqbalance/irqbalance/issues/308
|
||||
sed -ie "s|ProtectKernelTunables=yes||g" misc/irqbalance.service
|
||||
install -D -m 0644 misc/irqbalance.service %{buildroot}%{_unitdir}/irqbalance.service
|
||||
ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcirqbalance
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user