info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Cannot get nntp-open-via-rlogin-and-netcat to work


From: Katsumi Yamaoka
Subject: Re: Cannot get nntp-open-via-rlogin-and-netcat to work
Date: Wed, 12 Mar 2008 07:25:39 +0900
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux)

>>>>> Michael Ekstrand wrote:

> I'm trying to get Gnus connecting to my Leafnode server via SSH and
> Netcat, thus far to no avail.  I have the following as my select method:

>       '(nntp "news.elehack.net"
>              (nntp-address "news.elehack.net")
>              (nntp-port-number 119)
>              (nntp-open-connection-function nntp-open-via-rlogin-and-netcat)
>              ; (nntp-pre-command "testrun.sh")
>              (nntp-via-rlogin-command "ssh")
>              (nntp-via-user-name "michael")
>              (nntp-end-of-line "\n")
>              (nntp-via-address "border.elehack.net"))

I tried a similar method and noticed right now that the value of
`nntp-port-number' should be a string, at least for
`nntp-open-via-rlogin-and-netcat'.  Could you try this?

        (nntp-port-number "119")

I need to review code, doc string, and info concerning this...


reply via email to

[Prev in Thread] Current Thread [Next in Thread]