[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: "Martin Verstegen" <mverstegen@xxxxxxx>
- Date: Fri Sep 28 18:15:05 2001
- List-id: Discussion Forum for developers on Sun Cobalt Networks products <cobalt-developers.list.cobalt.com>
> > But I can try to restart it manually. Tell me how.
>
> /etc/rc.d/init.d/postgresql restart
>
> Gerald
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
___
Probably the configuration program did not make an entry in pg_hba.conf for
admin, so admin cannot connect to the postgresql database (I think).
This is the current content of /var/lib/pgsql/data/pg_hba.conf. First line
is empty.
___
local template1 trust
___
Does this explains the internal error and what to do now?
regards,
Martin Verstegen