similar to: Compilation of 1.1.6 fails on HP-UX 11.31

Displaying 20 results from an estimated 300 matches similar to: "Compilation of 1.1.6 fails on HP-UX 11.31"

2008 Dec 02
2
my_vsnprintf crash on HP-UX
Hi, sorry for the double post, I stupidly composed this as a reply to an earlier mail, which causes it to appear in an older thread. Posting again so it doesn't get lost in the archives: dovecot 1.1.7 reliably crashes every time I try to open a mailbox using IMAP. Error in the logs: dovecot: Dec 02 23:14:15 Error: setmntent(/etc/mtab) failed: No such file or directory dovecot: Dec 02
2006 Aug 21
2
Filesystem Quota Enhancement Patch
I have just updated my patch that provides enhanced support for filesystem-based quotas in Dovecot. I provides 2 main features: * Support for group quotas * Number of messages quota for users of maildir If both user and group quotas are enabled on the filesystem, the plugin will report the quota that is closer to the maximum independently for both storage space and message count. The
2006 Apr 13
1
Compile issues dovecot-1.0.beta7
Hi, I haven't tried compiling 1.0 series since -test52, figured I'd give it a shot. There were a couple of minor problems. This is building on a fairly ancient BSD/OS box, so the issues may not be universal, but I suspect these ones are. ==================== Building in src/lib-dict/dict.c : loading the 'dict' program fails because it can't find various RAND and other
2017 Oct 17
0
Dovecot >=2.2.29 + Filesystem quota = incorrect storage information
W dniu 21.06.2017 o?17:46, Macka pisze: > W dniu 20.06.2017 o?21:25, Timo Sirainen pisze: >> On 20 Jun 2017, at 15.49, Macka<dovecot at macka.pl> wrote: >>> Hi, >>> >>> I have problem with quota storage information in dovecot-2.2.29 (and >>> newer versions, too - 2.2.30.2). >>> I use FS quota backend. >> . >>> After
2017 Jun 21
2
Dovecot >=2.2.29 + Filesystem quota = incorrect storage information
W dniu 20.06.2017 o 21:25, Timo Sirainen pisze: > On 20 Jun 2017, at 15.49, Macka <dovecot at macka.pl> wrote: >> Hi, >> >> I have problem with quota storage information in dovecot-2.2.29 (and >> newer versions, too - 2.2.30.2). >> I use FS quota backend. > . >> After upgrade from 2.2.27 to 2.2.29 (newest 2.2.30.2 too), dovecot >> returns
2006 Jun 20
1
Group-based filesystem quota
Hello. After using Dovecot for over a year, I have just started experimenting with the filesystem quotas, and I have a suggestion for improvement. On my mail server, I use group-based quotas, and would like to have Dovecot be able to report these quotas. It should be simple to implement, requiring only changes to the quota-fs.c file of the quota plugin. Simply changing USRQUOTA to
2007 Jan 29
0
dovecot patch for filesystem quota
from a fellow pkgsrc-developer (who is not subscribed to this list) Geert ----- Forwarded message from Manuel Bouyer <Manuel.Bouyer at lip6.fr> ----- From: Manuel Bouyer <Manuel.Bouyer at lip6.fr> Message-ID: <20070129115851.GA12360 at asim.lip6.fr> Date: Mon, 29 Jan 2007 12:58:51 +0100 To: ghen at NetBSD.org Subject: dovecot patch for filesystem quota User-Agent: Mutt/1.5.13
2007 Feb 18
1
Possible Bug in quota-fs.c
Hi, I'm using filesystem quotas with dovecot 1.0rc22 on my Linux 2.4.27 box. The quota limit gets correctly reported in kilobytes to the client but the amount of used space is reported in megabytes. In quota-fs.c I noticed that only the currently used space is divided by 1024: Line 241: *value_r = dqblk.dqb_curblocks / 1024; *limit_r = dqblk.dqb_bsoftlimit; After
2002 May 28
2
Re: Problems compiling Samba 2.2.4 with quota under Debian stable
On Tue, May 28, 2002 at 12:59:33PM +0200, Ralf G. R. Bergs wrote: > Hi there, hey Ralf. > sorry for being semi-off-topic, but since this has at least *soemthing* to do > with XFS I hope you forgive me. :-) > > I'm trying to compile Samba 2.2.4 under Debian 2.2 (stable). I'm running a > kernel compiled from yesterday's XFS 2.4.18 kernel source (I'm mentioning
2005 Dec 16
2
Dovecot - struct dqblk' has no member named 'dqb_curblocks
On, Fedora4 This is against the latest cvs update This was encountered during make, after doing ./autogen.sh ./configure --without-lda make gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/lib -I../../../src/lib-dict -I../../../src/lib-mail -I../../../src/lib-storage -I/usr/local/ssl/include -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith
2006 Apr 14
0
Quota again
Hi, quota is now working well, except that both quota-fs and quota-maildir is showing incorrect values. I have to use this patch to get correct numbers. I _know_ it's totally wrong, and that the cause have to be something else, I just want to know if this is something with my setup, or what? With these changes the values are correct (Indeed the quota-fs is correct, the quota-maildir is at
2007 May 30
4
AIX mail quota plugin problems
From reading the wiki for a filesystem quota, I took my shot at 1) building my binaries using the mods in AIXPluginsSupport 2) changing dovecot.conf and 3) putting the plugins in the library But I'm getting this error message when I invoke dovecot: Plugin imap_quota not found from directory /usr/local/lib/dovecot Error: imap dump-capability process returned 89 It would seem that a) I have
2005 Dec 17
1
Re: dovecot Digest, Vol 32, Issue 42
If its too hard for them to setup the pop3 catch all, we can probably put some mapping in place to smtp froward mail to their server. This is more complex on our part so would prefer not to do it that way, but its an option and will require not setup on their part other than make sure their server does not accept mail for anyone other than our server. dovecot-request@dovecot.org wrote: >
2005 Dec 22
1
dovecot -CVS and epoll and cvs not building
Hi, After reviewing my dovecot ./configure options I thought I'd give --with-ioloop=epoll a go again (as opposed to just using =poll) but I'm seeing some errors appearing in the maillog that aren't there with standard poll: Dec 23 02:34:47 tornado dovecot: imap-login: Login: user=<reuben>, auth-method=plain, remote=220.237.24.149, TLS Dec 23 02:34:48 tornado dovecot:
2006 Aug 07
0
rc6 compilation problem?
Hello, I usually have no problem compiling dovecot on my OS X.4 machine (last one I compiled was rc2), but rc6 is giving trouble: if /bin/sh ../../../libtool --tag=CC --mode=compile gcc - DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/lib -I../../../src/ lib-dict -I../../../src/lib-index -I../../../src/lib-mail -I../../../ src/lib-storage -I../../../src/lib-storage/index
2017 Jun 20
2
Dovecot >=2.2.29 + Filesystem quota = incorrect storage information
Hi, I have problem with quota storage information in dovecot-2.2.29 (and newer versions, too - 2.2.30.2). I use FS quota backend. ............................ # 2.2.29.1 (e0b76e3): /etc/dovecot/dovecot.conf # OS: Linux 4.4.68-1 x86_64 mail_plugins = quota plugin { quota = fs:User quota:mount=/poczta:user quota2 = fs:Group quota:mount=/poczta:group } protocol imap {
2015 Feb 24
6
Current 6.8 git build issues on HP-UX
HP-UX 11.23/11.31 build failures OS Build_Target CC OpenSSL BUILD TEST ============== =========================== ================ ============= ====== ================= HP-UX 11.23 ia64-hp-hpux11.23 C/aC++ C.11.23.12 0.9.8zb *F1 HP-UX 11.23 ia64-hp-hpux11.23 gcc 4.3.1 0.9.8zb *F2 HP-UX 11.31 ia64-hp-hpux11.31
2008 Jul 14
0
Can't compile in HPUX 11.31 on IA64
I'm trying to compile R, not getting pass the configure step. R version is 2.7.1 from source tarball. Machine is HPUX 11.31, 32-CPUs of Itanium II. Compilers are HPUX C, C++ and Fortran. (B3910B A.06.15, May 2007) My config string: ./configure --prefix=/apps/INTEL/R --enable-R-shlib CC=/opt/aCC/bin/cc CXX=/opt/aCC/bin/aCC FC=/opt/fortran90/bin/f90 --prefix=/apps/INTEL/R --enable-R-shlib
2018 Jan 24
0
R-3.4.3 frequently segfaults on HP-UX 11.31
I've built R-3.4.3 on HP-UX 11.31 with GCC-4.9.2.? However, it segfaults frequently, and I can't clearly understand why. Some things work, like > 1+2 [1] 3 > sum(c(1,2)) [1] 3 > var(c(1,2,3)) [1] 1 Some don't: > pgamma(1,Inf,Inf) *** caught segfault *** address d0650000, cause 'invalid permissions' Traceback: 1: pgamma(1, Inf, Inf) Possible actions: 1: abort
2009 Sep 14
1
Dovecot+PAM advice please?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all, sorry to bother you with this. I'm trying to set up an experimental system (which may become production if it ever gets off the ground) and it's not working. The short version: I'm trying to get Dovecot 1.2.4 to authenticate against a customised PAM module. In short, we're using a specialised OTP radius backend. One of my