| From: | Richard Broersma Jr <rabroersma(at)yahoo(dot)com> |
|---|---|
| To: | Vinicius Carvalho <java(dot)vinicius(at)gmail(dot)com> |
| Cc: | Novice Postgresql-list <pgsql-novice(at)postgresql(dot)org> |
| Subject: | Re: Cannot connect though socket |
| Date: | 2006-08-07 23:57:38 |
| Message-ID: | 20060807235738.57323.qmail@web31809.mail.mud.yahoo.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-novice |
> Hello there! I've checked using ps and the postmaster is not running
> with the -i option. Since I'm using init.d scripts, I could not find
> the line it calls the postmaster, and I'm not being able to connect to
> the link you provide, could you explain me how to change the startup
> it with -i option?
If that is the case, I would check your init config file:
/etc/conf.d/postgresql
This is where I set the variable to the -i option.
But, before you go to far with this, just for testing purposes why not change your pg_hba.conf
settings to:
"host all all <the actual ipaddress of your client> 255.255.255.0 trust"
if you can't connect with this, then *maybe* something else is wrong.
Oh, when you reply, don't forget to copy the list. Other can also add additional and helpful
advice.
Regards,
Richard Broersma Jr.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Ramon Orticio | 2006-08-08 05:57:54 | installing pgadminIII in fedora core 4 |
| Previous Message | Saranya Sivakumar | 2006-08-07 20:07:40 | Re: [PERFORM] 7.3.2 pg_restore very slow |