search for: f_notify

Displaying 7 results from an estimated 7 matches for "f_notify".

Did you mean: _notify
2006 Feb 22
0
fcntl and F_NOTIFY
I've set up dovecot on a testbed server. Each time a user ('myusername') connects via imap, I get the following info in mail.log: dovecot: imap(myusername): fcntl(F_NOTIFY) failed: Invalid argument I'm using these config settings in dovecot.conf in an attempt to avoid fcntl lock_method = dotlock mbox_read_locks = dotlock mbox_write_locks = dotlock I've looked through the archives but haven't seen this particular message, so I am a bit lost. I've t...
2005 Jul 08
0
io leak when dnotify is enabled but not available
...nswered \Flagged \Deleted \Seen \Draft) * OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft \*)] Flags permitted. * 787 EXISTS * 0 RECENT * OK [UIDVALIDITY 1106061449] UIDs valid * OK [UIDNEXT 790] Predicted next UID a OK [READ-WRITE] Select completed. b IDLE imap(johannes): Error: fcntl(F_NOTIFY) failed: Invalid argument imap(johannes): Error: fcntl(F_NOTIFY) failed: Invalid argument + idling DONE b OK Idle completed. q logout * BYE Logging out q OK Logout completed. imap(johannes): Warning: I/O leak: 0x10068ff0 (8) Attached patch fixes it, I hope the patch is correct :) johannes -------...
2007 May 22
1
Re: Ocfs2-users Digest, Vol 41, Issue 21
...adonly mount > - shared writeable mmap > - loopback is supported, but data written will not > be cluster coherent. > - quotas > - cluster aware flock <---------------------------------------- > - Directory change notification (F_NOTIFY) > - Distributed Caching (F_SETLEASE/F_GETLEASE/break_lease) > - POSIX ACLs > - readpages / writepages (not user visible) If this is an ill-informed question, please enlighten me. I'm following this list for quite some time and have done some tests (quite some...
2004 Oct 21
3
1.0-test51
http://dovecot.org/test/ This release is built with autoconf 2.59 and libtool 1.9. We'll see how it works out :) The required changes were done by Matthias Andree. - The last fix for connection hanging made IDLE use 100% CPU - We don't use Maildir/.INBOX/ directory anymore, indexes are stored in Maildir-root - Don't crash with FETCH BODY[n.MIME] - Changed %p (protocol)
2008 Oct 17
3
[PATCH 0/3] ocfs2: add security EA and ACL support v3
Hi, These three patches fix the problems in the version two. And them base on the Tao's patches: ocfs2/xattr: xattr improvement The first patch fix some problem in xattr code. The second patch add security EA support. The third patch add ACL support. Best regards, tiger
2003 Apr 20
1
log of build of 2.2.8a on Solaris9 using SUN's studio7 cc.
...ation or incorrect type for: main "configure", line 10419: warning: implicit function declaration: exit configure: failed program was: #line 10410 "configure" #include "confdefs.h" #include <sys/types.h> #include <fcntl.h> #include <signal.h> #ifndef F_NOTIFY #define F_NOTIFY 1026 #endif main() { exit(fcntl(open("/tmp", O_RDONLY), F_NOTIFY, 0) == -1 ? 1 : 0); } configure:10447: checking for kernel share modes configure:10472: /opt/SUNWspro/bin/cc -o conftest -O -fast -xtarget=ultra -xarch=v8plusa -I/usr/local/include -I/usr/sfw/inclu...
2013 Apr 19
8
[PATCH 0 of 8] blktap3/libvhd: Introduce VHD library.
This patch series introduces the VHD library. It is based on the blktap2 one, with changes coming from the blktap2.5 one. Signed-off-by: Thanos Makatos <thanos.makatos@citrix.com>