From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/87172 Path: news.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-cloud work Date: Tue, 26 Jul 2016 23:19:38 +0200 Organization: Probably a good idea Message-ID: <86vazshzbp.fsf@dod.no> References: <87wplnzhvb.fsf@lifelogs.com> <8737nukab5.fsf@ericabrahamsen.net> <87a8i2n2i7.fsf@lifelogs.com> <878txm6rsy.fsf@ericabrahamsen.net> <87poqxjls5.fsf@lifelogs.com> <87shvsj1lg.fsf@lifelogs.com> <87lh1eg6s6.fsf@lifelogs.com> <87d1m8bh5z.fsf@lifelogs.com> <86wpkcaym2.fsf@dod.no> <86mvl7f9eh.fsf@dod.no> <86invvf96u.fsf@dod.no> <86d1m3f60a.fsf@dod.no> <87oa5l50uw.fsf@lifelogs.com> <87fuqx7gwz.fsf@linux-m68k.org> <87a8h5jgl0.fsf@lifelogs.com> <86a8h47r32.fsf@dod.no> <87zip4iizk.fsf@lifelogs.com> <867fc8jl69.fsf@dod.no> <8637mwjkjk.fsf@dod.no> <87fuqwgp1q.fsf@lifelogs.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1469568049 4323 80.91.229.3 (26 Jul 2016 21:20:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 26 Jul 2016 21:20:49 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M35392@lists.math.uh.edu Tue Jul 26 23:20:37 2016 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1bS9mF-0004Az-N2 for ding-account@gmane.org; Tue, 26 Jul 2016 23:20:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.86_2) (envelope-from ) id 1bS9lY-000119-R3; Tue, 26 Jul 2016 16:19:52 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.86_2) (envelope-from ) id 1bS9lV-00010W-VB for ding@lists.math.uh.edu; Tue, 26 Jul 2016 16:19:50 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.86_2) (envelope-from ) id 1bS9lT-00018C-BI for ding@lists.math.uh.edu; Tue, 26 Jul 2016 16:19:49 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1bS9lR-00066Z-RC for ding@gnus.org; Tue, 26 Jul 2016 23:19:45 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1bS9lR-0003mB-A9 for ding@gnus.org; Tue, 26 Jul 2016 23:19:45 +0200 Original-Received: from 45.81-166-192.customer.lyse.net ([81.166.192.45]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 26 Jul 2016 23:19:45 +0200 Original-Received: from sb by 45.81-166-192.customer.lyse.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 26 Jul 2016 23:19:45 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 24 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 45.81-166-192.customer.lyse.net Mail-Copies-To: never User-Agent: Gnus/5.130016 (Ma Gnus v0.16) Emacs/24.4 (windows-nt) Cancel-Lock: sha1:12X8u7bG7ssHmeMBNvxlDnyTkYE= X-Spam-Score: -4.2 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:87172 Archived-At: >>>>> Ted Zlatanov : > That seems like a bug or misconfiguration, it's trying to create the > cloud storage group on a NNTP server. > What's your `gnus-cloud-method'? Is it an NNTP or an IMAP server? Misconfiguration, probably. 'C-h v' says that gnus-cloud-method is nil. Let me see what the documentation says...? Ah, gnus-cloud-method was supposed to have been set by the upload using the customize facilities. The variable *was* set by the upload, but perhaps not to something useful...? This is what it was set to (from ~/.emacs): (custom-set-variables ... '(gnus-cloud-method server) '(gnus-cloud-storage-method (quote base64-gzip)) ... (the gnus-cloud-storage-method was explicitly customized by me, since the EPG stuff didn't work)