[Pgsql-ayuda] No levanta :-<

hpl@colima.com hpl@colima.com
Thu, 26 Dec 2002 02:28:31 -0600


¡ Holap !
Estoy entrando a usar postgres
Tengo un servidor RH 7.2
El postgress lo tengo confiugurado para que entre al levantar el servidor pero
no levanta :-<
la Bitacora de mensajes marca
dic 26 02:10:31 miservidor  postgresql: Starting postgresql service:  failed
Corri el script de inicializacion a pie y la corrida es
+ PGVERSION=7.1.3
+ INITD=/etc/rc.d/init.d
+ . /etc/rc.d/init.d/functions
++ TEXTDOMAIN=initscripts
++ TEXTDOMAINDIR=/etc/locale
++ umask 022
++ export PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin
++ PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin
++ '[' -z '' ']'
++ COLUMNS=80
++ '[' -f /etc/sysconfig/i18n -a -z '' ']'
++ . /etc/sysconfig/i18n
+++ LANG=es_MX
+++
SUPPORTED=en_AU:en:en_BW:en:en_CA:en:en_DK:en:en_GB:en:en_HK:en:en_IE@euro:en_IE:en:en_NZ:en:en_PH:en:en_SG:en:en_ZA:en:en_US:en:en_ZW:en:es_AR:es:es_BO:es:es_CL:es:es_CO:es:es_CR:es:es_DO:es:es_SV:es:es_EC:es:es_GT:es:es_HN:es:es_MX:es:es_NI:es:es_PA:es:es_PY:es:es_PE:es:es_PR:es:es_ES@euro:es_ES:es:es_US:es:es_UY:es:es_VE:es
+++ SYSFONT=lat0-sun16
+++ SYSFONTACM=iso01
+++ /sbin/consoletype
++ '[' es_MX = ja_JP.eucJP -a pty '!=' pty ']'
+++ /sbin/consoletype
++ '[' es_MX = ko_KR.eucKR -a pty '!=' pty ']'
+++ /sbin/consoletype
++ '[' es_MX = zh_CN.GB2312 -a pty '!=' pty ']'
+++ /sbin/consoletype
++ '[' es_MX = zh_TW.Big5 -a pty '!=' pty ']'
++ export LANG
++ '[' -z '' ']'
++ '[' -f /etc/sysconfig/init ']'
++ . /etc/sysconfig/init
+++ BOOTUP=color
+++ RES_COL=60
+++ MOVE_TO_COL=echo -en \033[60G
+++ SETCOLOR_SUCCESS=echo -en \033[1;32m
+++ SETCOLOR_FAILURE=echo -en \033[1;31m
+++ SETCOLOR_WARNING=echo -en \033[1;33m
+++ SETCOLOR_NORMAL=echo -en \033[0;39m
+++ LOGLEVEL=3
+++ PROMPT=yes
++ '[' -x /sbin/consoletype ']'
+++ consoletype
++ '[' pty = serial ']'
++ '[' color '!=' verbose ']'
++ INITLOG_ARGS=-q
++ typeset -f
++ grep declare
+ TYPESET=declare -f action ()
declare -f checkpid ()
declare -f confirm ()
declare -f daemon ()
declare -f echo_failure ()
declare -f echo_passed ()
declare -f echo_success ()
declare -f failure ()
declare -f killproc ()
declare -f passed ()
declare -f pidfileofproc ()
declare -f pidofproc ()
declare -f status ()
declare -f strstr ()
declare -f success ()
+ . /etc/sysconfig/network
++ NETWORKING=yes
++ HOSTNAME=miservidor.midominio
++ GATEWAY=migateway
+ '[' yes = no ']'
+ '[' -f /usr/bin/postmaster ']'
+ start
+ PSQL_START=Starting postgresql service:
+ '[' -f /var/lib/pgsql/PG_VERSION ']'
+ export PGDATA=/var/lib/pgsql/data
+ PGDATA=/var/lib/pgsql/data
+ '[' -f /var/lib/pgsql/data/PG_VERSION ']'
+ '[' -d /var/lib/pgsql/data/base ']'
++ cat /var/lib/pgsql/data/PG_VERSION
+ '[' 7.1 '!=' 7.1 ']'
++ pidof -s postmaster
+ pid=
+ '[' ']'
+ rm -f '/tmp/.s.PGSQL.*'
+ echo -n 'Starting postgresql service: '
Starting postgresql service: + su -l postgres -s /bin/sh -c '/usr/bin/pg_ctl
-D
 /var/lib/pgsql/data -p /usr/bin/postmaster start  > /dev/null 2>&1'
 + sleep 1
 ++ pidof -s postmaster
 + pid=
 + '[' ']'
 + echo 'declare -f action ()
 declare -f checkpid ()
 declare -f confirm ()
 declare -f daemon ()
 declare -f echo_failure ()
 declare -f echo_passed ()
 declare -f echo_success ()
 declare -f failure ()
 declare -f killproc ()
 declare -f passed ()
 declare -f pidfileofproc ()
 declare -f pidofproc ()
 declare -f status ()
 declare -f strstr ()
 declare -f success () '
 + grep 'declare -f failure ()'
 + failure 'Starting postgresql service: '
 + rc=0
 + '[' -z '' ']'
 + initlog -q -n /etc/rc.d/init.d/postgresql -s 'Starting postgresql service: '
 -e 2
 + '[' color '!=' verbose ']'
 + echo_failure
 + '[' color = color ']'
 + echo -en '\033[60G'
 ESC[60G+ echo -n '['
 [+ '[' color = color ']'
 + echo -en '\033[1;31m'
 ESC[1;31m+ echo -n FALLÓ
 FALLÓ+ '[' color = color ']'
 + echo -en '\033[0;39m'
 ESC[0;39m+ echo -n ']'
 ]+ echo -ne '\r'
 ^M+ return 1
 + return 0
 + echo
  
  Corro un ps
   ps ax | grep postmaster
    4447 pts/0    R      0:00 grep postmaster
	para ver si corre el postmaster y reporta ,lo de ariba
	¿ Cuál puede ser el problema por el cual no levanta ?
	¡ Grapcias !