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

2010-10-01 Thread Tena Sakai
Hi Devrim, Hi Kenichiro, Thank you! > Did you change the port number in postgresql.conf? Specifying > --with-pgport only embeds port number to binaries, not to > postgresql.conf. In my postgresql.conf there was a line port = 6543 But it was commented out. I took the # out. > If your listen_

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] I can't get postgres started.

2010-09-30 Thread Devrim GÜNDÜZ
On Thu, 2010-09-30 at 21:10 -0700, Tena Sakai wrote: > I recently built postgres 8.4.4 from source and tested it. > It seemed to work fine then, but I cannot seem to run psql > today. I built it to run on port 6543. Do I need to specify the > port number when I start it? Did you change the port

[ADMIN] I can't get postgres started.

2010-09-30 Thread Tena Sakai
Hi everybody, Sorry, I previously didn’t put subject line. I recently built postgres 8.4.4 from source and tested it. It seemed to work fine then, but I cannot seem to run psql today. I built it to run on port 6543. Do I need to specify the port number when I start it? Here’s the session dialo