Gnus development mailing list
 help / color / mirror / Atom feed
From: JJ <ding_gnus.org@sumou.com>
To: ding@gnus.org
Subject: Fatal error: No such file... closed GnuTLS connection, two nnimap processes
Date: Wed, 6 Oct 2010 15:23:18 -0400	[thread overview]
Message-ID: <fdee45a1fa144be98b69fdf6913272c2@hcoop.net> (raw)

Am having problems running the latest git checkout.

Clean ~/.emacs with only:
(add-to-list 'load-path "~/0/elisp/no-gnus/lisp")
(require 'gnus-load)
(setq gnus-select-method '(nnimap "mail.hcoop.net"))

No stale ~/News or ~/.neswrc*

M-x gnus

*Messages*:
For information about GNU Emacs and the GNU system, type C-h C-a.
First time agent user, agentizing remote groups...
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
Saving file /home/jj/.newsrc-dribble...
Wrote /home/jj/.newsrc-dribble [2 times]
Gnus auto-save file exists.  Do you want to read it? (y or n) 
Reading active file from mail.hcoop.net via nnimap...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
First time user; subscribing you to default groups
Opening nndoc server on gnus-help...done
`A k' to list killed groups
Checking new news...done
Setting up drafts group
Warning: Setting up drafts group; First time agent user, agentizing remote
groups...
Making completion list...
Mark set

gnus-subscribe-newsgroup-method: 
gnus-subscribe-zombies as that is automatically selected for first time run
I guess.

Why does it open two imap processes? Well, seems to be an error in the
first one:

*nnimap mail.hcoop.net nil  *nntpd**:
* LIST (\Marked \HasNoChildren) "." "shared.SpamAssassin.SiteHam"

* LIST (\Marked \HasNoChildren) "." "shared.SpamAssassin.SiteSpam"

* LIST (\Marked \HasNoChildren) "." "INBOX.list.gnu-emacs-sources"

...
* LIST (\Unmarked \HasNoChildren) "." "INBOX.list.gnu-emacs-help"

...
* LIST (\Marked \HasChildren) "." "INBOX"

...
3 OK LIST completed

* FLAGS (\Draft \Answered \Flagged \Deleted \Seen \Recent)

* OK [PERMANENTFLAGS ()] No permanent flags permitted

* 2 EXISTS

* 2 RECENT

* OK [UIDVALIDITY 1268635723] Ok

* OK [MYRIGHTS "dilrsw"] ACL

4 OK [READ-ONLY] Ok

* FLAGS (\Draft \Answered \Flagged \Deleted \Seen \Recent)

* OK [PERMANENTFLAGS ()] No permanent flags permitted

* 74 EXISTS

* 72 RECENT

* OK [UIDVALIDITY 1268635726] Ok

* OK [MYRIGHTS "dilrsw"] ACL

5 OK [READ-ONLY] Ok

* FLAGS (\Draft \Answered \Flagged \Deleted \Seen \Recent)

* OK [PERMANENTFLAGS ()] No permanent flags permitted

* 6 EXISTS

* 2 RECENT

* OK [UIDVALIDITY 1274349543] Ok

* OK [MYRIGHTS "acdilrsw"] ACL

6 OK [READ-ONLY] Ok

* FLAGS (\Draft \Answered \Flagged \Deleted \Seen \Recent)

* OK [PERMANENTFLAGS ()] No permanent flags permitted

* 0 EXISTS

* 0 RECENT

* OK [UIDVALIDITY 1274193355] Ok

* OK [MYRIGHTS "acdilrsw"] ACL

7 OK [READ-ONLY] Ok

* FLAGS (\Draft \Answered \Flagged \Deleted \Seen \Recent)

* OK [PERMANENTFLAGS ()] No permanent flags permitted

* 1 EXISTS

* 0 RECENT

* OK [UIDVALIDITY 1274181471] Ok

* OK [MYRIGHTS "acdilrsw"] ACL

8 OK [READ-ONLY] Ok

* BYE [ALERT] Fatal error: No such file or directory

- Peer has closed the GnuTLS connection

Process *nnimap* finished


What's the fatal error about?

*nnimap mail.hcoop.net nil  *nntpd**<2>:
29 OK LOGIN Ok.


*imap log*:
23:07:58 1 CAPABILITY

23:07:58 2 LOGIN "XXXXXXXXXXXXXXXXX" "XXXXXXXXXXXXXXXXXXXXXX"

23:08:00 3 LIST "" "*"

...
23:08:00 6 EXAMINE "INBOX.list.gnu-emacs-sources"

...
23:08:00 9 EXAMINE "INBOX.list.gnu-emacs-help"

...
23:08:00 25 EXAMINE "INBOX.list.ding.gnus.org"

23:08:00 26 EXAMINE "INBOX.list.debbugs.gnu.org"

23:08:00 27 EXAMINE "INBOX"

23:08:01 28 CAPABILITY

23:08:01 29 LOGIN "XXXXXXXXXXXXXXXX" "XXXXXXXXXXXXXXXXXXXXX"


*gnus trace*:
23:07:55 (nnimap "mail.hcoop.net")
23:08:00 (nnimap "mail.hcoop.net")
23:08:02 (nndoc "gnus-help" (nndoc-address
"/usr/share/emacs/24.0.50/etc/gnus-tut.txt") (nndoc-article-type mbox))

What's the problem? Is this an hcoop.net misconfig?
--
JJ





             reply	other threads:[~2010-10-06 19:23 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-06 19:23 JJ [this message]
2010-10-07 20:13 ` Lars Magne Ingebrigtsen
2010-10-10 18:54   ` JJ
2010-10-10 20:46     ` Lars Magne Ingebrigtsen
2010-10-11 13:02     ` Ted Zlatanov
2010-10-11 18:24 ` Lars Magne Ingebrigtsen
2010-10-12  1:25   ` JJ
2010-10-12 12:36     ` Lars Magne Ingebrigtsen
2010-10-13 15:34       ` JJ
2010-10-13 18:27         ` Lars Magne Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=fdee45a1fa144be98b69fdf6913272c2@hcoop.net \
    --to=ding_gnus.org@sumou.com \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).