Re: multiple cyruses via SAN

2002-03-20 Thread Amos Gouaux
> On Thu, 21 Mar 2002 07:40:30 +0100, > Simon Matter <[EMAIL PROTECTED]> (sm) writes: sm> OT, but did you upgrade all dbs from DB3 to skiplist? Is it possible at sm> all? I'm not sure about this but as I understand the configure script it sm> should be possible now to use skiplist for eve

Re: good IMAP server

2002-03-20 Thread Simon Matter
unplug schrieb: > > HI all, > > What is the different between cyrus and courier? Which one would you > choose mostly? Hm, since this is the cyrus list, I guess most people suggest using cyrus :) I'm using cyrus for years now and I still like it very much. It's a powerful package and has nic

Re: multiple cyruses via SAN

2002-03-20 Thread Simon Matter
Jeremy Howard schrieb: > > Amos Gouaux wrote: > > ><...> > > > >Though, I will say > >this: we recently switched to skiplist for mailboxes.db and at least > >so far, it beats the pants off of Berkeley DB. > > > Ditto. We switched to skiplist last week (from BDB3), and the > performance improveme

Re: multiple cyruses via SAN

2002-03-20 Thread Walter Wong
Some random rambling on this topic. I'm not sure I'm contributing a whole lot new. In general, distributed filesystems are nice mechanisms for doing general purpose stuff. However, when you try to layer very specific tasks on top of distributed filesystem, you may run into problems where you

good IMAP server

2002-03-20 Thread unplug
HI all, What is the different between cyrus and courier? Which one would you choose mostly? Rgds, unplug

Re: multiple cyruses via SAN

2002-03-20 Thread Jeremy Howard
Amos Gouaux wrote: ><...> > >Though, I will say >this: we recently switched to skiplist for mailboxes.db and at least >so far, it beats the pants off of Berkeley DB. > Ditto. We switched to skiplist last week (from BDB3), and the performance improvement is amazing! Plus of course, no more deadlo

RE: Signaled to Death by 11 - Again - bdb issue?

2002-03-20 Thread OCNS Consulting
Thanks for pointing out the leftover library. Now, besides removing/moving the remnant library and all of its relations, do I then need to recompile the SASL library? Other suggested remedies? RB -Original Message- From: Ken Murchison [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 20

Re: Signaled to Death by 11 - Again - bdb issue?

2002-03-20 Thread Ken Murchison
In your debugger outputs, both lib/libdb-4.0.so and /usr/lib/libdb.so.3 are being loaded. What is /usr/lib/libdb.so.3? Is this a BDB 3.x library? If so, this is probably your problem. Ken OCNS Consulting wrote: > > Ken: > > Here's ldd output> > > # ldd /usr/cyrus/bin/imapd > libs

RE: Signaled to Death by 11 - Again - bdb issue?

2002-03-20 Thread OCNS Consulting
Ken: Here's ldd output> # ldd /usr/cyrus/bin/imapd libsasl2.so.2 => /usr/local/lib/libsasl2.so.2 (0x40018000) libpthread.so.0 => /lib/i686/libpthread.so.0 (0x40042000) librt.so.1 => /lib/librt.so.1 (0x40057000) libdl.so.2 => /lib/libdl.so.2 (0x40069000) li

Re: Signaled to Death by 11 - Again -

2002-03-20 Thread Ken Murchison
Are you _sure_ that SASL and IMAP and linked against the same version of BDB? Do a 'ldd /usr/cyrus/bin/imapd' and make sure you're not linked against multiple versions of BDB. Was the /etc/sasldb2 file created with the same version? OCNS Consulting wrote: > > Ken: > > Here's the traceback r

Re: Signaled to Death by 11 - Again -

2002-03-20 Thread OCNS Consulting
Ken: Here's the traceback results you requested. Let me know how I can help RB = # gdb -core=core -e /usr/cyrus/bin/imapd GNU gdb Red Hat Linux (5.1-1) Copyright 2001 Free Software Foundation, Inc. GDB is

no .seen .sub files created

2002-03-20 Thread Alexander Feltes
Hello,   I build up an imap server using cyrus-imapd-2.1.3 and cyrus-sasl-2.1.1. The problem occured after I had startet the server and created a mailbox. The server didn't created a .seen and .sub file in the /var/imap/user/* directory. By the way, in my opinion the server looks for the two

Re: Signaled to Death by 11 - Again

2002-03-20 Thread Ken Murchison
You need to feed the binary into gdb as well. Try something like: gdb /usr/cyrus/bin/imapd Ken OCNS Consulting wrote: > > Ken: > > As per your request, below is the traceback from a core file generated by > "imapd" > causing the "signaled by death 11" error. > > I look forward to your re

Re: Signaled to Death by 11 - Again

2002-03-20 Thread OCNS Consulting
Ken: As per your request, below is the traceback from a core file generated by "imapd" causing the "signaled by death 11" error. I look forward to your response. RB == # gdb -core=core GNU gdb Red Hat Linux (5.1-1) C

Berkeley db compiled against 4.0.14 linked against 3.1.14

2002-03-20 Thread Clifford Thurber
Hello, I am trying to install Cyrus 2.1.2 using BerkeleyDB 4.0 and SASL 2.1.2. The compile and the make go fine but when I start up cyrus(/usr/cyrus/bin/master&) and I tail the log file I see the following error: Mar 19 23:23:23 birdbrain master[25255]: process 25257 exited, status 75 Mar 19 2

Re: multiple cyruses via SAN

2002-03-20 Thread Amos Gouaux
> On Wed, 20 Mar 2002 10:40:20 +0100, > Birger Toedtmann <[EMAIL PROTECTED]> (bt) writes: bt> If you want a production system that scales and is high available/has failover bt> capablilities, set up several boxes with _separate_ userspace and multiplex bt> all connections to and from it

Re: Silkymail: shm_attach()-error

2002-03-20 Thread Amos Gouaux
> On Wed, 20 Mar 2002 11:55:08 +0100, > Christoph Krempe <[EMAIL PROTECTED]> (ck) writes: ck> Hi, ck> I'm just tring to install the latest Silkymail on Linux. Using I think you need to ask Cyrusoft about this -- Amos

Re: Freebsd 4.5 and cyrus-2.1.3

2002-03-20 Thread arc
Thanks. That worked. I plan to use a Radius server as an authentication method for cyrus. Have you or anybody else out there have any experience on this topic? Cheers: -arc Arley Carter[EMAIL PROTECTED] Tradewinds Technologies, Inc. www.twinds.com Winston-Salem, NC USA

Silkymail: shm_attach()-error

2002-03-20 Thread Christoph Krempe
Hi, I'm just tring to install the latest Silkymail on Linux. Using Shared memory for session managmant, configured in phphlib/local.inc and phplib/prepend.php3, I get the following error messages testing the HORDE-Installation via the test.php3-Skript: "Fatal error: Call to undefinded functio

Connecting to imap using Outlook

2002-03-20 Thread Chris Picton
Hi I have set up a cyrus-imapd server on redhat 7.2 I have the following versions: cyrus-sasl-md5-1.5.24-23 cyrus-sasl-1.5.24-23 cyrus-sasl-plain-1.5.24-23 cyrus-imapd-2.0.16-5rm cyrus-imapd-utils-2.0.16-5rm Everything is working fine from evolution (CRAM-MD5/DIGEST-MD5/PLAIN and ssl). However,

Re: multiple cyruses via SAN

2002-03-20 Thread Birger Toedtmann
[EMAIL PROTECTED] schrieb am Wed, Mar 20, 2002 at 10:11:26AM +0200: > > So guys, what do you suggest in theorethical level? > What would have to be done for multiple cyruses to work? Put a SQL DB in > backend? I just won't do it. The technology at hand is definitely not in shape for this if you

RE: multiple cyruses via SAN

2002-03-20 Thread Andreas Piesk
> > The Cyrus code already handles the locking between multiple processes, > so an imapd running on a different box is a subtle (if any) > difference, > provided that the shared filesystem handles read/write access from > multiple hosts and provides UNIX file locking semantics. > > The only fil

Re: multiple cyruses via SAN

2002-03-20 Thread Konrads . Smelkovs
So guys, what do you suggest in theorethical level? What would have to be done for multiple cyruses to work? Put a SQL DB in backend? |-+-> | | Igor Brezac | | | <[EMAIL PROTECTED]> | |