Gnus development mailing list
 help / color / mirror / Atom feed
From: Steinar Bang <sb@dod.no>
To: ding@gnus.org
Subject: Re: Releasing the new nnimap on y'all soon
Date: Fri, 17 Sep 2010 20:01:13 +0200	[thread overview]
Message-ID: <871v8sw8pi.fsf@dod.no> (raw)
In-Reply-To: <m3d3scclyg.fsf@quimbies.gnus.org>

>>>>> Lars Magne Ingebrigtsen <larsi@gnus.org>:

> Do you have

> (load "gnus-load")

> in your .gnus.el file?  That's necessary to get the Gnus autoloads
> working for the development version.

Now I do.  It got me a little further.

Short summary:

 - It says "opening nntp server blah failed" for all of my nntp servers,
   even though it seems to (at least partly) work.  The one that
   actually fails ie. news.eclipse.org, fails on old gnus
 - It says failed on the nnimap server as well, but it comes up with the
   correct new article count, but it fails when trying to enter the
   group on the server that has the new articles:
    - It uses a lot of time to read a small amount of data
    - It fails with the following message in the minibuffer:
	mapc: Wrong type argument: char-or-string-p, (nil nil)

Here's the *Messages* trace:

Loading browse-url...done
Initializing the sync facility
Loading /home/sb/git/gnus/lisp/gnus-load.el (source)...done
Loading gnus-demon...done
Loading gnus-agent...done
Loading auth-source...done
Loading bbdb-gnus...done
Reading /home/sb/.newsrc.eld...
gnus-sync: loading from backend /ssh:sb@hjemme.mydomain.no:News/gnussync
Loading tramp...done
tramp: Opening connection for sb@hjemme.mydomain.no using ssh...
tramp: Waiting for prompts from remote shell
tramp: Waiting 60s for prompt from remote shell
tramp: Found remote shell prompt.
tramp: Initializing remote shell
tramp: Waiting 30s for remote `/bin/sh' to come up...
tramp: Setting up remote shell environment
tramp: Checking remote host type for `send-process-string' bug
tramp: Determining coding system
tramp: Waiting 30s for `HISTFILE=$HOME/.tramp_history; HISTSIZE=1; export HISTFILE; export HISTSIZE'
tramp: Waiting 30s for `set +o vi +o emacs'
tramp: Waiting 30s for `unset MAIL MAILCHECK MAILPATH'
tramp: Waiting 30s for `unset CDPATH'
tramp: Setting shell prompt
tramp: Remote `/bin/sh' groks tilde expansion, good
tramp: Finding command to check if file exists
tramp: Finding a suitable `ls' command
tramp: Checking remote `/usr/xpg4/bin/ls' command for `-n' option
tramp: Checking remote `/bin/ls' command for `-n' option
tramp: Testing remote command `/bin/ls' for -n...okay
tramp: Using remote command `/bin/ls' for getting directory listings
tramp: Sending the Perl `mime-encode' implementations.
tramp: Sending the Perl `mime-decode' implementations.
tramp: Checking remote encoding command `mimencode -b' for sanity
tramp: Checking remote encoding command `mmencode -b' for sanity
tramp: Checking remote encoding command `recode data..base64' for sanity
tramp: Checking remote encoding command `uuencode xxx' for sanity [4 times]
tramp: Checking remote encoding command `tramp_encode_with_module' for sanity
tramp: Checking remote decoding command `tramp_decode_with_module' for sanity
tramp: Checking to see if encoding/decoding commands work on remote host...done
tramp: Encoding remote file /ssh:sb@hjemme.mydomain.no:/home/sb/News/gnussync...
tramp: Decoding remote file /ssh:sb@hjemme.mydomain.no:/home/sb/News/gnussync...
tramp: Decoding remote file /ssh:sb@hjemme.mydomain.no:/home/sb/News/gnussync with function base64-decode-region...
Wrote /tmp/tramp.32266SKR
tramp: Decoding remote file /ssh:sb@hjemme.mydomain.no:/home/sb/News/gnussync...done
tramp: Sending the Perl script `tramp_file_attributes'...done.
gnus-sync: loaded 118 groups (out of 118) from /ssh:sb@hjemme.mydomain.no:News/gnussync
Reading active file from news via nntp...
Reading active file from privat via nnimap...
Opening nnimap server on privat...
Loading tls...done
Opening TLS connection to `imap.mydomain.no'...
Opening TLS connection with `gnutls-cli -p imaps imap.mydomain.no'...failed
Opening TLS connection with `gnutls-cli -p imaps imap.mydomain.no --protocols ssl3'...failed
Opening TLS connection with `openssl s_client -connect imap.mydomain.no:imaps -no_ssl2 -ign_eof'...done
Opening TLS connection to `imap.mydomain.no'...done
Opening nnimap server on privat...failed
Loading utf7...done
Reading active file from privat via nnimap...done
Reading active file from news.gmane.org via nntp...
Opening nntp server on news.gmane.org...failed
Reading active file via nndiary...
Opening nndiary server...failed
Reading active file via nndiary...done
Opening nntp server on news...failed
Loading parse-time...done
Opening nntp server on news.gmane.org...failed
No new newsgroups
Checking new news...
Opening nntp server on news...failed
Opening nntp server on news.gmane.org...failed
Reading active file via nndraft...done
Opening nntp server on news.opera.com...failed
Reading active file via nnml...
Opening nnml server...failed
nnml: Reading incoming mail (no new mail)...done
Reading active file via nnml...done
Opening nntp server on news.eclipse.org...
Unable to open server nntp+news.eclipse.org, go offline? (y or n) 
Opening nntp server on news.eclipse.org...failed
Opening nntp server on dough.gmane.org...failed
Checking new news...done
Loading gnus-topic...done
Retrieving newsgroup: nnimap+privat:dod...
Loading disp-table...done
Loading /home/sb/gmadmin/spam-gmane.el (source)...done
Loading gnus-ml...done
Fetching headers for nnimap+privat:dod...
Read 0KB [1204 times]
Read 2KB [727 times]
mapc: Wrong type argument: char-or-string-p, (nil nil)




  reply	other threads:[~2010-09-17 18:01 UTC|newest]

Thread overview: 133+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-17 16:09 Lars Magne Ingebrigtsen
2010-09-17 16:19 ` Lars Magne Ingebrigtsen
2010-09-17 16:50   ` Dan Christensen
2010-09-17 17:33     ` Lars Magne Ingebrigtsen
2010-09-18 17:33       ` Knut Anders Hatlen
2010-09-18 17:38         ` Lars Magne Ingebrigtsen
2010-09-18 18:04           ` Lars Magne Ingebrigtsen
2010-09-18 20:03             ` Knut Anders Hatlen
2010-09-18 20:07               ` Lars Magne Ingebrigtsen
2010-09-18 20:22                 ` Knut Anders Hatlen
2010-09-18 20:39                   ` Lars Magne Ingebrigtsen
2010-09-18 20:50                     ` Knut Anders Hatlen
2010-09-18 20:44                   ` Knut Anders Hatlen
2010-09-18 20:48                     ` Lars Magne Ingebrigtsen
2010-09-18 20:59                       ` Knut Anders Hatlen
2010-09-18 20:56                     ` Lars Magne Ingebrigtsen
2010-09-18 21:03                       ` Knut Anders Hatlen
2010-09-18 21:06                         ` Lars Magne Ingebrigtsen
2010-09-18 22:46                       ` Knut Anders Hatlen
2010-09-19  1:05                         ` Lars Magne Ingebrigtsen
2010-09-19  8:03                           ` Knut Anders Hatlen
2010-09-17 16:56   ` Knut Anders Hatlen
2010-09-17 17:49     ` Knut Anders Hatlen
2010-09-17 18:35       ` Lars Magne Ingebrigtsen
2010-09-17 18:44         ` Lars Magne Ingebrigtsen
2010-09-17 19:12           ` Knut Anders Hatlen
2010-09-17 19:15             ` Lars Magne Ingebrigtsen
2010-09-17 18:46         ` Knut Anders Hatlen
2010-09-17 18:51           ` Lars Magne Ingebrigtsen
2010-09-17 18:09     ` Lars Magne Ingebrigtsen
2010-09-17 18:20       ` Lars Magne Ingebrigtsen
2010-09-17 18:31         ` Lars Magne Ingebrigtsen
2010-09-17 19:20       ` Knut Anders Hatlen
2010-09-17 20:16         ` Lars Magne Ingebrigtsen
2010-09-17 20:22           ` Lars Magne Ingebrigtsen
2010-09-17 20:54             ` Steinar Bang
2010-09-23  8:05         ` Knut Anders Hatlen
2010-09-23 16:37           ` Lars Magne Ingebrigtsen
2010-09-17 19:46   ` Knut Anders Hatlen
2010-09-17 19:59     ` Lars Magne Ingebrigtsen
2010-09-17 21:02       ` Knut Anders Hatlen
2010-09-18 12:09         ` Lars Magne Ingebrigtsen
2010-09-18 12:12           ` Lars Magne Ingebrigtsen
2010-09-18 15:35         ` Lars Magne Ingebrigtsen
2010-09-18 16:15           ` Knut Anders Hatlen
2010-09-18 16:34             ` Knut Anders Hatlen
2010-09-18 16:37               ` Lars Magne Ingebrigtsen
2010-09-18 16:59                 ` Knut Anders Hatlen
2010-09-18 17:07                   ` Lars Magne Ingebrigtsen
2010-09-18 17:41                     ` Knut Anders Hatlen
2010-09-18 18:19                       ` Lars Magne Ingebrigtsen
2010-09-18 18:31                         ` Lars Magne Ingebrigtsen
2010-09-18 18:55                           ` Knut Anders Hatlen
2010-09-18 19:11                             ` Lars Magne Ingebrigtsen
2010-09-18 19:36                               ` Knut Anders Hatlen
2010-09-18 19:37                               ` Lars Magne Ingebrigtsen
2010-09-20 10:48   ` Steinar Bang
2010-09-20 12:15   ` "Format specifier doesn't match argument type" error message when exiting nnimap group (Was: Releasing the new nnimap on y'all soon) Steinar Bang
2010-09-20 15:53     ` "Format specifier doesn't match argument type" error message when exiting nnimap group Lars Magne Ingebrigtsen
2010-09-20 16:59       ` Steinar Bang
2010-09-21  8:32         ` Persistent 1 unread count on nnimap group (Was: "Format specifier doesn't match argument type" error message when exiting nnimap group) Steinar Bang
2010-09-21 16:11         ` "Format specifier doesn't match argument type" error message when exiting nnimap group Lars Magne Ingebrigtsen
2010-09-22  8:24           ` Steinar Bang
2010-09-22 12:12             ` Dan Christensen
2010-09-22 16:37               ` Lars Magne Ingebrigtsen
2010-09-22 16:37             ` Lars Magne Ingebrigtsen
2010-09-22 18:28               ` Dan Christensen
2010-09-22 19:19                 ` Lars Magne Ingebrigtsen
2010-09-22 19:35                   ` Dan Christensen
2010-09-22 19:51                     ` Lars Magne Ingebrigtsen
2010-09-22 20:34                       ` Dan Christensen
2010-09-22 21:21                         ` Lars Magne Ingebrigtsen
2010-09-23  0:16                           ` Dan Christensen
2010-09-22 19:53               ` Steinar Bang
2010-09-22 20:10                 ` Lars Magne Ingebrigtsen
2010-09-23  7:13                 ` Steinar Bang
2010-09-23 16:20                   ` Lars Magne Ingebrigtsen
2010-09-23 16:35                     ` Lars Magne Ingebrigtsen
2010-09-23 17:09                       ` Steinar Bang
2010-09-23 17:51                         ` Lars Magne Ingebrigtsen
2010-09-24  8:28                           ` Steinar Bang
2010-09-24 16:17                             ` Lars Magne Ingebrigtsen
2010-09-17 17:05 ` Releasing the new nnimap on y'all soon Steinar Bang
2010-09-17 17:22   ` Steinar Bang
2010-09-17 17:35     ` Lars Magne Ingebrigtsen
2010-09-17 18:01       ` Steinar Bang [this message]
2010-09-17 18:54         ` Lars Magne Ingebrigtsen
2010-09-17 19:33           ` Steinar Bang
2010-09-17 19:57             ` Lars Magne Ingebrigtsen
2010-09-17 20:51               ` Steinar Bang
2010-09-17 20:57                 ` Lars Magne Ingebrigtsen
2010-09-17 20:59                   ` Lars Magne Ingebrigtsen
2010-09-17 21:09                     ` Steinar Bang
2010-09-17 21:01                   ` Steinar Bang
2010-09-17 21:09                     ` Adam Sjøgren
2010-09-17 21:27                       ` Adam Sjøgren
2010-09-17 21:45                         ` Adam Sjøgren
2010-09-17 21:50                           ` Adam Sjøgren
2010-09-17 22:01                             ` Lars Magne Ingebrigtsen
2010-09-17 21:34           ` Steinar Bang
2010-09-17 22:23             ` Lars Magne Ingebrigtsen
2010-09-17 22:28               ` Steinar Bang
2010-09-17 22:34                 ` Lars Magne Ingebrigtsen
2010-09-18  5:53                   ` Steinar Bang
2010-09-18  7:40                     ` Steinar Bang
2010-09-18 10:36                       ` Steinar Bang
2010-09-17 21:28 ` Frank Schmitt
2010-09-17 22:03   ` Lars Magne Ingebrigtsen
2010-09-17 22:06     ` Lars Magne Ingebrigtsen
2010-09-17 22:15       ` Lars Magne Ingebrigtsen
2010-09-18  0:47         ` Lars Magne Ingebrigtsen
2010-09-18  1:03           ` Lars Magne Ingebrigtsen
2010-09-18  6:24           ` Ted Zlatanov
2010-09-18  7:05             ` Steinar Bang
2010-09-20  2:31               ` Ted Zlatanov
2010-09-20 16:25                 ` Lars Magne Ingebrigtsen
2010-09-20 17:05                   ` Ted Zlatanov
2010-09-21 16:06                     ` Lars Magne Ingebrigtsen
2010-09-21 17:08                       ` Ted Zlatanov
2010-09-21 21:34                         ` Lars Magne Ingebrigtsen
2010-09-22 13:33                           ` Ted Zlatanov
2010-09-22 14:25                             ` Michael Albinus
2010-09-22 16:45                               ` Lars Magne Ingebrigtsen
2010-09-18 11:51             ` Lars Magne Ingebrigtsen
2010-09-18 12:28     ` Sebastian Krause
2010-09-18 12:43       ` Lars Magne Ingebrigtsen
2010-09-18 15:54       ` Lars Magne Ingebrigtsen
2010-09-18 16:48 ` Austin F. Frank
2010-09-18 17:01   ` Lars Magne Ingebrigtsen
2010-09-18 21:43 ` Sebastian Krause
2010-09-18 21:51   ` Lars Magne Ingebrigtsen
2010-09-19 15:34     ` Sebastian Krause
2010-09-19 15:41       ` 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=871v8sw8pi.fsf@dod.no \
    --to=sb@dod.no \
    --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).