<cut>
>>create template1 database in /data/base/1...IpcSemaphoreCreate:semget(key=1,num=17,03600)failed: Function not
implemented
>>why ?
>>i have try many times
You have to run ipc-deamon before using postgresql. Try this:
ipc-daemon &
initdb -D /usr/local/pgsql/data
Regards,
Tomasz Myrta