Displaying 20 results from an estimated 4000 matches similar to: "Problems with HUP'ing dovecot"
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
2006 Mar 11
2
dovecot-1.0b3 kevent error/warning message
i use openbsd/i386, dovecot-1.0b3,
i see some kevent error/warning message in maillog like this:
--------------------------------------------------------
imap(username): kevent(1) in io_loop_handle_add() failed: Bad file
descriptor
imap(username): kevent(1) in io_loop_handle_remove failed: Bad file
descriptor
--------------------------------------------------------
2017 Jun 02
1
updated to dove 2.30.1 and still the same error ....
Well.. updated to 2.30.1 hoping it would fix this mysterious seg fault
... ,but nope ...
auth: Fatal: master: service(auth): child 14502 killed with signal 11
(core dumped)
the core dump shows
gdb) bt #0 0x00007f7ff4a06bee in ?? ()
#1 0x00007f7ff74a4f44 in io_loop_handle_remove () from
/usr/local/lib/dovecot/libdovecot.so.0
#2 0x00007f7ff74a3765 in io_remove_full () from
2007 Feb 26
2
Certs file
I'm running 1.0rc23 on FreeBSD 6.2-RELEASE, and seeing the following:
Starting dovecot.
Error: Can't use SSL key file /etc/ssl/private/dovecot.pem: No such
file or directory
In the config file I have:
ssl_cert_file=/usr/local/certs/imapd.pem
Looking for dovecot.pem on the config file there's only:
% grep dovecot.pem dovecot.conf
#ssl_cert_file = /etc/ssl/certs/dovecot.pem
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
2014 Nov 12
1
closed fd causes: lmtp(18385): Panic: epoll_ctl(del, 11) failed: Bad file descriptor
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
See the end of the message for a possible delete of a closed fd from
epoll() problem.
Every now and then I get a Panic after a successfull LMTP delivery:
2014-11-12 13:25:31 lmtp(20890): Info: Connect from local
2014-11-12 13:25:32 lmtp(20890): Info: Disconnect from local: Connection closed (in reset)
2014-11-12 13:25:34 lmtp(20890): Info: Connect
2006 Oct 10
1
RC8 failing...
I just tried upgrading from RC7 to RC8 this morning, and I'm seeing
an issue I've never seen before. On my first POP3 login, all is fine,
but any subsequent logins seem to fail with the message:
dovecot: Oct 10 11:04:31 Error: Maximum number of mail processes exceeded
In the dovecot log file.
I'm also oddly seeing the message:
Oct 10 11:01:05 popbkup pop3-login: [ID 799321
2004 Aug 25
0
[PATCH] move highest_fd calculations to ioloop-select.c
Hello,
ioloop->highest_fd is used by ioloop-select.c only, so its
handling can be moved out of generic ioloop code. Attached
patch (agains -test35) does exactly this.
Please consider applying.
Best regards.
--
Andrey Panin | Linux and UNIX system administrator
pazke at donpac.ru | PGP key: wwwkeys.pgp.net
-------------- next part --------------
diff -urpNX /usr/share/dontdiff -x Makefile
2009 Mar 05
1
[PATCH] OCFS2: Pagecache usage optimization on OCFS2
Hi.
I introduced "is_partially_uptodate" aops for OCFS2.
A page can have multiple buffers and even if a page is not uptodate, some buffers
can be uptodate on pagesize != blocksize environment.
This aops checks that all buffers which correspond to a part of a file
that we want to read are uptodate. If so, we do not have to issue actual
read IO to HDD even if a page is not uptodate
2006 Sep 15
3
RC7: BUG! and patch [Was: Re: rc7 bug? [Was: deliver LDA and INBOX location] (fwd)] (fwd)
Could someone confirm, please, that this bug report and its proposed fix
are being checked?
1. Is my analysis (message below) about right?
2. Is my proposed patch (attached) about right?
3. Is this being addressed for "rc8" (or whatever) and its successors?
Many thanks.
--
: David Lee I.T. Service :
: Senior Systems Programmer
2007 Jan 29
6
repeat downloads of message headers in 1.0rc19
I upgraded one server to 1.0rc19 (from rc15) over the weekend, and have
since received several reports of dovecot erroneously retrieving older
messages as new mail. I've seen this myself intermittently on KMail, and
users have reported it on Thunderbird, Squirrelmail, and Outlook.
I see some things in the archives that suggest that this was a problem in
older 1.0 release candidates, but
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
2006 Oct 09
2
1.0.rc8 released
I've still over 200 mails unread in the mailing list, and important
things left in TODO. This release is an improvement over rc7 anyway,
hopefully I'll have time to fix the rest soon.
http://dovecot.org/releases/dovecot-1.0.rc8.tar.gz
http://dovecot.org/releases/dovecot-1.0.rc8.tar.gz.sig
* GSSAPI: Changed POP3 service name to "pop", which is what the
standard says
*
2006 Oct 09
2
1.0.rc8 released
I've still over 200 mails unread in the mailing list, and important
things left in TODO. This release is an improvement over rc7 anyway,
hopefully I'll have time to fix the rest soon.
http://dovecot.org/releases/dovecot-1.0.rc8.tar.gz
http://dovecot.org/releases/dovecot-1.0.rc8.tar.gz.sig
* GSSAPI: Changed POP3 service name to "pop", which is what the
standard says
*
2009 Sep 09
4
Dmesg log for 2.6.31-rc8 kernel been built on F12 (rawhide) vs log for same kernel been built on F11 and installed on F12
Previous 2.6.31-rc8 kernel was built on F11 and installed with modules on F12.
Current kernel has been built on F12 (2.6.31-0.204.rc9.fc12.x86_64) and installed
on F12 before loading under Xen 3.4.1.
Dmesg log looks similar to Michael Yuong''s ''rc7.git4'' kernel for F12.
Boris.
--- On Tue, 9/8/09, Boris Derzhavets <bderzhavets@yahoo.com> wrote:
From: Boris
2013 Apr 19
7
Re: [BUG REPORT] Kernel panic on 3.9.0-rc7-4-gbb33db7
(cc''ing btrfs people)
On Fri, Apr 19, 2013 at 11:33:20AM +0800, Wanlong Gao wrote:
> RIP: 0010:[<ffffffff812484d3>] [<ffffffff812484d3>] ftrace_raw_event_block_bio_complete+0x73/0xf0
...
> [<ffffffff811b6c10>] bio_endio+0x80/0x90
> [<ffffffffa0790d26>] btrfs_end_bio+0xf6/0x190 [btrfs]
> [<ffffffff811b6bcd>] bio_endio+0x3d/0x90
>
2005 Dec 14
2
Patch: ioloop using kqueue/kevent for FreeBSD
Hi,
I would like to submit the attached patch. It implements IO loop using
FreeBSD's kqueue/kevent syscalls. It is based on snapshot of CVS HEAD as of
2005-12-12.
I could only give it limited testing on FreeBSD 5.4 but it works fine so far.
Vaclav Haisman
-------------- next part --------------
diff -rN -u old-dovecot-cvs/autogen.sh new-dovecot-cvs/autogen.sh
---
2008 Jun 02
5
v1.1.rc8 released
http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc8.tar.gz
http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc8.tar.gz.sig
I then decided to add the deliver -c feature to this release. Seems to
work in my tests, but who knows if it breaks something.. Although most
of the code is called only if -c parameter is given. Anyway we really
should have a comprehensive test suite written some day (yes, help
2011 Aug 26
1
issue with available.packages() and download.file()
Dear R-Users,
I think I have encountered a potential bug (or at least unwanted behavior),
but I'm not sure so I wanted to post here first. Lately I've been
encountering an error when running a package I put together. I have my
package set up to check for updates when it loads but this error occurs and
stops the package from loading:
Error : .onLoad failed in loadNamespace() for
2008 Jun 02
5
v1.1.rc8 released
http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc8.tar.gz
http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc8.tar.gz.sig
I then decided to add the deliver -c feature to this release. Seems to
work in my tests, but who knows if it breaks something.. Although most
of the code is called only if -c parameter is given. Anyway we really
should have a comprehensive test suite written some day (yes, help