Обсуждение: postgresql back-end would not start on FreeBSD v 2.2.7

Поиск
Список
Период
Сортировка

postgresql back-end would not start on FreeBSD v 2.2.7

От
sugarh@ttc.com
Дата:
When I tried to start the back-end, I got the followinf message on my
console:

"cmd postgres pid 195 tried to use non-present SYSVSEM"

The following message was in the log file:

"195 Bad system call (core dumped) nohup postmaster -i >pgserver.log 2>&1"

I am installing version 6.5.1, clean as I downloaded it from your site.
My OS is FreeBSD Version 2.2.7
My hardware is an i486 based system with 48K of RAM.




Re: postgresql back-end would not start on FreeBSD v 2.2.7

От
Kurt Seel
Дата:
sugarh@ttc.com wrote:

> When I tried to start the back-end, I got the followinf message on my
> console:
>
> "cmd postgres pid 195 tried to use non-present SYSVSEM"
>
> The following message was in the log file:
>
> "195 Bad system call (core dumped) nohup postmaster -i >pgserver.log 2>&1"
>
> I am installing version 6.5.1, clean as I downloaded it from your site.
> My OS is FreeBSD Version 2.2.7
> My hardware is an i486 based system with 48K of RAM.

 Put this in your kernel config:

options         SYSVSHM
options         SYSVSEM
options         SYSVMSG

 Recompile the kernel, cp it into /kernel and reboot.

--


Re: postgresql back-end would not start on FreeBSD v 2.2.7

От
Kurt Seel
Дата:
sugarh@ttc.com wrote:

> When I tried to start the back-end, I got the followinf message on my
> console:
>
> "cmd postgres pid 195 tried to use non-present SYSVSEM"
>
> The following message was in the log file:
>
> "195 Bad system call (core dumped) nohup postmaster -i >pgserver.log 2>&1"
>
> I am installing version 6.5.1, clean as I downloaded it from your site.
> My OS is FreeBSD Version 2.2.7
> My hardware is an i486 based system with 48K of RAM.

 Put this in your kernel config:

options         SYSVSHM
options         SYSVSEM
options         SYSVMSG

 Recompile the kernel, cp it into /kernel and reboot.

--