| From: | guo weidong <gwd1122331(at)yahoo(dot)com> |
|---|---|
| To: | pgsql-admin(at)postgresql(dot)org |
| Subject: | can not start the postgresql, i use gentoo |
| Date: | 2005-07-20 03:30:10 |
| Message-ID: | 20050720033010.43842.qmail@web34111.mail.mud.yahoo.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
I can not run start the postgresql service, and spent
several days can not solve the problem. thanks for
anyone who can help me .
:oops: :oops: :oops: :oops: :oops:
/etc/init.d/postgresql start
* Starting PostgreSQL ...
* Please see log file:
/var/lib/postgresql/data/postgresql.log [ !! ]
and my postgresql.log is
FATAL: syntax error in file
"/var/lib/postgresql/data/postgresql.conf" line 2,
near token "/"
I dont'n know what is wrong with the postgresql.conf
Here is the config file
postgresql.conf
# PostgreSQL's Database Directory
PGDATA=/var/lib/postgresql/data
# Logfile path: (NOTE: This must be uid/gid owned by
the value of $PGUSER!)
PGLOG=/var/lib/postgresql/data/postgresql.log
# Run the PostgreSQL user as:
PGUSER=postgres
# Extra options to run postmaster with.
# If you want to enable TCP/IP for PostgreSQL, add -i
to the following:
PGOPTS="-N 1024 -B 2048 -i"
#tcpip_socket = true
____________________________________________________
Start your day with Yahoo! - make it your home page
http://www.yahoo.com/r/hs
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Alvaro Herrera | 2005-07-20 05:11:15 | Re: PGSQL 7.4.8 : idle in transaction problem |
| Previous Message | Tom Lane | 2005-07-20 02:44:35 | Re: PGSQL 7.4.8 : idle in transaction problem |