From owner-freebsd-isp Mon Dec 23 16:41:03 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id QAA02340 for isp-outgoing; Mon, 23 Dec 1996 16:41:03 -0800 (PST) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id QAA02335 for ; Mon, 23 Dec 1996 16:40:59 -0800 (PST) Received: from current1.whistle.com (current1.whistle.com [207.76.205.22]) by alpo.whistle.com (8.8.2/8.8.2) with SMTP id QAA28058; Mon, 23 Dec 1996 16:38:15 -0800 (PST) Message-ID: <32BF25BB.31DFF4F5@whistle.com> Date: Mon, 23 Dec 1996 16:37:15 -0800 From: Julian Elischer Organization: Whistle Communications X-Mailer: Mozilla 3.0Gold (X11; I; FreeBSD 2.2-CURRENT i386) MIME-Version: 1.0 To: Jim Bentley CC: freebsd-isp@FreeBSD.org Subject: Re: DUMP and RMT References: <199612232026.NAA08463@lonepeak.vii.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-isp@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Jim Bentley wrote: > > I'm using two machines running ver 2.1.5. > > I'm trying to backup a file system /usr/local located on system 1 onto a > tape drive in system 2. > > dump 0usfd 1440 system2:/dev/st0ctl.0 300000 /usr/local try /dev/rst0 /dev/st0ctl.0 is the control device it is incapable of doing any IO > > I get > > Permission denied. > TCP_MAXSEG set sockopt: > Badfiledescriptor > > Any ideas? > > Jim