NeiRRedF skrev, on 21-12-2007 22:33: > I have done some test on two 64 bits systems but the problem is still > the same. I can go to 2 Go, but over the mailbox only have 1 GB quota. > The only solution I have is to disable quota. > I have tested that systems only uses 64 bits libraries. > > But I have a question, on the mailing list, I have found that : > http://www.mail-archive.com/[email protected]/msg00487.html > simply : > (Under Linux, depending on how the O/S is built, it could be __off_t or > __off64_t. See /usr/include/bits/stats.h) > > I have __off_t in this file.
Hmmm ... looking at bit/stat.h (RHEL5 x86_64) I see: #ifndef _SYS_STAT_H # error "Never include <bits/stat.h> directly; use <sys/stat.h> instead." #endif You'd have to grep for _SYS_STAT_H through Sam's source after a build on your CentOS system and the look at sys/stat.h to see what it does for the respective modules. > Does the problem could come from this ? My Courier stuff is all built on x86_32 machines and I don't feel like installing it on a 64 bit machine "just to see what happens". > The confuguration of the two servers : > Fujitsu Primergy TX200S2 with 2 Xeon 5110 and 5 Gb of RAM > CentOS 5.1 in x86-64 > courier-imap 4.30 and courier-authlib 0.60.2 > mysql-5.0.22 and postfix 2.4.6 > cyrus-sasl-2.1.22 > sed-4.15 > > All of the packages are 64 bits > There are no i386 or i686 packages on the two systems > > Here are the requirements of courier-imap packages : > fileutils > libc.so.6()(64bit) > libc.so.6(GLIBC_2.2.5)(64bit) > libc.so.6(GLIBC_2.3)(64bit) > libc.so.6(GLIBC_2.3.4)(64bit) > libc.so.6(GLIBC_2.4)(64bit) > libcourierauth.so.0()(64bit) > libcourierauthsasl.so.0()(64bit) > libcrypto.so.6()(64bit) > libfam.so.0()(64bit) > libgdbm.so.2()(64bit) > libssl.so.6()(64bit) > perl(Getopt::Long) > perl(IO::File) > rpmlib(CompressedFileNames) <= 3.0.4-1 > rpmlib(PayloadFilesHavePrefix) <= 4.0-1 > rtld(GNU_HASH) > sed > sh-utils > textutils > > Does someone have the same problem or where do I have make a msitake ? I think Sam's the one for a definitive answer. Quite another thing is why you'd want > 2GB quotas anyway. --Tonni -- Tony Earnshaw Email: tonni at hetnet dot nl ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Courier-imap mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap
