From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/23068 Path: main.gmane.org!not-for-mail From: Karl Kleinpaste Newsgroups: gmane.emacs.gnus.general Subject: Re: That darned firewall.. Date: 27 May 1999 10:48:44 -0400 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035160871 32537 80.91.224.250 (21 Oct 2002 00:41:11 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:41:11 +0000 (UTC) Return-Path: Original-Received: from farabi.math.uh.edu (farabi.math.uh.edu [129.7.128.57]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id KAA24616 for ; Thu, 27 May 1999 10:50:05 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by farabi.math.uh.edu (8.9.1/8.9.1) with ESMTP id JAB07906; Thu, 27 May 1999 09:50:02 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 27 May 1999 09:50:29 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id JAA17662 for ; Thu, 27 May 1999 09:50:14 -0500 (CDT) Original-Received: from beaver.jprc.com (BEAVER.JPRC.COM [207.86.147.217]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id KAA24601 for ; Thu, 27 May 1999 10:49:14 -0400 (EDT) Original-Received: (from karl@localhost) by beaver.jprc.com (8.8.7/8.8.7) id KAA24497; Thu, 27 May 1999 10:48:45 -0400 Original-To: ding@gnus.org X-Face: "5(T0tZd{6}pd~YzBG8O/*EW,.]6]@`m^e;fv65W^Y&=d"M\1H}>T~4_.kcDD.O~y3k)a6h R;Nmi>9|>Nm${2IpM0^RcUEa\jcq?KOP)C&~x51l~zCHTulL^_T|u0I^kB'z@]{`2YjQu In-Reply-To: Stainless Steel Rat's message of "26 May 1999 15:17:46 -0400" Original-Lines: 14 User-Agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) XEmacs/21.2(beta14) (Dionysos) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:23068 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:23068 Stainless Steel Rat writes: > Handy trick: as long as the tunnelled connection is open, the tunnel > will remain open. The point, however, is that I want to create the tunnel once, when I boot, and not have to think about it again until I boot again. I read a few groups directly via this ssh/nntp tunnel, and the same tunnel is also used for a suck(1) feed into my regular news server, which is run 3x/hour. > Neater trick: while true; do sleep 1; done Strikes me as a pointless exercise in process creation. I prefer starting one sleep(1) and walking away from the problem.