Re: help on Unixware IPC parameters

From: Thomas Good <tomg(at)admin(dot)nrnet(dot)org>
To: Yamini Sharma <yamini(at)w-o-i(dot)com>
Cc: "PostgreSQL::General List" <pgsql-general(at)postgreSQL(dot)org>
Subject: Re: help on Unixware IPC parameters
Date: 2000-05-04 14:01:46
Message-ID: Pine.LNX.4.05.10005040959290.7819-100000@admin.nrnet.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, 4 May 2000, Yamini Sharma wrote:

>
> Hi Tom,
>
> I got your email address from pgsql-admin mailing list archive.
> I am getting the usual shared memory error on installing postgresql on SCO
> unixware2.1.3.
>
> IpcMemoryCreate: memKey=155356396 , size=758552 ,
> permission=384IpcMemoryCreate: shmget(..., create, ...)
> failed: Invalid argument
> This type of error is usually caused by improper
> shared memory or System V IPC semaphore configuration.
> See the FAQ for more detailed information

Hi Yamini,

Here are my log notes - HTH!

21) Attempting to fire up the server produced IpcMemoryCreate errors.
FIX: enlarge shared memory avail in the kernel...
# /etc/conf/bin/idtune SHMMAX 778240
# /etc/conf/bin/idbuild -B
22) Installed DBI::DBD in usual manner but perl is too old (5.003).
Downloading 5.004_04 from www.sco.com/skunkware/uw2/interp/perl/
23) Installed Perl 5.004_04 and reinstalled DBI::DBD
Error msg when trying to run a dbi script:
dynamic linker: /usr/bin/perl: symbol not found: strncasecmp
FIX: edit /usr/src/perl5/DBD*/Pg.xs, replacing strncasecmp with
strncmp --- rerun `make' & `make install'.

if (!strncmp(statement, "begin", 5) ||
!strncmp(statement, "end", 4) ||
!strncmp(statement, "commit", 6) ||
!strncmp(statement, "abort", 5) ||
!strncmp(statement, "rollback", 8) ) {
if (!strncmp(statement, "begin", 5) ||
!strncmp(statement, "end", 4) ||
!strncmp(statement, "commit", 6) ||
!strncmp(statement, "abort", 5) ||
!strncmp(statement, "rollback", 8) ) {

EOF

---------------------------------------------------------------------------
North Richmond Community Mental Health Center
---------------------------------------------------------------------------
Thomas Good, MIS Coordinator tomg@ { admin | q8 } .nrnet.org
Phone: 718-354-5528
Fax: 718-354-5056
---------------------------------------------------------------------------
North Richmond Systems PostgreSQL s l a c k w a r e
Are Powered By: RDBMS |---------- linux
---------------------------------------------------------------------------

Browse pgsql-general by date

  From Date Subject
Next Message Ross J. Reedstrom 2000-05-04 15:37:56 Re: What do you think?
Previous Message Travis Bauer 2000-05-04 12:52:23 Re: Newbie DB problem