Your message dated Tue, 19 Apr 2011 16:07:34 +0000
with message-id <[email protected]>
and subject line Bug#623140: fixed in tcpxtract 1.0.1-7
has caused the Debian Bug report #623140,
regarding tcpxtract: Excessive sync() when extracting files
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
623140: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=623140
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: tcpxtract
Version: 1.0.1-6
Severity: important
Tags: patch
tcpxtract calls sync() after extracting each packet of data to one of the
output files.
This has as a result of huge harddisk activity even when both source and
destination lies in ramdisk (tmpfs)
Once sync() calls get removed using attached patch, time to extract files from
a 10 mb stream decreases from
several minutes (during which harddisk emits loud noise) to about a second.
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.38-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages tcpxtract depends on:
ii libc6 2.11.2-13 Embedded GNU C Library: Shared lib
ii libpcap0.8 1.1.1-3 system interface for user-level pa
tcpxtract recommends no packages.
tcpxtract suggests no packages.
-- Configuration Files:
/etc/tcpxtract.conf changed [not included]
-- no debconf information
diff -u tcpxtract-1.0.1.orig/extract.c tcpxtract-1.0.1/extract.c
--- tcpxtract-1.0.1.orig/extract.c 2005-10-04 19:28:46.000000000 +0200
+++ tcpxtract-1.0.1/extract.c 2011-04-17 19:33:35.000000000 +0200
@@ -163,7 +163,6 @@
error("Quiting.");
}
elist->nwritten += nbytes;
- sync();
}
/* remove all finished extracts from the list */
--- End Message ---
--- Begin Message ---
Source: tcpxtract
Source-Version: 1.0.1-7
We believe that the bug you reported is fixed in the latest version of
tcpxtract, which is due to be installed in the Debian FTP archive:
tcpxtract_1.0.1-7.debian.tar.gz
to main/t/tcpxtract/tcpxtract_1.0.1-7.debian.tar.gz
tcpxtract_1.0.1-7.dsc
to main/t/tcpxtract/tcpxtract_1.0.1-7.dsc
tcpxtract_1.0.1-7_amd64.deb
to main/t/tcpxtract/tcpxtract_1.0.1-7_amd64.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.
Nico Golde <[email protected]> (supplier of updated tcpxtract 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.8
Date: Tue, 19 Apr 2011 16:10:43 +0200
Source: tcpxtract
Binary: tcpxtract
Architecture: source amd64
Version: 1.0.1-7
Distribution: unstable
Urgency: low
Maintainer: Nico Golde <[email protected]>
Changed-By: Nico Golde <[email protected]>
Description:
tcpxtract - extracts files from network traffic based on file signatures
Closes: 623140
Changes:
tcpxtract (1.0.1-7) unstable; urgency=low
.
* Fix excessive sync by only fsync'ing the specific output
file (Closes: #623140).
* Bump policy version, no changes needed.
Checksums-Sha1:
31a89b7fdb8dacc84474f8ee1895eeb43ac5a335 1061 tcpxtract_1.0.1-7.dsc
84b86220ff3767268b385e47bc67b65108d4f983 4651 tcpxtract_1.0.1-7.debian.tar.gz
af50fef7c2324fd8d83b34d7ff576a5a1d091a7c 16820 tcpxtract_1.0.1-7_amd64.deb
Checksums-Sha256:
805bb9d7b1289abae44d1b989ea97642abd4e76487a310d396e3e7b27fa97306 1061
tcpxtract_1.0.1-7.dsc
750b0a5724b53bb9d7af066489242809318e14b3e3c4216ce2fa2b362b8df9ef 4651
tcpxtract_1.0.1-7.debian.tar.gz
3accb6054c7012a2cbc396b892d897f09b430807d1d76f6d647685a1ae559de7 16820
tcpxtract_1.0.1-7_amd64.deb
Files:
e40e941020b2869e0e59599aa48be715 1061 net optional tcpxtract_1.0.1-7.dsc
5c11c2214fb7db043aab7979061ab94f 4651 net optional
tcpxtract_1.0.1-7.debian.tar.gz
669d1eb1e63139685ddcc51ecca03e57 16820 net optional tcpxtract_1.0.1-7_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk2tr0YACgkQHYflSXNkfP+xcwCePxyoxwjGJWdU50d8WKCSWgHw
c/MAnj6etSD5XB/23Zv/v0qR7whvQjkM
=+rVE
-----END PGP SIGNATURE-----
--- End Message ---