[Bug 1540282] Re: Breaks policykit/systemctl commands when restarted

2016-02-11 Thread Martin Pitt
This is due to our "ExecStop=/bin/true" which prevents killing dbus during shutdown. We should indeed prevent manual restarts due to that. ** Changed in: dbus (Ubuntu) Importance: Undecided => Low ** Changed in: dbus (Ubuntu) Status: New => Triaged ** Changed in: dbus (Ubuntu)

[Bug 1540282] Re: Breaks policykit/systemctl commands when restarted

2016-02-11 Thread Martin Pitt
** Changed in: dbus (Ubuntu) Status: Triaged => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1540282 Title: Breaks policykit/systemctl commands when restarted To manage

[Bug 1540282] Re: Breaks policykit/systemctl commands when restarted

2016-02-11 Thread Launchpad Bug Tracker
This bug was fixed in the package dbus - 1.10.6-1ubuntu2 --- dbus (1.10.6-1ubuntu2) xenial; urgency=medium * dont-stop-dbus.patch: Disallow manual (re)starts, as we don't (want to) stop D-Bus on shutdown. (LP: #1540282) * debian/rules: Don't start D-Bus on package

[Bug 1540282] Re: Breaks policykit/systemctl commands when restarted

2016-02-01 Thread Unit 193
Part of the problem is that while d/p/dont-stop-dbus.patch prevents dbus from being stopped, it doesn't prevent another one from starting, thus systemctl restart dbus.service will not stop the current one but will indeed launch a new instance. -- You received this bug notification because you