Re: No postgres on Solaris

From: oberpwd(at)anubis(dot)network(dot)com (Wade D(dot) Oberpriller)
To: martin(at)math(dot)unl(dot)edu(dot)ar (Martin A(dot) Marques)
Cc: pgsql-general(at)postgresql(dot)org, pgsql-hackers(at)postgresql(dot)org
Subject: Re: No postgres on Solaris
Date: 2000-12-13 19:29:29
Message-ID: 200012131930.NAA00967@truck.network.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

I found it in the PostgreSQL Administrator manual under "Managing Kernel
Resources".

Wade Oberpriller

>
> Hi,
> I have been using Postgres-7.0.2 on Solaris 8 for the past few months, and
> was about to upgrade to 7.1-test, and after following carefully the docs, I
> get this:
>
> postgres(at)ultra31:~ > /usr/local/pgsql/bin/postmaster -D /usr/local/pgsql/data
> IpcSemaphoreCreate: semget(key=5432004, num=17, 03600) failed: No space left
> on
> device
>
> This error does *not* mean that you have run out of disk space.
>
> It occurs either because system limit for the maximum number of
> semaphore sets (SEMMNI), or the system wide maximum number of
> semaphores (SEMMNS), would be exceeded. You need to raise the
> respective kernel parameter. Look into the PostgreSQL documentation
> for details.
>
> postgres(at)ultra31:~ >
>
> I looked at the FAQ_Solaris, but found nothing on this case. I remember
> making changes to the kernel parameters when I fist installed postgres, but
> can't remember where I found that info.
>
> Any clues?
>
> --
> System Administration: It's a dirty job,
> but someone told I had to do it.
> -----------------------------------------------------------------
> Martín Marqués email: martin(at)math(dot)unl(dot)edu(dot)ar
> Santa Fe - Argentina http://math.unl.edu.ar/~martin/
> Administrador de sistemas en math.unl.edu.ar
> -----------------------------------------------------------------
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Mike Sears 2000-12-13 20:03:05 more init
Previous Message Marcos 2000-12-13 18:48:46 Apache+Postgresql (mod_auth_pgsql)

Browse pgsql-hackers by date

  From Date Subject
Next Message bpalmer 2000-12-13 19:41:21 Why vacuum?
Previous Message Peter Eisentraut 2000-12-13 19:28:52 Re: Bug in ILIKE function?