Re: What is "return code" for WAL send command - Mailing list pgsql-general

From Tom Lane
Subject Re: What is "return code" for WAL send command
Date
Msg-id 13030.1287848910@sss.pgh.pa.us
Whole thread Raw
In response to What is "return code" for WAL send command  (zhong ming wu <mr.z.m.wu@gmail.com>)
Responses Re: What is "return code" for WAL send command  (zhong ming wu <mr.z.m.wu@gmail.com>)
List pgsql-general
zhong ming wu <mr.z.m.wu@gmail.com> writes:
> I have a master PG 8.1.11 sending WAL files to a cold-standby using rsync

> For some reason it failed recently with "return codes 32512" and I couldn't
> find this num. as a valid rsync exit code

> During the time that the error was going on I tried the rsync command
> manually and didn't error

> Can someone tell me what kind if error is 32512

A more recent version of Postgres would break that down for you: it
means the subprocess exited with exit(127).  A look in the shell
man page suggests this is a "command not found" failure.  Maybe
there's something flaky about where you have rsync mounted?

            regards, tom lane

pgsql-general by date:

Previous
From: Craig Ringer
Date:
Subject: Re: Advice needed on application/database authentication/authorization/auditing model
Next
From: Armand Turpel
Date:
Subject: rule which unpredictable modify a sequence number