Jorge,

Thanks for testing svn-head. There was still a reference left to a call
I removed because it was just a stub.

My first priority the last days was making sure I hit a sweet spot in
the async/threading code. That part now starts to look pretty stable,
but needs some cleaning up.

I've been running imaptest without any errors against a single imapd
process with a concurrency of 100, using just 5 database connectors.
Throughput there was really great, especially when using postgres. I ran
it on my laptop against a postgresql-8.3 database, with only 1G ram
total. It maxed out both my cores, but disk IO was nice and flat. Mysql
ran very well also, but disk IO was much heavier (possibly due to poor
memory tuning triggering a swapstorm). I was happy to reach c100 without
triggering heisenbugs. I must be doing something right.

But now I'm also testing tb/oe as said, against a critical production
mysql database also accessed by a 2.3.2 server. And those clients unveil
and expose different problems. But so far just minor stuff like
regressions from the libzdb rewrite. Ones both clients are stable, 2.3.3
will be released.


Jorge Bastos wrote:
> I noticed two things Paul,
> 
> I had ldap-dev installed don't know why (maybe some experience in the past), 
> and even just compiling with:
> ---
> configure --with-sieve
> ---
> 
> The binaries get linked against the ldap library:
> 
> ---
> flecha:/usr/local/src/postfix/dbmail# ldd /usr/local/sbin/dbmail-lmtpd|grep 
> -i ldap
>         libldap_r.so.2 => /usr/lib/libldap_r.so.2 (0xb7720000)
> ---
> 
> So I removed ldap-dev and recompiled, and no ldap library linked to the 
> binaries, but same problem:
> 
> ---
> May 24 14:05:49 flecha dbmail-lmtpd[4939]: [0x96a9dc0] FATAL:[auth] 
> auth_load_driver(+106): cannot find function `auth_get_users_from_clientid': 
> /usr/local/lib/dbmail/libauth_sql.so: undefined symbol: 
> auth_get_users_from_clientid
> ---
> 
> Any ideia?
> 
> 
> 
> 
>> -----Original Message-----
>> From: [EMAIL PROTECTED] [mailto:dbmail-dev-
>> [EMAIL PROTECTED] On Behalf Of Jorge Bastos
>> Sent: sábado, 24 de Maio de 2008 13:52
>> To: [email protected]
>> Subject: [Dbmail-dev] RE: [Dbmail] Testing
>>
>> Paul,
>> Continuing this here.
>> I updated to last svn again, and i still have this error.
>>
>> My configure is just:
>>
>> ---
>> configure --with-sieve
>> ---
>>
>>
>>
>> -----Original Message-----
>> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
>> Behalf Of Paul J Stevens
>> Sent: sbado, 24 de Maio de 2008 13:30
>> To: DBMail mailinglist
>> Subject: Re: [Dbmail] Testing
>>
>> Ah, that's what I get for *always* building --with-ldap
>>
>> Try again.
>>
>> And please Jorge: this belongs on the -dev list.
>>
>> Jorge Bastos wrote:
>>> Hey Paul,
>>>
>>>
>>>
>>> Im just testing last svns to folowing the changes to be updated but:
>>>
>>>
>>>
>>> May 24 12:18:58 flecha dbmail-timsieved[2366]: [0x85b7dc8]
>> FATAL:[auth]
>>> auth_load_driver(+106): cannot find function
>>> `auth_get_users_from_clientid': /usr/local/lib/dbmail/libauth_sql.so:
>>> undefined symbol: auth_get_users_from_clientid
>>>
>>>
>>>
>>> This for timsieved+pop3d+imapd+lmtpd.
>>>
>>>
>>>
>>> The library is the correct one:
>>>
>>>
>>>
>>> flecha:/var/log# l /usr/local/lib/dbmail/libauth_sql.so
>>>
>>> lrwxrwxrwx 1 root staff 20 2008-05-24 11:59
>>> /usr/local/lib/dbmail/libauth_sql.so -> libauth_sql.so.0.0.0*
>>>
>>>
>>>
>>> and a:
>>>
>>>
>>>
>>> tlecha:/var/log# objdump -T /usr/local/lib/dbmail/libauth_sql.so|grep
>> -i
>>> auth_get
>>>
>>> 00004830 g    DF ..text  0000035b  Base        auth_getclientid
>>>
>>> 00004b90 g    DF ..text  000002f8  Base        auth_get_known_aliases
>>>
>>> 000044d0 g    DF ..text  0000035b  Base        auth_getmaxmailsize
>>>
>>> 00004e90 g    DF ..text  000002f8  Base        auth_get_known_users
>>>
>>> 00002200 g    DF ..text  0000035c  Base        auth_getencryption
>>>
>>> 00001ee0 g    DF ..text  0000031a  Base        auth_get_userid
>>>
>>> 000015c0 g    DF ..text  00000300  Base        auth_get_aliases_ext
>>>
>>> 000018c0 g    DF ..text  00000320  Base        auth_get_user_aliases
>>>
>>>
>>>
>>>
>>>
>>> Theres no such function there.
>>>
>>> Am I missing something?
>>>
>>>
>>>
>>> Jorge
>>>
>>> PS: This is a testing server J (I learned with my mistakes!!)
>>>
>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>> ---
>>> _______________________________________________
>>> DBmail mailing list
>>> [EMAIL PROTECTED]
>>> https://mailman.fastxs.nl/mailman/listinfo/dbmail
>>
>> --
>>   ________________________________________________________________
>>   Paul Stevens                                      paul at nfg.nl
>>   NET FACILITIES GROUP                     GPG/PGP: 1024D/11F8CD31
>>   The Netherlands________________________________http://www.nfg.nl
>> _______________________________________________
>> DBmail mailing list
>> [EMAIL PROTECTED]
>> https://mailman.fastxs.nl/mailman/listinfo/dbmail
>>
>> _______________________________________________
>> Dbmail-dev mailing list
>> [email protected]
>> http://twister.fastxs.net/mailman/listinfo/dbmail-dev
> 
> _______________________________________________
> Dbmail-dev mailing list
> [email protected]
> http://twister.fastxs.net/mailman/listinfo/dbmail-dev
> 


-- 
  ________________________________________________________________
  Paul Stevens                                      paul at nfg.nl
  NET FACILITIES GROUP                     GPG/PGP: 1024D/11F8CD31
  The Netherlands________________________________http://www.nfg.nl
_______________________________________________
Dbmail-dev mailing list
[email protected]
http://twister.fastxs.net/mailman/listinfo/dbmail-dev

Reply via email to