[Bug 153996] Re: libdb4.4 in gutsy breaks postgrey and subversion

2008-03-19 Thread Ian Justman
Ordinarily, I would do that anyway (restart, not reload), but since Postgrey sit there not being used for a while, I missed that little detail. In any event, I had migrated to the Debian version temporarily (which worked pretty well), but upon receiving this bit of advice, I went back to

[Bug 153996] Re: libdb4.4 in gutsy breaks postgrey and subversion

2008-03-18 Thread Daniel Hahler
Ian, you may want to make sure that the service gets restarted (stopped and started), not reloaded. I can imagine that it still has the old/broken libraries loaded. See the comment from Matt above (https://bugs.launchpad.net/ubuntu/+source/db4.4/+bug/153996/comments/23) -- libdb4.4 in gutsy

[Bug 153996] Re: libdb4.4 in gutsy breaks postgrey and subversion

2008-03-17 Thread Rick Mach
After the fix, postgrey worked reliability for me. Here is my versions: postgrey 1.27-4 libdb4.4 4.4.20-8.1ubuntu3.1 -- libdb4.4 in gutsy breaks postgrey and subversion https://bugs.launchpad.net/bugs/153996 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 153996] Re: libdb4.4 in gutsy breaks postgrey and subversion

2008-03-16 Thread Ian Justman
I appear to be completely up to date on Postgrey and its dependencies as well (running libdb4.4 4.4.20-8.1ubuntu3.1), and as of right now, it is STILL broken as evidenced by the following: Mar 16 02:22:36 haruhi postgrey[4042]: cleaning up old logs... Mar 16 02:22:36 haruhi postgrey[4042]:

[Bug 153996] Re: libdb4.4 in gutsy breaks postgrey and subversion

2008-01-14 Thread dAniel hAhler
I've just reported bug 182974 about the issue which the new subversion issue. Please refer to this bug report for the subversion segfault. Unfortunately, I've not found a solution - so subversion with bdb still regresses in Gutsy - only in a different way now. If it was me, I would switch to

[Bug 153996] Re: libdb4.4 in gutsy breaks postgrey and subversion

2008-01-11 Thread Martin Eisenhardt
Thanks for the fix, but the problem with Subversion and BDB repositories is still around, at least on my systems. Could you have a look at that use of libdb4.4, too? Thanks! -- libdb4.4 in gutsy breaks postgrey and subversion https://bugs.launchpad.net/bugs/153996 You received this bug

[Bug 153996] Re: libdb4.4 in gutsy breaks postgrey and subversion

2008-01-11 Thread Ronald Hummelink
Postgrey has worked flawlessly for me since installing libdb4.4 from debian/lenny at the time, and the version from gusty-proposed (now in gutsy-updates) when it became available. Confirming Martin Eisenhardt's problem: $ sudo apt-get install libdb4.4/gutsy-updates Reading package lists... Done

[Bug 153996] Re: libdb4.4 in gutsy breaks postgrey and subversion

2008-01-11 Thread Martin Eisenhardt
To clarify things a bit: The problem with subversion and libdb4.4 still persists, as you can see from the following: cut $ svnadmin create --fs-type bdb /home/mneisen/tmp/test-repo $ svn checkout file:///home/mneisen/tmp/test-repo/ working-copy Segmentation fault (core dumped) $ sudo dpkg -l |

[Bug 153996] Re: libdb4.4 in gutsy breaks postgrey and subversion

2008-01-10 Thread Martin Pitt
Thanks to all for testing, there seems to be sufficient feedback now. I copied it to -updates. ** Tags added: verification-done ** Tags removed: verification-needed ** Changed in: db4.4 (Ubuntu Gutsy) Status: Fix Committed = Fix Released -- libdb4.4 in gutsy breaks postgrey and

[Bug 153996] Re: libdb4.4 in gutsy breaks postgrey and subversion

2008-01-10 Thread dAniel hAhler
** Changed in: db4.4 (Ubuntu Gutsy) Assignee: (unassigned) = dAniel hAhler (blueyed) -- libdb4.4 in gutsy breaks postgrey and subversion https://bugs.launchpad.net/bugs/153996 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu.

[Bug 153996] Re: libdb4.4 in gutsy breaks postgrey and subversion

2007-12-29 Thread jbowen
I'm just piling on here. I followed KM's tip above (https://bugs.launchpad.net/ubuntu/+source/db4.4/+bug/153996/comments/26) and it seems to have resolved the issue - going on 4 days now without the mail server (Postgrey) crashing. -- libdb4.4 in gutsy breaks postgrey and subversion

[Bug 153996] Re: libdb4.4 in gutsy breaks postgrey and subversion

2007-12-16 Thread Ian McCall
Would it be possible to split these into two separate bugs? If the postgrey issue is fixed I am -very- keen to see a release, my server is currently processing literally thousands more spam mails per hour as a result of having to disable postgrey. I'm very keen to see this progressed - if it's

[Bug 153996] Re: libdb4.4 in gutsy breaks postgrey and subversion

2007-12-15 Thread Mouse
Dumping is ok: $ svnadmin dump test-svn|wc -l * Dumped revision 0. * Dumped revision 1. 43 But, listing were failed: $ svn ls svn://localhost/foo foo $ svn ls svn://localhost/foo/foo svn: Connection closed unexpectedly At this point, server says: [pid 28510] read(4, ( stat ( 0: ( 1 ) ) ) , 4096)

[Bug 153996] Re: libdb4.4 in gutsy breaks postgrey and subversion

2007-12-15 Thread Mouse
Should be within SVN of type FSFS instead of BDB. I mean, that test-svn is BDB and test--svn is FSFS. -- libdb4.4 in gutsy breaks postgrey and subversion https://bugs.launchpad.net/bugs/153996 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact

[Bug 153996] Re: libdb4.4 in gutsy breaks postgrey and subversion

2007-12-14 Thread Martin Eisenhardt
Brian: It might just be that Martin Pitt waits for people giving the requested feedback for this patch. Well, I might as well go in first: Installed the package from gutsy- proposed, seems to work fine for me with postgrey though I cannot comment on subversion (who uses bdb with subversion,

Re: [Bug 153996] Re: libdb4.4 in gutsy breaks postgrey and subversion

2007-12-14 Thread Brian J. Murrell
On Tue, 2007-12-11 at 12:57 +, Brian J. Murrell wrote: On Thu, 2007-11-29 at 08:24 +, Martin Pitt wrote: Package upload sponsored and accepted into gutsy-proposed. Please test the packages there and give feedback here. Thank you! ** Changed in: db4.4 (Ubuntu Gutsy)

Re: [Bug 153996] Re: libdb4.4 in gutsy breaks postgrey and subversion

2007-12-14 Thread Brian J. Murrell
On Fri, 2007-12-14 at 12:36 +, Martin Eisenhardt wrote: Brian: It might just be that Martin Pitt waits for people giving the requested feedback for this patch. There has been lots of positive feedback over the last few weeks, and apparently the policy is that if a package sits in proposed

[Bug 153996] Re: libdb4.4 in gutsy breaks postgrey and subversion

2007-12-14 Thread Mouse
Not work for me: $ svnadmin create --fs-type bdb $PWD/test $ svnadmin dump $PWD/test Segmentation fault (core dumped) $ strace -fF svnadmin dump $PWD/test open(/tmp/test/db/lock-tokens, O_RDWR|O_LARGEFILE) = 15 fcntl64(15, F_SETFD, FD_CLOEXEC)= 0 read(15,

[Bug 153996] Re: libdb4.4 in gutsy breaks postgrey and subversion

2007-12-14 Thread Mouse
... I install package from http://ru.archive.ubuntu.com/ubuntu/dists/gutsy-proposed/main/binary-i386/ There is 4.4.20-8.1ubuntu3.1 version of libdb4.4 -- libdb4.4 in gutsy breaks postgrey and subversion https://bugs.launchpad.net/bugs/153996 You received this bug notification because you are a

[Bug 153996] Re: libdb4.4 in gutsy breaks postgrey and subversion

2007-12-14 Thread dAniel hAhler
Mouse, this appears to be another bug. While I cannot reproduce it in Feisty, I get a segfault in Gutsy, too. Please report a separate bug about it. I'm going to attach a test-svn repository created on a feisty system. Please verify, if the libdb4.4 from -proposed fixes the issue for subversion.

Re: [Bug 153996] Re: libdb4.4 in gutsy breaks postgrey and subversion

2007-12-11 Thread Brian J. Murrell
On Thu, 2007-11-29 at 08:24 +, Martin Pitt wrote: Package upload sponsored and accepted into gutsy-proposed. Please test the packages there and give feedback here. Thank you! ** Changed in: db4.4 (Ubuntu Gutsy) Status: Triaged = In Progress ** Changed in: db4.4 (Ubuntu Gutsy)

[Bug 153996] Re: libdb4.4 in gutsy breaks postgrey and subversion

2007-12-04 Thread KM
Add this to your sources.list: deb http://us.archive.ubuntu.com/ubuntu gutsy-proposed main and apt-get update apt-get install libdb4.4. At least, that worked for me. -- libdb4.4 in gutsy breaks postgrey and subversion https://bugs.launchpad.net/bugs/153996 You received this bug

[Bug 153996] Re: libdb4.4 in gutsy breaks postgrey and subversion

2007-12-04 Thread Paul Bailey
So where can we this new deb? Or when is it going to be released in the repositories? I could use the fix. -- libdb4.4 in gutsy breaks postgrey and subversion https://bugs.launchpad.net/bugs/153996 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug

[Bug 153996] Re: libdb4.4 in gutsy breaks postgrey and subversion

2007-12-04 Thread Paul Bailey
Thanks for the Repo tip. I've installed the new package, now it's time to hurry up and wait. -- libdb4.4 in gutsy breaks postgrey and subversion https://bugs.launchpad.net/bugs/153996 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for

[Bug 153996] Re: libdb4.4 in gutsy breaks postgrey and subversion

2007-12-04 Thread Matt Cyber Dog LaPlante
If you want to avoid installing everything out of gutsy-proposed when doing an apt-upgrade, create the file /etc/apt/preferences with something like the following: Package: libdb4.4 Pin: release a=gutsy-proposed Pin-Priority: 600 Package: * Pin: release a=gutsy-proposed Pin-Priority: 400 --

[Bug 153996] Re: libdb4.4 in gutsy breaks postgrey and subversion

2007-12-04 Thread Martin Pitt
Thanks to everybody for testing postgrey, this seems to be a rock solid verification. Can anyone do the test of subversion? If this goes well, too, I'll move the package to -updates at Thursday (when the 7 day aging period is over). -- libdb4.4 in gutsy breaks postgrey and subversion

[Bug 153996] Re: libdb4.4 in gutsy breaks postgrey and subversion

2007-12-02 Thread Matt Cyber Dog LaPlante
Ok, sorry for the noise. I think my previous entry may have been a false alarm. It's my theory that, although at the time of the crash the fixed libdb was installed, postgrey may not have been restarted following the upgrade, and may therefore have still had the faulty library loaded. Since the

[Bug 153996] Re: libdb4.4 in gutsy breaks postgrey and subversion

2007-12-02 Thread KM
Looks good here. I started postgrey about 60 hours ago, after installing libdb4.4.20-8.1ubuntu3.1. No trouble so far. -- libdb4.4 in gutsy breaks postgrey and subversion https://bugs.launchpad.net/bugs/153996 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 153996] Re: libdb4.4 in gutsy breaks postgrey and subversion

2007-12-01 Thread loafer
Confirmed - this proposed release fixes the issue. I would like to point out that this was a critical failure in a somewhat popular (and a core addon package for postfix) ( Bug #135038, first reported on 2007-08-27 ) and should have been addressed with a little more urgency, and I've just noticed

[Bug 153996] Re: libdb4.4 in gutsy breaks postgrey and subversion

2007-12-01 Thread Ronald Hummelink
Another positive tets report I've been running on a version from debian/lenny for a while and 2 days ago 'downgraded' to the version in ubuntu/gutsy-proposed. Both seem to do their job just fine. -- libdb4.4 in gutsy breaks postgrey and subversion https://bugs.launchpad.net/bugs/153996 You

[Bug 153996] Re: libdb4.4 in gutsy breaks postgrey and subversion

2007-12-01 Thread Matt Cyber Dog LaPlante
Update... One of my two machines running 4.4.20-8.1ubuntu3.1 from gutsy- proposed had another postgrey crash last night. This is the first crash since installing Daniel's db4.4. It would seem that either the proposed package does not fix the issue as well as hoped, or that I've somehow made an

[Bug 153996] Re: libdb4.4 in gutsy breaks postgrey and subversion

2007-11-30 Thread Jeff Balderson
I was experiencing the same problem, so I installed Daniel Haler's PPA version and about two weeks ago. It cured my immediate ills and had been running ever since without problems. Last night, I installed the version released into gutsy-proposed. My initial impression is that it also seems to

[Bug 153996] Re: libdb4.4 in gutsy breaks postgrey and subversion

2007-11-30 Thread Matt Cyber Dog LaPlante
Martin, thanks very much for pushing forward with this fix. My comments are pretty much identical to Jeff Balderson; upgraded from Daniel Haler's release to the gutsy-proposed yesterday and have witnessed no new or recurring problems since. -- libdb4.4 in gutsy breaks postgrey and subversion

[Bug 153996] Re: libdb4.4 in gutsy breaks postgrey and subversion

2007-11-30 Thread Yggdrasil
As I said yesterday, I would let you know if the proposed libdb4.4 package fixes the postfix/postgrey problems for Gutsy. Well, since I've had no more problems with postgrey last night I would say the new package works fine for me. No more errors in my logs, and no more crashing postgrey process.

[Bug 153996] Re: libdb4.4 in gutsy breaks postgrey and subversion

2007-11-29 Thread Martin Pitt
Package upload sponsored and accepted into gutsy-proposed. Please test the packages there and give feedback here. Thank you! ** Changed in: db4.4 (Ubuntu Gutsy) Status: Triaged = In Progress ** Changed in: db4.4 (Ubuntu Gutsy) Status: In Progress = Fix Committed -- libdb4.4 in

[Bug 153996] Re: libdb4.4 in gutsy breaks postgrey and subversion

2007-11-29 Thread Martin Pitt
For Hardy I'd just like to sync from Debian. This will drop the NTPL change and the libdb4.4-java-gcj package, which is not used by anything anyway. I wait for doko's confirmation until I do that. ** Changed in: db4.4 (Ubuntu) Assignee: (unassigned) = Martin Pitt (pitti) Status:

[Bug 153996] Re: libdb4.4 in gutsy breaks postgrey and subversion

2007-11-29 Thread Martin Pitt
Matthias confirmed, I synced db4.4 from unstable to Hardy. ** Changed in: db4.4 (Ubuntu) Status: In Progress = Fix Released -- libdb4.4 in gutsy breaks postgrey and subversion https://bugs.launchpad.net/bugs/153996 You received this bug notification because you are a member of Ubuntu

[Bug 153996] Re: libdb4.4 in gutsy breaks postgrey and subversion

2007-11-29 Thread Yggdrasil
Thanks Martin, To test the new package I just updated libdb4.4 (only that package) from the gutsy-proposed main repository. I got version 4.4.20-8.1ubuntu3.1. The Postfix/Postgrey testcase as stated in the Bug Description no longer gives an error. I'll let you know tomorrow if Postgrey's nightly

[Bug 153996] Re: libdb4.4 in gutsy breaks postgrey and subversion

2007-11-27 Thread Matt Cyber Dog LaPlante
Well folks, I've been posting to ubuntu-motu and more recently ubuntu- devel-discuss trying to get some attention for this issue. Clearly it hasn't helped much (except for Daniel building the PPA package for us). I'm really dumbfounded that such a normally progressive distro like Ubuntu is

[Bug 153996] Re: libdb4.4 in gutsy breaks postgrey and subversion

2007-11-19 Thread Heitzso
Just want to be emailed when this gets fixed. I got bit by the postgrey variation when I upgraded my email server to gutsy this weekend. I'm also surprised that this bug, that breaks postfix (and svn), was reported back in August and is still around. -- libdb4.4 in gutsy breaks postgrey and

[Bug 153996] Re: libdb4.4 in gutsy breaks postgrey and subversion

2007-11-16 Thread dAniel hAhler
Regarding the SRU for Gutsy and its regression potential: There are quite a few other packages, which depend on libdb4.4 (see apt-cache rdepends libdb4.4). Therefor the regression potential of this change seems quite high! But because I don't know what _really_ got changed/fixed here, it might

[Bug 153996] Re: libdb4.4 in gutsy breaks postgrey and subversion

2007-11-16 Thread dAniel hAhler
** Tags added: metabug -- libdb4.4 in gutsy breaks postgrey and subversion https://bugs.launchpad.net/bugs/153996 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 153996] Re: libdb4.4 in gutsy breaks postgrey and subversion

2007-11-16 Thread loafer
apache +1 /apache Since this is fatal to a dependency would it qualify as a security update? -- libdb4.4 in gutsy breaks postgrey and subversion https://bugs.launchpad.net/bugs/153996 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for

[Bug 153996] Re: libdb4.4 in gutsy breaks postgrey and subversion

2007-11-15 Thread Brian Murray
** Changed in: db4.4 (Ubuntu Gutsy) Status: New = Triaged ** Changed in: db4.4 (Ubuntu) Status: Confirmed = Triaged -- libdb4.4 in gutsy breaks postgrey and subversion https://bugs.launchpad.net/bugs/153996 You received this bug notification because you are a member of Ubuntu

[Bug 153996] Re: libdb4.4 in gutsy breaks postgrey and subversion

2007-11-08 Thread Matt Cyber Dog LaPlante
I can also confirm; tested Daniel's PPA version and it's run 48 hours without a crash. First time since the upgrade to gutsy that it's made it over 24 hrs. -- libdb4.4 in gutsy breaks postgrey and subversion https://bugs.launchpad.net/bugs/153996 You received this bug notification because you

[Bug 153996] Re: libdb4.4 in gutsy breaks postgrey and subversion

2007-11-07 Thread Bug Watch Updater
** Changed in: db4.4 (Debian) Status: Unknown = Fix Released -- libdb4.4 in gutsy breaks postgrey and subversion https://bugs.launchpad.net/bugs/153996 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing

[Bug 153996] Re: libdb4.4 in gutsy breaks postgrey and subversion

2007-11-07 Thread Leonel Nunez
more than 24 hours and no problems -- libdb4.4 in gutsy breaks postgrey and subversion https://bugs.launchpad.net/bugs/153996 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list

[Bug 153996] Re: libdb4.4 in gutsy breaks postgrey and subversion

2007-11-06 Thread dAniel hAhler
Test builds are available in my PPA: https://edge.launchpad.net/~blueyed/+archive/+index?name_filter=db4.4 -- libdb4.4 in gutsy breaks postgrey and subversion https://bugs.launchpad.net/bugs/153996 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug

[Bug 153996] Re: libdb4.4 in gutsy breaks postgrey and subversion

2007-11-06 Thread Christian Holtje
** Bug watch added: Debian Bug tracker #441152 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=441152 ** Also affects: debian via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=441152 Importance: Unknown Status: Unknown ** Changed in: db4.4 (Debian) Sourcepackagename: None =

[Bug 153996] Re: libdb4.4 in gutsy breaks postgrey and subversion

2007-11-06 Thread Leonel Nunez
Builded and installed fine the debdiff for gutsy Testing on a production server no problemsofar I'll give 24 hours test and let you know 9 hours running now .. -- libdb4.4 in gutsy breaks postgrey and subversion https://bugs.launchpad.net/bugs/153996 You received this bug

[Bug 153996] Re: libdb4.4 in gutsy breaks postgrey and subversion

2007-11-05 Thread dAniel hAhler
** Summary changed: - libdb4.4 in gutsy breaks postgrey + libdb4.4 in gutsy breaks postgrey and subversion ** Changed in: db4.4 (Ubuntu) Assignee: dAniel hAhler (blueyed) = (unassigned) Status: In Progress = Confirmed ** Attachment added: debdiff for hardy

[Bug 153996] Re: libdb4.4 in gutsy breaks postgrey and subversion

2007-11-05 Thread dAniel hAhler
** Attachment added: debdiff for gutsy-proposed http://launchpadlibrarian.net/10283499/db4.4_4.4.20-8.1ubuntu3.1.dsc.diff -- libdb4.4 in gutsy breaks postgrey and subversion https://bugs.launchpad.net/bugs/153996 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 153996] Re: libdb4.4 in gutsy breaks postgrey and subversion

2007-11-05 Thread dAniel hAhler
I've tested the build on Gutsy and verified that it fixes the regressions for subversion and postgrey. -- libdb4.4 in gutsy breaks postgrey and subversion https://bugs.launchpad.net/bugs/153996 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact

[Bug 153996] Re: libdb4.4 in gutsy breaks postgrey and subversion

2007-11-05 Thread dAniel hAhler
** Description changed: Binary package hint: libdb4.4 - libdb4.4 (4.4.20-8.1ubuntu3) in gutsy breaks postgrey severely + libdb4.4 (4.4.20-8.1ubuntu3) in gutsy breaks postgrey and subversion + severely. - The postgrey bug for this is here: -