Displaying 20 results from an estimated 2000 matches similar to: "epoll error when running as proxy"
2005 Dec 22
1
dovecot -CVS and epoll and cvs not building
Hi,
After reviewing my dovecot ./configure options I thought I'd give
--with-ioloop=epoll a go again (as opposed to just using =poll) but I'm seeing
some errors appearing in the maillog that aren't there with standard poll:
Dec 23 02:34:47 tornado dovecot: imap-login: Login: user=<reuben>,
auth-method=plain, remote=220.237.24.149, TLS
Dec 23 02:34:48 tornado dovecot:
2006 Sep 29
5
SSL errors
I have a Dovecot server set up as a proxy and getting a ton of these errors, but I'm not sure where to begin troubleshooting it. I'm hearing frequently that Outlook users who use IMAP with SSL are getting disconnected often as a result. Any suggestions?...
Sep 29 11:12:07 director4 dovecot: imap-login: SSL_accept() failed: error:1409C041:SSL routines:SSL3_SETUP_BUFFERS:malloc failure
2012 May 30
2
Strange Dovecot 2.0.20 auth chokes and cores
When we upgrade our kernels from 2.6.32.2 to 3.2.16 something strange
has happened.
On high traffic dovecot/auth looks like not responding.
We found a lot of this lines at the log:
dovecot: pop3-login: Error: net_connect_unix(pop3) failed: Resource
temporarily unavailable
(...) and clients stop authorizing
Some other errors follow in the wake of:
dovecot: pop3: Error: Raw backtrace:
2005 Dec 11
5
1.0alpha5 released
We have now some new big features:
- Beginnings of dbox mailbox format. It should work, but if you happen
to delete/break index files, the mails aren't found again. So really not
a good idea to use it for more than testing.
- GSSAPI (Kerberos 5) support by Jelmer Vernooij with some fixes by
pod@herald.ox.ac.uk
- Added dictionary API to Dovecot, similar to what Postfix has. It can
be used
2008 Sep 24
2
[Dovecot 1.1.3] Strange problem with attachment download
Hello everyone,
I am testing Dovecot 1.1.3 at the moment to see if I can migrate from
UW-Imap(mbox) to Dovecot(maildir). Because I dont' want to influence the
production server I installed Dovecot on an ununsed computer with some
dummy-testusers using ssl and maildir. Installation was without any
problems and everything works fine with one exception: I cannot download
some attachments.
2008 Jan 04
13
Unable to delete epoll event
I occasionally get a fatal error
unable to delete epoll event: Bad file descriptor
I think the attached patch will fix it.
The patch does two things:
1) changes the error we look for from ENOENT to EBADF. It is hard to
reproduce this error, but if I change the epoll_ctl line to
epoll_ctl(epfd, EPOLL_CTL_DEL, 666, ed->GetEpollEvent());
it does return -1 with errno = EBADF on my Linux 2.6.9
2009 Sep 23
9
pop3-login: Fatal: io_loop_handle_add: epoll_ctl(1, 5):
I have been running Dovecot 1.2.5 since Sept 14. Beginning at about
03:28 on Sept 21 for no apparent (to me) reason and continuing through
the present, I am seeing log messages like the following and am
experiencing delays logging in.
Sep 22 19:07:15 sbh16 dovecot: dovecot: Temporary failure in creating
login processes, slowing down for now
Sep 22 19:07:15 sbh16 dovecot: pop3-login: Fatal:
2009 Jul 10
6
Login Fails: epoll_ctl(1, 7): Operation not permitted
Working on setting up dovecot and having trouble logging in.
I get an error in logs (below) indicating Operation not Permitted.
auth_debug doesn't help.
Ideas?
# dovecot --version
1.1.7
# dovecot -n
# 1.1.7: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.29-gentoo-r5 i686 Gentoo Base System release 1.12.11.1
listen: *,[::]
ssl_cert_file: /etc/ssl/dovecot/server.pem
ssl_key_file:
2009 Mar 16
2
v1.2.beta2: Fatal: io_loop_handle_add: epoll_ctl(1, 10): Bad file descriptor
Hi Timo,
I'm playing with Dovecot v1.2.beta2 currently. When the dict process was
started via deliver(?) and Dovecot is killed (kill $PID_OF_DOVECOT)
after delivering only one message, it logs:
Fatal: io_loop_handle_add: epoll_ctl(1, 10): Bad file descriptor
If the dict process was not started or deliver has delivered more than
one message, the error doesn't occur.
I'm not using
2004 Aug 23
1
[PATCH] pass struct io * to io_loop_handle_add()/io_loop_handle_remove()
Hello,
currently I'm working on new ioloop handler which uses epoll(4) API
introduced in Linux kernel 2.6. In this API each fd added to fd set
by epoll_ctl system call can be accompanied with user supplied data
(integer or void pointer). epoll_wait syscall reports arrived events
as an array of structures containing event mask and user data.
Attached patch replaces fd and condition parameters
2012 Feb 24
1
v2.0.13 problems after kernel patch for CVE-2011-1083 applied on Centos 5
Greetings,
This email is both a request for assistance/help and a heads-up.
[8irgehuq] CVE-2011-1083: Algorithmic denial of service in epoll.
After ksplice automatically installed the above patch on our mail servers, most/all IMAP/POP3 connections began experiencing time-outs trying to connect, or extreme timeouts in the auth procedure.
dovecot: imap-login: Disconnected (no auth attempts):
2018 Sep 07
6
Auth process sometimes stop responding after upgrade
Some more information: the issue has just occurred, again on an instance without the
"service_count = 0" configuration directive on pop3-login.
I've observed that while the issue is occurring, the director process goes 100% CPU. I've
straced the process. It is seemingly looping:
...
...
epoll_ctl(13, EPOLL_CTL_ADD, 78, {EPOLLIN|EPOLLPRI|EPOLLERR|EPOLLHUP,
{u32=149035320,
2009 Mar 10
1
Fatal: imap-login: io_loop_handle_add: epoll_ctl(1, 4): Operation not permitted
Hello,
I'am following the beginning tutorial on the Wiki, but actually, I
can't even start the server correctly so far. The imap-login child dies
immediately. What I can guess from the log is that it tries some
unpermietted operations on some files but I can't find out which files
are concerned.
Google is not my friend at all either on this matter. How can I know
which files are
2009 Mar 27
2
1.2.beta4: Fatal: io_loop_handle_add: epoll_ctl(1, 11): Bad file descriptor
Whenever dovecot is stopped while a dict process is running I see
Fatal: io_loop_handle_add: epoll_ctl(1, 11): Bad file descriptor
in the error log.
The following patch fixes this for me. I'm sure there is a better way though.
--- dovecot-1.2.beta4/src/master/dict-process.c.orig 2009-03-27 16:44:59.000000000 +0100
+++ dovecot-1.2.beta4/src/master/dict-process.c 2009-03-27
2004 Aug 30
0
[PATCH] [RFC] epoll based ioloop handler (now with patch)
Sorry, I forgot to attach patch to previous mail.
--
Andrey Panin | Linux and UNIX system administrator
pazke at donpac.ru | PGP key: wwwkeys.pgp.net
-------------- next part --------------
diff -urpNX /usr/share/dontdiff dovecot-cvs.vanilla/configure.in dovecot-cvs/configure.in
--- dovecot-cvs.vanilla/configure.in 2004-08-09 23:14:02.000000000 +0400
+++ dovecot-cvs/configure.in 2004-08-25
2018 Apr 26
1
director stuck in inifite loop on 2.2.35
Occasionally, all of our directors get stuck in an endless loop. Likely triggered by some network event, but I haven't been able to isolate exactly what triggers it, and am unable to reproduce at the moment. When this happens, it makes the dovecot/director process on all directors unresponsive, making login impossible.
Restarting dovecot "fixes" it.
Here's the info collected
2017 Jan 09
1
panic when doveadm sieve put between multiple hosts
Dovecot version: 2.2.25 (7be1766)
I?m looking into an issue we?re having with a new setup. We have one fronted host with two backend hosts, and we?re attempting to use doveadm to allow us to administer sieve on the frontend and have it replicated to the backend hosts.
When I attempt to use doveadm sieve put on the frontend host, i get the following on the frontend host:
frontend-machine $ cat
2012 Mar 29
1
Problem about dovecot Panic
Good morning,
we have 2 Redhat Enterprise 5.7 machines, they are a cluster with some
mail services in it (postfix and dovecot 2).
The version of dovecot is dovecot-2.0.1-1_118.el5 (installed via rpm).
>From last week we have this dovecot problem: suddenly dovecot doesn't
accept any new connections, the dovecot.log file reports lines like these
Mar 15 12:38:54 secchia dovecot: imap:
2004 Aug 30
3
[PATCH] [RFC] epoll based ioloop handler
Hello,
this patch adds ioloop handler using Linux 2.6 epoll API.
I'm not sure is it ready for inclusion right now, but it
works for me and survives deadconn test with 1024 simultaneous
connections.
Please take a look and comment.
Best regards.
--
Andrey Panin | Linux and UNIX system administrator
pazke at donpac.ru | PGP key: wwwkeys.pgp.net
-------------- next part --------------
A
2008 Jun 24
1
local rimapd not working with 1.1.1, fatal error
Hi all,
I just upgraded a couple of Fedora 9 workstations to try out 1.1.1 over
NFS'd homedir's and I'm having trouble running dovecot in the same
configuration we were with 1.0.14.
It's fairly simple, we use pine/alpine and set a couple of variables to
fork rimapd directly:
* smtp-server=host (for the main mail machine)
* user-domain=host (same)
* set the