From owner-freebsd-questions Sun Jul 14 23:39:55 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA05227 for questions-outgoing; Sun, 14 Jul 1996 23:39:55 -0700 (PDT) Received: from twwells.com (twwells.com [199.79.159.1]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id XAA05213 for ; Sun, 14 Jul 1996 23:39:49 -0700 (PDT) Received: by twwells.com (Smail3.1.29.1 #8) id m0ufhJp-00018AC; Mon, 15 Jul 96 02:39 EDT To: freebsd-questions@freebsd.org From: bill@twwells.com (T. William Wells) Subject: Re: rsh problem, 2.1-STABLE Date: 15 Jul 1996 02:39:43 -0400 Lines: 19 Message-ID: <4scp3f$18t@twwells.com> References: <4s9a3k$qk8@twwells.com> NNTP-Posting-Host: twwells.com Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In article , Doug White wrote: : On 13 Jul 1996, T. William Wells wrote: : > + rsh -n -l root admin /root/bin/make-archive / . -print0 : > + dd bs=32k of=/dev/nrst0 : > + rsh -n -l root admin /root/bin/make-archive /usr . -print0 : > + dd bs=32k of=/dev/nrst0 : > admin.cyberenet.net: Connection refused : > + rsh -n -l root admin /root/bin/make-archive /usr2 . -print0 : > + dd bs=32k of=/dev/nrst0 : : This is a noticed problem with some of the r-utilies (rlogin as well). : There is a problem with the session timeout and socket re-usage (or : something like that) that interferes with the daemon restarting : correctly. I thought it was something like that. Anyone want to describe what the problem is, so I can maybe find a fix for it? This is not a problem I can "live with".