From SadlerAraceli at yahoo.com Fri Jul 18 18:17:37 2008 From: SadlerAraceli at yahoo.com (Wendy S Pope) Date: Fri, 18 Jul 2008 23:17:37 +0500 Subject: [ptop-hackers] Dentists Listing in the US Message-ID: <949721k0tpv0$o6595mh0$9145n1l0@Delldim5150 Top quality: --> 164,203 Dent ists --> 158,319 Mailing Addresses --> 163,458 Office phone Numbers --> 77,262 Fax #'s --> 45,242 Email Addresses for only this week the special introductory price is $298 (reduced from $590) Write an email to lynnhathawy at hotmail.com for additional info forever terminate future maling by visiting this please type this number in subject: 63552 From sergio.yoshioka at gmail.com Fri Jul 25 18:44:56 2008 From: sergio.yoshioka at gmail.com (=?ISO-8859-1?Q?S=E9rgio_Yoshioka?=) Date: Fri, 25 Jul 2008 15:44:56 -0300 Subject: [ptop-hackers] Problem Installing/configuring ptop 3.6.1-beta1 in mandriva 2008 kernel 2.6.22.9 Message-ID: Hello Mark, I tried to install ptop but the message error "configure: error: pg_config not found. " appeared. Follow the execution of the configure. ============= [root at DrSmith ptop-3.6.1-beta2]# ./configure Configuring ptop 3.6.1-beta1 checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for make... make checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for gawk... gawk checking for a BSD-compatible install... /usr/bin/install -c checking OS revision number... 26229desktop1mdv checking for pg_config... no configure: error: pg_config not found. [root at DrSmith ptop-3.6.1-beta2]# uname -a Linux DrSmith 2.6.22.9-desktop-1mdv #1 SMP Thu Sep 27 04:07:04 CEST 2007 i686 Intel(R) Core(TM)2 Duo CPU E6550 @ 2.33GHz GNU/Linux ============= Could you give a hint ??? Thanks in advance -- Atenciosamente, S?rgio Yoshioka -------------- next part -------------- An HTML attachment was scrubbed... URL: http://pgfoundry.org/pipermail/ptop-hackers/attachments/20080725/a8fd6fb0/attachment.html From markwkm at gmail.com Fri Jul 25 19:13:36 2008 From: markwkm at gmail.com (Mark Wong) Date: Fri, 25 Jul 2008 12:13:36 -0700 Subject: [ptop-hackers] Problem Installing/configuring ptop 3.6.1-beta1 in mandriva 2008 kernel 2.6.22.9 In-Reply-To: References: Message-ID: <70c01d1d0807251213w50abf1d0u16e3e5dead22fa7b@mail.gmail.com> On Fri, Jul 25, 2008 at 11:44 AM, S?rgio Yoshioka wrote: > Hello Mark, > > I tried to install ptop but the message error "configure: error: pg_config > not found. > " appeared. Follow the execution of the configure. > [snip] > > Could you give a hint ??? Hi S?rgio, That implies postgres isn't installed. Sounds like that message should be more descriptive... Regards, Mark From martin at marquesminen.com.ar Thu Jul 31 13:05:44 2008 From: martin at marquesminen.com.ar (Martin Marques) Date: Thu, 31 Jul 2008 10:05:44 -0300 Subject: [ptop-hackers] Problem Installing/configuring ptop 3.6.1-beta1 in mandriva 2008 kernel 2.6.22.9 In-Reply-To: <70c01d1d0807251213w50abf1d0u16e3e5dead22fa7b@mail.gmail.com> References: <70c01d1d0807251213w50abf1d0u16e3e5dead22fa7b@mail.gmail.com> Message-ID: <4891B8A8.1000706@marquesminen.com.ar> Mark Wong escribi?: > On Fri, Jul 25, 2008 at 11:44 AM, S?rgio Yoshioka > wrote: >> Hello Mark, >> >> I tried to install ptop but the message error "configure: error: pg_config >> not found. >> " appeared. Follow the execution of the configure. >> > [snip] >> Could you give a hint ??? > > Hi S?rgio, > > That implies postgres isn't installed. Sounds like that message > should be more descriptive... What's missing is the development packages from postgresql or libpq, depends on the packaging. On Debian you would need to install libpq-dev. On RHEL, CentOS or Fedora you need to install postgresql-devel. From martin at marquesminen.com.ar Thu Jul 31 13:13:20 2008 From: martin at marquesminen.com.ar (Martin Marques) Date: Thu, 31 Jul 2008 10:13:20 -0300 Subject: [ptop-hackers] pg_top and remote postgresql 8.1 Message-ID: <4891BA70.1040204@marquesminen.com.ar> I have pg_top just recompiled (previous hg pull && hg up) and when checking on my local PG 8.3 server (on the server where pg_top is working) it works great, but when trying to see whats happening on a remote server (using the -h server option) it doesn't show any proceses working, even though I know that there is quite a lot of activitie there. Is -h working, or is there a problem between pg_top and PG 8.1? From markwkm at gmail.com Thu Jul 31 14:49:15 2008 From: markwkm at gmail.com (Mark Wong) Date: Thu, 31 Jul 2008 07:49:15 -0700 Subject: [ptop-hackers] pg_top and remote postgresql 8.1 In-Reply-To: <4891BA70.1040204@marquesminen.com.ar> References: <4891BA70.1040204@marquesminen.com.ar> Message-ID: <70c01d1d0807310749t12df4edcn572ee29d2c02020a@mail.gmail.com> On Thu, Jul 31, 2008 at 6:13 AM, Martin Marques wrote: > I have pg_top just recompiled (previous hg pull && hg up) and when > checking on my local PG 8.3 server (on the server where pg_top is > working) it works great, but when trying to see whats happening on a > remote server (using the -h server option) it doesn't show any proceses > working, even though I know that there is quite a lot of activitie there. > > Is -h working, or is there a problem between pg_top and PG 8.1? The '-h' flag is sort of working. It works properly when specifying a socket file for a local connection, but still doesn't work for a remote host. What you are seeing is that stats are being pulled from the database you are connect to and then trying to match that up with the OS process table you are running pg_top from. It's in the works to do it properly, although very slowly. :( Regards, Mark