From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/65002 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: closing all inactive server connections Date: Mon, 30 Jul 2007 23:19:17 -0400 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1185852015 3568 80.91.229.12 (31 Jul 2007 03:20:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jul 2007 03:20:15 +0000 (UTC) Cc: ding@gnus.org To: Katsumi Yamaoka Original-X-From: ding-owner+M13512@lists.math.uh.edu Tue Jul 31 05:20:09 2007 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1IFiHH-0003Pf-88 for ding-account@gmane.org; Tue, 31 Jul 2007 05:20:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1IFiHD-0008RS-2Q; Mon, 30 Jul 2007 22:20:03 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1IFiHA-0008R0-R4 for ding@lists.math.uh.edu; Mon, 30 Jul 2007 22:20:00 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1IFiH1-0002r5-IL for ding@lists.math.uh.edu; Mon, 30 Jul 2007 22:20:00 -0500 Original-Received: from blockstar.com ([170.224.69.95] helo=mail.blockstar.com) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1IFiH0-0007HJ-00 for ; Tue, 31 Jul 2007 05:19:50 +0200 Original-Received: from tzz.local (unknown [69.25.70.4]) by mail.blockstar.com (Postfix) with ESMTP id 6BDF63F843E; Mon, 30 Jul 2007 20:25:49 -0700 (PDT) X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Mail-Followup-To: Katsumi Yamaoka , ding@gnus.org In-Reply-To: (Katsumi Yamaoka's message of "Tue, 31 Jul 2007 12:08:23 +0900") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (darwin) X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:65002 Archived-At: On Tue, 31 Jul 2007 12:08:23 +0900 Katsumi Yamaoka wrote: >>>>>> Katsumi Yamaoka wrote: >> The following patch forces Gnus to delete the nntp process if >> the server doesn't respond when Gnus tries to open it for sending >> the QUIT command: KY> Or this might be sufficient for that purpose: KY> --- nntp.el~ 2007-07-18 12:07:39 +0000 KY> +++ nntp.el 2007-07-31 03:04:52 +0000 KY> @@ -979,7 +979,7 @@ KY> (nntp-open-connection nntp-server-buffer))))) KY> (deffoo nntp-close-server (&optional server) KY> - (nntp-possibly-change-group nil server t) KY> + ;;(nntp-possibly-change-group nil server t) KY> (let ((process (nntp-find-connection nntp-server-buffer))) KY> (while process KY> (when (memq (process-status process) '(open run)) I tried it and the IMAP server still hangs. Maybe the fix is in nnimap.el? I haven't looked deeper into this issue but I'll be glad to debug things on my side. Ted