I jsut installed the postgesql package, and it will not start.  Is it 
possiable MySql is conflicting with it?

hear is a debug:

[root@h2o brent]# service -d postgresql start
+ debug=/bin/bash -x
+ [[ postgresql = --* ]]
+ [[ postgresql = -* ]]
+ service=postgresql
+ shift
+ options=start
+ :
+ [[ -z postgresql ]]
+ [[ -z postgresql ]]
+ [[ -n postgresql ]]
+ [[ -n '' ]]
+ [[ -n postgresql ]]
+ [[ -n '' ]]
+ [[ -z postgresql ]]
+ [[ -n postgresql ]]
+ break
+ [[ -n '' ]]
+ [[ -n '' ]]
+ [[ -n '' ]]
+ [[ -z start ]]
+ check_if_inetd postgresql
+ local serv=postgresql
+ [[ ! -f /etc/init.d/postgresql ]]
+ return
+ [[ -z postgresql ]]
+ [[ -x /etc/init.d/postgresql ]]
+ /bin/bash -x /etc/init.d/postgresql start
+ PGVERSION=7.2
+ INITD=/etc/rc.d/init.d
+ . /etc/rc.d/init.d/functions
++ TEXTDOMAIN=initscripts
++ TEXTDOMAINDIR=/etc/locale
++ LOCPATH=/etc/locale
++ export TEXTDOMAINDIR LOCPATH
++ umask 022
++ PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin
++ export PATH
++ '[' -z '' ']'
+++ /sbin/consoletype
++ CONSOLETYPE=pty
++ '[' -z '' ']'
++ COLUMNS=80
++ '[' -z '' -a -z en_US:en -a -f /etc/sysconfig/i18n -a -z '' ']'
++ '[' -z '' ']'
++ '[' -f /etc/sysconfig/init ']'
++ . /etc/sysconfig/init
+++ BOOTUP=color
+++ RES_COL=65
+++ MOVE_TO_COL=echo -en \033[65G
+++ 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
++ '[' pty = serial ']'
++ '[' color '!=' verbose ']'
++ INITLOG_ARGS=-q
++ typeset -f
++ grep declare
+ TYPESET=declare -fx mc
+ . /etc/sysconfig/network
++ NETWORKING=yes
++ FORWARD_IPV4=false
++ HOSTNAME=h2o.hasty-solutions.com
++ DOMAINNAME=hasty-solutions.com
++ GATEWAY=192.168.7.1
++ GATEWAYDEV=eth1
+ '[' 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.2 '!=' 7.2 ']'
++ pidof -s postmaster
+ pid=
+ '[' ']'
+ rm -f '/tmp/.s.PGSQL.*'
+ gprintf %s 'Starting postgresql service: '
+ '[' -x /bin/gettext -a -n %s ']'
++ LANGUAGE=
++ gettext -e --domain=initscripts %s
+ local TEXT=%s
+ '[' %s ']'
+ shift
+ printf %s '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=
+ '[' ']'
+ failure %s 'Starting postgresql service: '
+ rc=1
+ gprintf_msg_rest %s 'Starting postgresql service: '
++ gprintf %s 'Starting postgresql service: '
++ '[' -x /bin/gettext -a -n %s ']'
+++ LANGUAGE=
+++ gettext -e --domain=initscripts %s
++ local TEXT=%s
++ '[' %s ']'
++ shift
++ printf %s 'Starting postgresql service: '
+ GPRINTF_MSG=Starting postgresql service:
+ shift 2
+ GPRINTF_REST=
+ '[' -z '' ']'
+ initlog -q -n /etc/init.d/postgresql -s 'Starting postgresql service: ' -e 2
+ '[' color '!=' verbose -a -z '' ']'
+ echo_failure
+ '[' color = color ']'
+ echo -en '\033[65G'
                                                                + echo -n '['
[+ '[' color = color ']'
+ echo -en '\033[1;31m'
+ gprintf FAILED
+ '[' -x /bin/gettext -a -n FAILED ']'
++ LANGUAGE=
++ gettext -e --domain=initscripts FAILED
+ local TEXT=FAILED
+ '[' FAILED ']'
+ shift
+ printf FAILED
FAILED+ '[' color = color ']'
+ echo -en '\033[0;39m'
+ echo -n ']'
]+ echo -ne '\r'
+ return 1
+ return 1
+ exit 0
+ exit 0
[root@h2o brent]#

Reply via email to