Обсуждение: FATAL 1 at startup time.

Поиск
Список
Период
Сортировка

FATAL 1 at startup time.

От
Hernan Nunez
Дата:
Hi,

 I upgrade my postgreSQL to 7.2.3 release and every thing works fine, but
when i run the pg_ctl to start the postmaster i got two FATAL1. The
postmaster start and the databases works. Any idea about this errors ??

Thanks in advance !!

/usr/local/bin/pg_ctl start -w -D /usr/local/db/pgsql/data -l /var/log/pgsql
waiting for postmaster to start...
Oct 25 13:26:51 ns6j postgres[4370]: [1] FATAL 1:  The database system is
starting up
Oct 25 13:26:51 ns6j postgres[4370]: [1] FATAL 1:  The database system is
starting up
.done
postmaster successfully started


Hernan Nuñez ((oK   |  VIA NET.WORKS Argentina
NICAR-P37184   |
hnunez@vianetworks.com.ar |  local touch global reach
System Administrator  |
Tecnología y Operaciones |  http://www.vianetworks.com.ar
+ ICQ: 36528552   |  DDI +54 11 43233333






Re: FATAL 1 at startup time.

От
Tom Lane
Дата:
Hernan Nunez <hnunez@vianetworks.com.ar> writes:
> /usr/local/bin/pg_ctl start -w -D /usr/local/db/pgsql/data -l /var/log/pgsql
> waiting for postmaster to start...
> Oct 25 13:26:51 ns6j postgres[4370]: [1] FATAL 1:  The database system is
> starting up
> Oct 25 13:26:51 ns6j postgres[4370]: [1] FATAL 1:  The database system is
> starting up

I don't think there's a problem here; those log messages just reflect
pg_ctl's probes to see if the database is up yet.  It is a little odd
that they're appearing on your console, though, seeing that you used
the -l switch; I'd have expected them to show up only in /var/log/pgsql.

            regards, tom lane