@@ -3,7 +3,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL V6.5
3
3
Sun Solaris Specific
4
4
TO BE READ IN CONJUNCTION WITH THE NORMAL FAQ
5
5
=======================================================
6
- last updated: Thu Sep2 11:40 :00 CET 1999
6
+ last updated: Thu Sep21 9:30 :00 CET 1999
7
7
8
8
current maintainer: Marc Liyanage (liyanage@access.ch)
9
9
original author: Marc Liyanage (liyanage@access.ch)
@@ -19,6 +19,10 @@ Contents:
19
19
1.4) Why am I getting "Can't tell what username to use" errors
20
20
when I try to run initdb?
21
21
22
+ A) Contributors
23
+
24
+
25
+
22
26
Notes:
23
27
24
28
- 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
125
129
is to put something like the following line into /etc/system and
126
130
reboot the system.
127
131
128
- set shmsys:shminfo_shmmax=0xffffffff
132
+ set shmsys:shminfo_shmmax=0x7fffffff
129
133
130
134
Excellent info regarding shared memory under Solaris can be found here:
131
135
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
140
144
of the postgres user (see also step 17 in the INSTALL file):
141
145
142
146
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
+