[Fusionforge-general] GForge/FusionForge developer access toSVN - WebDAV or ssh/svnserve better?

Christian Bayle bayle at grazian.org
Mon Mar 9 22:14:21 CET 2009


Christian BAYLE a écrit :

  

> I tested again on a fresh  installcd install and there is something
> wrong in pgsql connection setup
> You got two solutions
>
> 1)
> in /etc/nss-pgsql.conf and nss-pgsql-root.conf
> use the simples connection string
> user=gforge_nss dbname=gforge
> psql -U gforge_nss gforge should give you the prompt
>
> 2)
> be sure postrgesql listen to socket by having ins
> /etc/postgresql/8.3/main/postgresql.conf
> listen_adresses = 'localhost'
> and in /etc/postgresql/8.3/main/pg_hba.conf
> host gforge gforge_nss 127.0.0.1/24 trust
> pgsql -U gforge_nss -h localhost gforge should give you the prompt
> if you remplace trust by password the default passwd is gforge_nss
> the password in the connection string is not valid
>
>   
Looks like that only setting passwd to gforge_nss is ok
> Sorry for hte desagrement, i'll commit a fix (1)
>
> Can you get one of these 2 solutions work ?
>
> Cheers
>
> Christian
>
>
>
>
>
>
>
>
>
>   





More information about the Fusionforge-general mailing list