From martin at marquesminen.com.ar Mon Oct 6 15:23:47 2008 From: martin at marquesminen.com.ar (Martin Marques) Date: Mon, 06 Oct 2008 12:23:47 -0300 Subject: [ptop-hackers] moved repository to git In-Reply-To: <70c01d1d0809122207u403286cq73924f2fee7a3b7c@mail.gmail.com> References: <70c01d1d0809122207u403286cq73924f2fee7a3b7c@mail.gmail.com> Message-ID: <48EA2D83.5070801@marquesminen.com.ar> Mark Wong escribi?: > Hi all, > > I've moved the source repositories from mercurial to git. The web > page has been updated to point to the new repositories: > > http://git.postgresql.org/?p=~markwkm/pg_top.git/.git;a=summary > http://git.postgresql.org/?p=~markwkm/pg_proctab.git/.git;a=summary > > Sorry for any inconvenience. Why not stay with hg? From markwkm at gmail.com Mon Oct 6 15:29:48 2008 From: markwkm at gmail.com (Mark Wong) Date: Mon, 6 Oct 2008 08:29:48 -0700 Subject: [ptop-hackers] moved repository to git In-Reply-To: <48EA2D83.5070801@marquesminen.com.ar> References: <70c01d1d0809122207u403286cq73924f2fee7a3b7c@mail.gmail.com> <48EA2D83.5070801@marquesminen.com.ar> Message-ID: <70c01d1d0810060829x11516a00x4b29d0b183025b1c@mail.gmail.com> On Mon, Oct 6, 2008 at 8:23 AM, Martin Marques wrote: > Mark Wong escribi?: >> >> Hi all, >> >> I've moved the source repositories from mercurial to git. The web >> page has been updated to point to the new repositories: >> >> http://git.postgresql.org/?p=~markwkm/pg_top.git/.git;a=summary >> http://git.postgresql.org/?p=~markwkm/pg_proctab.git/.git;a=summary >> >> Sorry for any inconvenience. > > Why not stay with hg? With Sourceforge there are those few times that their services goes out and makes it inaccessible. I think one of my other projects has been out of touch for a over week. The PostgreSQL community has a git server now so it was easier to take advantage of. I wasn't able to take advantage of a community system to host a hg repot. Regards, Mark From lucas at suporteinformatica.com Wed Oct 22 18:54:27 2008 From: lucas at suporteinformatica.com (Lucas F. Albuquerque Jr. - Suporte Informatica) Date: Wed, 22 Oct 2008 16:54:27 -0200 Subject: [ptop-hackers] ptop in AIX Message-ID: <00a201c93477$9ebba520$dc32ef60$@com> Hi folks, Does someone has tried to compile PTOP in an AIX 5.3 system. During the compilation process I got this message: [root at p550]/usr/local/pgsql/ptop-3.6.1> make gcc -DHAVE_CONFIG_H -I. -I. -Wall -g -I/usr/local/pgsql/include -c color.c nawk -f ./sigconv.awk /usr/include/sys/signal.h >sigdesc.h gcc -DHAVE_CONFIG_H -I. -I. -Wall -g -I/usr/local/pgsql/include -c commands.c gcc -DHAVE_CONFIG_H -I. -I. -Wall -g -I/usr/local/pgsql/include -c display.c gcc -DHAVE_CONFIG_H -I. -I. -Wall -g -I/usr/local/pgsql/include -c screen.c screen.c: In function 'get_screensize': screen.c:114: warning: implicit declaration of function 'ioctl' gcc -DHAVE_CONFIG_H -I. -I. -Wall -g -I/usr/local/pgsql/include -c sprompt.c gcc -DHAVE_CONFIG_H -I. -I. -Wall -g -I/usr/local/pgsql/include -c pg.c gcc -DHAVE_CONFIG_H -I. -I. -Wall -g -I/usr/local/pgsql/include -c ptop.c ptop.c: In function 'main': ptop.c:347: warning: the address of 'stdoutbuf' will always evaluate as 'true' gcc -DHAVE_CONFIG_H -I. -I. -Wall -g -I/usr/local/pgsql/include -c username.c gcc -DHAVE_CONFIG_H -I. -I. -Wall -g -I/usr/local/pgsql/include -c utils.c gcc -DHAVE_CONFIG_H -I. -I. -Wall -g -I/usr/local/pgsql/include -c version.c gcc -DHAVE_CONFIG_H -I. -I. -Wall -g -I/usr/local/pgsql/include -o m_aix5.o -c ./machine/m_aix5.c ./machine/m_aix5.c: In function 'get_process_info': ./machine/m_aix5.c:414: error: number of arguments doesn't match prototype ./machine.h:97: error: prototype declaration ./machine/m_aix5.c:432: warning: implicit declaration of function 'getprocs64' make: The error code from the last command is 1. Does someone could help me out with this one? Lucas -------------- next part -------------- An HTML attachment was scrubbed... URL: http://pgfoundry.org/pipermail/ptop-hackers/attachments/20081022/524ca01b/attachment.html From markwkm at gmail.com Thu Oct 23 06:03:42 2008 From: markwkm at gmail.com (Mark Wong) Date: Wed, 22 Oct 2008 23:03:42 -0700 Subject: [ptop-hackers] ptop in AIX In-Reply-To: <00a201c93477$9ebba520$dc32ef60$@com> References: <00a201c93477$9ebba520$dc32ef60$@com> Message-ID: <2E744F22-21F5-4341-9E8F-0C38984F4E1E@gmail.com> On Oct 22, 2008, at 11:54 AM, Lucas F. Albuquerque Jr. - Suporte Informatica wrote: > > Hi folks, > > Does someone has tried to compile PTOP in an AIX 5.3 system. Hi Lucas, I'm not sure if any of us have access to an AIX system. I could make some guesses based on the compiler errors, hang tight if you can... Regards, Mark -------------- next part -------------- An HTML attachment was scrubbed... URL: http://pgfoundry.org/pipermail/ptop-hackers/attachments/20081022/2ccfa234/attachment.html From markwkm at gmail.com Fri Oct 24 04:07:45 2008 From: markwkm at gmail.com (Mark Wong) Date: Thu, 23 Oct 2008 21:07:45 -0700 Subject: [ptop-hackers] ptop in AIX In-Reply-To: <2E744F22-21F5-4341-9E8F-0C38984F4E1E@gmail.com> References: <00a201c93477$9ebba520$dc32ef60$@com> <2E744F22-21F5-4341-9E8F-0C38984F4E1E@gmail.com> Message-ID: <70c01d1d0810232107y4c76b034r6340d5495bfb2a83@mail.gmail.com> On Wed, Oct 22, 2008 at 11:03 PM, Mark Wong wrote: > > On Oct 22, 2008, at 11:54 AM, Lucas F. Albuquerque Jr. - Suporte Informatica > wrote: > > > Hi folks, > > Does someone has tried to compile PTOP in an AIX 5.3 system. > > Hi Lucas, > I'm not sure if any of us have access to an AIX system. I could make some > guesses based on the compiler errors, hang tight if you can... Hi Lucas, I just realized that some development effort will have to go into making pg_top work with AIX. It's not a simple syntax error... I'm not sure who will have access or will be able to do that work. Sorry for the bad news. Regards, Mark From Dejesuskdwllyidpqkb at gmail.com Thu Oct 30 08:41:00 2008 From: Dejesuskdwllyidpqkb at gmail.com (maid Barrow) Date: Thu, 30 Oct 2008 11:41:00 +0300 Subject: [ptop-hackers] Massage Therapists Database and many more from other medical professions Message-ID: <866595b7svz0$h6759ov0$5405n6h0@Delldim5150 Licensed Medical Doctors in the USA Fully Licensed Medical Doctors in the United States 788,641 in total * 17,981 emails Coverage for many different medical specialties you can sort by many different fields like zip or county Database of American Pharma Companies 47,000 personal emails and names of decision makers Complete Directory of Hospitals in the USA more than 23k hospital administrators in over 7k hospitals [worth over $300 alone) US Dentist Listing More than half a million listings [worth $499 alone!] US Chiropractor List 100k Chiropractors offices with full contact data including email, postal address, phone and fax This week only you pay only: $393 for all 5 datasets your contact person is - Richie at consultmed.cn for this week to get off please email statusdel at easymedcontact.com