Displaying 20 results from an estimated 40000 matches similar to: "How to get rid of locks"
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? :-)
2014 Nov 05
1
Performance issue
Hi,
Since few days I noticed very high load on my mailserver (Centos 6.6 64bit, 8 GB RAM, 2 x CPU 3.00GHz
I am using Dovecot + Postfix + Roundcube + Nginx.
I have about 10000 users.
Spool is on network attached storage (Coraid).
File system is ext4 (mounted with noatime).
Problem appears almost every morning (while load is normal during afternoon).
I suspect that this can be related to some
2015 Jan 21
2
Corruption of index files
Hi All,
after upgrading my mail server (dovecot 1.1.7 -> 2.2.13) I get tons of
messages about corrupted index files in the syslog ("Error: Corrupted
transaction log" and "Warning: fscking index file .. dovecot.index".
I tried flock and even dotlock, but the problems persist.
The system is a VPS with an overlay filesystem which did work flawlessly
with the old dovecot
2018 Mar 04
3
sqlinux weirdness
Every now and then I get an alert like this one. I have no clue what this
"rear" subsystem is, or why madam would be trying to write to its log
file.
Can anyone enlighten me?
thanks in advance!
-------------------------
SELinux is preventing /usr/sbin/mdadm from write access on the file /var/log/rear/rear-fcshome.log.lockless.
***** Plugin restorecon (93.9 confidence) suggests
2002 Jul 17
1
Re: smb.conf - fixed? :)
open("/usr/local/samba/var/log.smbd",
O_WRONLY|O_APPEND|O_CREAT|O_LARGEFILE, 0666) = -1 EACCES (Permission
denied)
umask(0) = 022
brk(0x81e6000) = 0x81e6000
stat64("", 0xbfffed80) = -1 ENOENT (No such file or
directory)
umask(022) = 0
That "No such file or directory"
2020 Mar 31
3
limit for user exceeded
Hi
System debian 8.11 dovecot-2.2.36.4 and I have some warnings in log likes:
Warning: Inotify watch limit for user exceeded, disabling. Increase
/proc/sys/fs/inotify/max_user_watches
cat /proc/sys/fs/inotify/max_user_watches
8192
in sysctl i change
#fs.inotify.max_user_watches= 8192
#fs.inotify.max_user_instances = 16384
fs.inotify.max_user_watches= 16384
fs.inotify.max_user_instances =
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
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)
2010 Jan 02
2
Kernel warnings
Hi,
I've been getting these warnings in syslog since I've been running
(Linux) kernels 2.6.31.x and up (I'm currently at 2.6.32.2), they
do not show up on 2.6.30.x kernels.
Dovecot versions involved were/are 1.2.x, I'm currently at 1.2.9. My
system is running Slackware 13.0, but this also happened with 12.2.
------------[ cut here ]------------
WARNING: at
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
2003 Nov 17
1
rsync --daemon and logfile that can't be created
If the rsyncd.conf has a line such as:
log file = /var/log/rsync/log
and /var/log/rsync doesn't exist or isn't a directory (or the log file
can't be opened for any other reason), then there's no warning
whatsoever, as rsync forks itself into the background before checking
the config, opening the log file, etc.
Worse still, it gets a SIGSEGV, and dumps core. Here's a strace
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:
2006 Jan 23
1
Compiling Dovecot with-notify=inotify
Hi,
I'm trying to compile Dovecot beta2 with inotify support, but this is
unsuccessfull.
First, it seems that the configure script is looking for inotify.h in
/usr/include/sys, whereas it is in /usr/include/linux on my Debian Sarge
system. But that's a minor point, let's make a symlink.
% dpkg -S /usr/include/linux/inotify.h
linux-kernel-headers: /usr/include/linux/inotify.h
% dpkg
2013 Nov 29
1
Samba4 git pull of today (11/28/2013) link error on FreeBSD 9.2 RELEASE
./configure --bundled-libraries && make
............
[3638/3880] Linking default/source4/lib/policy/py-policy.so
[3639/3880] Linking default/source4/auth/ntlm/libauth4.so
[3640/3880] Linking default/source4/ntvfs/libntvfs.so
default/source4/ntvfs/sysdep/inotify_1.o: In function `inotify_setup':
inotify.c:(.text+0x503): undefined reference to `inotify_init'
2016 Jul 28
2
[Qemu-devel] [PATCH 6/7] qemu: Implement virtio-pstore device
On Thu, Jul 28, 2016 at 12:08:30AM +0900, Namhyung Kim wrote:
> Add virtio pstore device to allow kernel log files saved on the host.
> It will save the log files on the directory given by pstore device
> option.
>
> $ qemu-system-x86_64 -device virtio-pstore,directory=dir-xx ...
>
> (guest) # echo c > /proc/sysrq-trigger
>
> $ ls dir-xx
> dmesg-1.enc.z
2016 Jul 28
2
[Qemu-devel] [PATCH 6/7] qemu: Implement virtio-pstore device
On Thu, Jul 28, 2016 at 12:08:30AM +0900, Namhyung Kim wrote:
> Add virtio pstore device to allow kernel log files saved on the host.
> It will save the log files on the directory given by pstore device
> option.
>
> $ qemu-system-x86_64 -device virtio-pstore,directory=dir-xx ...
>
> (guest) # echo c > /proc/sysrq-trigger
>
> $ ls dir-xx
> dmesg-1.enc.z
2014 Sep 23
1
Re: [PATCH 09/13] syntax-check: fix prohibit_path_max_allocation check
On Tuesday 23 September 2014 17:20:35 Hu Tao wrote:
> Signed-off-by: Hu Tao <hutao@cn.fujitsu.com>
> ---
> daemon/inotify.c | 12 +++++++++++-
> 1 file changed, 11 insertions(+), 1 deletion(-)
While I'd personally get rid of PATH_MAX at all, I understand the Linux
inotify implementation relies on it...
>
> diff --git a/daemon/inotify.c b/daemon/inotify.c
> index
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
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