search for: net_set_nonblock

Displaying 6 results from an estimated 6 matches for "net_set_nonblock".

2003 Dec 04
2
Problems on startup
Hi. When I'm trying to start dovecot, I get following error: Fatal: net_set_nonblock() failed: Operation not supported by device What's that error about? System is FreeBSD 5.1. I think this problem is related to FreeBSD. Dovecot works fine on my Linux-servers. Thanks in advance, Joona -- Joona Kulmala <joona at fiveam.org>
2006 Aug 11
1
fcntl Bad file descriptor
I've seen a couple of these in the log while testing the proxy too. Do you know what would cause this? Aug 10 23:30:29 director5 dovecot: imap-login: fcntl(-1, F_GETFL) failed: Bad file descriptor Aug 10 23:30:29 director5 dovecot: imap-login: fd_set_nonblock(-1) failed: Bad file descriptor Aug 10 23:30:29 director5 dovecot: child 14016 (login) returned error 89
2005 Sep 13
1
Solaris build failed
dovecot-v1.0-alpha build failed for Solaris 11 (OpenSolaris Nevada). The problematic line is in socket.c line 228. The fix should be to change SOL_TCP to IPPROTO_TCP found in netinet/in.h. This change should work universally on all platforms. Gary
2019 Jan 04
1
Feature request: client bind address for replication
...-04 14:57:08.251519641 +0100 @@ -535,7 +535,7 @@ conn->pool = pool; conn->server = server; conn->fd = doveadm_connect_with_default_port(server->name, - doveadm_settings->doveadm_port); + doveadm_settings->doveadm_port,doveadm_settings->doveadm_local_ip); net_set_nonblock(conn->fd, TRUE); conn->input = i_stream_create_fd(conn->fd, MAX_INBUF_SIZE, FALSE); conn->output = o_stream_create_fd(conn->fd, (size_t)-1, FALSE);
2010 Oct 10
9
Dovecot 2.0.5 and BSDI 4.3 again
...s the connection fd and stop the listener. */ conn.fd = l->fd; conn.listen_fd = l->fd; conn.fifo = TRUE; io_remove(&l->io); l->fd = -1; } conn.ssl = l->ssl; net_set_nonblock(conn.fd, TRUE); to generate below log for debugging. Oct 10 16:30:45 doctor dovecot: master: Dovecot v2.0.5 starting up (core dumps d isabled) Oct 10 16:30:45 doctor dovecot: log: Error: l->fd: 20 Oct 10 16:30:45 doctor dovecot: log: Error: &conn....
2006 Jul 12
3
Error: imap-login: Can't connect to auth server at default: Resource temporarily unavailable
So I just upgraded from Dovecot 0.99 to the latest 1.0 RC2 because I was having all sorts of Authentication problems and crashes in 0.99. The upgrade did not solve the problem apparently. Dovecot still crashes periodically and always needs to be manually rebooted. The log file errors at the time of the crash: dovecot: Jul 12 14:30:59 Error: imap-login: Can't connect to auth server at