Re: [BUGS] make check regression "test stats" failed

2004-05-03 Thread Mike Quinn
I found my problem. My iptables setup was not allowing UDP communication from source 127.0.0.1 and some high port to destination 127.0.0.1 and the same high port. Once I allowed that communication the "test stats" was ok. I ran a diff on the postmaster log file from an "ok" run and a "failed" run a

Re: [BUGS] make check regression "test stats" failed

2004-04-27 Thread Tom Lane
"Mike Quinn" <[EMAIL PROTECTED]> writes: > [ $subject ] The stats collector isn't starting, but you're not showing any evidence to suggest why. Try looking in the postmaster log file for related error messages. regards, tom lane ---(end of broadca