From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/56999 Path: main.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: netcat supported in nntp-open-via-rlogin-and-telnet? Date: Tue, 13 Apr 2004 19:47:24 +0900 Organization: Emacsen advocacy group Sender: ding-owner@lists.math.uh.edu Message-ID: References: <873c80yllq.fsf@dod.no> <87ekqvy3oy.fsf_-_@dod.no> <87k70m5epf.fsf@dod.no> <87fzb82muz.fsf@dod.no> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1081853352 13489 80.91.224.253 (13 Apr 2004 10:49:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 13 Apr 2004 10:49:12 +0000 (UTC) Original-X-From: ding-owner+M5539@lists.math.uh.edu Tue Apr 13 12:49:02 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BDLTR-0001Wc-00 for ; Tue, 13 Apr 2004 12:49:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1BDLSC-0002CS-00; Tue, 13 Apr 2004 05:47:44 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1BDLS4-0002CM-00 for ding@lists.math.uh.edu; Tue, 13 Apr 2004 05:47:36 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1BDLS2-0002H3-QZ for ding@lists.math.uh.edu; Tue, 13 Apr 2004 05:47:34 -0500 Original-Received: from quimby.gnus.org (quimby.gnus.org [80.91.224.244]) by justine.libertine.org (Postfix) with ESMTP id 6E0803A0037 for ; Tue, 13 Apr 2004 05:47:34 -0500 (CDT) Original-Received: from news by quimby.gnus.org with local (Exim 3.35 #1 (Debian)) id 1BDLS1-0006pa-00 for ; Tue, 13 Apr 2004 12:47:33 +0200 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 37 Original-NNTP-Posting-Host: washington.hostforweb.net Original-X-Trace: quimby.gnus.org 1081853253 26261 69.61.11.2 (13 Apr 2004 10:47:33 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Tue, 13 Apr 2004 10:47:33 +0000 (UTC) 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.110002 (No Gnus v0.2) XEmacs/21.4 (Security Through Obscurity, linux) Cancel-Lock: sha1:YfB1sQyGasas99eqkGWbmv6hUXU= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:56999 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:56999 >>>>> In <87fzb82muz.fsf@dod.no> >>>>> Steinar Bang wrote: > (setq gnus-select-method > '(nntp "news" > (nntp-address "news.chello.no") > (nntp-end-of-line "\r\n") > (nntp-open-connection-function nntp-open-via-rlogin-and-netcat) > (nntp-via-address "somehost.dyndns.org") > (nntp-via-rlogin-command "ssh") > (nntp-via-rlogin-command-switches ("-x" "-C" "-e" "none")))) > I tried it with different values for the nntp-via-rlogin-command-switches. > It doesn't work in that I can open the server in the server buffer, > and browse the available groups. > But if I wait it out, it doesn't report a failure when opening the > server, and it is listed as "open" in the server buffer. I also > immediately get error messages like "503 Service unavaiable" (because > I had more than five separate connections from the same IP address). > So I guess it sort of works, but is slo-o-o-ow. > I wonder why? First I suspected XEmacs. However, it actually works comfortably in this way. > When I do an ssh to the somehost.dyndns.org doing > nc news.chello.no nntp > I immediately get back a response from the NNTP server. Hmm, I don't know what is a difference between them. Could anyone please double-check it? -- Katsumi Yamaoka