reopen 596929
found 596929 5.0.2-1
tag 596929 + pending
thanks

Sascha Wilde, 2010-09-24 15:04:22 +0200 :

[...]

> Using the postgres user it turns out that there is no gforge database
> in the cluster at all:

Indeed.  My previous fix to bug #596929 was wrong.  I have committed a
new one that should work.  I can't do the upload right now (and I want
to fix some other bugs in the next upload), but a temporary workaround
is to replace
,----
| invoke-rc.d postgresql restart || v=$?
`----
with
,----
| v=0 ; invoke-rc.d postgresql restart || v=$?
`----
in files /var/lib/dpkg/info/gforge-db-postgresql.postinst,
/var/lib/dpkg/info/gforge-db-postgresql.prerm and
/usr/share/gforge/bin/install-db.sh.  Then run
"/var/lib/dpkg/info/gforge-db-postgresql.postinst configure" and the
database should be created.

Roland.
-- 
Roland Mas

Sauvez un arbre, tuez un castor.



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to