Displaying 17 results from an estimated 17 matches for "net_accept".
2013 Dec 23
0
auth: Error: net_accept() failed: Too many open files
Hi All,
I got below errors when I do some 2000 users concurrency test against
dovecot 2.1.7.
Dec 23 10:18:52 auth: Error: net_accept() failed: Too many open files
Dec 23 10:18:52 auth: Error: net_accept() failed: Too many open files
Dec 23 10:18:52 auth: Error: net_accept() failed: Too many open files
Dec 23 10:18:52 auth: Error: net_accept() failed: Too many open files
Dec 23 10:18:52 auth: Error: net_accept() failed: Too m...
2015 Nov 11
0
lmtp panic
After 1 or 2 hours of recieveing this kind of errors mail server runs
out of file descriptors
Nov 11 16:22:20 mx10 dovecot: config: Error: net_accept() failed: Too
many open files
Nov 11 16:22:24 mx10 dovecot: config: Error: net_accept() failed: Too
many open files
Nov 11 16:22:25 mx10 dovecot: config: Error: net_accept() failed: Too
many open files
Nov 11 16:22:27 mx10 dovecot: config: Error: net_accept() failed: Too
many open files
Nov 11...
2015 Nov 13
2
lmtp panic
...Tour Operator
www.bgoperator.ru
T: +7 495 5042500 ext 1532
E: sergey.schwartz at bgoperator.com
11.11.2015 17:06, Sergey Schwartz ?????:
> After 1 or 2 hours of recieveing this kind of errors mail server runs
> out of file descriptors
>
> Nov 11 16:22:20 mx10 dovecot: config: Error: net_accept() failed: Too
> many open files
> Nov 11 16:22:24 mx10 dovecot: config: Error: net_accept() failed: Too
> many open files
> Nov 11 16:22:25 mx10 dovecot: config: Error: net_accept() failed: Too
> many open files
> Nov 11 16:22:27 mx10 dovecot: config: Error: net_accept() failed...
2015 Nov 21
2
lmtp panic
...42500 ext 1532
>> E: sergey.schwartz at bgoperator.com
>>
>> 11.11.2015 17:06, Sergey Schwartz ?????:
>>> After 1 or 2 hours of recieveing this kind of errors mail server runs out of file descriptors
>>>
>>> Nov 11 16:22:20 mx10 dovecot: config: Error: net_accept() failed: Too many open files
>>> Nov 11 16:22:24 mx10 dovecot: config: Error: net_accept() failed: Too many open files
>>> Nov 11 16:22:25 mx10 dovecot: config: Error: net_accept() failed: Too many open files
>>> Nov 11 16:22:27 mx10 dovecot: config: Error: net_accept()...
2015 Nov 10
3
lmtp panic
Gents,
I've just upgraded to the latest build of dovecot , now lmtp delivery
process panics for just one user
Nov 10 15:36:49 mx10 dovecot: lmtp(oleg.vasilyev at bgoperator.com): Panic:
file str.c: line 22 (str_new_const): assertion failed: (str[len] == '\0')
Nov 10 15:36:49 mx10 dovecot: lmtp(oleg.vasilyev at bgoperator.com): Panic:
file str.c: line 22 (str_new_const):
2015 Nov 17
0
lmtp panic
...gt; T: +7 495 5042500 ext 1532
> E: sergey.schwartz at bgoperator.com
>
> 11.11.2015 17:06, Sergey Schwartz ?????:
>> After 1 or 2 hours of recieveing this kind of errors mail server runs
>> out of file descriptors
>>
>> Nov 11 16:22:20 mx10 dovecot: config: Error: net_accept() failed: Too
>> many open files
>> Nov 11 16:22:24 mx10 dovecot: config: Error: net_accept() failed: Too
>> many open files
>> Nov 11 16:22:25 mx10 dovecot: config: Error: net_accept() failed: Too
>> many open files
>> Nov 11 16:22:27 mx10 dovecot: config: Er...
2015 Nov 23
0
lmtp panic
...;> E: sergey.schwartz at bgoperator.com
>>>
>>> 11.11.2015 17:06, Sergey Schwartz ?????:
>>>> After 1 or 2 hours of recieveing this kind of errors mail server runs out of file descriptors
>>>>
>>>> Nov 11 16:22:20 mx10 dovecot: config: Error: net_accept() failed: Too many open files
>>>> Nov 11 16:22:24 mx10 dovecot: config: Error: net_accept() failed: Too many open files
>>>> Nov 11 16:22:25 mx10 dovecot: config: Error: net_accept() failed: Too many open files
>>>> Nov 11 16:22:27 mx10 dovecot: config: Error: n...
2010 Aug 26
2
Panic, rawtrace, log, etc
While running some doveadm expunge -A mailbox Spam savedbefore 30d and
doveadm purge -A after
2010-08-26 16:20:51 auth: Error: net_accept() failed: Too many open files
2010-08-26 16:20:51 master: Warning: service(auth): process_limit
reached, client connections are being dropped
2010-08-26 16:21:21 auth: Panic: file auth-request-handler.c: line 85
(auth_request_handler_unref): assertion failed:
(hash_table_count(handler->requests)...
2007 Nov 14
1
libwrap-ing IMAP and POP logins
...ing_capability;
bool verbose_proctitle, verbose_ssl, verbose_auth;
const char *greeting, *log_format;
@@ -69,6 +76,10 @@
unsigned int remote_port, local_port;
struct client *client;
int fd;
+#ifdef LIBWRAP
+ struct request_info req;
+ char daemon[13] = "dovecot-";
+#endif
fd = net_accept(LOGIN_LISTEN_FD, &remote_ip, &remote_port);
if (fd < 0) {
@@ -77,6 +88,17 @@
return;
}
+#ifdef LIBWRAP
+ strlcat(daemon, login_protocol, sizeof(daemon));
+ request_init(&req, RQ_DAEMON, daemon, RQ_FILE, fd, NULL);
+ fromhost(&req);
+ if (!hosts_access(&req)) {
+ i_i...
2010 Aug 19
1
Dovecot 2.0 and BSDI 4.X
...running into problems.
from my typescript:
Script started on Wed Aug 18 23:24:58 2010
doctor.nl2k.ab.ca//usr/home/doctor$ tail -f /var/log/maillog | egrep dovecot
Aug 18 23:25:31 doctor dovecot: master: Dovecot v2.0.0 starting up (core dumps disabled)
Aug 18 23:25:31 doctor dovecot: log: Error: net_accept() failed: Invalid argument
Aug 18 23:25:31 doctor dovecot: master: Warning: service(anvil): process_limit reached, client connections are being dropped
quit
^C
doctor.nl2k.ab.ca//usr/home/doctor$ /usr/doc veo cot/sbin/dovecot -n
# 2.0.0: /usr/dovecot/etc/dovecot/dovecot.conf
# OS: BSD/OS 4.3 i386...
2010 Oct 10
9
Dovecot 2.0.5 and BSDI 4.3 again
Right,
Changes made to dovecot-2.0.5/src/lib-master/master-service.c
conn.listen_fd = l->fd;
conn.fd = net_accept(l->fd, &conn.remote_ip, &conn.remote_port);
i_error("conn.fd: %d",conn.fd);
i_error("l->fd: %d",l->fd);
i_error("&conn.remote_ip: %d",&conn.remote_ip);...
2012 Oct 11
3
dovecot cores
...b7f13620 in master_instance_write_init (list=0x9d48880, dotlock_r=0xbff6fb60) at master-instance.c:173
#4 0xb7f1390d in master_instance_list_set_name (list=0x9d48880, base_dir=0x8055300 "/var/dovecot/run", name=0x8055323 "dovecot")
at master-instance.c:252
#5 0x0804c347 in net_accept () at network.c:502
#6 0xb7f3255b in io_loop_handle_timeouts_real (ioloop=0x9d465b0) at ioloop.c:354
#7 0xb7f325de in io_loop_handle_timeouts (ioloop=0x9d465b0) at ioloop.c:367
#8 0xb7f338b6 in io_loop_handler_run (ioloop=0x9d465b0) at ioloop-poll.c:171
#9 0xb7f326d3 in io_loop_run (ioloop=0x9d...
2012 Oct 26
1
Dovecot stops to work - anvil problem
...ems that when we have a high load the
dovecot stops to work. Sometimes it is sufficient to make a dovecot
reload, but sometimes we have to restart it.
These are the lines related to anvil in the dovecot.log:
[root at secchia ~]# grep anvil /var/log/dovecot.log | more
Oct 26 11:13:55 anvil: Error: net_accept() failed: Too many open files
Oct 26 11:14:32 imap-login: Error: net_connect_unix(anvil) failed:
Resource temporarily unavailable
Oct 26 11:14:32 imap-login: Fatal: Couldn't connect to anvil
Oct 26 11:14:33 pop3-login: Error: net_connect_unix(anvil) failed:
Resource temporarily unavailable
Oct...
2003 Nov 04
0
PATCH: make local IP address available to auth modules
The attached patch makes the local IP address to which the client
connected available to the authentication modules; i.e., the local IP
address is available for substitution as %i for the mysql and pgsql
modules. We needed this feature to support thousands of our legacy
accounts which are authenticated by username/local_part (not the full
email address) and IP address (one per domain).
Timo,
2015 Jan 26
4
imap-login: Fatal: pipe() failed: Too many open files
...aster: Dovecot v2.2.15 starting up for
imap, pop3, lmtp
Jan 26 01:45:24 WM-01 dovecot: imap-login: Error: socket(login) failed:
Too many open files
Jan 26 01:45:24 WM-01 dovecot: imap-login: Error: auth: connect(login)
failed: Too many open files
Jan 26 01:45:24 WM-01 dovecot: imap-login: Error: net_accept() failed:
Too many open files
root at WM-01 [~]$
Does anyone have an idea what could be wrong here? I attached the
relevant configuration below. I use OpenLDAP as backend.
Please let me know if you need more information. Thank you very much.
Best Regards,
Leander
# ===============...
2015 Jan 26
0
imap-login: Fatal: pipe() failed: Too many open files
...g up for
> imap, pop3, lmtp
> Jan 26 01:45:24 WM-01 dovecot: imap-login: Error: socket(login)
> failed: Too many open files
> Jan 26 01:45:24 WM-01 dovecot: imap-login: Error: auth: connect(login)
> failed: Too many open files
> Jan 26 01:45:24 WM-01 dovecot: imap-login: Error: net_accept() failed:
> Too many open files
> root at WM-01 [~]$
>
>
>
>
>
>
> Does anyone have an idea what could be wrong here? I attached the
> relevant configuration below. I use OpenLDAP as backend.
> Please let me know if you need more information. Thank you very much....
2015 Jan 26
0
imap-login: Fatal: pipe() failed: Too many open files
...g up for
> imap, pop3, lmtp
> Jan 26 01:45:24 WM-01 dovecot: imap-login: Error: socket(login)
> failed: Too many open files
> Jan 26 01:45:24 WM-01 dovecot: imap-login: Error: auth: connect(login)
> failed: Too many open files
> Jan 26 01:45:24 WM-01 dovecot: imap-login: Error: net_accept() failed:
> Too many open files
> root at WM-01 [~]$
>
>
>
>
>
>
> Does anyone have an idea what could be wrong here? I attached the
> relevant configuration below. I use OpenLDAP as backend.
> Please let me know if you need more information. Thank you very much....