On 02/04/2010 05:12 PM, Michael Cronenworth wrote: > Yes, I even temporary logged into the apache user and ran "psql koji" > and it connected me to the database. I still get "ServerOffline" in > kojiweb and koji CLI:
Taking your command literally, I assume that postgres is running on the same host. If you intend to connect to postgres locally (not over tcp) as "psql koji" would, then you must /not/ set DBHost in hub.conf. If there is a value for that option (even localhost) then the pgdb lib will try to connect over tcp, which your server may not be configured to allow. > # koji add-user test > ServerOffline: database outage > > The koji admin user is set to principle "root/[email protected]" in the SQL > database. > -- > buildsys mailing list > [email protected] > https://admin.fedoraproject.org/mailman/listinfo/buildsys -- buildsys mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/buildsys
