Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: Auto Vacuum not starting unless postgres is restarted



Nick Howden <n(dot)howden(at)eris(dot)qinetiq(dot)com> writes:
> The firewall rules I have are :
> # Postgres Statistics Collector
> iptables -A INPUT -p udp \
>          -i lo --sport 32779 --dport 32779 \
>          -j ACCEPT

> iptables -A OUTPUT -p udp \
>          -o lo --sport 32779 --dport 32779 \
>          -j ACCEPT
> ###

Apparently somebody fired up postgres, noted the UDP port number it
happened to have bound to that particular time, and assumed that that
was the only possibility.  This is not so.  If I were you I'd just drop
the port-number constraints ... local loopback UDP traffic is not a
major source of security threats.

			regards, tom lane



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group