Re: Archiver(custom): could not initialize compression

From: Jeremiah Jahn <jeremiah(at)goodinassociates(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: postgres list <pgsql-general(at)postgresql(dot)org>
Subject: Re: Archiver(custom): could not initialize compression
Date: 2002-03-06 14:36:05
Message-ID: 1015425365.1586.34.camel@bluejay.goodinassociates.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

yeah, it was a bit vague wasn't it. ;)

pg_restore on a 7.1.3 redhat 7.2 system. and using the 'custom' file
format. This was happening in the restoring blob section.

I have multiple instances of the server running on different ports.
5432-5438 and adding more all the time. They all seem to have gotten
corrupted somehow. Vacum runs forever, I tried making a tar.bz2 file of
one of the directories, and even that didn't work. I ran fsck.ext3
-force and the file system showed no errors. As far as I know 2.4
kernels don't have the 2gig size limit. So I'm just trying to find out
what went wrong, and if there is a way I can fix it.

thanx,
-jj-

On Tue, 2002-03-05 at 18:06, Tom Lane wrote:
> Jeremiah Jahn <jeremiah(at)goodinassociates(dot)com> writes:
> > this is the error i get:
> > Archiver(custom): could not initialize compression library - (null)
>
> Something broken about your libz maybe? This error indicates a failure
> return code from either deflateInit or inflateInit, depending on whether
> we're talking about pg_dump or pg_restore, which was quite unclear from
> your message.
>
> regards, tom lane
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Doug McNaught 2002-03-06 14:40:53 Re: table size
Previous Message Doug McNaught 2002-03-06 14:29:36 Re: Compiling problems