Package: readahead-fedora
Version: 2:1.5.6-1
Severity: normal

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Both the init scripts have:
if [ "$RUN_IN_BACKGROUND" = yes ] && $SHOULD_COLLECT; then
    (readahead in background)
But there should really be: 
if [ "$RUN_IN_BACKGROUND" = yes ] && [ $SHOULD_COLLECT = false ]; then

otherwise readahead runs in background only when it has to also collect
data, which doesn't make sense.
I guess what was wanted was not to run readahead in background during
profiling, since it could interfere with it.
Cheers,

Luca

- -- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (995, 'unstable'), (991, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.36-rc6-toshiba (SMP w/2 CPU cores)
Locale: LANG=it_IT.utf8, LC_CTYPE=it_IT.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages readahead-fedora depends on:
ii  dpkg                         1.15.8.5    Debian package management system
ii  e2fslibs                     1.41.12-2   ext2/ext3/ext4 file system librari
ii  libaudit0                    1.7.13-1+b2 Dynamic library for security audit
ii  libblkid1                    2.17.2-3.3  block device id library
ii  libc6                        2.11.2-6    Embedded GNU C Library: Shared lib

readahead-fedora recommends no packages.

readahead-fedora suggests no packages.

- -- Configuration Files:
/etc/default/readahead-fedora changed:
READAHEAD="yes"
READAHEAD_COLLECT="yes"
READAHEAD_EXTRA_COLLECT="10"
RUN_IN_BACKGROUND="yes"
IO_PRIORITY="best-effort"
READAHEAD_MIN_MEM=393216


- -- no debconf information

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

iEYEARECAAYFAky7GiIACgkQ+AQB36CPPlqCiACgmLDMg2++1196uFTRkT/laCxn
w8YAnR7fx3996XumlyiOk2U/es29wFLD
=0WBe
-----END PGP SIGNATURE-----



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to