Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Feb 2001 14:33:10 -0500 (EST)
From:      "reel@sympatico.ca" <reel@idemnia.ath.cx>
To:        Matthew Koivisto <mkoivist@nortelnetworks.com>
Cc:        "'freebsd-questions@freebsd.org'" <freebsd-questions@FreeBSD.ORG>
Subject:   Re: I must be retarted
Message-ID:  <Pine.BSF.4.31.0102091432150.18183-100000@idemnia.ath.cx>
In-Reply-To: <E1A4B2CC91EBD1118A510000F80836F803ECAB14@zwdld002.ca.nortel.com>

next in thread | previous in thread | raw e-mail | index | archive | help

On Fri, 9 Feb 2001, Matthew Koivisto wrote:
> When tryin to open a tar file It's sayin can't open device. What's with
> this? Am I just retarted?
>
> # tar -x foo.tgz
> tar: can't open /dev/rsa0 : Device not configured

Just use:

  tar -zxf foo.tgz
or
  gzip -d foo.tgz; tar -xf foo.tar

______________________
Felix-Antoine Paradis
reel@sympatico.ca
PGP Key ID: 0x7B3AD2C5



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.31.0102091432150.18183-100000>