From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/78105 Path: news.gmane.org!not-for-mail From: Bernt Hansen Newsgroups: gmane.emacs.gnus.general Subject: Re: cloudy Gnus Date: Sat, 26 Mar 2011 16:53:53 -0400 Message-ID: <87oc4xeh7i.fsf@norang.ca> References: <87y6570wne.fsf@lifelogs.com> <87sjvezwx4.fsf@dod.no> <8762saq0t3.fsf@lifelogs.com> <877hcp2y31.fsf@lifelogs.com> <877hcpxrnj.fsf@dod.no> <87zkplz5nr.fsf_-_@lifelogs.com> <87r59vt2tb.fsf@lifelogs.com> <87r59uan7q.fsf@dod.no> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1301179208 12936 80.91.229.12 (26 Mar 2011 22:40:08 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 26 Mar 2011 22:40:08 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M26416@lists.math.uh.edu Sat Mar 26 23:40:04 2011 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.69) (envelope-from ) id 1Q3c9M-0005Gh-5t for ding-account@gmane.org; Sat, 26 Mar 2011 23:40:04 +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 1Q3c8Q-0003Cq-MC; Sat, 26 Mar 2011 17:39:06 -0500 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 1Q3aUn-0002mQ-BM for ding@lists.math.uh.edu; Sat, 26 Mar 2011 15:54:05 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Q3aUl-0006qW-LT for ding@lists.math.uh.edu; Sat, 26 Mar 2011 15:54:05 -0500 Original-Received: from mho-02-ewr.mailhop.org ([204.13.248.72]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Q3aUk-0000bD-Go for ding@gnus.org; Sat, 26 Mar 2011 21:54:02 +0100 Original-Received: from cpe000102d0fe75-cm0012256ecbde.cpe.net.cable.rogers.com ([99.239.148.180] helo=mail.norang.ca) by mho-02-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1Q3aUe-000JjP-Gz for ding@gnus.org; Sat, 26 Mar 2011 20:53:56 +0000 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 99.239.148.180 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/mailhop/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX18cvIUezdGFTwSMHS8qajxi Received-SPF: pass (mail.norang.ca: domain of bernt@norang.ca designates 192.168.1.5 as permitted sender) receiver=mail.norang.ca; client-ip=192.168.1.5; helo=localhost.localdomain; envelope-from=bernt@norang.ca; x-software=spfmilter 0.97 http://www.acme.com/software/spfmilter/ with libspf-unknown; Original-Received: from localhost.localdomain (gollum.intra.norang.ca [192.168.1.5]) by mail.norang.ca (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id p2QKrsDc015401 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sat, 26 Mar 2011 16:53:55 -0400 Original-Received: from localhost.localdomain (gollum [127.0.0.1]) by localhost.localdomain (8.14.3/8.14.3/Debian-9.4) with ESMTP id p2QKrsYe008973 for ; Sat, 26 Mar 2011 16:53:54 -0400 Original-Received: (from bernt@localhost) by localhost.localdomain (8.14.3/8.14.3/Submit) id p2QKrrYn008972; Sat, 26 Mar 2011 16:53:53 -0400 X-Authentication-Warning: localhost.localdomain: bernt set sender to bernt@norang.ca using -f In-Reply-To: <87r59uan7q.fsf@dod.no> (Steinar Bang's message of "Fri, 25 Mar 2011 22:45:29 +0100") User-Agent: Gnus/5.110015 (No Gnus v0.15) Emacs/23.2 (gnu/linux) X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:78105 Archived-At: Steinar Bang writes: >>>>>> Ted Zlatanov : > >> I would check the mark sync file. It's probably not being written >> correctly. > > What should I check for. The write date looks ok, and the content looks > ok as well. > > Also, this gnus, which hadn't been updated for a while, synced > correctly. > > Unfortunately I just pulled from the origin repo...:-/ > > Is there a way to find out what commit I was at before I pulled? It has > to be some change between there and now... Hi Steinar, If you just pulled then a temporary ref ORIG_HEAD points at your previous commit. You can also use the reflog to get back to recent points in time in your working repository. HTH, -- Bernt