You mentioned that everything in 2.2.3 of the INSTALL doc checks out. That means you verified that you could log in to the fossology database as user fossy (psql -d fossology -U fossy). That's good.
Guessing that something is wrong with your fossology user record, do this: psql -U fossy fossology update users set user_pass='',user_seed='' where user_name='fossy'; Now try to log in as fossy with no password. Bob On Nov 19, 2009, at 11:44 AM, Bill Armstrong wrote: Re: postgresql running bash-3.2# /etc/init.d/postgresql-8.3 status pg_ctl: server is running (PID: 27537) /opt/PostgreSQL/8.3/bin/postgres "-i" "-D" "/opt/PostgreSQL/8.3/data/" _______________________________________________ fossology mailing list [email protected] http://fossology.org/mailman/listinfo/fossology

