Hi, I doubt it is irqbalance shutdown in your case. That shutdown is just sending a kill signal and that is it, there is not much more it does. I quickly checked but for me it didn't look the same.
Two things to get more details: 1. does on the system running also take quite some time if you do like "systemctl stop irqbalance"? 2. I'd assume that systemd concurrently stops multiple things and irqbalance is just the last to print but not the one you are actually waiting on. To check that unfortunately [1] isn't implemented - but you can check if [2] gives you some hints what it is actually waiting on. [1]: https://github.com/systemd/systemd/issues/3371 [2]: https://freedesktop.org/wiki/Software/systemd/Debugging/#index2h1 ** Bug watch added: github.com/systemd/systemd/issues #3371 https://github.com/systemd/systemd/issues/3371 ** Changed in: irqbalance (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1729192 Title: Shutdown needs often longer than usual To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/irqbalance/+bug/1729192/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
