tags 334430 +pending thanks Nick, thanks for your patience - yes, this is convincing enough for me. I hope it convinces David, too. In any case, the following will be included in the next version of the package.
cheers
-- vbi
Index: debian/changelog
===================================================================
--- debian/changelog (revision 1211)
+++ debian/changelog (working copy)
@@ -1,3 +1,9 @@
+postgrey (1.23-3) UNRELEAESD; urgency=low
+
+ * Don't use DB_TXN_NOSYNC (causes hangs - closes: #334430)
+
+ -- Adrian von Bidder <[EMAIL PROTECTED]> Mon, 12 Dec 2005 08:21:03 +0100
+
postgrey (1.23-2) unstable; urgency=low
* remove migration of upstream default installation to Debian package
Index: postgrey
===================================================================
--- postgrey (revision 1210)
+++ postgrey (working copy)
@@ -509,7 +509,7 @@
$SIG{__DIE__} = sub { Sys::Syslog::syslog('crit', '%s', "fatal:
$_[0]"); die @_; };
}
- my $setflags = DB_TXN_NOSYNC;
+ my $setflags = 0;
if($BerkeleyDB::db_version >= 4.1) {
$setflags |= BerkeleyDB::DB_AUTO_COMMIT;
}
--
Wie man sein Kind nicht nennen sollte:
Ernst Haft
pgpKa6dWibdrX.pgp
Description: PGP signature

