Package: havp
Version: 0.92a-2
Severity: normal
Tags: patch
For performance reasons, it could be better to use an ext2 filesystem instead
of an ext3 filesystem because of the journal.
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.38-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages havp depends on:
ii adduser 3.112+nmu2 add and remove users and groups
ii debconf [debconf-2.0] 1.5.39 Debian configuration management sy
ii libc6 2.13-4 Embedded GNU C Library: Shared lib
ii libclamav6 0.97+dfsg-2 anti-virus utility for Unix - libr
ii libgcc1 1:4.6.0-2 GCC support library
ii libstdc++6 4.6.0-2 The GNU Standard C++ Library v3
Versions of packages havp recommends:
ii clamav-freshclam 0.97+dfsg-2 anti-virus utility for Unix - viru
Versions of packages havp suggests:
pn squid <none> (no description available)
-- Configuration Files:
/etc/havp/havp.config changed [not included]
-- debconf information:
* havp/loopback_mount: true
* havp/loopback_size: 100
--- havp.postinst.orig 2011-05-30 19:13:06.096109235 +0200
+++ havp.postinst 2011-05-30 19:14:32.769688355 +0200
@@ -68,7 +68,7 @@
echo -n "Using "$havp_loopsize" kilobytes for building loopback-device
"$havp_loopback" with mandatory locks, this MAY take a little while so please
be patient... "
dd if=/dev/zero of=$havp_loopback bs=1024 count=$havp_loopsize
>/dev/null 2>&1
- mkfs.ext3 -F $havp_loopback >/dev/null 2>&1
+ mkfs.ext2 -F $havp_loopback >/dev/null 2>&1
echo "building loopback-device finished!"
fi
fi