Thread: BUG #4994: Silent Installation
The following bug has been logged online: Bug reference: 4994 Logged by: Ali Al-Aswad Email address: alawibh@hotmail.com PostgreSQL version: postgresql-8.2 Operating system: Win XP Prof SP2 Description: Silent Installation Details: Hi,, I'm using the following batch file content to install the postgres: msiexec /i postgresql-8.2-int.msi /qn INTERNALLAUNCH=1 DOSERVICE=1 DOINITDB=0 ADDLOCAL=server,psql,pgadmin,postgis SERVICEDOMAIN="%aalaswad-pc%" SERVICEACCOUNT="itrack21" SUPERUSER="postgres" ENCODING=UTF8 CREATESERVICEUSER=1 SERVICEPASSWORD="cts_user_2009" SERVICENAME="PostgreSQL Database Server 8.1" SUPERPASSWORD="cts_user_2009" BASEDIR="c:\postgres" but, when I try to log-in it gives me the following error: Server doesn't listen The server doesn't accept connections: the connection library reports could not connect to server: Connection refused (0x0000274D/10061) Is the server running on host "127.0.0.1" and accepting TCP/IP connections on port 5432? and when I tried to start the windows service manualy it gives me the following msg: The PostgreSQL Database Server 8.0 service on Local Computer started and then stopped. Some services stop automatically if they have no work to do, for example, the Performance Logs and Alerts service. Please, help me! regards,,
On Tue, Aug 18, 2009 at 19:38, Ali Al-Aswad<alawibh@hotmail.com> wrote: > msiexec /i postgresql-8.2-int.msi /qn INTERNALLAUNCH=1 DOSERVICE=1 ^ This says 8.2. > The PostgreSQL Database Server 8.0 service on Local Computer started and > then stopped. Some services stop automatically if they have no work to do, > for example, the Performance Logs and Alerts service. ^ This says 8.0. It looks like you have two different versions installed that are somehow conflicting with each other. Possibly because they are trying to listen on the same port, or something like that. -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.com/
On Wed, Aug 19, 2009 at 10:31 AM, Magnus Hagander<magnus@hagander.net> wrote: > On Tue, Aug 18, 2009 at 19:38, Ali Al-Aswad<alawibh@hotmail.com> wrote: >> msiexec /i postgresql-8.2-int.msi /qn INTERNALLAUNCH=1 DOSERVICE=1 > > > ^ This says 8.2. > >> The PostgreSQL Database Server 8.0 service on Local Computer started and >> then stopped. Some services stop automatically if they have no work to do, >> for example, the Performance Logs and Alerts service. > > ^ This says 8.0. It gets better: > SERVICENAME="PostgreSQL Database Server 8.1" SUPERPASSWORD="cts_user_2009" ^ This says 8.1. -- Dave Page EnterpriseDB UK: http://www.enterprisedb.com