Your message dated Sun, 27 Jan 2008 23:02:07 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#461050: fixed in readahead-list 1:0.20050517.0220-3
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: readahead
Version: 1:0.20050517.0220-2
Severity: wishlist

see $title, a monthly cron job checking for the existence of all the
files could be useful, e.g.,

# check-readahead-list
$^W = 1;
use strict;
my @notfound;
if ( -r "/etc/readahead/root" ) {
  open(ROOT,"</etc/readahead/root") or die("Cannot open /etc/readahead/root: 
$!\n");
  while (<ROOT>) {
    push @notfound, $_ unless -r;
  }
  close(ROOT);
}
if (@notfound) {
  print "The following files are listed in /etc/readahead/root but do not 
exist:\n";
  foreach (@notfound) { print "$_\n"; }
}


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-rc7 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.ISO-8859-15, LC_CTYPE=en_US.ISO-8859-15 (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/dash

Versions of packages readahead depends on:
ii  libc6                         2.7-6      GNU C Library: Shared libraries

readahead recommends no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: readahead-list
Source-Version: 1:0.20050517.0220-3

We believe that the bug you reported is fixed in the latest version of
readahead-list, which is due to be installed in the Debian FTP archive:

readahead-list_0.20050517.0220-3.diff.gz
  to pool/main/r/readahead-list/readahead-list_0.20050517.0220-3.diff.gz
readahead-list_0.20050517.0220-3.dsc
  to pool/main/r/readahead-list/readahead-list_0.20050517.0220-3.dsc
readahead_0.20050517.0220-3_i386.deb
  to pool/main/r/readahead-list/readahead_0.20050517.0220-3_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.
Petter Reinholdtsen <[EMAIL PROTECTED]> (supplier of updated readahead-list 
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, 27 Jan 2008 23:52:20 +0100
Source: readahead-list
Binary: readahead
Architecture: source i386
Version: 1:0.20050517.0220-3
Distribution: unstable
Urgency: low
Maintainer: Petter Reinholdtsen <[EMAIL PROTECTED]>
Changed-By: Petter Reinholdtsen <[EMAIL PROTECTED]>
Description: 
 readahead  - read files into the page cache
Closes: 461050 462552
Changes: 
 readahead-list (1:0.20050517.0220-3) unstable; urgency=low
 .
   * Added patch 20_gcc4_3.patch to fix build problem with gcc 4.3,
     making sure exit() is visible (Closes: #462552).
   * Include script readahead-check-lists to report non-existing files
     listed in the readahead files (Closes: #461050).
Files: 
 e408ba6ae5170d2a1f4ad0f2d07358d5 673 admin optional 
readahead-list_0.20050517.0220-3.dsc
 39b9d85af13b5b09854672795704f5fa 20118 admin optional 
readahead-list_0.20050517.0220-3.diff.gz
 20c45d1ee9946bfb9b363d546cdefc27 22860 admin optional 
readahead_0.20050517.0220-3_i386.deb

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

iD8DBQFHnQwn20zMSyow1ykRAgc1AJ4gY0ZZ3URecT0b6NVc4ET7xUrT0ACeLmOp
IthXRA5dYQ1sgqj9eByxjpQ=
=538E
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to