From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/57294 Path: main.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Re: netcat supported in nntp-open-via-rlogin-and-telnet? Date: Fri, 14 May 2004 21:55:21 +0200 Organization: Probably a good idea Sender: ding-owner@lists.math.uh.edu Message-ID: <87r7tmu6l2.fsf@dod.no> References: <873c80yllq.fsf@dod.no> <87ekqvy3oy.fsf_-_@dod.no> <87k70m5epf.fsf@dod.no> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: sea.gmane.org 1084564550 20349 80.91.224.253 (14 May 2004 19:55:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 14 May 2004 19:55:50 +0000 (UTC) Original-X-From: ding-owner+M5834@lists.math.uh.edu Fri May 14 21:55:44 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 1BOimW-00013n-00 for ; Fri, 14 May 2004 21:55:44 +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 1BOimJ-0003Ol-00; Fri, 14 May 2004 14:55:31 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1BOimF-0003Og-00 for ding@lists.math.uh.edu; Fri, 14 May 2004 14:55:27 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1BOimE-0003Ua-Ut for ding@lists.math.uh.edu; Fri, 14 May 2004 14:55:26 -0500 Original-Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by justine.libertine.org (Postfix) with ESMTP id 811383A0037 for ; Fri, 14 May 2004 14:55:25 -0500 (CDT) Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BOimC-0004e0-00 for ; Fri, 14 May 2004 21:55:24 +0200 Original-Received: from 2k37dm1.cm.chello.no ([80.111.85.245]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 14 May 2004 21:55:24 +0200 Original-Received: from sb by 2k37dm1.cm.chello.no with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 14 May 2004 21:55:24 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-To: ding@gnus.org Original-Lines: 58 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 2k37dm1.cm.chello.no Mail-Copies-To: never User-Agent: Gnus/5.110002 (No Gnus v0.2) XEmacs/21.4 (Common Lisp, linux) Cancel-Lock: sha1:/ZxWLFLXsUIBfREhyXPVHSYHWX0= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:57294 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:57294 >>>>> Katsumi Yamaoka : > This article is posted to the gnus.ding newsgroup by the > following method: > (nntp "quimby2" > (nntp-address "news.gnus.org") > (nntp-end-of-line "\r\n") > (nntp-open-connection-function nntp-open-via-rlogin-and-netcat) > (nntp-via-address "intermediate host") > (nntp-netcat-command "/home/yamaoka/bin/nc") > (nntp-via-rlogin-command "ssh") > (nntp-via-rlogin-command-switches ("-C" "-e" "none"))) I did one more experiment. I tried this exact entry (just removing nntp-netcat-command, and replacing nntp-via-address), and I was able to talk to gmane, without any problems. I then copied this entry, and gave the copy the name "chello2", and the nntp-address to "news.chello.no". When I started gnus again, it connected fine to "quimby2", but not to "chello2" (the exact gnus-secondary-select-methods are appended to the end of this message). So I guess news.chello.no is the culprit. The news.chello.no server announces itself as: 200 Welcome to the Chello Norway News Service (Twister v1.2.0) The news.gmane.org server announces itself as: 200 main.gmane.org InterNetNews NNRP server INN 2.3.2 ready (posting ok). Does anyone else recognize similar problems with the "Twister" NNTP server? Thanx! - Steinar ======================8<=========================== The exact gnus-secondary-select-methods entries used: (nntp "quimby2" (nntp-address "news.gmane.org") (nntp-end-of-line "\r\n") (nntp-open-connection-function nntp-open-via-rlogin-and-netcat) (nntp-via-address "somemachine.dyndns.org") (nntp-via-rlogin-command "ssh") (nntp-via-rlogin-command-switches ("-C" "-e" "none"))) (nntp "chello2" (nntp-address "news.chello.no") (nntp-end-of-line "\r\n") (nntp-open-connection-function nntp-open-via-rlogin-and-netcat) (nntp-via-address "somemachine.dyndns.org") (nntp-via-rlogin-command "ssh") (nntp-via-rlogin-command-switches ("-C" "-e" "none")))