problems with initdb on netbsd/alpha

From: nm <nmanisca(at)vt(dot)edu>
To: pgsql-admin(at)postgresql(dot)org
Subject: problems with initdb on netbsd/alpha
Date: 1998-05-28 01:44:23
Message-ID: 3.0.32.19980527214421.012cc100@mail.vt.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

postgresql version: 6.3.2
os: netbsd 1.3 / alpha

well compilation seemed to go well... but when i run initdb (as the
postgres user)
i get the following:

postgres(at)anomoly:/usr/local/pgsql$ initdb
initdb: using /usr/local/pgsql/lib/local1_template1.bki.source as input to
creat
e the template database.
initdb: using /usr/local/pgsql/lib/global1.bki.source as input to create
the glo
bal classes.
initdb: using /usr/local/pgsql/lib/pg_hba.conf.sample as the host-based
authenti
cation control file.

We are initializing the database system with username postgres (uid=1001).
This user will own all the files and must also own the server process.

initdb: creating template database in /usr/local/pgsql/data/base/template1
Running: postgres -boot -C -F -D/usr/local/pgsql/data -Q template1
semget: No space left on device
This type of error is usually caused by improper
shared memory or System V IPC semaphore configuration.
See the FAQ for more detailed information
initdb: could not create template database
initdb: cleaning up by wiping out /usr/local/pgsql/data/base/template1
postgres(at)anomoly:/usr/local/pgsql$

now System V IPC is compiled in the kernel and im sure that im not
out of hard disk space...

any ideas? or is more info needed?

thanks
nick

Browse pgsql-admin by date

  From Date Subject
Next Message Sejin Oh 1998-05-28 07:45:14 Re: [ADMIN] "pg_guest" is not in "pg_shadow" error.
Previous Message Peter Mount 1998-05-27 18:29:08 Re: [ADMIN] "pg_guest" is not in "pg_shadow" error.