Re: can not start the postgresql, i use gentoo

Lists: pgsql-admin
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: Raw Message | Whole Thread | Download mbox | Resend email
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: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-admin(at)postgresql(dot)org
Cc: guo weidong <gwd1122331(at)yahoo(dot)com>
Subject: Re: can not start the postgresql, i use gentoo
Date: 2005-07-20 06:09:56
Message-ID: 200507200809.58071.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-admin

guo weidong wrote:
> FATAL: syntax error in file
> "/var/lib/postgresql/data/postgresql.conf" line 2,
> near token "/"

What you have there is not a valid postgresql.conf file at all. Please
read up on the documentation and write a valid one.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/


From: "Andy" <frum(at)ar-sd(dot)net>
To: "guo weidong" <gwd1122331(at)yahoo(dot)com>, <pgsql-admin(at)postgresql(dot)org>
Subject: Re: can not start the postgresql, i use gentoo
Date: 2005-07-20 07:16:26
Message-ID: 004c01c58cfb$0b996790$0b00a8c0@forge
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-admin

# PostgreSQL's Database Directory
PGDATA=/var/lib/postgresql/data

Is this all you have in the postgresql.conf file??? That file is usually
full with settings(most of them optional) but still...
Are u sure?

Andy.

----- Original Message -----
From: "guo weidong" <gwd1122331(at)yahoo(dot)com>
To: <pgsql-admin(at)postgresql(dot)org>
Sent: Wednesday, July 20, 2005 6:30 AM
Subject: [ADMIN] can not start the postgresql, i use gentoo

>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
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Have you searched our list archives?
>
> http://archives.postgresql.org
>
>


From: Tsirkin Evgeny <tsurkin(at)mail(dot)jct(dot)ac(dot)il>
To: Andy <frum(at)ar-sd(dot)net>
Cc: guo weidong <gwd1122331(at)yahoo(dot)com>, pgsql-admin(at)postgresql(dot)org
Subject: Re: can not start the postgresql, i use gentoo
Date: 2005-07-20 07:55:50
Message-ID: 42DE0386.5090904@mail.jct.ac.il
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-admin


Just guessing :
The guy probably posted a conf file used by gentoo internaly NOT
/var/lib/pgsql/data/postgresql.conf .

Andy wrote:

> # PostgreSQL's Database Directory
> PGDATA=/var/lib/postgresql/data
>
> Is this all you have in the postgresql.conf file??? That file is
> usually full with settings(most of them optional) but still...
> Are u sure?
>
> Andy.
>
> ----- Original Message ----- From: "guo weidong" <gwd1122331(at)yahoo(dot)com>
> To: <pgsql-admin(at)postgresql(dot)org>
> Sent: Wednesday, July 20, 2005 6:30 AM
> Subject: [ADMIN] can not start the postgresql, i use gentoo
>
>
>> 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
>>
>>
>> ---------------------------(end of broadcast)---------------------------
>> TIP 4: Have you searched our list archives?
>>
>> http://archives.postgresql.org
>>
>>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: In versions below 8.0, the planner will ignore your desire to
> choose an index scan if your joining column's datatypes do not
> match


From: Guido Barosio <gbarosio(at)gmail(dot)com>
To: Tsirkin Evgeny <tsurkin(at)mail(dot)jct(dot)ac(dot)il>
Cc: Andy <frum(at)ar-sd(dot)net>, guo weidong <gwd1122331(at)yahoo(dot)com>, pgsql-admin(at)postgresql(dot)org
Subject: Re: can not start the postgresql, i use gentoo
Date: 2005-07-20 21:58:06
Message-ID: f7f6b4c705072014584e515506@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-admin

Those PG* parameters are env things, that you should export in your profile,
and that's why
the postgresql.conf is not a valid .conf file.
Move them out the conf file, read about ...bash? and the manual page
regarding administration / installation of postgresql.
Regards,
Guido

On 7/20/05, Tsirkin Evgeny <tsurkin(at)mail(dot)jct(dot)ac(dot)il> wrote:
>
>
> Just guessing :
> The guy probably posted a conf file used by gentoo internaly NOT
> /var/lib/pgsql/data/postgresql.conf .
>
> Andy wrote:
>
> > # PostgreSQL's Database Directory
> > PGDATA=/var/lib/postgresql/data
> >
> > Is this all you have in the postgresql.conf file??? That file is
> > usually full with settings(most of them optional) but still...
> > Are u sure?
> >
> > Andy.
> >
> > ----- Original Message ----- From: "guo weidong" <gwd1122331(at)yahoo(dot)com>
> > To: <pgsql-admin(at)postgresql(dot)org>
> > Sent: Wednesday, July 20, 2005 6:30 AM
> > Subject: [ADMIN] can not start the postgresql, i use gentoo
> >
> >
> >> 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
> >>
> >>
> >> ---------------------------(end of
> broadcast)---------------------------
> >> TIP 4: Have you searched our list archives?
> >>
> >> http://archives.postgresql.org
> >>
> >>
> >
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 9: In versions below 8.0, the planner will ignore your desire to
> > choose an index scan if your joining column's datatypes do not
> > match
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: don't forget to increase your free space map settings
>

--
"Adopting the position that you are smarter than an automatic
optimization algorithm is generally a good way to achieve less
performance, not more" - Tom Lane.