From owner-freebsd-isp Wed Jun 25 01:38:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id BAA10709 for isp-outgoing; Wed, 25 Jun 1997 01:38:12 -0700 (PDT) Received: from smtp1.ts.kiev.ua (viking.ts.kiev.ua [193.124.229.195]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA10698 for ; Wed, 25 Jun 1997 01:38:05 -0700 (PDT) Received: from aviion.ts.kiev.ua by smtp1.ts.kiev.ua with SMTP id LAA26291; (8.8.3/zah/2.1) Wed, 25 Jun 1997 11:25:11 +0300 (EET DST) Received: from nbki.ipri.kiev.ua by aviion.ts.kiev.ua with ESMTP id JAA03856; (8.6.11/zah/2.1) Wed, 25 Jun 1997 09:11:51 GMT Received: from cki.ipri.kiev.ua by nbki.ipri.kiev.ua with ESMTP id LAA10391; (8.6.9/zah/1.1) Wed, 25 Jun 1997 11:02:43 +0100 Received: from 194.44.146.14 (mac.ipri.kiev.ua [194.44.146.14]) by cki.ipri.kiev.ua (8.7.6/8.7.3) with SMTP id KAA00457; Wed, 25 Jun 1997 10:59:35 +0300 (EET DST) Message-ID: <33B0C212.42D4@cki.ipri.kiev.ua> Date: Wed, 25 Jun 1997 10:00:43 +0300 From: Ruslan Shevchenko Reply-To: rssh@cki.ipri.kiev.ua Organization: IPRI X-Mailer: Mozilla 3.01Gold (Macintosh; I; 68K) MIME-Version: 1.0 To: "Gary D. Margiotta" CC: Rick Osteen , freebsd-isp@FreeBSD.ORG Subject: Re: tar error References: Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Gary D. Margiotta wrote: > > > # tar -x radius_2.0.1_BSDOS_2.0.tar > > tar: can't open /dev/rst0 : Device not configured > > # > > > > Any help is appreciated. > > if i'm not mistaken (though usually i am ;) ) the command line you have > there is making tar look for the tarfile in a location on a SCSI tape 1. Have you rst0 in kernel ? if Yes: 2. Is this device enabled in kernel config if Yes ? 3. what say dmesg | grep rst 4. Are parameters good ? Is it rst0 (can be rst1) if Yes: 5. Is this device named rst at all (look at LINT) > drive, where it looks by default. Use tar -xvf and that should > do the trick. The -f option specifies tar to look for a file rather than > from a tape drive. > > -Gary Margiotta > TBE Internet Services > http://www.tbe.net