[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: [rtl] Problem uncompressing release 9H
Conrad Braun wrote:
> Eric Nystrom schrieb:
> >
> > I downloaded the latest version from the website and when I
> > enter the following tar command:
> >
> > tar -xzvf release9H.tgz
> >
> > I get the following error message:
> >
> > gzip: stdin: invalid compressed data--format violated
> >
> > I tried downloading several times and also some of the older
> > releases and get the same error message. I know tar and gzip work
> > because I have downloaded other tgz files and they work.
> >
> > Any help would be appreciated.
> Hi! had the same problem when downloading with Netscape under windows;
> just use MSExplorer - worked fine for me.
> --
> There are two major products to come out of Berkeley: LSD and BSD. We
> don't believe this to be a coincidence.
>
> --- [rtl] ---
> To unsubscribe:
> echo "unsubscribe rtl" | mail majordomo@rtlinux.cs.nmt.edu OR
> echo "unsubscribe rtl <Your_email>" | mail majordomo@rtlinux.cs.nmt.edu
> ----
> For more information on Real-Time Linux see:
> http://www.rtlinux.org/~rtlinux/
1.
gzip -d release9H.tgz
2.
tar xvf release9H.tar
It should be an alternative
--- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail majordomo@rtlinux.cs.nmt.edu OR
echo "unsubscribe rtl <Your_email>" | mail majordomo@rtlinux.cs.nmt.edu
----
For more information on Real-Time Linux see:
http://www.rtlinux.org/~rtlinux/