From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/81490 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 22:05:34 +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 1330463200 29959 80.91.229.3 (28 Feb 2012 21:06:40 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 28 Feb 2012 21:06:40 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M29770@lists.math.uh.edu Tue Feb 28 22:06:38 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 1S2UFq-0006LY-1p for ding-account@gmane.org; Tue, 28 Feb 2012 22:06:38 +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 1S2UFO-00044N-9A; Tue, 28 Feb 2012 15:06:10 -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 1S2UFM-00044C-IX for ding@lists.math.uh.edu; Tue, 28 Feb 2012 15:06:08 -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 1S2UFL-0005d0-A7 for ding@lists.math.uh.edu; Tue, 28 Feb 2012 15:06:07 -0600 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1S2UFI-0002Pg-G1 for ding@gnus.org; Tue, 28 Feb 2012 22:06:04 +0100 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1S2UFG-0005qq-LE for ding@gnus.org; Tue, 28 Feb 2012 22:06:02 +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 22:06:02 +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 22:06:02 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 55 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:3J4Zs4hs3cPfLN4KCey8VtxNmDs= X-Spam-Score: -1.0 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:81490 Archived-At: Andreas Schwab writes: > Robert Pluim writes: > >> 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 > > That's not the same. You are reverting _all_ later commits, whereas git > revert 9e4f0f only reverts a single commit. > In general yes. However: git log commit 9e4f0f845a97649bdeff35ef0356314d079a9383 Author: Andreas Schwab Date: Sat Feb 25 13:18:09 2012 +0000 parse-time.el (parse-time-string): Allow extractor to return nil. commit c259392dfe4cb4c62b6ec388c384be8b55519214 Author: Lars Magne Ingebrigtsen Date: Sat Feb 25 12:29:09 2012 +0100 * shr.el (shr-column-specs): Protect against TDs with "width: 0%". (HEAD when I noticed the breakage was at 9e4f0f845a97649bdeff35ef0356314d079a9383) Robert