Displaying 6 results from an estimated 6 matches for "in_modify".
2019 Jul 15
2
DirectoryWatcher causing build failures on Redhat linux with kernel version 2.6.32
...rnel version 2.6.32 with the following error:
2019.07.15 11:10:28 ../llvm/tools/clang/lib/DirectoryWatcher/linux/DirectoryWatcher-linux.cpp:335:47: error: 'IN_EXCL_UNLINK' was not declared in this scope
2019.07.15 11:10:28 IN_CREATE | IN_DELETE | IN_DELETE_SELF | IN_EXCL_UNLINK | IN_MODIFY |
this is because of the patch https://reviews.llvm.org/rG77dd8a79286d2fff94c765f787d7f7debb2a10c4 which adds this code in. We build on a platform that uses the linux kernel version 2.6.32 which doesn't have the IN_EXCL_UNLINK feature, could you please take a look ?
Thanks,
Ranjeet
-------...
2019 Jul 15
2
DirectoryWatcher causing build failures on Redhat linux with kernel version 2.6.32
...gt;
>> *2019.07.15 11:10:28*
>> ../llvm/tools/clang/lib/DirectoryWatcher/linux/DirectoryWatcher-linux.cpp:335:47:
>> error: 'IN_EXCL_UNLINK' was not declared in this scope *2019.07.15
>> 11:10:28* IN_CREATE | IN_DELETE | IN_DELETE_SELF | IN_EXCL_UNLINK |
>> IN_MODIFY |
>>
>>
>> this is because of the patch
>> https://reviews.llvm.org/rG77dd8a79286d2fff94c765f787d7f7debb2a10c4 which adds
>> this code in. We build on a platform that uses the linux kernel version
>> 2.6.32 which doesn't have the IN_EXCL_UNLINK feature, co...
2005 Aug 22
2
Re: Dovecot inotify problem
...h you can apply, look at line
164 in src/lib/ioloop-notify-inotify.c)
ctx->inotify_fd = inotify_init();
+ i_warning("inotify_init returned fd %d", ctx->inotify_fd);
if (ctx->inotify_fd == -1) {
and line 106:
IN_CLOSE | IN_MODIFY);
+ i_warning("inotify_add_watch returned %d", watchdescriptor);
if (watchdescriptor < 0) {
and line 145:
}
+ inotify_rm_watch("removing wd %d from inotify fd %d", io->notify_context, ctx->inotify_fd);
if (inotify_rm_watch(ctx->inotify_fd, io-...
2005 Jul 08
1
add inotify support to dovecot
...u'll want to "revert" that
change in the new ioloop-notify-inotify.c file as well.
Oh, and obviously I didn't include patches to configure and all the
Makefiles, so of course you'll have to run automake. But you already
knew that :)
I only tested this with maildir. I did add IN_MODIFY so I think it
should work with mbox too, but someone should probably verify.
Have fun,
johannes
-------------- next part --------------
A non-text attachment was scrubbed...
Name: inotify.diff
Type: text/x-patch
Size: 8474 bytes
Desc: not available
URL: <http://dovecot.org/pipermail/dovecot/att...
2013 Sep 25
3
Dovecot extremely slow!
...61
18:30:37.537349 epoll_wait(9, {{EPOLLIN, {u32=1413012688, u64=139759648824528}}}, 6, 1800000) = 1
18:30:37.763416 read(11, "11 IDLE\r\n", 7988) = 9
18:30:37.763715 time(NULL) = 1380144637
18:30:37.763994 inotify_add_watch(13, "/home/pato/mail/Astro/conferences", IN_MODIFY|IN_CLOSE_WRITE|IN_CLOSE_NOWRITE|IN_MOVED_FROM|IN_MOVED_TO|IN_CREATE|IN_DELETE|IN_DELETE_SELF) = 3
18:30:37.764617 epoll_ctl(9, EPOLL_CTL_ADD, 13, {EPOLLIN|EPOLLPRI|EPOLLERR|EPOLLHUP, {u32=1413125552, u64=139759648937392}}) = 0
18:30:37.764825 stat("/home/pato/mail/Astro/conferences", {st_...
2018 Nov 09
0
Wine release 3.20
...particular ALG_ID to I_CryptGetDefaultCryptProv.
crypt32: Look for the provider that supports the specified content OID in CryptMsgOpenToEncode(CMSG_HASHED).
server: Don't stop processing change notifications when name length is 0.
server: Map FILE_NOTIFY_CHANGE_LAST_ACCESS to IN_MODIFY.
server: Allow setting delete disposition on a read-only directory.
server: Track separately implicit and explicit file disposition.
Fabian Maurer (4):
msi: In dialogs show titlebar buttons.
mscoree: Add test for registration-less COM components.
make_specfiles: Add k...