Displaying 20 results from an estimated 300 matches similar to: "leaking file descriptors? imap-login: inotify_init() failed"
2006 Aug 04
4
policy ordering when mixing interface zones and host defined zones
Running shorewall 3.0.6, Linux 2.6.16, iptables 1.3.0.
This firewall has eth1 facing the DMZ and eth0 is a 802.1q trunk
with 6 VLANs and zones on it. I would like to allow one subnet
living out beyond the DMZ to have access to all zones on this firewall.
It seemed that creating a zone would allow for this to be done cleanly via
a line in the policy file. I defined this special subnet as the
2009 Sep 09
1
inotify_init() failed: Function not implemented
Hello,
i have in my mail.log some warnings:
Sep 2 08:21:49 myserver dovecot: IMAP(me at myserver.tld): inotify_init()
failed: Function not implemented
how can i fix this?
Thank you in advance,
franc walter
2007 Jun 27
1
Dovecot and SUSE 10: inotify_init()
Hello all,
Since my migration to SUSE SLES 10, I have a new error message :
dovecot1 dovecot: IMAP(damien.chambe at egs-gestion.fr): inotify_init()
failed: Too many open files
It seems to occurs when thunderbird is idle, or when I click on sub folders
I have a ulimit for open files a bit low, 1024
I have changed to 4096, but same error message.
It has no visible consequences. I am on dovecot
2007 Feb 17
1
master password 'username contains disallowed character: 0x2a'
v1.0.rc22 FC6 x86_64
So, here is my config:
protocol imap {
}
protocol pop3 {
}
protocol lda {
postmaster_address = postmaster at example.com
}
auth_master_user_separator = *
auth_verbose = yes
auth_debug = yes
auth_debug_passwords = yes
auth default {
mechanisms = plain
passdb passwd-file {
args = /etc/dovecot.masterusers
master = yes
}
passdb pam {
}
userdb passwd {
}
2007 Feb 05
1
master user
Greetings all...
We are thinking about using the master DB, so a few admins can
impersonate an ordinary user.
So, we want to define one master for a set of users. And this
administrator cannot be master of the other users?
Can this be done somehow?
Reading the docs, it seems that if a user is defined as master, it can
login as everyone.
Thanks for any hint.
2006 Jun 14
2
Problems with dovecot.beta9
Dear all :)
I have been upgraded dovecot today and I get following errors:
Jun 14 12:08:54 [dovecot] IMAP(adnae@xxxxxx.xxx): inotify_init() failed: Function not implemented
Jun 14 12:08:54 [dovecot] IMAP(auftrag@xxxxxxx.xxx): inotify_init() failed: Function not implemented
Jun 14 12:08:54 [dovecot] IMAP(swolf@xxxxxx.xxx): inotify_init() failed: Function not implemented
I have a 64 bit
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
2011 Jul 26
2
python-libvirt for 0.9.3 leaking file descriptors
i've reported this issue before, so i guess this is a regression. looks
like the python bindings for 0.9.3 are leaking file descriptors:
root at cloud1:~# python
Python 2.6.6 (r266:84292, Dec 26 2010, 22:31:48)
[GCC 4.4.5] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import libvirt
>>>
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'
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)
2006 Dec 23
2
rc15 errors
Hi,
Since I installed rc15 I'm seing the following errors in logs of a
server with several hundreds of pop3 and imap users. All the indexes
have been erased and recreated after installation.
Dec 21 21:06:46 rouge dovecot: pop3-login: inotify_init() failed: Too
many open files
The maildir mailboxes are on NFS, but the indexes are local. What should
be done to correct this error ?
These two
2005 Aug 08
3
[PATCH] add inotify system calls
I've added this to our klibc copy in the udev tree to support
the recently added Inotify.
Thanks,
Kay
-------------- next part --------------
diff --git a/klibc/klibc/SYSCALLS.def b/klibc/klibc/SYSCALLS.def
--- a/klibc/klibc/SYSCALLS.def
+++ b/klibc/klibc/SYSCALLS.def
@@ -114,6 +114,9 @@ int lchown32,lchown::lchown(const char *
int getcwd::__getcwd(char *, size_t)
<?> int utime(const
2016 Jan 28
1
[PATCH] inotify_add_watch: pass IN_ALL_EVENTS as mask for test
Instead of pass 0x3fffffff as mask value, pass a simplier 0xfff, which
is the value of the IN_ALL_EVENTS define. This will still catch all
the inotify events, and avoid a EINVAL error with Linux 4.4.
---
generator/actions.ml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/generator/actions.ml b/generator/actions.ml
index 0d227cf..24c6eb7 100644
--- a/generator/actions.ml
+++
2013 Nov 30
1
Samba4 git pull(11/30/2013) link error on FreeBSD 9.2
....
[3591/3880] Linking default/source4/librpc/python-unixinfo.so
[3592/3880] Linking default/source4/ntvfs/libntvfs.so
default/source4/ntvfs/sysdep/inotify_1.o: In function `inotify_setup':
inotify.c:(.text+0x508): undefined reference to `inotify_init'
default/source4/ntvfs/sysdep/inotify_1.o: In function `watch_destructor':
inotify.c:(.text+0x8d4): undefined reference to
2013 Mar 11
1
samba 4.0.3 compiling fails on freebsd 9.1
Hi,
I have a problem compiling samba 4.0.3 on freebsd 9.1.
root at freebsd-san:/root/samba-4.0.3 # uname -a
FreeBSD freebsd-san 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue
Dec 4 09:23:10 UTC 2012
root at farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
root at freebsd-san:/root/samba-4.0.3 #
I've installed the devel/libinotify port and there is a header file
located at
2007 Feb 02
2
1.0.rc20 released
http://dovecot.org/releases/dovecot-1.0.rc20.tar.gz
http://dovecot.org/releases/dovecot-1.0.rc20.tar.gz.sig
So, rc19 was somewhat broken. How about this version?
+ dovecot: Added --log-error command line option to log an error, so
the error log is easily found.
+ Added mail_log_max_lines_per_sec setting. Change it to avoid log
throttling with mail_log plugin.
- Changing message flags
2007 Feb 02
2
1.0.rc20 released
http://dovecot.org/releases/dovecot-1.0.rc20.tar.gz
http://dovecot.org/releases/dovecot-1.0.rc20.tar.gz.sig
So, rc19 was somewhat broken. How about this version?
+ dovecot: Added --log-error command line option to log an error, so
the error log is easily found.
+ Added mail_log_max_lines_per_sec setting. Change it to avoid log
throttling with mail_log plugin.
- Changing message flags
2009 Aug 10
2
daemon/ warnings
Here are a few warning-removal changes for daemon/:
>From eea38a1937ccd396603ed899d829d2982755ea4a Mon Sep 17 00:00:00 2001
From: Jim Meyering <meyering at redhat.com>
Date: Thu, 6 Aug 2009 15:25:03 +0200
Subject: [PATCH 1/4] define ATTRIBUTE_UNUSED
* daemon/daemon.h (__attribute__, ATTRIBUTE_UNUSED): Define.
---
daemon/daemon.h | 10 ++++++++++
1 files changed, 10 insertions(+), 0
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
2017 Mar 03
2
[PATCH 1/2] Use gnulib set_nonblocking_flag function instead of fcntl.
The previous code:
fcntl (fd, F_SETFL, O_NONBLOCK)
was technically incorrect, because it would have reset any
other flags on the file descriptor.
Thanks: Eric Blake
---
bootstrap | 1 +
daemon/inotify.c | 6 ++++--
lib/conn-socket.c | 21 +++++++++++----------
m4/.gitignore | 9 +++++++++
4 files changed, 25 insertions(+), 12 deletions(-)
diff --git a/bootstrap b/bootstrap