[Bug 1729882] Re: update-apt-xapian-index-dbus does not use nice and ionice (patch attached)
Andrei Shevchuk
1729882 at bugs.launchpad.net
Tue Nov 7 00:16:57 UTC 2017
For those interested in applying the patch before this gets fixed, here
is how to do this:
1. Secure way:
wget -P /tmp https://launchpadlibrarian.net/344295136/update-apt-xapian-index-dbus.patch
# review downloaded /tmp/update-apt-xapian-index-dbus.patch
sudo patch -p1 -d /usr/share/apt-xapian-index < /tmp/update-apt-xapian-index-dbus.patch
2. Easier, less secure way:
wget -O - https://launchpadlibrarian.net/344295136/update-apt-xapian-index-dbus.patch | sudo patch -p1 -d /usr/share/apt-xapian-index
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to apt-xapian-index in Ubuntu.
https://bugs.launchpad.net/bugs/1729882
Title:
update-apt-xapian-index-dbus does not use nice and ionice (patch
attached)
Status in apt-xapian-index package in Ubuntu:
New
Bug description:
As well as update-apt-xapian-index cron jobs, dbus service should use
nice and ionice too. The attached patch provides this.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-xapian-index/+bug/1729882/+subscriptions
More information about the foundations-bugs
mailing list