From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/84221 Path: news.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.discuss,gmane.emacs.gnus.general Subject: Re: Problems entering gmane groups with git gnus Date: Fri, 14 Feb 2014 16:09:09 +0100 Organization: Probably a good idea Message-ID: <871tz5n33e.fsf@dod.no> References: <87txe8om7s.fsf@flea.lifelogs.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1392390556 4223 80.91.229.3 (14 Feb 2014 15:09:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 14 Feb 2014 15:09:16 +0000 (UTC) Cc: ding@gnus.org To: gmane-discuss@hawk.netfonds.no Original-X-From: gmane-discuss-bounces@hawk.netfonds.no Fri Feb 14 16:09:24 2014 Return-path: Envelope-to: gd-gmane-discuss@m.gmane.org Original-Received: from hawk.netfonds.no ([80.91.224.246]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WEKOK-0007gJ-Id for gd-gmane-discuss@m.gmane.org; Fri, 14 Feb 2014 16:09:24 +0100 Original-Received: from localhost ([127.0.0.1] helo=hawk.netfonds.no) by hawk.netfonds.no with esmtp (Exim 4.72) (envelope-from ) id 1WEKOK-000692-D6; Fri, 14 Feb 2014 16:09:24 +0100 Original-Received: from plane.gmane.org ([80.91.229.3]) by hawk.netfonds.no with esmtp (Exim 4.72) (envelope-from ) id 1WEKOI-00068x-T4 for gmane-discuss@hawk.netfonds.no; Fri, 14 Feb 2014 16:09:22 +0100 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WEKOH-0007e6-TB for gmane-discuss@hawk.netfonds.no; Fri, 14 Feb 2014 16:09:21 +0100 Original-Received: from cm-84.208.248.210.getinternet.no ([84.208.248.210]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 14 Feb 2014 16:09:21 +0100 Original-Received: from sb by cm-84.208.248.210.getinternet.no with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 14 Feb 2014 16:09:21 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: gmane-discuss@hawk.netfonds.no Original-Lines: 49 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: cm-84.208.248.210.getinternet.no User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3 (gnu/linux) Mail-Copies-To: never Cancel-Lock: sha1:l4iZzZ5tdRPk0qY5msgvuV4Ue64= X-BeenThere: gmane-discuss@hawk.netfonds.no X-Mailman-Version: 2.1.5 Precedence: list List-Id: gmane-discuss.hawk.netfonds.no List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gmane-discuss-bounces@hawk.netfonds.no Xref: news.gmane.org gmane.discuss:16000 gmane.emacs.gnus.general:84221 Archived-At: >>>>> Ted Zlatanov : > I don't run on W32 so I can't confirm this, but please check that the > installed GnuTLS version is the latest before anything else. Now I've seen this on a Win8 Asus X301A laptop, that so far have eluded being linux-ified (it starts booting the PXE install, then just stops and skips out and continues with Win8 boot, but that's another story...). GNU Emacs 24.3.1 (i386-mingw-nt6.2.9200) of 2013-03-17 on MARVIN gnutls-3.0.9-w32-bin.zip (from http://sourceforge.net/projects/ezwinports/files/) What happened here was quite strange. When I tried entering gmane.discuss on news.gmane.org, It failed, and I got the following messages in the minibuffer: Opening nntp server on news.gmane.org...done gnutls.c: [0] (Emacs) fatal error: The TLS connection was non-properly terminated. [2 times] apply: Server closed connection Then I did (setq gnutls-log-level 1) in the scratch buffer, and tried entering gmane.discuss, and this time it worked. So I don't know how reproducible this is. Here are the Messages buffer content resulting from entering gmane.discuss: Opening nntp server on news.gmane.org... gnutls.c: [1] (Emacs) allocating credentials gnutls.c: [1] (Emacs) gnutls callbacks gnutls.c: [1] (Emacs) gnutls_init gnutls.c: [1] (Emacs) got non-default priority string: NORMAL gnutls.c: [1] (Emacs) setting the priority string news.gmane.org certificate could not be verified. gnutls.c: [1] (Emacs) certificate signer was not found: news.gmane.org gnutls.c: [1] (Emacs) certificate validation failed: news.gmane.org Opening nntp server on news.gmane.org...done Seems like this wasn't the culprit at all? Just a warning? > If it still fails, open an Emacs bug or hop onto an existing one. > There were some gnutls.c changes recently by Paul Eggert that could > have caused this. My changes for certificate validation are less > likely to affect only Windows, but still possible. Ideally you could > do some kind of test bisection and tell us which commit broke your > setup. If I can get something really reproducible, I will try a bisect.