Re: [pgadmin-support] Cannot connect to postgresql 7.4.2

2004-10-11 Thread Andreas Pflug
Dave Page wrote: -Original Message- From: Andreas Pflug [mailto:[EMAIL PROTECTED] Sent: 11 October 2004 16:44 To: Dave Page Cc: Virgil Frum; [EMAIL PROTECTED] Subject: Re: [pgadmin-support] Cannot connect to postgresql 7.4.2 Seems we'll have to hold RC1 until we're sati

Re: [pgadmin-support] Cannot connect to postgresql 7.4.2

2004-10-11 Thread Dave Page
> -Original Message- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 11 October 2004 16:44 > To: Dave Page > Cc: Virgil Frum; [EMAIL PROTECTED] > Subject: Re: [pgadmin-support] Cannot connect to postgresql 7.4.2 > > Seems we'll have to hold RC1 unt

Re: [pgadmin-support] Cannot connect to postgresql 7.4.2

2004-10-11 Thread Andreas Pflug
Dave Page wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Virgil Frum Sent: 11 October 2004 16:24 To: [EMAIL PROTECTED] Subject: Re: [pgadmin-support] Cannot connect to postgresql 7.4.2 OK, I found out what's happening. I've been te

Re: [pgadmin-support] Cannot connect to postgresql 7.4.2

2004-10-11 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Virgil Frum > Sent: 11 October 2004 16:24 > To: [EMAIL PROTECTED] > Subject: Re: [pgadmin-support] Cannot connect to postgresql 7.4.2 > > > OK, I found out what's h

Re: [pgadmin-support] Cannot connect to postgresql 7.4.2

2004-10-11 Thread Virgil Frum
> OK, I found out what's happening. I've been testing with the correct > versions from > http://pgadmin.postgresql.org/snapshots/postgresql/libs-win32-20040927.zip > but my distribution batch copied older versions. > > Please download that zip, replace the dlls and try again. This will > hopefull

Re: [pgadmin-support] Cannot connect to postgresql 7.4.2

2004-10-11 Thread Andreas Pflug
Virgil Frum wrote: Hm, I don't see too much either. Is that my win32 snapshot? Do you have a stack trace (Dr.Watson)? Binary size (less than previous version): 5.500.928 bytes The reason is that we now use libpq dynamically linked. The libpq packaged in that zip should work with both pgAdmin and

Re: [pgadmin-support] Cannot connect to postgresql 7.4.2

2004-10-11 Thread Virgil Frum
> Hm, I don't see too much either. > Is that my win32 snapshot? Do you have a stack trace (Dr.Watson)? Binary size (less than previous version): 5.500.928 bytes (CRC32: 1DA3940B; MD5: F86F0A85151495DD4C74EFA7DFBD9F89), timestamp: 09.10.2004 23:39:08. Dr. Watson's stack trace attached. Virgil Stat

Re: [pgadmin-support] Cannot connect to postgresql 7.4.2

2004-10-11 Thread Andreas Pflug
Virgil Frum wrote: Debug logging doesn't seem to be useful in this case: Hm, I don't see too much either. Is that my win32 snapshot? Do you have a stack trace (Dr.Watson)? Regards, Andreas ---(end of broadcast)--- TIP 2: you can get off all lists at o

Re: [pgadmin-support] Cannot connect to postgresql 7.4.2

2004-10-11 Thread Virgil Frum
Debug logging doesn't seem to be useful in this case: 2004-10-11 15:20:26 STATUS : Retrieving server properties... 2004-10-11 15:20:26 INFO : Displaying properties for Server 172.16.2.47:5432 2004-10-11 15:20:26 INFO : Displaying properties for server 172.16.2.47:5432 2004-10-11 15:20:26 STATU

Re: [pgadmin-support] Cannot connect to postgresql 7.4.2

2004-10-11 Thread Andreas Pflug
Virgil Frum wrote: pgAdmin3 ver. 1.2.0 Post Beta2 (Oct 09 2004) crashes when I'm trying to connect to a postgresql 7.4.2 database. Please enable full logging to trace down the reason. Regards, Andreas ---(end of broadcast)--- TIP 7: don't forget to i

Re: [pgadmin-support] Cannot connect to postgresql 7.4.2

2004-10-11 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Virgil Frum > Sent: 11 October 2004 11:23 > To: [EMAIL PROTECTED] > Subject: [pgadmin-support] Cannot connect to postgresql 7.4.2 > > pgAdmin3 ver. 1.2.0 Post Beta2 (Oct 09 2004) crashes when I'm >

Re: [pgadmin-support] Cannot connect to postgresql

2004-07-19 Thread Adam H . Pendleton
On Jul 19, 2004, at 1:17 PM, Peter Bradley wrote: I made a typo. :-( Actually, I failed to pass the -i option to postmaster, which is nearly as stupid. Your message above put me on the right track. Many thanks for all the replies - all of which were helpful and useful. I'm just sorry I hadn't pai

Re: [pgadmin-support] Cannot connect to postgresql

2004-07-19 Thread Peter Bradley
On Mon, 2004-07-19 at 11:25, Adam H.Pendleton wrote: > On Jul 18, 2004, at 4:03 PM, Peter Bradley wrote: > > > netstat -l confirms that the server is listening on port 5432. > > > > If I try to telnet to port 5432 I get "Connection refused" both as my > > own user and as the postgres user. > > If

Re: [pgadmin-support] Cannot connect to postgresql

2004-07-19 Thread Adam H . Pendleton
On Jul 18, 2004, at 4:03 PM, Peter Bradley wrote: netstat -l confirms that the server is listening on port 5432. If I try to telnet to port 5432 I get "Connection refused" both as my own user and as the postgres user. If your postgresql server is indeed listening on TCP port 5432, and you issue a

Re: [pgadmin-support] Cannot connect to postgresql

2004-07-18 Thread Andreas Pflug
Peter Bradley wrote: When I try to add a server in pgadmin3 I firstly get the following warning: Warning: Mailcap file /home/peter/.mailcap, line 59: incomplete entry ignored. This message can't originate from pgadmin3 itself, are you starting it from a desktop icon? Try running it from a command

Re: [pgadmin-support] Cannot connect to postgresql

2004-07-18 Thread Peter Bradley
On Sun, 2004-07-18 at 21:14, Andreas Pflug wrote: > Peter Bradley wrote: > > I have just downloaded and installed postgresql and pgadmin3. > > > > In Postgresql I have done no more than create a test database (with no > > tables or anything) called testdb. I can connect to this dataabase as > > t

Re: [pgadmin-support] Cannot connect to postgresql

2004-07-18 Thread Andreas Pflug
Peter Bradley wrote: I have just downloaded and installed postgresql and pgadmin3. In Postgresql I have done no more than create a test database (with no tables or anything) called testdb. I can connect to this dataabase as the user postgres from the command line interface (./psql testdb). The po