Re: Strange message from pg_receivexlog - Mailing list pgsql-general

From Sergey Konoplev
Subject Re: Strange message from pg_receivexlog
Date
Msg-id CAL_0b1tzvjLSjmX0qVX7ThtwUkVE7v+41bUw3U6GHqx6efZuQQ@mail.gmail.com
Whole thread Raw
In response to Re: Strange message from pg_receivexlog  (Magnus Hagander <magnus@hagander.net>)
List pgsql-general
On Tue, Aug 20, 2013 at 2:10 AM, Magnus Hagander <magnus@hagander.net> wrote:
> It looks like something outside postgres or pg_receivexlog did
> terminate the connection. pg_receievexlog noticed it was closed,
> whereas postgres waited for the timeout (but probably would've noticed
> if it had actually had some other data to send maybe?). Do you have
> some iptables connection tracking or something like that which could
> be interfering?

AFAIU, just standard things:

-A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
-A INPUT -p icmp -j ACCEPT
-A INPUT -i lo -j ACCEPT
-A INPUT -m state --state NEW -m tcp -p tcp --dport 22 -j ACCEPT
-A INPUT -j REJECT --reject-with icmp-host-prohibited
-A FORWARD -j REJECT --reject-with icmp-host-prohibited

Nothing looks suspicious for me.

--
Kind regards,
Sergey Konoplev
PostgreSQL Consultant and DBA

http://www.linkedin.com/in/grayhemp
+1 (415) 867-9984, +7 (901) 903-0499, +7 (988) 888-1979
gray.ru@gmail.com


pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: pg_extension_config_dump() with a sequence
Next
From: S H
Date:
Subject: Commit hung bug