Re: Stats Collector Error 7.4beta1 and 7.4beta2

Поиск
Список
Период
Сортировка
Искать
От
Gavin Sherry
Тема
Re: Stats Collector Error 7.4beta1 and 7.4beta2
Дата
Msg-id
Pine.LNX.4.21.0309041830390.24521-100000@linuxworld.com.au
Ответ на
Список
Дерево обсуждения
Stats Collector Error 7.4beta1 and 7.4beta2 Adam Kavan <akavan@cox.net>
Re: Stats Collector Error 7.4beta1 and 7.4beta2 Tom Lane <tgl@sss.pgh.pa.us>
Re: Stats Collector Error 7.4beta1 and 7.4beta2 "Matthew T. O'Connor" <matthew@zeut.net>
Re: Stats Collector Error 7.4beta1 and 7.4beta2 Tom Lane <tgl@sss.pgh.pa.us>
Re: Stats Collector Error 7.4beta1 and 7.4beta2 "Matthew T. O'Connor" <matthew@zeut.net>
Re: Stats Collector Error 7.4beta1 and 7.4beta2 Bruce Momjian <pgman@candle.pha.pa.us>
Re: Stats Collector Error 7.4beta1 and 7.4beta2 Tom Lane <tgl@sss.pgh.pa.us>
Re: Stats Collector Error 7.4beta1 and 7.4beta2 Kurt Roeckx <Q@ping.be>
Re: Stats Collector Error 7.4beta1 and 7.4beta2 Jan Wieck <JanWieck@Yahoo.com>
Re: Stats Collector Error 7.4beta1 and 7.4beta2 Kurt Roeckx <Q@ping.be>
Re: Stats Collector Error 7.4beta1 and 7.4beta2 Tom Lane <tgl@sss.pgh.pa.us>
Re: Stats Collector Error 7.4beta1 and 7.4beta2 Jan Wieck <JanWieck@Yahoo.com>
Re: Stats Collector Error 7.4beta1 and 7.4beta2 Tom Lane <tgl@sss.pgh.pa.us>
Re: Stats Collector Error 7.4beta1 and 7.4beta2 Jan Wieck <JanWieck@Yahoo.com>
Re: Stats Collector Error 7.4beta1 and 7.4beta2 Jan Wieck <JanWieck@Yahoo.com>
Re: Stats Collector Error 7.4beta1 and 7.4beta2 <andrew@dunslane.net>
Re: Stats Collector Error 7.4beta1 and 7.4beta2 Tom Lane <tgl@sss.pgh.pa.us>
Re: Stats Collector Error 7.4beta1 and 7.4beta2 Kevin Brown <kevin@sysexperts.com>
Re: Stats Collector Error 7.4beta1 and 7.4beta2 Kurt Roeckx <Q@ping.be>
Re: Stats Collector Error 7.4beta1 and 7.4beta2 Jan Wieck <JanWieck@Yahoo.com>
Re: Stats Collector Error 7.4beta1 and 7.4beta2 Bruce Momjian <pgman@candle.pha.pa.us>
Re: Stats Collector Error 7.4beta1 and 7.4beta2 Tom Lane <tgl@sss.pgh.pa.us>
Re: Stats Collector Error 7.4beta1 and 7.4beta2 "Andrew Dunstan" <andrew@dunslane.net>
Re: Stats Collector Error 7.4beta1 and 7.4beta2 Alvaro Herrera <alvherre@dcc.uchile.cl>
Re: Stats Collector Error 7.4beta1 and 7.4beta2 Tom Lane <tgl@sss.pgh.pa.us>
Re: Stats Collector Error 7.4beta1 and 7.4beta2 Bruno Wolff III <bruno@wolff.to>
Re: Stats Collector Error 7.4beta1 and 7.4beta2 Tom Lane <tgl@sss.pgh.pa.us>
Re: Stats Collector Error 7.4beta1 and 7.4beta2 Jan Wieck <JanWieck@Yahoo.com>
Re: Stats Collector Error 7.4beta1 and 7.4beta2 Tom Lane <tgl@sss.pgh.pa.us>
Re: Stats Collector Error 7.4beta1 and 7.4beta2 Tom Lane <tgl@sss.pgh.pa.us>
Re: Stats Collector Error 7.4beta1 and 7.4beta2 Bruce Momjian <pgman@candle.pha.pa.us>
Re: Stats Collector Error 7.4beta1 and 7.4beta2 Bruce Momjian <pgman@candle.pha.pa.us>
Re: Stats Collector Error 7.4beta1 and 7.4beta2 Kurt Roeckx <Q@ping.be>
Re: Stats Collector Error 7.4beta1 and 7.4beta2 Jan Wieck <JanWieck@Yahoo.com>
Re: Stats Collector Error 7.4beta1 and 7.4beta2 Kurt Roeckx <Q@ping.be>
Re: Stats Collector Error 7.4beta1 and 7.4beta2 Jan Wieck <JanWieck@Yahoo.com>
Re: Stats Collector Error 7.4beta1 and 7.4beta2 Adam Kavan <akavan@cox.net>
Re: Stats Collector Error 7.4beta1 and 7.4beta2 Tom Lane <tgl@sss.pgh.pa.us>
Re: Stats Collector Error 7.4beta1 and 7.4beta2 Adam Kavan <akavan@cox.net>
Re: Stats Collector Error 7.4beta1 and 7.4beta2 Tom Lane <tgl@sss.pgh.pa.us>
Re: Stats Collector Error 7.4beta1 and 7.4beta2 Jan Wieck <JanWieck@Yahoo.com>
Re: Stats Collector Error 7.4beta1 and 7.4beta2 Gavin Sherry <swm@linuxworld.com.au>
On Thu, 4 Sep 2003, Bruce Momjian wrote:

> Tom Lane wrote:
> > "Matthew T. O'Connor"  writes:
> > > ... Initially I saw an error in the logs about an IPv6 address
> > > error but after I recompiled everthing with a simple ./configure
> > > --prefix=/home/user/somethingelse/ I didn't get the IPv6 error in the
> > > logs anymore.
> > 
> > Hm.  Could it be an IPv6 issue --- that is, the stats collector is alive
> > and faithfully listening on some UDP port, but it's not the same port
> > the backends try to send to?  Given the discussion over the past couple
> > of days about bizarre interpretations of loopback addresses in
> > pg_hba.conf, I could sure believe there's some similar kind of issue for
> > the stats collector.
> 
> Doesn't the stats collector use unix domain sockets, not IP?

Nup.
   for (addr = addrs; addr; addr = addr->ai_next)   {
#ifdef HAVE_UNIX_SOCKETS       /* Ignore AF_UNIX sockets, if any are returned. */       if (addr->ai_family == AF_UNIX)           continue;
#endif       if ((pgStatSock = socket(addr->ai_family, SOCK_DGRAM, 0)) >= 0)           break;   }

I thing I haven't seen asked: is there a packet filter blocking
local<->local UDP traffic by any chance?

Thanks,

Gavin


В списке pgsql-hackers по дате отправления
От: Hannu Krosing
Дата:
Сообщение: Re: Win32 native port
От: Jeroen T. Vermeulen
Дата:
FAQ