From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/64948 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: closing all inactive server connections Date: Thu, 19 Jul 2007 09:46:43 -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 1184852926 29312 80.91.229.12 (19 Jul 2007 13:48:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 19 Jul 2007 13:48:46 +0000 (UTC) To: Ding Mailing List Original-X-From: ding-owner+M13458@lists.math.uh.edu Thu Jul 19 15:48:45 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 1IBWN2-00021t-RC for ding-account@gmane.org; Thu, 19 Jul 2007 15:48:45 +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 1IBWLn-0005C7-1h; Thu, 19 Jul 2007 08:47:27 -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 1IBWLk-0005Bk-W3 for ding@lists.math.uh.edu; Thu, 19 Jul 2007 08:47:25 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1IBWLj-00027t-V2 for ding@lists.math.uh.edu; Thu, 19 Jul 2007 08:47:24 -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 1IBWLg-00016A-00 for ; Thu, 19 Jul 2007 15:47:21 +0200 Original-Received: from tzz (c-24-14-57-89.hsd1.il.comcast.net [24.14.57.89]) by mail.blockstar.com (Postfix) with ESMTP id B2ACA3F8301 for ; Thu, 19 Jul 2007 06:51:30 -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: Ding Mailing List In-Reply-To: (Ted Zlatanov's message of "Tue, 10 Jul 2007 15:54:58 -0400") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.0.96 (darwin) X-Spam-Score: -0.9 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:64948 Archived-At: On Tue, 10 Jul 2007 15:54:58 -0400 Ted Zlatanov wrote: TZ> On Sat, 07 Jul 2007 11:59:40 -0400 Ted Zlatanov wrote: TZ> Very often, my company's VPN will disconnect and my server connections TZ> will hang. I have to manually go into the server buffer and hit `C' on TZ> each server to close the connection, then C-g to cancel the ensuing TZ> timeout. I have 8 servers (NNTP and IMAP) so this is slow and annoying. TZ> My questions are: TZ> 1) is there a way to close all the server connections without the TZ> connection timeout? TZ> I should mention that I know about gnus-server-close-all-servers, but it TZ> doesn't do all the server connections. For some reason the variable TZ> gnus-inserted-opened-servers is an incomplete list after a VPN TZ> outage. I figured it out, finally. gnus-server-close-all-servers works on the servers defined in my Gnus setup, but not on those I subscribed directly through newsrc.eld (by visiting a foreign news server and subscribing to individual newsgroups). I believe this is a bug, can anyone verify? Thanks Ted