From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/47606 Path: main.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: can't get indirect nntp to work Date: Sat, 09 Nov 2002 00:56:37 +0900 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1036771151 24042 80.91.224.249 (8 Nov 2002 15:59:11 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 8 Nov 2002 15:59:11 +0000 (UTC) Cc: ding@gnus.org Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18ABXI-0006Fb-00 for ; Fri, 08 Nov 2002 16:59:08 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 18ABXO-0000AN-00; Fri, 08 Nov 2002 09:59:14 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 08 Nov 2002 09:59:58 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id JAA19311 for ; Fri, 8 Nov 2002 09:59:43 -0600 (CST) Original-Received: (qmail 23927 invoked by alias); 8 Nov 2002 15:58:50 -0000 Original-Received: (qmail 23922 invoked from network); 8 Nov 2002 15:58:49 -0000 Original-Received: from unknown (HELO java.hostforweb.net) (66.197.222.237) by gnus.org with SMTP; 8 Nov 2002 15:58:49 -0000 Original-Received: from yahoobb218118002004.bbtec.net ([218.118.2.4] helo=yamaoka.cc) by java.hostforweb.net with esmtp (Exim 3.36 #1) id 18ABUv-0000Hm-00; Fri, 08 Nov 2002 10:56:41 -0500 Original-To: Denys Duchier X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.090008 (Oort Gnus v0.08) XEmacs/21.4 (Military Intelligence, i686-pc-linux) Cancel-Lock: sha1:w6qxS6V48oyoUpOkWWlL7v+OJOY= X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - java.hostforweb.net X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [0 0] X-AntiAbuse: Sender Address Domain - yamaoka.cc Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:47606 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:47606 Hi, >>>>> In >>>>> Denys Duchier wrote: > I have been trying to connect to the news server at my previous place > of employment by using ssh to go through my account there, but I can't > get it to work. Here is the setting I am using: > (setq gnus-select-method > '(nntp "news.ps.uni-sb.de" > (nntp-address "news.ps.uni-sb.de") > (nntp-via-rlogin-command "ssh") > (nntp-via-rlogin-command-switches nil) > (nntp-via-user-name "duchier") > (nntp-via-address "elk.ps.uni-sb.de") > (nntp-open-connection-function nntp-open-via-rlogin-and-telnet))) Could you try to add the fllowing parameter? (nntp-end-of-line "\n") And, please also try this: (nntp-via-rlogin-command-switches ("-t")) > PS: > BTW, the nntp-first wait-for-string should probably be: > (nntp-wait-for-string "^\r?telnet") > instead: > (nntp-wait-for-string "^r?telnet") "^r?telnet" is for both telnet and rtelnet (rtelnet is a socksified version of telnet). -- Katsumi Yamaoka