From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/72973 Path: news.gmane.org!not-for-mail From: "JJ" Newsgroups: gmane.emacs.gnus.general Subject: Re: Fatal error: No such file... closed GnuTLS connection, two nnimap processes Date: Mon, 11 Oct 2010 21:25:59 -0400 (EDT) Message-ID: <55725.81.30.199.126.1286846759.squirrel@mail.hcoop.net> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain;charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1286846775 21995 80.91.229.12 (12 Oct 2010 01:26:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 12 Oct 2010 01:26:15 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M21345@lists.math.uh.edu Tue Oct 12 03:26:13 2010 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 1P5Td7-0003sT-CT for ding-account@gmane.org; Tue, 12 Oct 2010 03:26:13 +0200 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 1P5Td5-0006LZ-VL; Mon, 11 Oct 2010 20:26:12 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1P5Td4-0006LL-Ja for ding@lists.math.uh.edu; Mon, 11 Oct 2010 20:26:10 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1P5Td3-0001ol-2f for ding@lists.math.uh.edu; Mon, 11 Oct 2010 20:26:10 -0500 Original-Received: from deleuze.hcoop.net ([69.90.123.67] ident=Debian-exim) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1P5Td2-0002o4-00 for ; Tue, 12 Oct 2010 03:26:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=mail.hcoop.net ident=hcoop) by deleuze.hcoop.net with esmtp (Exim 4.63) (envelope-from ) id 1P5Tct-0001LK-78 for ding@gnus.org; Mon, 11 Oct 2010 21:25:59 -0400 Original-Received: from 81.30.199.126 (SquirrelMail authenticated user jj) by mail.hcoop.net with HTTP; Mon, 11 Oct 2010 21:25:59 -0400 (EDT) In-Reply-To: User-Agent: SquirrelMail/1.4.9a X-Priority: 3 (Normal) Importance: Normal X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:72973 Archived-At: > What Emacs version are you using? GNU Emacs 24.0.50.1~bzr99756 It's the same with the latest bzr pull though. I set up a clean testing IMAP mailbox on hcoop.net to see if it could be some existing IMAP mailbox misconfig. Now the Inbox is empty and there's no other folders, I have not sent a single message to/from this account. I get the same errors with this setup. *imap log* ===== 07:11:54 1 CAPABILITY 07:12:11 2 LOGIN "XXX" "XXX" 07:12:11 3 LIST "" "*" 07:12:12 4 EXAMINE "INBOX" 07:12:14 5 CAPABILITY 07:12:14 6 LOGIN "XXX" "XXX" 07:12:14 7 LIST "" "*" 07:12:14 8 SELECT "INBOX" 07:12:14 9 UID FETCH 1:* FLAGS ===== *nnimap mail.hcoop.net nil *nntpd** ===== * LIST (\Unmarked \HasNoChildren) "." "INBOX" 3 OK LIST completed * BYE [ALERT] Fatal error: No such file or directory - Peer has closed the GnuTLS connection Process *nnimap* finished ===== *nnimap mail.hcoop.net nil *nntpd**<2> ===== * BYE [ALERT] Fatal error: No such file or directory - Peer has closed the GnuTLS connection Process *nnimap*<1> finished ===== *Messages* ===== Reading /home/jj/.newsrc.eld... Reading active file via nnnil...done Reading active file from mail.hcoop.net via nnimap... Opening nnimap server on mail.hcoop.net... Opening TLS connection to `mail.hcoop.net'... Opening TLS connection with `gnutls-cli --insecure -p imaps mail.hcoop.net'...done Opening TLS connection to `mail.hcoop.net'...done Do you want to save this password in ~/.authinfo.gpg? (y or n) Opening nnimap server on mail.hcoop.net...done Reading active file from mail.hcoop.net via nnimap...done Generating the cache active file...done Opening nnimap server on mail.hcoop.net... Opening TLS connection to `mail.hcoop.net'... Opening TLS connection with `gnutls-cli --insecure -p imaps mail.hcoop.net'...done Opening TLS connection to `mail.hcoop.net'...done Opening nnimap server on mail.hcoop.net...done No new newsgroups Checking new news... nnimap read 0k [14 times] Reading active file via nndraft...done Checking new news...done Quit ===== How can I debug this to see what's generating the fail to see what's wrong with hcoop's setup? hcoop admin told me the traces don't reveal anything descriptive to him, i.e. no idea which command is generating the Fatal error -- JJ