Your message dated Sat, 24 Nov 2007 09:47:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#448398: fixed in findutils 4.2.31-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.2.31-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.2.31-2.diff.gz
  to pool/main/f/findutils/findutils_4.2.31-2.diff.gz
findutils_4.2.31-2.dsc
  to pool/main/f/findutils/findutils_4.2.31-2.dsc
findutils_4.2.31-2_i386.deb
  to pool/main/f/findutils/findutils_4.2.31-2_i386.deb
locate_4.2.31-2_i386.deb
  to pool/main/f/findutils/locate_4.2.31-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: Sat,  2 Jun 2007 10:53:46 +0200
Source: findutils
Binary: locate findutils
Architecture: source i386
Version: 4.2.31-2
Distribution: unstable
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 448523
Changes: 
 findutils (4.2.31-2) unstable; urgency=low
 .
   * Merge changes from 4.3.8-1 to 4.3.8-3 to unstable:
     + Split off locate/updatedb to a separate package.
       (resulting description change Closes: #448523)
     + 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: 
 2cbe019f48bb215931943d2925294f6c 671 utils required findutils_4.2.31-2.dsc
 ef462e002995e5bc2866a33532307ac7 16066 utils required 
findutils_4.2.31-2.diff.gz
 c6ecfe434eb5a355f6511621b7e6d958 319342 utils required 
findutils_4.2.31-2_i386.deb
 c74d2a8751c3abac8c1c4737e3eccf64 105058 utils optional locate_4.2.31-2_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHR+8jHTOcZYuNdmMRAtO7AJ4pQB4IEiuHGi30P/cqcx7DZE8+tQCeMd/4
TIg5MhLTTDn0oD8ITkHFRV8=
=/Pf0
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to