Re: [ADMIN] I can't get postgres started.

2010-10-01 Thread Kenichiro Tanaka
Hello If your listen_addresses is wrong,the same error can occur. example) $ cat postgresql.conf |grep listen_addresses #listen_addresses = '*' # what IP address(es) to listen on; $ psql -h 192.168.23.133 psql: could not connect to server: Connection refused Is the server runnin

Re: [ADMIN] installing Postgres 8.3 msi getting `Error` = 2888

2010-08-22 Thread Kenichiro Tanaka
Hello. I can't promise to work around the error,but have some ideas. 1)If you installing from a network share , try installing with the install file local. 2)Do you have an Anti-Virus running on your machine? Try stopping Anti Virus before launching the installer. 3)Try changing the defau

Re: [ADMIN] Can't start server

2010-08-15 Thread Kenichiro Tanaka
Hello Did you try to remove postmaster.pid? I can reproduce this error to fill null postmaster.pid. 2010-08-16 05:15:36 GMT FATAL: bogus data in lock file "postmaster.pid": "" And I could also start PostgreSQL to remove postmaster.pid. (2010/08/14 12:34), Sivaroj Limvipuwat wrote: My server