From: | Jim <azmode03(at)yahoo(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | service postgresql start : failed |
Date: | 2006-08-20 19:50:10 |
Message-ID: | 20060820195010.73418.qmail@web37903.mail.mud.yahoo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
FC5. Using yum (which downloaded a few addition dependencies in the process) to install:
postgresql
postgresql-server
postgresql-libs
postgresql-docs
postgresql-contrib
postgresql-jdbd
postgresql-odbc
postgresql-pl
[root(at)computer-13aaa0 ~]# /sbin/chkconfig postgresql on
[root(at)computer-13aaa0 ~]# /sbin/service postgresql start
Initializing database: [ OK ]
Starting postgresql service: [FAILED]
[root(at)computer-13aaa0 ~]# su - postgres
-bash-3.1$ psql template1
psql: FATAL: could not open file "global/pg_database": No such file or directory
-bash-3.1$
From | Date | Subject | |
---|---|---|---|
Next Message | Q Beukes | 2006-08-20 20:39:28 | Re: apostrophes and psql variables |
Previous Message | Peter Eisentraut | 2006-08-20 08:36:09 | Re: Locale, encoding, sort order confusion |