Re: postgresql problem? : etch

2007-04-27 Thread Michelle Konzack
Hello *, Am 2007-04-25 14:05:13, schrieb Andrea S. Gozzi: > On Wed, 2007-04-25 at 16:46 +0530, Erle Pereira wrote: > > these are the two commands I had to use. > > > > as "postgres" user > > 1. /usr/lib/postgresql/7.4/bin/initdb -D /var/lib/postgresql/ > > > > as root: > > 2. su -c '/usr/lib/pos

Re: postgresql problem? : etch

2007-04-25 Thread Andrea S. Gozzi
On Wed, 2007-04-25 at 16:46 +0530, Erle Pereira wrote: > these are the two commands I had to use. > > as "postgres" user > 1. /usr/lib/postgresql/7.4/bin/initdb -D /var/lib/postgresql/ > > as root: > 2. su -c '/usr/lib/postgresql/7.4/bin/pg_ctl -D /var/lib/postgresql/ > -l /var/lib/postgresql/log

Re: postgresql problem in woody and sid

2002-11-18 Thread Oliver Elphick
On Mon, 2002-11-18 at 02:31, marco wrote: > I cannot get postgresql to install : > > Here is the error message: > > Now installing the PostgreSQL database files in /var/lib/postgres/data > su - postgres -c cd /var/lib/postgres; . ./.bash_profile; LANG=C initdb > --encoding UNICODE --pgdata /var/

Re: Postgresql problem

2002-01-25 Thread Meir Kriheli
On Friday 25 January 2002 11:45, J.H.M. Dassen (Ray) wrote: > On Fri, Jan 25, 2002 at 04:01:00 +0200, Meir Kriheli wrote: > > After upgrading sid, postgresql won't start anymore. > > > > The error says: > > There is no PostgreSQL database framework in /var/lib/postgres/data. > > Run initdb as the p

Re: Postgresql problem

2002-01-25 Thread J.H.M. Dassen \(Ray\)
On Fri, Jan 25, 2002 at 04:01:00 +0200, Meir Kriheli wrote: > After upgrading sid, postgresql won't start anymore. > > The error says: > There is no PostgreSQL database framework in /var/lib/postgres/data. > Run initdb as the postgres user to create it It looks like you have/had the broken base-p

Re: Postgresql-problem - solved

2000-06-20 Thread Johann Spies
Thanks to Oliver for replying to my message. In the end I upgraded to the potato version of postgresql and after the installation, postmaster started without a problem. I still do not understand what caused the problem on Sunday. Johann. -- J.H. Spies, Hugenotestraat 29, Posbus 80, Franschhoek,

Re: Postgresql-problem

2000-06-20 Thread Johann Spies
Oliver, Thanks for your reply. On Mon, Jun 19, 2000 at 10:53:11PM +0100, Oliver Elphick wrote: > Johann Spies wrote: > >I got this message when my computer rebooted. > > > >FATAL: StreamServerPort: bind() failed: Permission denied > >Is another postmaster already running on that

Re: Postgresql-problem

2000-06-19 Thread Oliver Elphick
Johann Spies wrote: >I got this message when my computer rebooted. > >FATAL: StreamServerPort: bind() failed: Permission denied >Is another postmaster already running on that port? >If not, remove socket node (/tmp/.s.PGSQL.5432) and retry. >/usr/lib/postgresql/bin/postm