Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
b0664db8
Commit
b0664db8
authored
Aug 01, 2005
by
mozilla%colinogilvie.co.uk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix tinderbox burning from the previous fix.
parent
3da7635c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
installation.xml
docs/xml/installation.xml
+7
-1
No files found.
docs/xml/installation.xml
View file @
b0664db8
<!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> -->
<!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> -->
<!-- $Id: installation.xml,v 1.10
2 2005/07/31 23:35:40
mozilla%colinogilvie.co.uk Exp $ -->
<!-- $Id: installation.xml,v 1.10
3 2005/08/01 08:39:32
mozilla%colinogilvie.co.uk Exp $ -->
<chapter
id=
"installing-bugzilla"
>
<chapter
id=
"installing-bugzilla"
>
<title>
Installing Bugzilla
</title>
<title>
Installing Bugzilla
</title>
...
@@ -826,7 +826,9 @@
...
@@ -826,7 +826,9 @@
usually located in
<filename>
/var/lib/pgsql/data/
</filename>
. In this file,
usually located in
<filename>
/var/lib/pgsql/data/
</filename>
. In this file,
you will need to add a new line to it as follows:
</para>
you will need to add a new line to it as follows:
</para>
<para>
<computeroutput>
host all bugs 127.0.0.1 255.255.255.255 md5
</computeroutput>
<computeroutput>
host all bugs 127.0.0.1 255.255.255.255 md5
</computeroutput>
</para>
<para>
This means that for TCP/IP (host) connections, allow connections from
<para>
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
'127.0.0.1' to 'all' databases on this server from the 'bugs' user, and use
...
@@ -837,11 +839,15 @@
...
@@ -837,11 +839,15 @@
, also usually found in the
<filename>
/var/lib/pgsql/data/
</filename>
folder.
, also usually found in the
<filename>
/var/lib/pgsql/data/
</filename>
folder.
You will need to make a single line change, changing
</para>
You will need to make a single line change, changing
</para>
<para>
<computeroutput>
# tcpip_socket = false
</computeroutput>
<computeroutput>
# tcpip_socket = false
</computeroutput>
</para>
<para>
to
</para>
<para>
to
</para>
<para>
<computeroutput>
tcpip_socket = true
</computeroutput>
<computeroutput>
tcpip_socket = true
</computeroutput>
</para>
<para>
Now, you will need to restart PostgreSQL, but you will need to fully
<para>
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
stop and start the server rather than just restarting due to the possibility
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment