[BUGS] BUG #4404: Installation Appears to work service fails
The following bug has been logged online: Bug reference: 4404 Logged by: Ross Toole Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1 Operating system: Windows XP Proffesional (x64) Description:Installation Appears to work service fails Details: It starts with a typical: "Please tell Microsoft about this problem" dialog box. The message is: "PostgreSQL Database Backend has encountered a problem and needs to close. We are sorry for the inconvenience." Drilling down by clicking on the links to see what the error report contains provides two files manifext.txt and appcompat.txt Can anyone help? Thanks The contents of the two files is below: - manifest.txt: Server=watson.microsoft.com UI LCID=1033 Flags=1672016 Brand=WINDOWS TitleName=PostgreSQL Database Backend DigPidRegPath=HKLM\Software\Microsoft\Windows NT\CurrentVersion\DigitalProductId ErrorText=If you were in the middle of something, the information you were working on might be lost. Stage1URL=/StageOne//0_0_0_0/unknown/0_0_0_0/.htm Stage2URL=/dw/stagetwo.asp?szAppName=&szAppVer=0.0.0.0&szModName=unknown&szM odVer=0.0.0.0&offset= DataFiles=C:\DOCUME~1\Ross\LOCALS~1\Temp\WERd713.dir00\postgres.exe.mdmp|C:\ DOCUME~1\Ross\LOCALS~1\Temp\WERd713.dir00\appcompat.txt Heap=C:\DOCUME~1\Ross\LOCALS~1\Temp\WERd713.dir00\postgres.exe.hdmp ErrorSubPath=\0.0.0.0\unknown\0.0.0.0\ DirectoryDelete=C:\DOCUME~1\Ross\LOCALS~1\Temp\WERd713.dir00 - appcompat.txt: http://www.openssl.org/"; PRODUCT_NAME="The OpenSSL Toolkit" FILE_VERSION="0.9.8a" ORIGINAL_FILENAME="libeay32.dll" INTERNAL_NAME="libeay32" LEGAL_COPYRIGHT="Copyright © 1998-2005 The OpenSSL Project. Copyright © 1995-1998 Eric A. Young, Tim J. Hudson. All rights reserved." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x0" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="0.9.8.1" UPTO_BIN_PRODUCT_VERSION="0.9.8.1" LINK_DATE="11/03/2005 16:50:17" UPTO_LINK_DATE="11/03/2005 16:50:17" VER_LANGUAGE="English (United States) [0x409]" /> http://www.openssl.org/"; PRODUCT_NAME="The OpenSSL Toolkit" FILE_VERSION="0.9.8a" ORIGINAL_FILENAME="ssleay32.dll" INTERNAL_NAME="ssleay32" LEGAL_COPYRIGHT="Copyright © 1998-2005 The OpenSSL Project. Copyright © 1995-1998 Eric A. Young, Tim J. Hudson. All rights reserved." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x0" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="0.9.8.1" UPTO_BIN_PRODUCT_VERSION="0.9.8.1" LINK_DATE="11/03/2005 16:50:30" UPTO_LINK_DATE="11/03/2005 16:50:30" VER_LANGUAGE="English (United States) [0x409]" /> -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs
[BUGS] BUG #4405: Valid certificate reported as expired
The following bug has been logged online: Bug reference: 4405 Logged by: Andrej Podzimek Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3.3 Operating system: Linux Description:Valid certificate reported as expired Details: Hello, I thought this was a PgAdmin III issue and reported it on the PgAdmin mailing list. Only now did I realize that psql has exactly the same problem. I have been using psql (and PgAdmin III) with SSL for a couple of months. I set up certificates for both the server and the client, valid until March 2009. Everything worked fine. Now the bad news: Both psql and PgAdmin refuse to connect since yesterday, with this error message: Error connecting to the server: SSL error: sslv3 alert certificate expired This is obviously a nonsense, as both certificates are valid and system clocks on both computers show correct date and time. I even restarted the PostgreSQL server, which did not help. There haven't been any such problems up to now, so what could be wrong? Is there anything I should try? Best regards, Andrej Podzimek -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs
[BUGS] BUG #4406: silent install error
The following bug has been logged online: Bug reference: 4406 Logged by: Mike Gagnon Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3.1 Operating system: Windows XP Description:silent install error Details: Hi, When I try to do a silent install, I have created the user and password in windows before trying this: MSIEXEC /i "postgresql-8.3-int.msi" /qb /log "c:\logfile.txt" ADDLOCAL="server,nls,psql,pgadmin,includefiles,libfiles,binfiles" INTERNALLAUNCH=1 DOSERVICE=1 CREATESERVICEUSER=0 DOINITDB=1 SERVICEDOMAIN="" SERVICEACCOUNT="postgres" SERVICEPASSWORD="randompass1" SERVICENAME="PostgreSQL Database Server 8.3" SUPERUSER="postgres" SUPERPASSWORD="postgrespw" LOCALE=C ENCODING=SQL_ASCII LISTENPORT=5432 PERMITREMOTE=1 PL_PGSQL=1 PL_PERL=1 PL_PERLU=1 PL_TCL=0 PL_TCLU=0 PL_PYTHONU=0 BASEDIR="c:\mydir\PostgreSQL\8.3" I then get the following error: "User account ¡¡¡s\¡W does not exist" It's as if the installer doesn't pick up the correct username I'm giving it... Is there any way around this? Many thanks, Mike -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs