Your message dated Sat, 17 Nov 2007 13:53:25 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#448398: fixed in findutils 4.3.8-2
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: findutils
Version: 4.2.31-1
Severity: wishlist
The attached patch suggests how to introduce I/O idle scheduling, by
tuning the CFQ scheduler (available since kernel 2.6.13) through the
ionice utility provided by the util-linux package (schedutils in
Ubuntu).
Thanks!
--
a.m.
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.23.1
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages findutils depends on:
ii libc6 2.6.1-6 GNU C Library: Shared libraries
findutils recommends no packages.
-- no debconf information
--- debian/find-cron.daily 2007-10-28 20:30:00.000000000 +0100
+++ debian/find-cron.daily.orig 2007-10-28 20:33:48.000000000 +0100
@@ -5,6 +5,16 @@
# Written by Ian A. Murdock <[EMAIL PROTECTED]> and
# Kevin Dalley <[EMAIL PROTECTED]>
+#
+# Set the task to run with "idle" I/O priority if possible
+# Linux supports io scheduling priorities and classes since
+# 2.6.13 with the CFQ io scheduler
+#
+
+if [ -f /usr/bin/ionice ]; then
+ionice -c3 -p$$
+fi
+
LOCALUSER="nobody"
export LOCALUSER
if [ -f /etc/updatedb.conf ]; then
--- End Message ---
--- Begin Message ---
Source: findutils
Source-Version: 4.3.8-2
We believe that the bug you reported is fixed in the latest version of
findutils, which is due to be installed in the Debian FTP archive:
findutils_4.3.8-2.diff.gz
to pool/main/f/findutils/findutils_4.3.8-2.diff.gz
findutils_4.3.8-2.dsc
to pool/main/f/findutils/findutils_4.3.8-2.dsc
findutils_4.3.8-2_i386.deb
to pool/main/f/findutils/findutils_4.3.8-2_i386.deb
locate_4.3.8-2_i386.deb
to pool/main/f/findutils/locate_4.3.8-2_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Andreas Metzler <[EMAIL PROTECTED]> (supplier of updated findutils package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Sun, 11 Nov 2007 15:04:12 +0100
Source: findutils
Binary: locate findutils
Architecture: source i386
Version: 4.3.8-2
Distribution: experimental
Urgency: low
Maintainer: Andreas Metzler <[EMAIL PROTECTED]>
Changed-By: Andreas Metzler <[EMAIL PROTECTED]>
Description:
findutils - utilities for finding files--find, xargs
locate - maintain and query an index of a directory tree
Closes: 57748 342713 344213 448398
Changes:
findutils (4.3.8-2) experimental; urgency=low
.
* Split off locate/updatedb to a separate package.
* Drop misnamed /etc/updatedb.conf and include its contents in cron.daily
file. (updatedb.conf only configured the cronjob, but not any
invocation of updatedb. (Closes: #342713). Allow keeping customization in a
separate /etc/updatedb.findutils.cron.local (Closes: #344213)
* Set cronjob IO scheduling to idle. (Thanks, Alberto Marmodoro)
(Closes: #448398)
* Use alternatives to manage /usr/bin/locate and /usr/bin/updatedb.
(Closes: #57748)
* Remove orphaned locate related conffiles on findutils upgrade as described
in http://wiki.debian.org/DpkgConffileHandling
* In findutils.postinst remove locate database unless locate is installed.
Files:
3b89c1ea9a789d74e72b094e86381a78 668 utils required findutils_4.3.8-2.dsc
47c88ba6e1c44e3a3a864357a1788dab 16840 utils required findutils_4.3.8-2.diff.gz
cb2c37954cdc1a2161a5dc74f196b104 463824 utils required
findutils_4.3.8-2_i386.deb
db8bb76494d04f27e239690b720bd0a9 131280 utils optional locate_4.3.8-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHPsK3HTOcZYuNdmMRAuMzAJ44fSE80we5rP0xF/sMIZAuIjUYOgCeNaSB
UE0YtAQIWdOmyc9HR9Z2KoU=
=dSFH
-----END PGP SIGNATURE-----
--- End Message ---