[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] First login on raq 4i, internal error
- Subject: Re: [cobalt-developers] First login on raq 4i, internal error
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Fri Sep 28 18:59:12 2001
- List-id: Discussion Forum for developers on Sun Cobalt Networks products <cobalt-developers.list.cobalt.com>
> > /etc/rc.d/init.d/postgresql restart
> >
> Probably a lot of database lists on my raq4i don't work (bw/bwlist.cgi,
> siteList/siteList.cgi etc). The postgresql server could be restarted without
> a problem.
>
> I switched the debug variable on in meta.pm, with as result:
> ___
> META DBconnect - QUERY: "dbname=cobalt port=5432 user=admin
> password=xxxxxxxxxxxx port=5432"
> META DBconnect - FAIL: No pg_hba.conf entry for host localhost, user admin,
> database cobalt
> ___
>
last two lines in my /home/chiliasp/odbc/internaldb/data/pg_hba.conf
# By default, allow anything over UNIX domain sockets and localhost.
local all trust
host all 127.0.0.1 255.255.255.255 trust
Do you ahve the above?
HTH..
--Gerald