search for: fd_read

Displaying 11 results from an estimated 11 matches for "fd_read".

Did you mean: fb_read
2004 Dec 17
1
Cygwin and index code
...and since I have a cygwin setup anyway I thought I'd try). The whole thing doesn't work anyway: [after correcting users, making directories, make install...] $ /usr/local/sbin/dovecot.exe dovecot: Dec 17 16:03:17 Info: Dovecot v1.0-test58 starting up dovecot: Dec 17 16:03:18 Error: login: fd_read() failed: Function not implemented dovecot: Dec 17 16:03:18 Error: close(mail client) failed: Bad file descriptor dovecot: Dec 17 16:03:18 Error: Login process died too early - shutting down dovecot: Dec 17 16:03:18 Error: imap-login: dovecot: Dec 17 16:03:18 Fatal: setrlimit(RLIMIT_DATA, 32): I...
2010 May 05
1
2.0 beta4 (5d76f5b13883): Home directory not recognized
Hi, latest Mercurial seems to have problems with the Config Module unloads: May 5 19:18:16 spectre dovecot: master: Dovecot v2.0.beta4 (5d76f5b13883) starting up May 5 19:18:34 spectre dovecot: managesieve: Error: fd_read() partial input (54/88) May 5 19:18:34 spectre dovecot: imap-login: Fatal: Error reading configuration: read(/var/run/dovecot/config) failed: EOF May 5 19:18:34 spectre dovecot: master: Error: service(imap-login): command startup failed, throttling Restarting IMAP/POP3 mail server: dovecotError:...
2010 Jun 17
3
Problem configuring rawlog with 2.0beta6
...unix_listener imap-postlogin { } } (full dovecot -n below), but instead of successful rawlog writes, I got the following log messages: Jun 16 19:46:36 sbh16 dovecot: script: Fatal: Client not compatible with this binary (connecting to wrong socket?) Jun 16 19:46:36 sbh16 dovecot: imap: Error: fd_read(/usr/local/var/run/dovecot/imap-postlogin) failed: disconnected So the first question is how do I configure rawlog for 2.0beta6? And the next question is why the "-1 messages". Here's dovecot -n # dovecot -n # 2.0.beta6: /usr/local/etc/dovecot/dovecot.conf # OS: Linux 2.6.18-8.1.1...
2003 Oct 02
1
another Dovecot problem
Hi All-- First, thanks to Timo for solving my last issue. I got dovecot up and running on one of my machines, and it does exactly what I want. Now I'm trying to install dovecot on an older box (glibc 2.0.7 Linux kernel 2.0.36), and encountering some problems: -- firstly autoconf/automake does not seem to correctly deal with the madvise function on this system. It detects that we don't
2006 Sep 22
1
Dovecot 1.0.rc7 ioloop-poll.c assertion failed after SIGHUP
Anybody else seen this one? We're running Dovecot 1.0.rc7 on a different port on our live server (we're generally live with 1.0.beta5) and after a HUP to reload the user database (in a passwd-file) this morning we got:- > dovecot: Sep 22 07:45:05 Info: IMAP 14482 someuser xxx.xxx.xxx.xxx : Disconnected in IDLE > dovecot: Sep 22 07:45:05 Warning: imap-login: SSL_read() syscall
2007 Jun 01
0
Wine release 0.9.38
..._32: Store the local iosb in the ws2_async structure to avoid a memory allocation. include: Fix the definition of MSG_MAXIOVLEN. ws2_32: Allocate iovec buffers statically using MSG_MAXIOVLEN. ntdll: Report end of file instead of broken pipe on char devices. ws2_32: Re-enable FD_READ also when returning EWOULDBLOCK from WSARecvFrom(). ws2_32: Don't modify last error in async I/O callback. ntdll: Preserve errno across system calls done in the suspend handler. user32: Fix a printf format warning. Anatoly Lyutin (1): user32: mdi: Fix switch with wParam...
2010 Aug 20
0
Wine release 1.3.1
...AILED instead of NOT SUCCEEDED. gameux: Don't bother to output a "stub" FIXME in DllCanUnloadNow(). explorerframe: Don't cast NULL. Mike Kaplinskiy (7): include/mswsock: Add WS_ prefix if necessary. ws2_32/tests: Test ConnectEx. ws2_32: Don't set FD_READ/FD_WRITE before the connection is complete. ws2_32: Create a wrapper for connect. ws2_32: Implement ConnectEx. ws2_32: Implement SO_UPDATE_CONNECT_CONTEXT. ws2_32: Fix a bad pointer crash. Mikko Rasa (1): crypt32: Only clear *pcbDecoded on error in CryptVerifyMessageS...
2010 May 21
0
Wine release 1.2-rc1
...sing the long type. mciwave: Avoid using long. wined3d: Avoid using the long type. Mike Kaplinskiy (12): include: Add WSAID_WSASENDMSG extension guid. ws2_32: Improve SIO_GET_EXTENSION_FUNCTION_POINTER stub. ws2_32/tests: Add some socket event tests. server: Set FD_READ in only 1 place (cleanup). server: Keep polling sockets after we got a 0 recv, but not for POLLIN. server: Use a less hackish approach to not POLLIN when we have a hung up socket. server: Always treat POLLHUP as a hangup, just special case checking TCP sockets. server: Get r...
2012 Apr 02
23
[PATCH 00 of 18] [v2] tools: fix bugs and build errors triggered by -O2 -Wall -Werror
Changes: tools/blktap: remove unneeded pointer dereferencing in convert_dev_name_to_num tools/blktap: constify string arrays in convert_dev_name_to_num tools/blktap: fix params and physical-device parsing tools/blktap: remove unneeded pointer dereferencing from img2qcow.c tools/blktap: remove unneeded pointer dereferencing from qcow2raw.c tools/blktap2: fix build errors caused by Werror in
2020 Aug 18
15
[PATCH nbdkit 0/9] Port to Windows.
Also available here: https://github.com/rwmjones/nbdkit/tree/2020-windows-mingw This is the port to Windows using native Windows APIs (not MSYS or Cygwin). This patch series is at the point where it basically now works. I can run the server with the memory plugin, and access it remotely using guestfish, creating filesystems and so on without any apparent problems. Nevertheless there are many
2020 Aug 20
15
[PATCH nbdkit 0/13] Port to Windows without using a separate library.
Also available here: https://github.com/rwmjones/nbdkit/tree/2020-windows-mingw-nolib After a lot of work I have made the port to Windows work without using a separate library. Instead, on Windows only, we build an "import library" (library of stubs) which resolves references to nbdkit_* functions in the main program and fixes up the plugin, basically the first technique outlined in