Re: PostgreSQL ports post-installation gives core dump?

Поиск
Список
Период
Сортировка
От CD Baby
Тема Re: PostgreSQL ports post-installation gives core dump?
Дата
Msg-id 4.3.2.7.2.20010704191158.00adfe30@64.71.145.18
обсуждение исходный текст
Ответ на Re: PostgreSQL ports post-installation gives core dump?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
> > Bad system call (core dumped)       <-------- *******
>
>IIRC, our FAQ suggests this might mean your kernel is compiled without
>SysV shared memory and/or semaphore support.


Thanks!  That was it!

For those OpenBSD people, your kernel needs to have these options in your
kernel-configuration file:

# PostgreSQL NEEDS THIS
option          SYSVMSG         # System V-like message queues
option          SYSVSEM         # System V-like semaphores
option          SYSVSHM         # System V-like memory sharing



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: PostgreSQL ports post-installation gives core dump?
Следующее
От: missive@frontiernet.net (Lee Harr)
Дата:
Сообщение: Re: which Python interface