Thread: 8.0 Beta3 worked, RC1 didn't!
I have the same problem ! When I setup Postgres 8.0 Beta 4 on a Windows Xp or 2003 Server, it works parfectly with parameter listen_adresses set to '*' or localhost. I have been testing Beta5, RC1 and RC2 on my XP workstation and there is no problem, event if I accept external connections ( listen_adresses = '*'). Then I tried to setup Beta5, RC1 or RC2 on a station with 2003 Server, I can only acces the Database when listen_adresses = localhost. If i set listen_adresses = '*', i have a connection problem in PgAdmin saying "Could not recieve server response to SSL negociation packet : Connection reset by peer (0X00002746/10054). It appends when I launch pgadmin directly logged on the station, when i'm connected with remote access and even from my XP workstation. The log file contains many lines such these ones : 2004-12-23 16:55:17 FATAL: could not attach to proper memory at fixed address: shmget(key=5432001, addr=00DC0000) failed: Invalid argument 2004-12-23 16:55:17 FATAL: could not attach to proper memory at fixed address: shmget(key=5432001, addr=00DC0000) failed: Invalid argument 2004-12-23 16:55:17 LOG: background writer process (PID 680) exited with exit code 0 2004-12-23 16:55:17 LOG: terminating any other active server processes 2004-12-23 16:55:17 LOG: all server processes terminated; reinitializing If I switch the listen_addresses parameter back to localhost', I can connect to the DB in PgAdmin from the server screen or remote acces. Those these information help you ? ""A. Mous"" <a.mous@shaw.ca> a écrit dans le message de news:000801c4e7d1$058c5300$6500a8c0@PETER... > Hi all, > > I'm using psql 8.0.0 on a client's site who's running win server 2003. > We've had him on beta 3 for some time, and no problems at all (yes, in a > sense, he is a beta tester as well, but doesn't know it!). Today I tried to > upgrade the db to RC1 and had some problems. > > Remote clients connect to this database, so I have to set listen_addresses = > '*' in the posrgresql.conf file. This is the only change to the config > file. Doing this with RC1 and trying to connect locally with through psql > resulted in the following error message: > > "could not receive server response to SSL negotiation packet; connection > reset by peer (0x00002746/10054)" > > Removing the modified line in the config file resolved the problem > (locally), however, no clients can connect! Beta 3 does not seem to have > this issue, so we had to revert back to it for now. > > I would appreciate any ideas that some of you may have. Much thanks, > > -Peter > > > ---------------------------(end of broadcast)--------------------------- > TIP 9: the planner will ignore your desire to choose an index scan if your > joining column's datatypes do not match >
Yes, this is exactly the same behaviour as mine. I've also seen the exact same entries in the log file (tested this last night). Many, many of these entries spanning only a couple of seconds. Does anyone have any ideas I can try to rectify this problem? Thanks, Peter -----Original Message----- From: Nicolas COUSSEMACQ [mailto:nico@def2shoot.com] Sent: December 23, 2004 9:33 AM To: pgsql-general@postgresql.org Subject: 8.0 Beta3 worked, RC1 didn't! I have the same problem ! When I setup Postgres 8.0 Beta 4 on a Windows Xp or 2003 Server, it works parfectly with parameter listen_adresses set to '*' or localhost. I have been testing Beta5, RC1 and RC2 on my XP workstation and there is no problem, event if I accept external connections ( listen_adresses = '*'). Then I tried to setup Beta5, RC1 or RC2 on a station with 2003 Server, I can only acces the Database when listen_adresses = localhost. If i set listen_adresses = '*', i have a connection problem in PgAdmin saying "Could not recieve server response to SSL negociation packet : Connection reset by peer (0X00002746/10054). It appends when I launch pgadmin directly logged on the station, when i'm connected with remote access and even from my XP workstation. The log file contains many lines such these ones : 2004-12-23 16:55:17 FATAL: could not attach to proper memory at fixed address: shmget(key=5432001, addr=00DC0000) failed: Invalid argument 2004-12-23 16:55:17 FATAL: could not attach to proper memory at fixed address: shmget(key=5432001, addr=00DC0000) failed: Invalid argument 2004-12-23 16:55:17 LOG: background writer process (PID 680) exited with exit code 0 2004-12-23 16:55:17 LOG: terminating any other active server processes 2004-12-23 16:55:17 LOG: all server processes terminated; reinitializing If I switch the listen_addresses parameter back to localhost', I can connect to the DB in PgAdmin from the server screen or remote acces. Those these information help you ? ""A. Mous"" <a.mous@shaw.ca> a écrit dans le message de news:000801c4e7d1$058c5300$6500a8c0@PETER... > Hi all, > > I'm using psql 8.0.0 on a client's site who's running win server 2003. > We've had him on beta 3 for some time, and no problems at all (yes, in a > sense, he is a beta tester as well, but doesn't know it!). Today I tried to > upgrade the db to RC1 and had some problems. > > Remote clients connect to this database, so I have to set listen_addresses = > '*' in the posrgresql.conf file. This is the only change to the config > file. Doing this with RC1 and trying to connect locally with through psql > resulted in the following error message: > > "could not receive server response to SSL negotiation packet; connection > reset by peer (0x00002746/10054)" > > Removing the modified line in the config file resolved the problem > (locally), however, no clients can connect! Beta 3 does not seem to have > this issue, so we had to revert back to it for now. > > I would appreciate any ideas that some of you may have. Much thanks, > > -Peter > > > ---------------------------(end of broadcast)--------------------------- > TIP 9: the planner will ignore your desire to choose an index scan if your > joining column's datatypes do not match >
OK, that’s three so far that are experiencing the exact same problem. Does anyone in the know have any suggestions as to how this can be resolved?
Much thanks,
Peter
-----Original Message-----
From: Edgars Diebelis [mailto:edgars.diebelis@divi.lv]
Sent: December 28, 2004 5:41 AM
To: a.mous@shaw.ca
Subject: Re: [GENERAL] 8.0 Beta3 worked, RC1 didn't!
Hallo, I have the same problem as you:
I had install PostgreSQL 8.0 RC2. Remote clients connect to databese, so I have to set listen_addresses = '*' in the posrgresql.conf file. After this change I have error message:
"could not receive server response to SSL negotiation packet; connection
reset by peer (0x00002746/10054)".
Have you any solution? Is this configuration problem or is this bug? Please help!
Thx, Edgars
Yes, this is exactly the same behaviour as mine. I've also seen the exact same entries in the log file (tested this last night). Many, many of these entries spanning only a couple of seconds. Does anyone have any ideas I can try to rectify this problem? Thanks, Peter -----Original Message----- From: Nicolas COUSSEMACQ [mailto:nico@def2shoot.com] Sent: December 23, 2004 9:33 AM To: pgsql-general@postgresql.org Subject: 8.0 Beta3 worked, RC1 didn't! I have the same problem ! When I setup Postgres 8.0 Beta 4 on a Windows Xp or 2003 Server, it works parfectly with parameter listen_adresses set to '*' or localhost. I have been testing Beta5, RC1 and RC2 on my XP workstation and there is no problem, event if I accept external connections ( listen_adresses = '*'). Then I tried to setup Beta5, RC1 or RC2 on a station with 2003 Server, I can only acces the Database when listen_adresses = localhost. If i set listen_adresses = '*', i have a connection problem in PgAdmin saying "Could not recieve server response to SSL negociation packet : Connection reset by peer (0X00002746/10054). It appends when I launch pgadmin directly logged on the station, when i'm connected with remote access and even from my XP workstation. The log file contains many lines such these ones : 2004-12-23 16:55:17 FATAL: could not attach to proper memory at fixed address: shmget(key=5432001, addr=00DC0000) failed: Invalid argument 2004-12-23 16:55:17 FATAL: could not attach to proper memory at fixed address: shmget(key=5432001, addr=00DC0000) failed: Invalid argument 2004-12-23 16:55:17 LOG: background writer process (PID 680) exited with exit code 0 2004-12-23 16:55:17 LOG: terminating any other active server processes 2004-12-23 16:55:17 LOG: all server processes terminated; reinitializing If I switch the listen_addresses parameter back to localhost', I can connect to the DB in PgAdmin from the server screen or remote acces. Those these information help you ? ""A. Mous"" <a.mous@shaw.ca> a écrit dans le message de news:000801c4e7d1$058c5300$6500a8c0@PETER... > Hi all, > > I'm using psql 8.0.0 on a client's site who's running win server 2003. > We've had him on beta 3 for some time, and no problems at all (yes, in a > sense, he is a beta tester as well, but doesn't know it!). Today I tried to > upgrade the db to RC1 and had some problems. > > Remote clients connect to this database, so I have to set listen_addresses = > '*' in the posrgresql.conf file. This is the only change to the config > file. Doing this with RC1 and trying to connect locally with through psql > resulted in the following error message: > > "could not receive server response to SSL negotiation packet; connection > reset by peer (0x00002746/10054)" > > Removing the modified line in the config file resolved the problem > (locally), however, no clients can connect! Beta 3 does not seem to have > this issue, so we had to revert back to it for now. > > I would appreciate any ideas that some of you may have. Much thanks, > > -Peter > > > ---------------------------(end of broadcast)--------------------------- > TIP 9: the planner will ignore your desire to choose an index scan if your > joining column's datatypes do not match >