From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/21937 Path: main.gmane.org!not-for-mail From: Hal Snyder Newsgroups: gmane.emacs.gnus.general Subject: Re: ssh foreign server problem Date: 16 Mar 1999 09:14:47 -0600 Sender: owner-ding@hpc.uh.edu Message-ID: <87u2vlzct4.fsf@gamera.hws> References: <87r9qq42ks.fsf@gamera.hws> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035159949 25525 80.91.224.250 (21 Oct 2002 00:25:49 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:25:49 +0000 (UTC) Return-Path: Original-Received: from fisher.math.uh.edu (fisher.math.uh.edu [129.7.128.35]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id KAA14552 for ; Tue, 16 Mar 1999 10:17:03 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by fisher.math.uh.edu (8.9.1/8.9.1) with ESMTP id JAB29894; Tue, 16 Mar 1999 09:16:07 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 16 Mar 1999 09:15:52 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id JAA28047 for ; Tue, 16 Mar 1999 09:15:37 -0600 (CST) Original-Received: from gamera.hws (d160-244.ce.mediaone.net [24.131.160.244]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id KAA14499 for ; Tue, 16 Mar 1999 10:15:20 -0500 (EST) Original-Received: (from hal@localhost) by gamera.hws (8.9.1/8.9.1) id JAA02955; Tue, 16 Mar 1999 09:14:48 -0600 (CST) (envelope-from DrXyzzy@mediaone.net) Original-To: ding@gnus.org In-Reply-To: "James H. Cloos Jr."'s message of "16 Mar 1999 03:20:24 -0600" Original-Lines: 27 User-Agent: Gnus/5.07008 (Pterodactyl Gnus v0.80) Emacs/20.3 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:21937 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:21937 Thanks! That did it. Never heard of netcat before, but have used "socket" which seems similar. Anyway, putting nc out on "shell.isp.com" and using it instead of telnet solved the problem. Will send a patch for the docs tonight. "James H. Cloos Jr." writes: > >>>>> "Hal" == Hal Snyder writes: > > Hal> ("telnet" "news.isp.com" "nntp"))) > > I suspect the problem is the use of telnet(1). Telnet(1) is not well > suited for non-interactive use. > > I'd suggest installing netcat (nc(1)) and using that, if said isp.com > doesn't already have it installed. > > One source for netcat is: > > > > There are other alternatives. A Perl script, eg, is trivial if the > libnet modules are installed. > > Just don't rely on telnet(1) for anything other than interactive use > to a tty. At least based on my experience....