From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/81488 Path: news.gmane.org!not-for-mail From: Robert Pluim Newsgroups: gmane.emacs.gnus.general Subject: Re: one of my nntp servers won't open Date: Tue, 28 Feb 2012 20:08:02 +0100 Organization: not if I can help it Message-ID: References: <877gz79cf4.fsf@lifelogs.com> Reply-To: ding@gnus.org NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1330456185 6202 80.91.229.3 (28 Feb 2012 19:09:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 28 Feb 2012 19:09:45 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M29768@lists.math.uh.edu Tue Feb 28 20:09:44 2012 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1S2SQh-0007rE-8i for ding-account@gmane.org; Tue, 28 Feb 2012 20:09:43 +0100 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 1S2SPb-0003WJ-Fd; Tue, 28 Feb 2012 13:08:35 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1S2SPY-0003W8-UN for ding@lists.math.uh.edu; Tue, 28 Feb 2012 13:08:32 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1S2SPX-0004xZ-6R for ding@lists.math.uh.edu; Tue, 28 Feb 2012 13:08:32 -0600 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1S2SPV-0007bS-7H for ding@gnus.org; Tue, 28 Feb 2012 20:08:29 +0100 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1S2SPS-0006W5-5J for ding@gnus.org; Tue, 28 Feb 2012 20:08:26 +0100 Original-Received: from lns-bzn-49f-81-56-191-143.adsl.proxad.net ([81.56.191.143]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 28 Feb 2012 20:08:26 +0100 Original-Received: from rpluim by lns-bzn-49f-81-56-191-143.adsl.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 28 Feb 2012 20:08:26 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 31 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: lns-bzn-49f-81-56-191-143.adsl.proxad.net Mail-Copies-To: never User-Agent: Gnus/5.11002 (No Gnus v0.20) XEmacs/21.5-b31 (cygwin32) Cancel-Lock: sha1:N9h5iBeQY9Pjx2jsD89X5aGI6CA= X-Spam-Score: -1.0 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:81488 Archived-At: Ted Zlatanov writes: > On Mon, 27 Feb 2012 22:31:04 +0100 Robert Pluim wrote: > > RP> This is with no-gnus. The server is always 'denied' > RP> Git bisect blames: > > RP> $ git show 9e4f0f845a97649bdeff35ef0356314d079a9383 > RP> commit 9e4f0f845a97649bdeff35ef0356314d079a9383 > RP> Author: Andreas Schwab > RP> Date: Sat Feb 25 13:18:09 2012 +0000 > > RP> parse-time.el (parse-time-string): Allow extractor to return nil. > > > RP> What info from me would help here? > > Locally, do "git revert 9e4f0f845a97649bdeff35ef0356314d079a9383" and > see if that works (the revert could fail, you'd have to adjust the patch > then). Then you know for sure that this commit was the problem. I did git co c259392dfe4cb4c62b6ec388c384be8b55519214 which should be the same, and everything worked. Then I updated to 9e4f0f845a97649bdeff35ef0356314d079a9383, and everything worked. Heisenbug :( Robert