Обсуждение: postgresql 7.1.3

Поиск
Список
Период
Сортировка

postgresql 7.1.3

От
s.chava@wcom.com (Srinivasa Rao Chava)
Дата:
Hi,
I have postgresql7.1.2 on system now(sunOs5.6). I downloaded
postgresql7.1.3 from one of the ftp mirror site. When I try to gunzip
it, it is giving the following error

# gunzip postgresql-7.1.3.tar.gz

gunzip: postgresql-7.1.3.tar.gz: invalid compressed data--format
violated
#

What is the reason for it and how to fix it.
Thanks
chava

Re: postgresql 7.1.3

От
"Zhang, Anna"
Дата:
try:
$tar xzpf postgresql-7.1.3.tar.gz

Anna Zhang

-----Original Message-----
From: s.chava@wcom.com [mailto:s.chava@wcom.com]
Sent: Tuesday, February 05, 2002 12:51 PM
To: pgsql-admin@postgresql.org
Subject: [ADMIN] postgresql 7.1.3


Hi,
I have postgresql7.1.2 on system now(sunOs5.6). I downloaded
postgresql7.1.3 from one of the ftp mirror site. When I try to gunzip
it, it is giving the following error

# gunzip postgresql-7.1.3.tar.gz

gunzip: postgresql-7.1.3.tar.gz: invalid compressed data--format
violated
#

What is the reason for it and how to fix it.
Thanks
chava

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/users-lounge/docs/faq.html

Re: postgresql 7.1.3

От
George Lewis
Дата:
Srinivasa Rao Chava (s.chava@wcom.com) wrote:
> Hi,
> I have postgresql7.1.2 on system now(sunOs5.6). I downloaded
> postgresql7.1.3 from one of the ftp mirror site. When I try to gunzip
> it, it is giving the following error
>
> # gunzip postgresql-7.1.3.tar.gz
>
> gunzip: postgresql-7.1.3.tar.gz: invalid compressed data--format
> violated
> #
>
> What is the reason for it and how to fix it.

Try downloading it again, it probably was not completely downloaded...

> Thanks
> chava
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html

--
http://schvin.net/

Re: postgresql 7.1.3

От
Tom Lane
Дата:
s.chava@wcom.com (Srinivasa Rao Chava) writes:
> I have postgresql7.1.2 on system now(sunOs5.6). I downloaded
> postgresql7.1.3 from one of the ftp mirror site. When I try to gunzip
> it, it is giving the following error

> gunzip: postgresql-7.1.3.tar.gz: invalid compressed data--format
> violated

Sounds like your downloaded file is munged; possibly a bit dropped,
possibly a text-instead-of-binary transfer.  Try again, perhaps
with a different downloading tool.

            regards, tom lane