Re: Berkeley DB: private copy?

2010-09-22 Thread Jason L Tibbitts III
Just so you know, the policies of most Linux distributions forbid this kind of bundling, so unless it's easily disabled (and preferably defaults to using system libraries) the distributions will just have to patch it back out again. For example, here's the Fedora policy: http://fedoraproject.org

Re: Berkeley DB: private copy?

2010-09-22 Thread Simon Matter
r own crc32 and sha1 implementations in > the code. > >> BTW, a basic question: why do we face more problems with Berkeley DB >> than >> with other file formats? > > Environments mainly. It does this funky "environment" thing which makes > it very susce

Re: Berkeley DB: private copy?

2010-09-22 Thread Bron Gondwana
deeply integrated into the rest of the system. The other interesting one is openssl - but I don't think we have many problems with it. Not having openssl kind of sucks with 2.4 though. Would suck less if we put our own crc32 and sha1 implementations in the code. > BTW, a basic question:

Berkeley DB: private copy?

2010-09-22 Thread Shuvam Misra
ut the sysadmin who just wants a stable Cyrus server probably cares less about taste than stability. BTW, a basic question: why do we face more problems with Berkeley DB than with other file formats? Shuvam Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/

Re: Berkeley DB

2008-02-07 Thread Martin Schweizer
Hello Toomas 2008/2/7, Toomas Aas <[EMAIL PROTECTED]>: > > I use FreeBSD 6.3 with cyrus imapd 2.3.11. How I can check the > > Berkeley DB version? I read a lot over the db_... tools but I have no > > idea which files I should check for what. They reside in /var/imap

Re: Berkeley DB

2008-02-07 Thread Toomas Aas
Martin Schweizer wrote: > I use FreeBSD 6.3 with cyrus imapd 2.3.11. How I can check the > Berkeley DB version? I read a lot over the db_... tools but I have no > idea which files I should check for what. They reside in /var/imap? pkg_info | grep db should show you which Berkeley DB pa

Berkeley DB

2008-02-07 Thread Martin Schweizer
Hello I use FreeBSD 6.3 with cyrus imapd 2.3.11. How I can check the Berkeley DB version? I read a lot over the db_... tools but I have no idea which files I should check for what. They reside in /var/imap? Regards, -- Martin Schweizer [EMAIL PROTECTED] Tel.: +41 32 512 48 54 (VoIP) Fax: +1

RE: unable to open Berkeley db /etc/sasldb2: Permission denied

2007-01-09 Thread Leon Kolchinsky
> -Original Message- > From: Alex Prinsier [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 09, 2007 11:06 AM > To: Leon Kolchinsky > Cc: info-cyrus@lists.andrew.cmu.edu > Subject: Re: unable to open Berkeley db /etc/sasldb2: Permission denied > > Try: &

Re: unable to open Berkeley db /etc/sasldb2: Permission denied

2007-01-09 Thread Alex Prinsier
- > Jan 9 10:28:20 mail pop3[25728]: unable to open Berkeley db /etc/sasldb2: > Permission denied > Jan 9 10:28:23 mail pop3[25728]: unable to open Berkeley db /etc/sasldb2: > Permission denied > Jan 9 10:29:55 mail pop3[25728]: unable to open Berkeley db /etc/sa

unable to open Berkeley db /etc/sasldb2: Permission denied

2007-01-09 Thread Leon Kolchinsky
Hello All, I have a working mail system Cyrus+Postfix+Web-cyradm+Amavisd-new(SA+ClamAV) with 2 virtual domains. All is working, but I've noticed that I keep getting: -- Jan 9 10:28:20 mail pop3[25728]: unable to open Berkeley db /etc/sa

Cyrus IMAP 2.2.12 + Berkeley DB 4.5.20: Compile error in cyrusdb_berkeley.o

2006-10-20 Thread Bernd Nies
Hi, When compiling the latest cyrus imap server 2.2.12 with berkeley db 4.5.20 on Solaris 9 with gcc I get this error: ==CUT== [EMAIL PROTECTED]:/tmp/cyrus-imapd-2.2.12> gmake ### Making all in /tmp/cyrus-imapd-2.2.12/man gmake[1]: Entering directory `/tmp/cyrus-imapd-2.2.12/man'

Re: Berkeley DB upgrade - 2nd try

2006-09-01 Thread Paul Boven
n, but is apparently outdated a bit. In another posting to this list, Andrew Morgan hinted that "Cyrus v2.2.12 and older will not work with Berkeley DB 4.3+ without a patch". With 2.2.13, at least I get a meaningful error out of Berkeley when I start Cyrus: DBERROR db4: Skipping log fi

Berkeley db errors with lmtp

2006-08-30 Thread Brenden Conte
Cause for concern, or par for the course? :) My situation is that I'm working on getting lmtpproxy frontends to work, and they do. But every time a message is delivered, the lmtp process on the frontend machine also logs these additional lines: Aug 30 09:21:02 frontend lmtp[5079]: DBERROR d

Re: Berkeley DB upgrade - 2nd try

2006-08-29 Thread Andrew Morgan
arted building cyrus-imapd-2.2.13 - the Cyrus homepage still lists 2.2.12 as the 'current' version, but is apparently outdated a bit. In another posting to this list, Andrew Morgan hinted that "Cyrus v2.2.12 and older will not work with Berkeley DB 4.3+ without a patch". With

Re: Berkeley DB upgrade - 2nd try

2006-08-29 Thread Paul Boven
om the system, so it shouldn't even be using Berkeley-db anymore, with all databases being skiplist. Starting with a clean /var/imap, I can start the newly compiled Cyrus, so it has to do with whatever is left in /var/imap/db from the old Berkeley version. I've also done a db_upgrade

Re: Berkeley DB upgrade - 2nd try

2006-08-28 Thread Andrew Morgan
On Mon, 28 Aug 2006, Paul Boven wrote: Hi everyone, A bit over a month ago I tried to upgrade the Berkeley DB on a Cyrus-2.2.12 mailserver. That didn't work out because right at startup, 'ctl_cyrusdb -r' would fail with 'critical dabase situation'. After a bit

Berkeley DB upgrade - 2nd try

2006-08-28 Thread Paul Boven
Hi everyone, A bit over a month ago I tried to upgrade the Berkeley DB on a Cyrus-2.2.12 mailserver. That didn't work out because right at startup, 'ctl_cyrusdb -r' would fail with 'critical dabase situation'. After a bit of debugging, I've gotten things d

Re: Berkeley DB upgrade?

2006-07-11 Thread Matthew Schumacher
figure out what is what: # file mailboxes.db mailboxes.db: Apple QuickTime movie file (skip) That is a skiplist file... # file /etc/mail/aliases.db /etc/mail/aliases.db: Berkeley DB (Hash, version 7, native byte-order) That is a bdb file. On your production system you should be able to use: #

Re: Berkeley DB upgrade?

2006-07-11 Thread Paul Boven
m Berkeley on each of these databases? And which databases exactly would that be? This is a stock standard 2.2.8, with no specific backends mentioned in the imapd.conf or compiled in. What are the filenames/locations where I should find Berkeley db files? If it where me I would downgrade your b

Re: Berkeley DB upgrade?

2006-07-11 Thread Simon Matter
;m wondering: should I call db_upgrade from Berkeley on each of >> these databases? And which databases exactly would that be? This is a >> stock standard 2.2.8, with no specific backends mentioned in the >> imapd.conf or compiled in. What are the filenames/locations where I >>

Re: Berkeley DB upgrade?

2006-07-11 Thread Matthew Schumacher
pgrade from Berkeley on each of > these databases? And which databases exactly would that be? This is a > stock standard 2.2.8, with no specific backends mentioned in the > imapd.conf or compiled in. What are the filenames/locations where I > should find Berkeley db files? > >

Berkeley DB upgrade?

2006-07-11 Thread Paul Boven
And which databases exactly would that be? This is a stock standard 2.2.8, with no specific backends mentioned in the imapd.conf or compiled in. What are the filenames/locations where I should find Berkeley db files? Some candidates: /var/imap/mailboxes.db - but Berkeley-db fails to recognise

Re: Berkeley DB detection problems

2005-12-19 Thread Adrian Buciuman
https://bugzilla.andrew.cmu.edu/show_bug.cgi?id=2187 This bugzilla entry is similar to what I've reported: configure finds the header of some 3.x version of Berkeley DB, but linking is tried with db-4.0. Can this be fixed in a way that will allow linking with db3.x ? Thank you, Adrian Buc

Re: Berkeley DB detection problems

2005-12-15 Thread Adrian Buciuman
> bdb-libdir will determine -L linker option, while bdb-incdir will > determine -I (uppercase i) option and indirectly, via version in the > header, -l (lowercase L) option, the version known internally by cyrus > and optionally rpath. > > Regards, > Adrian Buciuman > Sorry, I've made a mistake.

Re: Berkeley DB detection problems

2005-12-15 Thread Adrian Buciuman
particular version of berkeley db. Neither should it require patches in order to compile in common scenarios. My impression is that some packages are patching cyrus to select the right bdb. If true, this is bad. Selection of bdb version should be done by configure options, not by configure-like pat

Re: Berkeley DB detection problems

2005-12-15 Thread Jorey Bump
Adrian Buciuman wrote: On 12/12/05, Ken Murchison <[EMAIL PROTECTED]> wrote: I am pleased to announce the release of Cyrus IMAPd 2.3.0. This is an BETA-quality release I'm trying to compile it on Slackware. How can I elegantly select which Berkeley DB to use? I want to us

Berkeley DB detection problems

2005-12-15 Thread Adrian Buciuman
On 12/12/05, Ken Murchison <[EMAIL PROTECTED]> wrote: > I am pleased to announce the release of Cyrus IMAPd 2.3.0. This is an > BETA-quality release I'm trying to compile it on Slackware. How can I elegantly select which Berkeley DB to use? I want to use libdb-3.3, which is t

Berkeley DB library configured to support only DB_PRIVATE environments

2005-11-25 Thread Stefan Nitz
:33 spock lmtpunix[17298]: DBERROR db4: Berkeley DB library configured to support only DB_PRIVATE environments Nov 24 17:12:33 spock lmtpunix[17298]: DBERROR: dbenv->open '/var/lib/imap/db' failed: Invalid argument Nov 24 17:12:33 spock lmtpunix[17298]: DBERROR: init() on berkeley No

Re: Berkeley DB 4.4.16 released...

2005-11-19 Thread Simon Matter
meone releasing a > new version that breaks your patch anymore. > > It's great running old software, and making it work the way it should > be(tm) to begin with. I just wanted to say that the largest of our production servers run Berkeley DB 3.3.11: (July 12, 2001). And I don

Re: Berkeley DB 4.4.16 released...

2005-11-19 Thread Scott M. Likens
lpha (No, it is not HP, nor > Compaq, I do not recognize those assholes as the bearers of the brand > Alpha and Tru64) - on Berkeley DB 4.2.52 + patches. They run smoothly. > > Would I gain anything by upgrading (and recompiling all my packages) > to BDB 4.3 or 4.4? > > Providing,

Re: Berkeley DB 4.4.16 released...

2005-11-19 Thread Nikola Milutinovic
is not HP, nor Compaq, I do not recognize those assholes as the bearers of the brand Alpha and Tru64) - on Berkeley DB 4.2.52 + patches. They run smoothly. Would I gain anything by upgrading (and recompiling all my packages) to BDB 4.3 or 4.4? Providing, of course, Ken can fix Cyrus so

Re: Berkeley DB 4.4.16 released...

2005-11-19 Thread info-cyrus
-- Henrique de Moraes Holschuh said the following on 11/18/05 5:14 PM: On Fri, 18 Nov 2005, Ken Murchison wrote: [EMAIL PROTECTED] wrote: http://www.sleepycat.com/products/bdb.html Great! I'm still applying 4.3 compat fixes. My thoughts exactly. And I am also wondering how many extremely w

Re: Berkeley DB 4.4.16 released...

2005-11-18 Thread Henrique de Moraes Holschuh
On Fri, 18 Nov 2005, Ken Murchison wrote: > [EMAIL PROTECTED] wrote: > >http://www.sleepycat.com/products/bdb.html > > Great! I'm still applying 4.3 compat fixes. My thoughts exactly. And I am also wondering how many extremely weird bugs we will get this time around... 4.2 was a complete and ut

Re: Berkeley DB 4.4.16 released...

2005-11-18 Thread Ken Murchison
[EMAIL PROTECTED] wrote: http://www.sleepycat.com/products/bdb.html Great! I'm still applying 4.3 compat fixes. -- Kenneth Murchison Systems Programmer Carnegie Mellon University Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/I

Berkeley DB 4.4.16 released...

2005-11-18 Thread info-cyrus
http://www.sleepycat.com/products/bdb.html Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Cyrus-imapd-2.2.9 . Configuration problems with Berkeley DB

2005-10-21 Thread Albert Vila
tm is in sys/time.h or time.h... time.h checking for struct tm.tm_zone... yes checking for vprintf... yes checking for _doprnt... no checking authorization method... unix checking db.h usability... yes checking db.h presence... yes checking for db.h... yes configure: error: Berkeley DB 3.x

Re: upgrade problem 2.0.16 Berkeley DB 3 to 2.2.12 Berkeley DB 4

2005-07-07 Thread Pascal Mouret
to upgrade it ? or is it not very important, in which case I can delete it and start from scratch. Thank you very much Pascal Sandra wrote: I was trying the same procedure here : upgrade problem 2.0.16 Berkeley DB 3 to 2.2.12 Berkeley DB 4 I have used the ctl_mboxlist -d to dump t

Re: upgrade problem 2.0.16 Berkeley DB 3 to 2.2.12 Berkeley DB 4

2005-07-07 Thread Simon Matter
> I was trying the same procedure here : upgrade problem 2.0.16 Berkeley > DB 3 to 2.2.12 Berkeley DB 4 > > I have used the ctl_mboxlist -d to dump the old db3 mailboxes.db file , > on the old machine . After a copy to the new > machine with 2.2.12 Berkeley DB 4, I did a ctl_m

Re: upgrade problem 2.0.16 Berkeley DB 3 to 2.2.12 Berkeley DB 4

2005-07-07 Thread Sandra
I was trying the same procedure here : upgrade problem 2.0.16 Berkeley DB 3 to 2.2.12 Berkeley DB 4 I have used the ctl_mboxlist -d to dump the old db3 mailboxes.db file , on the old machine . After a copy to the new machine with 2.2.12 Berkeley DB 4, I did a ctl_mboxlist -u., and a new

Re: upgrade problem 2.0.16 Berkeley DB 3 to 2.2.12 Berkeley DB 4

2005-07-04 Thread Mika Iisakkila
Pascal Mouret wrote: Has anybody got an idea ? Where did I go wrong ? Could it be a result of running version 2.2.12 cvt_cyrusdb while 2.0.16 is still up ? Running two different versions (or even having them present on the system) of BDB libraries is always somewhat a problem. Save yourself a l

upgrade problem 2.0.16 Berkeley DB 3 to 2.2.12 Berkeley DB 4

2005-07-04 Thread Pascal Mouret
Hello all, I am having quite some troubles upgrading from cyrus imap 2.0.16 to 2.2.12. The problem (of these past fews days) comes from the mailboxes.db which I fail to convert to skiplist. The current cyrus imapd 2.0.16 was compiled using berkeley db 3, while I compiled the new 2.2.12 with

incorrect version of Berkeley db error

2005-06-06 Thread Imran Aziz
Hello All, After installing cyrus imap I get this error in the imapd.log Jun 6 14:26:20 lb01-s06 cyr_expire[25505]: incorrect version of Berkeley db: compiled against 4.3.28, linked against 4.1.25 Jun 6 14:26:20 lb01-s06 master[25506]: about to exec /usr/cyrus/bin/ctl_cyrusdb Jun 6 14:26:20

lmtp daemon and berkeley db

2005-03-21 Thread s . rapp
s : SunOS > os-version : 5.9 > environment: Built w/Cyrus SASL 2.1.20 > Running w/Cyrus SASL 2.1.20 > Built w/Sleepycat Software: Berkeley DB 4.3.27: (December 22, > 2004) > Running w/Sleepycat Software: Berkeley DB 4.3.27: (Dec

Re: Has Berkeley DB bitten us at last?

2005-01-19 Thread Sebastian Hagedorn
Hi, --On 18. Januar 2005 17:12:39 Uhr -0200 Andreas Hasenack <[EMAIL PROTECTED]> wrote: For some reason the file /var/lib/imap/db/log.001081 belonged to root! I am pretty sure that nobody changed the ownership manually. Is this a Seems someone ran recover (either db_recover or cyrus' recover

Re: Has Berkeley DB bitten us at last?

2005-01-18 Thread Simon Matter
> On Tue, Jan 18, 2005 at 07:23:53PM +0100, Sebastian Hagedorn wrote: >> Up to now we haven't had any problems attributable to Berkeley DB, >> contrary >> to the experience of several other people. But today the following >> appeared >> in our logs: >>

Re: Has Berkeley DB bitten us at last?

2005-01-18 Thread Andreas Hasenack
On Tue, Jan 18, 2005 at 07:23:53PM +0100, Sebastian Hagedorn wrote: > Up to now we haven't had any problems attributable to Berkeley DB, contrary > to the experience of several other people. But today the following appeared > in our logs: > > Jan 18 13:16:25 lvr

Has Berkeley DB bitten us at last?

2005-01-18 Thread Sebastian Hagedorn
SASL 2.1.20 Built w/Sleepycat Software: Berkeley DB 4.1.25: (August 21, 2003) Running w/Sleepycat Software: Berkeley DB 4.1.25: (August 21, 2003) Built w/OpenSSL 0.9.7a Feb 19 2003 Running w/OpenSSL 0.9.7a Feb 19 2003 CMU Sieve 2.2

Upgrade Cyrus 2.1.16 to 2.2.8 & Berkeley DB woes

2004-11-03 Thread bnies
Hi, The documentation at http://asg.web.cmu.edu/cyrus/download/imapd/install-upgrade.html says that one can use the command cvt_cyrusdb to convert Cyrus 2.1.x Berkeley database files to Cyrus 2.2.x skiplist files. Unfortunately this does not work if Cyrus 2.1.16 is linked against Berkeley DB

Could this be a berkeley db issue?

2004-06-14 Thread mgrommet
I posted earlier today about a performance issue I'm seeing with cyrus-imap 2.2.4 (and 2.2.5, I attempted an upgrade)... A basic summary from before: - RedHat Enterprise Server 3.0 - Upgrading from Redhat 7.3 - Cyrus 2.2.5 - Upgrading from Cyrus 2.0.16 - Pam auth through sasl, authenticating agai

Re: How to get rid of Berkeley DB

2004-04-15 Thread Colin Bruce
abase from Berkeley DB to skiplist. 1. stop the server 2. run db_recover in var/imap/db 3. rm the log file from var/imap/db and any left over __db files 4. cd var/imap/user 5. run a script which for each seen file in every directory did a db_dump and a db_load 6. repeat steps 2 and 3 at

Re: How to get rid of Berkeley DB

2004-04-15 Thread Colin Bruce
2004, Mark Keasling wrote: > Did you try converting all of the ".seen" berkeley db files to skiplist before > moving them? After stopping cyrus, something like this might work for you: > --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu

Re: How to get rid of Berkeley DB

2004-04-14 Thread Mark Keasling
Hi, Did you try converting all of the ".seen" berkeley db files to skiplist before moving them? After stopping cyrus, something like this might work for you: cd var/user for f in */*.seen do cvt_cyrusdb `pwd`/$f berkeley `pwd`$f.new skiplist done Rename

How to get rid of Berkeley DB

2004-04-14 Thread Colin Bruce
Dear All, I am running cyrus 2.2.3 on a linux system but at the end of my tether with it. It is now a live environment with around 20,000 users. At the moment it is down. I have discovered that Berkeley DB is utter rubbish and totally unusable. However, there appears to be no way to get rid of it

error compailing cyrus-imap-2.2.3 with berkeley db

2004-02-21 Thread Bartosz Jozwiak
Hello, While I am compailing cyrus-imad 2.2.3 I got following error: make[1]: *** [cyrusdb_berkeley.o] Error 1 make[1]: Leaving directory `/usr/src/cyrus-imapd-2.2.3/lib' make: *** [all] Error 1 Can somebody help me with this ? Thx Bartosz --- Home Page: http://asg.web.cmu.edu/cyrus Wiki/FAQ: h

Recommended Berkeley DB version for 2.2.3?

2004-02-09 Thread David R Bosso
Hi all, What is the current feeling on the best Berkeley DB version to use with Cyrus IMAP 2.2.3? In the past there had been some problems with 4.x, but it appears that many (most) people are using 4.1.x, and there is now support for 4.2. What is CMU using? Thanks. -David David R Bosso

Re: imap-2.1.16 and berkeley db 4.2.52?

2003-12-18 Thread Andreas
On Thu, Dec 18, 2003 at 03:17:35PM -0500, Igor Brezac wrote: > It seems pretty solid in my limited testing. I have rebuild all apps > depending on DBD and I have not had any problems. I have not done > performance testing yet. Same here, I use cyrus-imapd localhost so that I can test several ema

Re: imap-2.1.16 and berkeley db 4.2.52?

2003-12-18 Thread Igor Brezac
On Thu, 18 Dec 2003, Amos Gouaux wrote: > >>>>> On Mon, 15 Dec 2003 10:55:34 -0200, > >>>>> Andreas <[EMAIL PROTECTED]> (a) writes: > > a> Has anybody tried to compile cyrus-imapd-2.1.16 with berkeley db 4.2.52? > a> Should it work?

Re: imap-2.1.16 and berkeley db 4.2.52?

2003-12-18 Thread Amos Gouaux
>>>>> On Mon, 15 Dec 2003 10:55:34 -0200, >>>>> Andreas <[EMAIL PROTECTED]> (a) writes: a> Has anybody tried to compile cyrus-imapd-2.1.16 with berkeley db 4.2.52? a> Should it work? So, what are folks' impressions of BDB 4.2.52 so far? Does it seem to be pretty solid? -- Amos

Re: imap-2.1.16 and berkeley db 4.2.52?

2003-12-15 Thread Andreas
On Mon, Dec 15, 2003 at 10:14:02AM -0500, Igor Brezac wrote: > Yes. I failed to mention this. This is a patch applied to cyrus-imapd > 2.2 and it should work in 2.1.16. > https://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/lib/cyrusdb_berkeley.c.diff?r1=1.2&r2=1.3 Thanks. I forgot about

Re: imap-2.1.16 and berkeley db 4.2.52?

2003-12-15 Thread Igor Brezac
On Mon, 15 Dec 2003, Andreas wrote: > On Mon, Dec 15, 2003 at 08:26:29AM -0500, Igor Brezac wrote: > > > > On Mon, 15 Dec 2003, Andreas wrote: > > > > > Has anybody tried to compile cyrus-imapd-2.1.16 with berkeley db 4.2.52? > > > Should it work? > >

Re: imap-2.1.16 and berkeley db 4.2.52?

2003-12-15 Thread Andreas
On Mon, Dec 15, 2003 at 08:26:29AM -0500, Igor Brezac wrote: > > On Mon, 15 Dec 2003, Andreas wrote: > > > Has anybody tried to compile cyrus-imapd-2.1.16 with berkeley db 4.2.52? > > Should it work? > > It should work assuming configure script can locate berkeley

Re: imap-2.1.16 and berkeley db 4.2.52?

2003-12-15 Thread Igor Brezac
On Mon, 15 Dec 2003, Andreas wrote: > Has anybody tried to compile cyrus-imapd-2.1.16 with berkeley db 4.2.52? > Should it work? It should work assuming configure script can locate berkeley db 4.2.52. I have cyrus imapd 2.2 working with berkeley db 4.2.52. I believe the berkeley code i

imap-2.1.16 and berkeley db 4.2.52?

2003-12-15 Thread Andreas
Has anybody tried to compile cyrus-imapd-2.1.16 with berkeley db 4.2.52? Should it work?

recompile cyrus-imapd with newer berkeley db version

2003-07-25 Thread Fritz Heinrichmeyer
Hello, as more and more freebsd packages now are compiled with berkeley db 4.1 i also want to recompile cyrus-imapd with this newer one. Will my installation continue to work?. Which *.db files should i dump and restore? -- Mit freundlichen Grüßen Fritz Heinrichmeyer FernUniversitaet, LG ES

New Berkeley DB Configuration Methods

2002-12-10 Thread Rob Siemborski
I just committed some changes to the Berkeley DB configuration subsystem to the Cyrus 2.1 branch of CVS. If some of the people who generally have Berkeley DB troubles with Cyrus could test it out and let me know, that'd be great. It should be much closer to how SASL works now, which whil

Re: Is using Berkeley DB 4.0.14 recommended?

2002-12-06 Thread Aidan Evans
On Wed, 23 Oct 2002 at 15:55 Aidan Evans wrote to Info Cyrus, Rob... >On Sat, 19 Oct 2002 at 10:49 Rob Siemborski wrote to Aidan Evans and Info Cyrus > >>On Sat, 19 Oct 2002, Aidan Evans wrote: >... >>> My experience with DB 4.0.14 on RedHat Linux 7.2 is two instances of >>> complete failure of

Re: Is using Berkeley DB 4.0.14 recommended?

2002-10-23 Thread Rob Siemborski
On Wed, 23 Oct 2002, Aidan Evans wrote: > Does CMU have a regular Cyrus shutdown/restart and/or regular reboot of > the machine running Cyrus? Rebooting certainly resets the lock count; I > don't know if just a Cyrus restart is enough but I suspect not. I suppose that depends on what you mean

Re: Is using Berkeley DB 4.0.14 recommended?

2002-10-23 Thread Aidan Evans
On Sat, 19 Oct 2002 at 10:49 Rob Siemborski wrote to Aidan Evans and Info Cyrus >On Sat, 19 Oct 2002, Aidan Evans wrote: ... >> My experience with DB 4.0.14 on RedHat Linux 7.2 is two instances of >> complete failure of deliver.db and tls_sessions.db (and consequently all >> Sieve processing) wh

Re: Is using Berkeley DB 4.0.14 recommended?

2002-10-19 Thread Rob Siemborski
On Sat, 19 Oct 2002, Aidan Evans wrote: > What Berkeley DB is CMU using? I assume this is on Solaris, so it may > not be safe to compare to use on Linux. Whatever version it is, it > certainly sounds as though it works for CMU. 4.0.14, but we're only using it for the TLS

Upgrade to Berkeley DB 4 and now the server crashes ---- HELP !!!

2002-10-18 Thread Christian Schulte
I upgraded to Berkeley 4.1.24 and now the whole installation does not work. I made ctl_cyrusdb -r but that does not fix it. What can I do either! I really need the mailserver working again as soon as possible. Its a "never change a running system" thing but now many people dont have email today

Re: Is using Berkeley DB 4.0.14 recommended?

2002-10-17 Thread Mark Keasling
Hi, On Thu, 17 Oct 2002 09:10:44 -0400 (EDT), Rob Siemborski <[EMAIL PROTECTED]> wrote... > On Thu, 17 Oct 2002, Mark Keasling wrote: > > > I'm trying to use Berkeley DB 4.0.14 and am getting the dreaded > > DBERROR db4: 4 lockers > > messages even when

RE : Is using Berkeley DB 4.0.14 recommended?

2002-10-17 Thread Olivier Wegria
t_hoe Envoyé : jeudi 17 octobre 2002 14:01 À : [EMAIL PROTECTED] Objet : Re: Is using Berkeley DB 4.0.14 recommended? At 13:27 17.10.2002 +0200, Simon Matter wrote: >Mark Keasling schrieb: >> >> Hi, >> >> I'm trying to use Berkeley DB 4.0.14 and am getting th

Re: Is using Berkeley DB 4.0.14 recommended?

2002-10-17 Thread Rob Siemborski
On Thu, 17 Oct 2002, Mark Keasling wrote: > I'm trying to use Berkeley DB 4.0.14 and am getting the dreaded > DBERROR db4: 4 lockers > messages even when only starting up the master process. From > what I've seen reported, the lockers number will only increase and > cy

Re: Is using Berkeley DB 4.0.14 recommended?

2002-10-17 Thread lst_hoe
At 13:27 17.10.2002 +0200, Simon Matter wrote: >Mark Keasling schrieb: >> >> Hi, >> >> I'm trying to use Berkeley DB 4.0.14 and am getting the dreaded >> DBERROR db4: 4 lockers >> messages even when only starting up the master process. From >>

Re: Is using Berkeley DB 4.0.14 recommended?

2002-10-17 Thread Simon Matter
Mark Keasling schrieb: > > Hi, > > I'm trying to use Berkeley DB 4.0.14 and am getting the dreaded > DBERROR db4: 4 lockers > messages even when only starting up the master process. From > what I've seen reported, the lockers number will only increase and > c

Is using Berkeley DB 4.0.14 recommended?

2002-10-17 Thread Mark Keasling
Hi, I'm trying to use Berkeley DB 4.0.14 and am getting the dreaded DBERROR db4: 4 lockers messages even when only starting up the master process. From what I've seen reported, the lockers number will only increase and cyrus will eventually start failing. Is it recommended to: r

Re: Which Berkeley DB is best?

2002-10-16 Thread Aidan Evans
m: Scott Russell <[EMAIL PROTECTED]> >>[...] >> While testing Cyrus IMAPd 2.1.9 I noticed these errors in my logs: >> >> Sep 11 17:23:55 ogg lmtpd[773]: DBERROR db3: 16 lockers >... >>Berkeley db 4.0 has a bug where the number of lockers isn't >>decre

Re: Which Berkeley DB is best?

2002-10-15 Thread Simon Matter
Aidan Evans schrieb: > > We're using Berkeley DB 4.0.14 for deliver.db and tls_sessions.db and for > the second time in a couple of weeks both of these databases are > non-functional because of "Lock table is out of available locker entries". > > This err

Which Berkeley DB is best?

2002-10-15 Thread Aidan Evans
We're using Berkeley DB 4.0.14 for deliver.db and tls_sessions.db and for the second time in a couple of weeks both of these databases are non-functional because of "Lock table is out of available locker entries". This error may be caused by a bug that is fixed as des

Berkeley DB 3.3 and 4.0 on Mac OS X

2002-05-15 Thread Kevin Bond
I you are trying to use Berkeley DB 4.0 (and likely 3.3) on Mac OS X, you will need the following patch or the mutexes will not work and you will eventually encounter database corruption. -kevin I believe the appended patch will make Berkeley DB run correctly on your Mac OS X system. Please

Re: bug in imapd-2.1.3 / Berkeley DB

2002-03-28 Thread Olaf Zaplinski
Ken Murchison wrote: > > Olaf Zaplinski wrote: > >>Clifford Thurber wrote: >> >>>What do you mean when you say they don't disappear? Can you be more >>>specific? >> >>Yes, right now I have 5 processes named 'imapd -s' and 2 named 'lmtp' in my >>process list. They will stay there forever until I

Re: bug in imapd-2.1.3 / Berkeley DB

2002-03-28 Thread Ken Murchison
Olaf Zaplinski wrote: > > Clifford Thurber wrote: > > What do you mean when you say they don't disappear? Can you be more > > specific? > > Yes, right now I have 5 processes named 'imapd -s' and 2 named 'lmtp' in my > process list. They will stay there forever until I restart cyrus-imapd. And

Re: bug in imapd-2.1.3 / Berkeley DB

2002-03-28 Thread Olaf Zaplinski
Clifford Thurber wrote: > What do you mean when you say they don't disappear? Can you be more > specific? Yes, right now I have 5 processes named 'imapd -s' and 2 named 'lmtp' in my process list. They will stay there forever until I restart cyrus-imapd. And when the first user logons after tha

Re: bug in imapd-2.1.3 / Berkeley DB

2002-03-28 Thread Olaf Zaplinski
Now it works - in /usr/include, I had to delete db.h and the db3 directory. But my problem is not resolved: I still have several imapd and sometimes one or more lmtp processes which never disappear. Olaf

RE: bug in imapd-2.1.3 / Berkeley DB

2002-03-26 Thread OCNS Consulting
PROTECTED] Subject: RE: bug in imapd-2.1.3 / Berkeley DB Perhaps all this could be made into a nice Linux how to as the current one seems rather dated and doesn't address any of these problems. At 11:37 AM 3/26/2002 -0500, OCNS Consulting wrote: >Clifford: > >You are correct! The only wa

RE: bug in imapd-2.1.3 / Berkeley DB

2002-03-26 Thread Clifford Thurber
>object file: No such file or directory > >I don't know what impact this may or may not have but given the reference to >"libsasl" >there appears to be some authentication ramification's). Does anyone know? > >RB > >-Original Message- >From:

RE: bug in imapd-2.1.3 / Berkeley DB

2002-03-26 Thread OCNS Consulting
uot;libsasl" there appears to be some authentication ramification's). Does anyone know? RB -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Clifford Thurber Sent: Tuesday, March 26, 2002 10:32 AM To: Prune Cc: Olaf Zaplinski; [EMAIL PROTECTED]

Re: bug in imapd-2.1.3 / Berkeley DB

2002-03-26 Thread Clifford Thurber
;1. >>>CPPFLAGS=-I/usr/local/BerkeleyDB.3.3/include \ >>>LDFLAGS=-L/usr/local/BerkeleyDB.3.3/lib \ >>>./configure >>> >>>2. >>>make >>> >>>3. >>>make install >>> >>>4. >>>start of cyrus => 

Re: bug in imapd-2.1.3 / Berkeley DB

2002-03-26 Thread Prune
figure >> >> 2. >> make >> >> 3. >> make install >> >> 4. >> start of cyrus => 'incorrect version of Berkeley db: compiled against >> 3.1.17, linked against 3.3.11' >> >> So I re-started 3. and voila: >> gcc -c -I/us

Re: bug in imapd-2.1.3 / Berkeley DB

2002-03-26 Thread Clifford Thurber
> >2. >make > >3. >make install > >4. >start of cyrus => 'incorrect version of Berkeley db: compiled against >3.1.17, linked against 3.3.11' > >So I re-started 3. and voila: >gcc -c -I/usr/include/db3 -I/usr/local/BerkeleyDB.3.3/include [...] &g

Re: bug in imapd-2.1.3 / Berkeley DB

2002-03-26 Thread Nico Weichbrod
B.3.3/include \ > LDFLAGS=-L/usr/local/BerkeleyDB.3.3/lib \ > ./configure > > 2. > make > > 3. > make install > > 4. > start of cyrus => 'incorrect version of Berkeley db: compiled against > 3.1.17, linked against 3.3.11' > > So I r

Re: bug in imapd-2.1.3 / Berkeley DB

2002-03-26 Thread Olaf Zaplinski
Hi Prune, Prune wrote: > can you add the result of the 'configure' ? look at the begining when it > tests for gcc do you mean this? checking whether the C compiler (gcc -I/usr/local/BerkeleyDB.3.3/include -L/usr/local/BerkeleyDB.3.3/lib) works... yes checking whether the C compiler (gcc -I/us

bug in imapd-2.1.3 / Berkeley DB

2002-03-26 Thread Olaf Zaplinski
Hi *, following bug occured: 1. CPPFLAGS=-I/usr/local/BerkeleyDB.3.3/include \ LDFLAGS=-L/usr/local/BerkeleyDB.3.3/lib \ ./configure 2. make 3. make install 4. start of cyrus => 'incorrect version of Berkeley db: compiled against 3.1.17, linked against 3.3.11' So I re-started

Berkeley db compiled against 4.0.14 linked against 3.1.14

2002-03-20 Thread Clifford Thurber
r 19 23:23:23 birdbrain tls_prune[25259]: incorrect version of Berkeley db: co mpiled against 4.0.14, linked against 3.1.14 Here is how I am compiling cyrus. CPPFLAGS=-I/usr/local/BerkeleyDB.4.0/include LDFLAGS="-L /usr/local/BerkeleyDB.4.0/lib -R/usr/local/BerkeleyDB.4.0/lib" ./config

A Question/Idea on using Berkeley DB in Cyrus IMAP

2002-01-31 Thread 원태환
Hi, I have a question on the way to use Berkeley db in Cyrus. As you may see, some body posted on a problem that imapd hung. I found it several times whenever massively testing Cyrus with postfix/smtpstone with '-L' (lmtp) option. I think it would be a locking problem caused by B

Re: Which Berkeley DB Product does cyrus use?

2001-11-19 Thread Lawrence Greenfield
From: "Esh, Thomas D (Tom)" <[EMAIL PROTECTED]> Date: Mon, 19 Nov 2001 10:26:22 -0500 We are evaluating the possibility of using cyrus for a commercial product. Therefore, I'm looking licensing issues with Cyrus and the Berkeley DB product must be licens

Re: Which Berkeley DB Product does cyrus use?

2001-11-19 Thread Birger Toedtmann
Esh, Thomas D (Tom) schrieb am Mon, Nov 19, 2001 at 10:26:22AM -0500: * * We are evaluating the possibility of using cyrus for a * commercial product. * * Therefore, I'm looking licensing issues with Cyrus and the Berkeley DB * product must be licensed if the source code of the product *

Which Berkeley DB Product does cyrus use?

2001-11-19 Thread Esh, Thomas D (Tom)
We are evaluating the possibility of using cyrus for a commercial product. Therefore, I'm looking licensing issues with Cyrus and the Berkeley DB product must be licensed if the source code of the product using it is not provided. The license depends on which Berkeley DB product you are

Re: Berkeley DB release 3.3.11 is now available

2001-07-23 Thread Amos Gouaux
Does this new Berk DB offer significant improvements for Cyrus? Anything with this release that Cyrus will be able to take advantage of at some point? -- Amos

Re: problems building cyrus-imap on Tru64 UNIX v5.1 - says I don't have Berkeley DB installed

2001-05-30 Thread Clare West
On Thursday, May 31, 2001, at 01:29 AM, [EMAIL PROTECTED] wrote: > Clare West writes: >> >> I am (obviously) not very experienced with configure. I need to add a >> -lpthread. Do I do this with something like: > >> % LIBS="-lpthread" ./configure > > Please report the configure bug. Here's

  1   2   >