Re: Fossology Install & Config Issues...

From: brian <brian(at)zijn-digital(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Fossology Install & Config Issues...
Date: 2008-02-06 23:23:44
Message-ID: 47AA4180.7030805@zijn-digital.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Kurt Schroeder wrote:
> Yes, I can:
>
> root(at)ubuntu:/home/sandy# psql -d fossology -U fossy
> Password for user fossy:
> Welcome to psql 8.1.10, the PostgreSQL interactive terminal.
>
> Type: \copyright for distribution terms
> \h for help with SQL commands
> \? for help with psql commands
> \g or terminate with semicolon to execute query
> \q to quit
>
> fossology=> \q
>

Connect to fossology as a regular user and do:

CREATE ROLE fossy WITH OPTION CREATEDB LOGIN password fossy

if you haven't already.

brian

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2008-02-06 23:25:06 Re: Fossology Install & Config Issues...
Previous Message Kurt Schroeder 2008-02-06 21:47:47 Re: Fossology Install & Config Issues...