On 02/04/2010 02:56 PM, Michael Cronenworth wrote: > Jay Greguske wrote: >> I'd blame the database. Is postgres up and accepting connections? > > Yes, PostgreSQL is running, the koji user is added, and the SQL schema > has been inserted. I've added the initial admin user (called 'admin') > and pointed it to my Kerberos principal. > > I tried looking for some logs to debug through, but I didn't find much. > Is there something I can check or turn on to see how well the > communication is working?
Have you edited /var/lib/pgsql/data/pg_hba.conf to allow the "apache" user to connect to the "koji" database? The configuration needs to be at or near the top of that file, before the default config. -- buildsys mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/buildsys
