Lists: | pgsql-cygwin |
---|
From: | Caroline Perlin <carolineperlin(at)gmail(dot)com> |
---|---|
To: | pgsql-cygwin(at)postgresql(dot)org |
Subject: | error in cygwin - please help me |
Date: | 2004-09-22 15:22:03 |
Message-ID: | 7ee5fcd4040922082231c681b8@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-cygwin |
Hello,
I ´ve got some problems with cygwin. Let me explain:
I run the ipc-daemon and type the command:
$ initdb -D /var/psql .
The message showed is the following:
The files belonging to this database system will be owned by user "caroline".
This user must also own the server process.
The database cluster will be initialized with locale C.
fixing permissions on existing directory /var/psql... ok
creating directory /var/psql/base.. ok
creating directory /var/psql/global.. ok
creating directory /var/psql/pg_xlog.. ok
creating directory /var/psql/pg_clog.. ok
selecting defaulr max_connections... Signal 12
Signal 12
Signal 12
Signal 12
Signal 12
Signal 12
10
slecting default shared_buffers... Signal 12
Signal 12
Signal 12
Signal 12
Signal 12
Signal 12
Signal 12
Signal 12
Signal 12
Signal 12
Signal 12
50
creating configuration files... ok
creating template1 database in /var/psql/base/1... Signal 12
initdb failed
I wonder if you might explain me what could be my error while trying
to run this program.
Have a nice day
Caroline Perlin.
From: | "Mike G(dot)" <mike(at)thegodshalls(dot)com> |
---|---|
To: | Caroline Perlin <carolineperlin(at)gmail(dot)com> |
Cc: | pgsql-cygwin(at)postgresql(dot)org |
Subject: | Re: error in cygwin - please help me |
Date: | 2004-09-24 05:22:49 |
Message-ID: | 20040924052249.GC20889@localhost.localdomain |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-cygwin |
Hi,
ipc-daemon is no longer used. You need to start cygserver and make sure it is in your path. Whatever instruction list you are following is out of date.
Are you following the readme included with the package? I thought that had been updated last release but perhaps not....
On Wed, Sep 22, 2004 at 11:22:03AM -0400, Caroline Perlin wrote:
> Hello,
>
> I ´ve got some problems with cygwin. Let me explain:
>
> I run the ipc-daemon and type the command:
> $ initdb -D /var/psql .
> The message showed is the following:
>
>
> The files belonging to this database system will be owned by user "caroline".
> This user must also own the server process.
>
> The database cluster will be initialized with locale C.
>
> fixing permissions on existing directory /var/psql... ok
> creating directory /var/psql/base.. ok
> creating directory /var/psql/global.. ok
> creating directory /var/psql/pg_xlog.. ok
> creating directory /var/psql/pg_clog.. ok
> selecting defaulr max_connections... Signal 12
> Signal 12
> Signal 12
> Signal 12
> Signal 12
> Signal 12
> 10
> slecting default shared_buffers... Signal 12
> Signal 12
> Signal 12
> Signal 12
> Signal 12
> Signal 12
> Signal 12
> Signal 12
> Signal 12
> Signal 12
> Signal 12
> 50
> creating configuration files... ok
> creating template1 database in /var/psql/base/1... Signal 12
>
> initdb failed
>
>
> I wonder if you might explain me what could be my error while trying
> to run this program.
> Have a nice day
> Caroline Perlin.
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
From: | Reini Urban <rurban(at)x-ray(dot)at> |
---|---|
To: | "Mike G(dot)" <mike(at)thegodshalls(dot)com> |
Cc: | pgsql-cygwin(at)postgresql(dot)org |
Subject: | Re: error in cygwin - please help me |
Date: | 2004-09-24 09:42:05 |
Message-ID: | 4153EBED.9040808@x-ray.at |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-cygwin |
Mike G. schrieb:
>>I ´ve got some problems with cygwin. Let me explain:
>>
>>I run the ipc-daemon and type the command:
>>$ initdb -D /var/psql .
>>The message showed is the following:
>>
>>
>>The files belonging to this database system will be owned by user "caroline".
>>This user must also own the server process.
>>
>>The database cluster will be initialized with locale C.
>>
>>fixing permissions on existing directory /var/psql... ok
>>creating directory /var/psql/base.. ok
>>creating directory /var/psql/global.. ok
>>creating directory /var/psql/pg_xlog.. ok
>>creating directory /var/psql/pg_clog.. ok
>>selecting defaulr max_connections... Signal 12
>>Signal 12
>>Signal 12
>>Signal 12
>>Signal 12
>>Signal 12
>>10
these signals (aborts) are okay: it tries to find the max_connections
settings the hard way, until it works. it found 10 is okay for you.
>>slecting default shared_buffers... Signal 12
>>Signal 12
>>Signal 12
>>Signal 12
>>Signal 12
>>Signal 12
>>Signal 12
>>Signal 12
>>Signal 12
>>Signal 12
>>Signal 12
>>50
same as above, 50 buffers are found to be good for you.
>>creating configuration files... ok
>>creating template1 database in /var/psql/base/1... Signal 12
this is a real unexpected error. typically some file permission problem.
pid file, logfile, sock file
>>
>>initdb failed
>>
>>
>>I wonder if you might explain me what could be my error while trying
>>to run this program.
>>Have a nice day
>>Caroline Perlin.
--
Reini Urban
http://xarch.tu-graz.ac.at/home/rurban/