000
11.05.2003, 17:34 Uhr
mike
Pinguinhüpfer (Operator)
|
Hi! Ich hab PostgreSQL 7.3 auf FreeBSD 5.0. Folgender Fehler erscheint beim initialisieren der DB
Zitat: |
$ /usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data The files belonging to this database system will be owned by user "postgres". This user must also own the server process.
The database cluster will be initialized with locale C.
initdb: The directory /usr/local/pgsql/data exists but is not empty. If you want to create a new database system, either remove or empty the directory /usr/local/pgsql/data or run initdb with an argument other than /usr/local/pgsql/data. $ /usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data The files belonging to this database system will be owned by user "postgres". This user must also own the server process.
The database cluster will be initialized with locale C.
Fixing permissions on existing directory /usr/local/pgsql/data... ok creating directory /usr/local/pgsql/data/base... ok creating directory /usr/local/pgsql/data/global... ok creating directory /usr/local/pgsql/data/pg_xlog... ok creating directory /usr/local/pgsql/data/pg_clog... ok creating template1 database in /usr/local/pgsql/data/base/1... IpcSemaphoreCreate: semget(key=1, num=17, 03600) failed: No space left on device
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 1).
The PostgreSQL Administrator's Guide contains more information about configuring your system for PostgreSQL.
initdb failed.
|
Kann mir da wer weiterhelöfen?? In der Mailinglist sthet, dass man Optionen im Kernel aktivieren soll, aber da sind schon alle aktiviert. Installiert ist auch MySQL - braucht das vielleicht zuvile Prozesse??
Danke im Voraus!! mfg mike --
Dieser Post wurde am 11.05.2003 um 17:35 Uhr von mike editiert. |