Skip to content

Commit 550a416

Browse files
committed
New Solaris FAQ.
1 parent 039e7a4 commit 550a416

File tree

1 file changed

+25
-2
lines changed

1 file changed

+25
-2
lines changed

doc/FAQ_Solaris

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL V6.5
33
Sun Solaris Specific
44
TO BE READ IN CONJUNCTION WITH THE NORMAL FAQ
55
=======================================================
6-
last updated: Thu Sep 2 11:40:00 CET 1999
6+
last updated: Thu Sep 21 9:30:00 CET 1999
77

88
current maintainer: Marc Liyanage (liyanage@access.ch)
99
original author: Marc Liyanage (liyanage@access.ch)
@@ -19,6 +19,10 @@ Contents:
1919
1.4) Why am I getting "Can't tell what username to use" errors
2020
when I try to run initdb?
2121

22+
A) Contributors
23+
24+
25+
2226
Notes:
2327

2428
- The commands given here are for the bash shell. If you use
@@ -125,7 +129,7 @@ maximum segment size kernel parameter is set too low. The solution
125129
is to put something like the following line into /etc/system and
126130
reboot the system.
127131

128-
set shmsys:shminfo_shmmax=0xffffffff
132+
set shmsys:shminfo_shmmax=0x7fffffff
129133

130134
Excellent info regarding shared memory under Solaris can be found here:
131135
http://www.sunworld.com/swol-09-1997/swol-09-insidesolaris.html
@@ -140,3 +144,22 @@ Put something like this into the .bash_profile startup script
140144
of the postgres user (see also step 17 in the INSTALL file):
141145

142146
export USER=postgres
147+
148+
149+
150+
151+
152+
153+
154+
155+
156+
----------------------------------------------------------------------
157+
Section A: Contributors
158+
----------------------------------------------------------------------
159+
160+
- Jose Luis Rodriguez Garcia
161+
Suggested to change the shmmax parameter in 1.3 from 0xffffffff to 0x7fffffff
162+
because the value is a signed integer in Solaris versions prior to 2.6.
163+
164+
165+

0 commit comments

Comments
 (0)