Re: help on Unixware IPC parameters

Поиск
Список
Период
Сортировка
От Thomas Good
Тема Re: help on Unixware IPC parameters
Дата
Msg-id Pine.LNX.4.05.10005040959290.7819-100000@admin.nrnet.org
обсуждение исходный текст
Список 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
---------------------------------------------------------------------------


В списке pgsql-general по дате отправления:

Предыдущее
От: Jurgen Defurne
Дата:
Сообщение: Re: What do you think?
Следующее
От: "Ross J. Reedstrom"
Дата:
Сообщение: Re: What do you think?