Let's see pg_hba.conf, psql.app, and double-check that postgresql.conf
has listen_addresses
On 15 May 2008, at 00:50, Abhijith wrote:
>
> I had made a typo in pg_hba.conf. I corrected this with the help of
> ketralnis (David King I presume) on #erlyweb yesterday. The error that
> I mentioned went away, but now its application:start(psql) just stalls
> when I run it. I ran yaws in debug mode and it dumped this error when
> I ran application:start(psql).
>
> =PROGRESS REPORT==== 15-May-2008::12:46:35 ===
> supervisor: {local,yaws_sup}
> started: [{pid,<0.48.0>},
> {name,yaws_server},
> {mfa,
> {yaws_server,start_link,
>
> [{env,true,false,false,false,false,false}]}},
> {restart_type,permanent},
> {shutdown,5000},
> {child_type,worker}]
>
> =PROGRESS REPORT==== 15-May-2008::12:46:35 ===
> supervisor: {local,yaws_sup}
> started: [{pid,<0.56.0>},
> {name,yaws_session_server},
> {mfa,{yaws_session_server,start_link,[]}},
> {restart_type,permanent},
> {shutdown,5000},
> {child_type,worker}]
>
> =PROGRESS REPORT==== 15-May-2008::12:46:35 ===
> application: yaws
> started_at: [EMAIL PROTECTED]
>
> can anyone see what the problem is?
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"erlyweb" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/erlyweb?hl=en
-~----------~----~----~----~------~----~------~--~---