From: mozilla%colinogilvie.co.uk <> Date: Mon, 1 Aug 2005 15:41:43 +0000 (+0000) Subject: Fix tinderbox burning from the previous fix. X-Git-Tag: bugzilla-2.20rc2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a5ef3a89ec60192257e1470edbe30e3bfd57056;p=thirdparty%2Fbugzilla.git Fix tinderbox burning from the previous fix. --- diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml index 4e8807e062..ec67e5ca91 100644 --- a/docs/xml/installation.xml +++ b/docs/xml/installation.xml @@ -1,5 +1,5 @@ - + Installing Bugzilla @@ -826,7 +826,9 @@ usually located in /var/lib/pgsql/data/. In this file, you will need to add a new line to it as follows: - host all bugs 127.0.0.1 255.255.255.255 md5 + + host all bugs 127.0.0.1 255.255.255.255 md5 + This means that for TCP/IP (host) connections, allow connections from '127.0.0.1' to 'all' databases on this server from the 'bugs' user, and use @@ -837,12 +839,16 @@ , also usually found in the /var/lib/pgsql/data/ folder. You will need to make a single line change, changing - # tcpip_socket = false + + # tcpip_socket = false + to - tcpip_socket = true - + + tcpip_socket = true + + Now, you will need to restart PostgreSQL, but you will need to fully stop and start the server rather than just restarting due to the possibility of a change to postgresql.conf. After the server has