shmmem error on initdb
"Merlin Moncure" <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.devel.win32 |
|---|---|
| Message-ID | <[email protected]> |
On a fresh rc3 build, I am unable to initdb due to shmmem error.
Attached is the output from initdb.
Merlin
---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?
http://archives.postgresql.org
initdb.log
(application/octet-stream, 1.6 KB)
Running in debug mode. 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. creating directory f:/data2 ... ok creating directory f:/data2/global ... ok creating directory f:/data2/pg_xlog ... ok creating directory f:/data2/pg_xlog/archive_status ... ok creating directory f:/data2/pg_clog ... ok creating directory f:/data2/pg_subtrans ... ok creating directory f:/data2/base ... ok creating directory f:/data2/base/1 ... ok creating directory f:/data2/pg_tblspc ... ok selecting default max_connections ... 10 selecting default shared_buffers ... 50 creating configuration files ... ok creating template1 database in f:/data2/base/1 ... VERSION=8.0.0rc3 PGDATA=f:/data2 share_path=C:/_postgres/share PGPATH=C:/_postgres/bin POSTGRES_SUPERUSERNAME=postgres POSTGRES_BKI=C:/_postgres/share/postgres.bki POSTGRES_DESCR=C:/_postgres/share/postgres.description POSTGRESQL_CONF_SAMPLE=C:/_postgres/share/postgresql.conf.sample PG_HBA_SAMPLE=C:/_postgres/share/pg_hba.conf.sample PG_IDENT_SAMPLE=C:/_postgres/share/pg_ident.conf.sample DEBUG: TZ "US/Mountain" matches Windows timezone "Mountain Standard Time" DEBUG: invoking IpcMemoryCreate(size=1163264) DEBUG: Mapped win32 error code 161 to 2 FATAL: could not create shared memory segment: No such file or directory DETAIL: Failed system call was shmget(key=1, size=1163264, 03600). DEBUG: proc_exit(1) DEBUG: shmem_exit(1) DEBUG: exit(1) child process was terminated by signal 1 initdb: removing data directory "f:/data2"