Jeice Cypher
2011-03-30 17:53:20 UTC
So, I decided to do a fresh install of postgresql, but, while following
the steps in Assignment 0, I get an error in the
"initdb" step. I get the following error:
creating template1 database in /u7/namartin/pgdb/base/1 ... FATAL:
could not create semaphores: No space left on device
DETAIL: Failed system call was semget(1, 17, 03600).
HINT: This error does *not* mean that you have run out of disk space.
It occurs when either the 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. Alternatively, reduce PostgreSQL's
consumption of semaphores by reducing its max_connections parameter
(currently 10).
The PostgreSQL documentation contains more information about
configuring your system for PostgreSQL.
child process exited with exit code 1
initdb: removing data directory "/u7/namartin/pgdb"
I tried doing what it recommends, but I can't change those values in the
system because they're read-only. I don't know what else to do. Please help.
the steps in Assignment 0, I get an error in the
"initdb" step. I get the following error:
creating template1 database in /u7/namartin/pgdb/base/1 ... FATAL:
could not create semaphores: No space left on device
DETAIL: Failed system call was semget(1, 17, 03600).
HINT: This error does *not* mean that you have run out of disk space.
It occurs when either the 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. Alternatively, reduce PostgreSQL's
consumption of semaphores by reducing its max_connections parameter
(currently 10).
The PostgreSQL documentation contains more information about
configuring your system for PostgreSQL.
child process exited with exit code 1
initdb: removing data directory "/u7/namartin/pgdb"
I tried doing what it recommends, but I can't change those values in the
system because they're read-only. I don't know what else to do. Please help.