Control: severity -1 wishlist On Wed, 01 Jan 2020 Lorenzo Puliti <lorenzo.r...@gmail.com> wrote: > Package: irqbalance > Version: 1.6.0-3 > Followup-For: Bug #922653 > > Hi, > > [Paride Legovini <p...@ninthfloor.org>]: > > I'm not really knowledgeable on runit, for example I > > wonder: should we use `sv stop`, `down`, or `exit`? From sv(8) I'd say > > `sv down` is preferable, but I'm not sure. I need some time to do some > > proper testing, but we'll get this fixed. > > maybe I can save you some time: > `sv exit` does not what you want here, think it as a full-restart. > `sv down` or `sv stop`; no need to wait up to 7 seconds here > but it doesn't harm either (runsv will halt before executing irqbalance > so there should be no delay) > > For future runit-related bugs, if you need assistance, feel free to add > the runit-team in CC.
Thanks for clarifying. Can you confirm that the patch from Mathieu Mirmont will correctly fix this bug? The patch looks reasonable to me, but I can't test it on a runit based system at the moment. Paride