Am 18.06.2013 12:57, schrieb Paul J Stevens:
> On 06/18/2013 12:14 PM, Reindl Harald wrote:
>> *wow* where should i start? :-)
> 
> That's funny! Ask one Harald, and another answers... :-)

and both from austria :-)

used libraries:
gmime-devel-2.6.12-1.fc18.x86_64
openssl-devel-1.0.1e-4.fc18.x86_64
glib2-devel-2.34.2-2.fc18.x86_64
mhash-devel-0.9.9.9-6.fc18.x86_64
libsieve-devel-2.2.7-6.fc18.x86_64
libzdb-devel-2.8.1-3.fc18.x86_64
libevent-devel-2.0.21-4.fc18.20130612.rh.x86_64
jemalloc-devel-3.4.0-1.fc18.x86_64

>> with "a6e4290ba0ce37c7255bd9487232974b05ef07c9" every time a POP3
>> user checks mail the service still crashs as example
> 
> Oh, forgot about that one. I'm still unable to reproduce though...

my rpmmacros contains optflags with which any server-software is compiled
as well as my compiler/linker-flags are set like below in the SPEC file
any server-software (httpd, trafficserver, php, dovecot,...) is using
these flags as well as dbmail from 2012 which has no problem

maybe FORTIFY_SOURCE or stack-protector steps in, if this is the
case it is a alarm signal in case of security!

optflags: x86_64 -m64 -O3 -march=corei7 -mtune=corei7 -fopenmp -mmmx -msse2 
-msse3 -msse4.1 -msse4.2 -maes -pipe
-fstack-protector --param=ssp-buffer-size=4 -mfpmath=sse -D_FORTIFY_SOURCE=2 
-fexceptions

export CFLAGS="%{optflags} -fPIC -fPIE -fstack-protector-all 
-I%{_includedir}/zdb"
export CXXFLAGS="%{optflags} -fPIC -fPIE -fstack-protector-all 
-I%{_includedir}/zdb"
export LDFLAGS="-Wl,-z,now -Wl,-z,relro,-z,noexecstack -pie"
export SH_LDFLAGS="-Wl,-z,now -Wl,-z,relro,-z,noexecstack -pie"
%configure --disable-rpath --disable-static --without-ldap --with-sieve 
--enable-manpages
___________________________

RPATH is fixed by this line and the config below
but this is very recent and the results with RPATH are the same
http://fedoraproject.org/wiki/Packaging:Guidelines#Beware_of_Rpath

sed -i -e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' -e
's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
%{__make} %{?_smp_mflags}

[root@testserver:~]$ cat /etc/ld.so.conf.d/dbmail-x86_64.conf
/usr/lib64/dbmail

>> roundcubemail-0.9.2 does not show me any message while in a
>> testfolder are 165 auto-submiited messages to verify sort which are
>> displayed in thunderbird
> 
> Mmm, I'm using 0.7.1 from ubuntu/precise which works flawless afaict.

please verify with the last recent

it runs in production with the dbmail-snapshot a year ago
and works also on my testserver until i upgrade to HEAD

>> open a ACL-shared folder via Thunderbird/Roundcube results in the
>> following ines in /var/log/maillog
> 
> Unable to reproduce that one as well.

with thunderbird *at the moment* too

with roundcube 0.9.2 i can reproduce it predictable by switch
between two different ACL-folders from different users but
roundcube 0.9.2 does also not show any message with a recent
dbmail snapshot :-(

> I'd like to see those queries in full. Can you do a git pull and try
> again while logging to file? file_logging_levels=511
> 
> I've increased the message size so the full query should show up. It's
> still truncated in syslog though, so I need the file logs

uhm /var/log/dbmail.err is also truncated :-(

Jun 18 13:04:01 testserver.rhso dbmail-imapd[28140]: [0x7f2b0884a680] 
Error:[db] db_query(+362): failed query
[SELECT m.message_idnr FROM dbmail_messages m LEFT JOIN dbmail_physmessage p ON 
m.physmessage_id=p.id LEF

damned, i do not see this query in mysql "general_log", only the 
rsyslog-inserts of the error
smells like the query fails on the abstraction layer and mysqld does it never 
see

i am currently at vacation and would appreciate not too much debugging
from my side, i can only say for sure that there is something wrong :-)

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
DBmail mailing list
DBmail@dbmail.org
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail

Reply via email to