Displaying 20 results from an estimated 5000 matches similar to: "Compiling Dovecot with-notify=inotify"
2005 Aug 22
2
Re: Dovecot inotify problem
Hi Reuben,
I hope you don't mind me copying the dovecot list again.
> dovecot: Aug 21 04:08:22 Error: IMAP(reuben): inotify_rm_watch() failed:
> Invalid argument
Odd.
> This is with a 2.6.13-rc6-mm1 release. I've posted to LKML because there is
> also a kernel stack produced at one point which looks inotify related (but the
> messages above are contant).
> See
2007 Nov 02
2
*notify config for 1.0.x doesn't enable inotify
hi,
the current code has changed include linux/inotify.h to sys/inotify.h since
2006-01-17, but that won't work with inotify*.h as documented in the wiki.
One has to either revert back to linux/inotify.h, or add
#include <sys/inotify-syscalls.h>
to both configure.in and src/lib/ioloop-notify-inotify.c
Or, just symlink sys/inotify.h -> linux/inotify.h.
That's on Debian 3.1
2006 Apr 13
1
Failing to compile beta7
I'm running a debian box, and trying to compile beta7, but getting the error
below. Any suggestions on what I'm missing would be greatly appreciated.
End of output from Make:
...
gcc -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes -Wmissing-declarations
-Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -o
dovecot-auth auth.o auth-cache.o auth-client-connection.o
2005 Dec 19
1
Compile failure (alpha 5, MySQL 5)
gcc -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes
-Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2
-Wbad-function-cast -I/usr/kerberos/include -o dovecot-auth auth.o
auth-cache.o auth-client-connection.o auth-master-connection.o
auth-master-listener.o auth-module.o auth-request.o
auth-request-handler.o auth-stream.o auth-worker-client.o
auth-worker-server.o db-ldap.o
2004 Oct 29
2
Test51 compile problems
First of all, thanks for a great product. I've been able to get dovecot
up and running with minimum pain. Very nice.
Running Fedora Core 2 with postfix using mysql for virtual mailbox
config. Got release version of dovecot working with a passwd-file, then
I wanted to try it out with using the same mysql db as postfix, so I
downloaded test51.
I run
./configure --sysconfdir=/etc
2008 Sep 17
1
[PATCH] linux/inotify.h: do not include <linux/fcntl.h> in userspace
On Wed, Sep 17, 2008 at 12:32:40PM +0300, Kirill A. Shutemov wrote:
> On Tue, Sep 16, 2008 at 07:09:02PM +0300, Adrian Bunk wrote:
> > On Tue, Sep 16, 2008 at 07:10:25AM -0700, Ulrich Drepper wrote:
> > > Kirill A. Shutemov wrote:
> > > >> What is the error message?
> > > >
> > > > /usr/include/asm-generic/fcntl.h:117: error: redefinition
2005 Jul 23
2
inotify support in dovecot
Hi,
I note that dovecot supported inotify from -test77, and now the Linux kernel
supports it starting from linux-2.6.13-rc3. So in theory I should be set to
go. I'm using an -mm kernel, and it was built with inotify, on FC4/devel.
However when trying to build with it using --with-notify=inotify, I always
seem to be getting this message:
checking for poll... yes
configure: error:
2007 Mar 16
2
crypt missing (configure problem)
Hi, I need some feedback for the following problem I encountered
compiling dovecot.
It seems to be a wrong check in configure, that comes out in a fatal
error (crypt symbol not found because the -lcrypt is omitted).
With these configure parameters no crypt module is recognized (and so
the need_crypt variable is still off), but at compile time gcc fails
to create executables.
I solve the issue
2005 Dec 11
1
inotify.h not found
Hi,
dovecot (1.0.alpha5) won't compile with inotify support because
inotify.h can't be found. I'm running Linux 2.6.15-rc5 with headers
from 2.6.12 (like most vendors). I've noticed that beagle and other
inotify-enabled applications ships with an inotify.h. Could this be
scheduled for alpha6? :-)
2005 Aug 03
1
error sha1
Hello,
I have a problem. When I do 'make' it gives the following error:
gcc -g -O2 -Wall -W -Wmissing-prototypes -Wmissing-declarations
-Wpointer-arith
-Wchar-subscripts -Wformat=2 -Wbad-function-cast -o dovecot-auth
auth-cache.o au
th-client-connection.o auth-master-connection.o auth-module.o db-ldap.o
db-sql.o
db-passwd-file.o main.o mech.o mech-anonymous.o mech-plain.o
2015 Jun 10
3
Failed to init inotify - Too many open files
Hello,
I've a problem on my system with inotify.
In the smbd logfile are shown a lot messages like this:
[2015/06/10 11:15:21.644453, 0, pid=57030, effective(12700, 100),
real(0, 0)] smbd/notify_inotify.c:297(inotify_setup) Failed to init
inotify - Too many open files
[2015/06/10 11:15:23.968497, 0, pid=57030, effective(12700, 100),
real(0, 0)] smbd/notify_inotify.c:297(inotify_setup)
2011 Apr 01
1
inotify and network/cluster filesystems
(dovecot v1.2.16)
I've notice the log notices about increasing
/proc/sys/fs/inotify/max_user_instances on my servers, and started
wondering if inotify works for network/cluster filesystems..
I found this:
http://www.ibm.com/developerworks/forums/thread.jspa?threadID=311194
which says that there's no mechanism for one node to tell another node
that a directory changed for GPFS.. And I
2018 May 22
0
@devel - Why no inotify?
how about gluste's own client(s)?
You mount volume (locally to the server) via autofs/fstab
and watch for inotify on that mountpoing(or path inside it).
That is something I expected was out-of-box.
On 03/05/18 17:44, Joe Julian wrote:
> There is the ability to notify the client already. If you
> developed against libgfapi you could do it (I think).
>
> On May 3, 2018 9:28:43 AM
2018 May 03
0
@devel - Why no inotify?
Hey,
I thought about it a while back, haven't actually done it but I assume
using inotify on the brick should work, at least in replica volumes
(disperse probably wouldn't, you wouldn't get all events or you'd need
to make sure your inotify runs on every brick). Then from there you
could notify your clients, not ideal, but that should work.
I agree that adding support for inotify
2009 May 27
2
Inotify instance limit for user exceeded, disabling?
I'm seeing this message in my /var/log/maillog:
May 26 12:35:00 agencymail dovecot: IMAP(info at example.com): Inotify
instance limit for user exceeded, disabling. Increase
/proc/sys/fs/inotify/max_user_instances
I rummaged through google, and found :
http://www.dovecot.org/list/dovecot-cvs/2008-May/011132.html
which says I need to increase /proc/sys/fs/inotify/max_user_instances
(no
2007 Aug 12
7
IDLE with inotify problem
Hi,
I recently switched from courier imap to dovecot. With courier I had
a working IDLE setup that informed me immediately when new mail
arrived. With Dovecot it is different, sometimes i get an immediate
result but most of the time it takes a rather long time for the
notification to return to the client.
For testing purposes I set mailbox_idle_check_interval = 1 and i now
get the same
2018 May 03
3
@devel - Why no inotify?
There is the ability to notify the client already. If you developed against libgfapi you could do it (I think).
On May 3, 2018 9:28:43 AM PDT, lemonnierk at ulrar.net wrote:
>Hey,
>
>I thought about it a while back, haven't actually done it but I assume
>using inotify on the brick should work, at least in replica volumes
>(disperse probably wouldn't, you wouldn't get
2010 Aug 11
1
1.2: Inotify instance limit for user exceeded, disabling?
>From my log:
Aug 10 12:23:39 postamt dovecot: IMAP(megow): Inotify instance limit for user exceeded, disabling. Increase /proc/sys/fs/inotify/max_user_instances
# wc -l subscriptions
95
# cat /proc/sys/fs/inotify/max_user_instances
128
Why does 95 exceed 128?
--
Ralf Hildebrandt
Gesch?ftsbereich IT | Abteilung Netzwerk
Charit? - Universit?tsmedizin Berlin
Campus Benjamin Franklin
2010 Jan 18
1
Inotify instance limit for user exceeded
Hello,
i saw in my log followed messages:
dovecot: 2010-01-18 13:20:54 Warning: IMAP(user1 at domain1.com): Inotify
instance limit for user exceeded, disabling.
dovecot: 2010-01-18 13:21:01 Warning: IMAP(user2 at domain2.com): Inotify
instance limit for user exceeded, disabling.
dovecot: 2010-01-18 13:21:23 Warning: IMAP(user2 at domain2.com: Inotify
instance limit for user exceeded, disabling.
2009 Feb 05
3
NFS - inotify vs kqueue
Hi,
I've seen some chatter on NFS boards about kqueue being more reliable
than inotify when used in NFSv3 and NFSv2. The chatter is a bit old so I
don't know if it is true anymore.
Anyone have pro/con experience with dovecot on the inotify/kqueue
question when using NFS storage?
I realize that kqueue is probably a bit slower and causes some delay
with IDLE. Also, it may not really