From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/68548 Path: news.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Re: gmane "Server Closed Connection" problem on Vista Date: Fri, 15 May 2009 21:11:39 +0200 Organization: Probably a good idea Message-ID: References: <86fxgctuu0.fsf@lifelogs.com> <867i12j6ey.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1242414774 16888 80.91.229.12 (15 May 2009 19:12:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 15 May 2009 19:12:54 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M16979@lists.math.uh.edu Fri May 15 21:12:47 2009 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 1M52pq-00068g-Bq for ding-account@gmane.org; Fri, 15 May 2009 21:12:46 +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 1M52pA-0001Gd-E7; Fri, 15 May 2009 14:12:04 -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 1M52p9-0001GN-4J for ding@lists.math.uh.edu; Fri, 15 May 2009 14:12:03 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1M52p3-0001Zu-90 for ding@lists.math.uh.edu; Fri, 15 May 2009 14:12:03 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1M52pV-00008F-00 for ; Fri, 15 May 2009 21:12:25 +0200 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1M52oy-0007Sn-Th for ding@gnus.org; Fri, 15 May 2009 19:11:52 +0000 Original-Received: from cm-84.208.204.180.getinternet.no ([84.208.204.180]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 May 2009 19:11:52 +0000 Original-Received: from sb by cm-84.208.204.180.getinternet.no with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 May 2009 19:11:52 +0000 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 33 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: cm-84.208.204.180.getinternet.no Mail-Copies-To: never User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.3 (windows-nt) Cancel-Lock: sha1:mZge6V7HQHCZDa6BJgD9TDW7P2Q= X-Spam-Score: -3.6 (---) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:68548 Archived-At: >>>>> Ted Zlatanov : > Strange. It would be ideal if we could isolate the test case to be > outside of Gnus. Can you debug the NNTP interaction and find the > command sequence that triggers the disconnect? It should then be > fairly simple to test it outside of Gnus (for instance, with Perl > using Net::NNTP). I have a wireshark sniff of a failed group open, and just looking at the NNTP traffic doesn't yield any clues., The last thing that goes on there, is: XOVER 9209-9209 224 9208-9208 fields follow 9208.Re: Languages again.Paul R .Mon, 10 Nov 2008 12:28:31 +0100.<87zlk7q0ps.fsf@gmail.com>.<2AF10E75-89F8-49A9-BD07-F50E394C401F@gmail.com>.5048.21.Xref: news.gmane.org gmane.emacs.orgmode:9208. . 224 9209-9209 fields follow 9209.Re: Languages again.Sebastian Rose .Mon, 10 Nov 2008 13:07:33 +0100.<87ljvriy2i.fsf@kassiopeya.MSHEIMNETZ>.<2AF10E75-89F8-49A9-BD07-F50E394C401F@gmail.com>.5622.68.Xref: news.gmane.org gmane.emacs.orgmode:9209. . 205 . and then nothing more. If I look at the packages, then the client side sends a FIN, ACK, and then a RST, ACK, just before the connection terminates. I haven't the TCP specification in my head, but this looks like the client, ie. Gnus/Emacs, for some reason terminating the connection....? So why does it complain that the server closed the connection? I guess it could be the emacs TCP/IP support closing the connection, and Gnus complaining that the server had closed the connection...?