Your message dated Tue, 10 Jul 2007 06:32:43 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#355536: fixed in util-linux 2.13~rc1-0
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: util-linux
Version: 2.12r-6
Severity: normal
Tags: patch
The blockdev command does not currently support the BLKFRASET and
BLKFRAGET syscalls. This functionality is needed on 2.4 kernels to allow
laptop-mode-tools to set the filesystem readahead. See laptop-mode-tools
bug #355492 for more information. A patch to achieve the desired
functionality is attached. I'll try to submit it upstream as well, because this
functionality should really be in there.
Cheers,
Bart
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (700, 'unstable'), (600, 'testing'), (400, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14.2media
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages util-linux depends on:
ii libc6 2.3.6-1 GNU C Library: Shared libraries an
ii libncurses5 5.5-1 Shared libraries for terminal hand
ii libslang2 2.0.5-3 The S-Lang programming library - r
ii libuuid1 1.38+1.39-WIP-2005.12.31-1 universally unique id library
ii lsb-base 3.0-15 Linux Standard Base 3.0 init scrip
ii zlib1g 1:1.2.3-9 compression library - runtime
util-linux recommends no packages.
-- no debconf information
--- blockdev.c.orig 2006-03-06 10:28:07.000000000 +0100
+++ blockdev.c 2006-03-06 10:42:05.000000000 +0100
@@ -23,6 +23,8 @@
#define BLKFLSBUF _IO(0x12,97)
#define BLKRASET _IO(0x12,98)
#define BLKRAGET _IO(0x12,99)
+#define BLKFRASET _IO(0x12,100)
+#define BLKFRAGET _IO(0x12,101)
#define BLKSSZGET _IO(0x12,104)
#define BLKBSZGET _IOR(0x12,112,size_t)
#define BLKBSZSET _IOW(0x12,113,size_t)
@@ -86,6 +88,12 @@
#ifdef BLKRAGET
{ "--getra", "BLKRAGET", BLKRAGET, ARGLINTG, -1, NULL, N_("get
readahead") },
#endif
+#ifdef BLKFRASET
+ { "--setfra", "BLKFRASET", BLKFRASET, ARGINTA, 0, "FSREADAHEAD",
N_("set filesystem readahead") },
+#endif
+#ifdef BLKFRAGET
+ { "--getfra", "BLKFRAGET", BLKFRAGET, ARGLINTG, -1, NULL, N_("get
filesystem readahead") },
+#endif
#ifdef BLKFLSBUF
{ "--flushbufs", "BLKFLSBUF", BLKFLSBUF, ARGNONE, 0, NULL, N_("flush
buffers") },
#endif
--- End Message ---
--- Begin Message ---
Source: util-linux
Source-Version: 2.13~rc1-0
We believe that the bug you reported is fixed in the latest version of
util-linux, which is due to be installed in the Debian FTP archive:
bsdutils_2.13~rc1-0_i386.deb
to pool/main/u/util-linux/bsdutils_2.13~rc1-0_i386.deb
cfdisk-udeb_2.13~rc1-0_i386.udeb
to pool/main/u/util-linux/cfdisk-udeb_2.13~rc1-0_i386.udeb
fdisk-udeb_2.13~rc1-0_i386.udeb
to pool/main/u/util-linux/fdisk-udeb_2.13~rc1-0_i386.udeb
mount_2.13~rc1-0_i386.deb
to pool/main/u/util-linux/mount_2.13~rc1-0_i386.deb
util-linux-locales_2.13~rc1-0_all.deb
to pool/main/u/util-linux/util-linux-locales_2.13~rc1-0_all.deb
util-linux_2.13~rc1-0.diff.gz
to pool/main/u/util-linux/util-linux_2.13~rc1-0.diff.gz
util-linux_2.13~rc1-0.dsc
to pool/main/u/util-linux/util-linux_2.13~rc1-0.dsc
util-linux_2.13~rc1-0_i386.deb
to pool/main/u/util-linux/util-linux_2.13~rc1-0_i386.deb
util-linux_2.13~rc1.orig.tar.gz
to pool/main/u/util-linux/util-linux_2.13~rc1.orig.tar.gz
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.
LaMont Jones <[EMAIL PROTECTED]> (supplier of updated util-linux 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: Tue, 10 Jul 2007 00:05:29 -0600
Source: util-linux
Binary: util-linux cfdisk-udeb fdisk-udeb util-linux-locales bsdutils mount
Architecture: all i386 source
Version: 2.13~rc1-0
Distribution: experimental
Urgency: low
Maintainer: LaMont Jones <[EMAIL PROTECTED]>
Changed-By: LaMont Jones <[EMAIL PROTECTED]>
Description:
bsdutils - Basic utilities from 4.4BSD-Lite
cfdisk-udeb - Partition a hard drive (cfdisk)
fdisk-udeb - Partition a hard drive (manual)
mount - Tools for mounting and manipulating filesystems
util-linux - Miscellaneous system utilities
util-linux-locales - Locales files for util-linux
Closes: 296615 322883 327906 330227 352221 355536 384045 393539 410031 417996
431817
Changes:
util-linux (2.13~rc1-0) experimental; urgency=low
.
* New upstream (util-linux-ng). Closes: #431817, #355536
- several patches were not ported forward from 2.12-19
- no kerneli support in crypto loop, since it is not in 2.6 kernels.
- 20guesshelper: filesystem detection has been dropped. Mount is built
with filesystem probing
- 20xgethostname: does anyone care?
- 30nfs*: NFS support has moved to nfs-utils, and removed from
util-linux. Add Depends: nfs-common until Lenny ships.
Closes: #417996
- umounting usb sticks as a user no longer segfaults. Closes: #410031
* Add LSB formatted dependency info in hwclock.sh. Closes: #330227
* Reflect Debian locations in getopt manpage. Closes: #352221
* Conflict/Replaces/Provides: schedutils. Closes: #322883, #384045
* README.Debian.hwclock needs a .gz in hwclock.sh. Closes: #393539
* Deliver tailf. Closes: #327906
* Deliver partx. Closes: #296615
Files:
0449b41d5413a274e5f8a2f33ed01bb3 1282814 utils optional
util-linux-locales_2.13~rc1-0_all.deb
23e1ce25438f9bb84f9f005bbb77f6a9 403094 utils required
util-linux_2.13~rc1-0_i386.deb
287db83617dd56c87893827767f98bf1 65206 debian-installer extra
fdisk-udeb_2.13~rc1-0_i386.udeb
604658b73ad5e3f5fc3298d0fb554fd0 52522 utils required
bsdutils_2.13~rc1-0_i386.deb
94d218f42403f06e5d3bfe033b44fac8 756 base required util-linux_2.13~rc1-0.dsc
a620276561c5f88866c89137fdadba46 567896 debian-installer extra
cfdisk-udeb_2.13~rc1-0_i386.udeb
c56b62d73f118c1c5f3c8d0743af4ee1 596341 base required
util-linux_2.13~rc1-0.diff.gz
c731ae549acdc3b6fb7932e7ca033125 128494 admin required
mount_2.13~rc1-0_i386.deb
c83eff579734c10c383f094ec957096f 3912226 base required
util-linux_2.13~rc1.orig.tar.gz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGkyJxzN/kmwoKyScRAt74AJ42qLMFI+A2Dl409DwmHbnip/SxVgCghaAK
t9jQhHWNQoMT9OP7apG/uhY=
=Q8/h
-----END PGP SIGNATURE-----
--- End Message ---