Hi Daniel,
As Matt suggests below, this is most likely an authentication config issue.  In 
order to fix it, you'll probably need to edit the 
/etc/postgresql/8.1/main/pg_hba.conf file.  Here's a snippet from one of my 
test systems:

# "local" is for Unix domain socket connections only
#local   all         all                               ident sameuser
local   all         all                               md5
# IPv4 local connections:
host    all         all         127.0.0.1/32          md5
host    all         all         127.0.1.1/32          md5
# IPv6 local connections:
host    all         all         ::1/128               md5

HTH!
Mary

> -----Original Message-----
> From: [email protected] 
> [mailto:[email protected]] On Behalf Of Matt Taggart
> Sent: Friday, February 13, 2009 4:37 AM
> To: [email protected]
> Cc: [email protected]
> Subject: Re: [FOSSology] Installation problem
> 
> > Hi all,
> > 
> > after the installation of Fossology (last version), we do have a 
> > problem with the scheduler, here is the error message:
> [snip]
> > Would you have any idea why we encounter this issue?
> 
> Check you postgresql log and see if it's seeing the 
> connection attempt and denying it, that might give a clue.
> 
> Maybe you don't have the right auth methods enabled?
> What distro are you on?
> 
> Thanks,
> 
> --
> Matt Taggart
> [email protected]
> 
> 
> _______________________________________________
> fossology mailing list
> [email protected]
> http://fossology.org/mailman/listinfo/fossology
> 
_______________________________________________
fossology mailing list
[email protected]
http://fossology.org/mailman/listinfo/fossology

Reply via email to