Discussion:
postgres stopped working
(too old to reply)
Mário Gamito
2004-09-08 17:02:32 UTC
Permalink
Hi,

I had this postgres running smoothly.

Then, i've imported the contents of a plain text file, by the book.
postgres said "COPY".
Everything seemed ok.

Well, postgres then died and now, refuses to start.
/var/log/pgsql is 0 bytes size :(

Any hint how to solve this situation ?

Any help would be appreciated.

Warm Regards,
Mário Gamito

---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings
Scott Marlowe
2004-09-08 17:22:35 UTC
Permalink
Post by Mário Gamito
Hi,
I had this postgres running smoothly.
Then, i've imported the contents of a plain text file, by the book.
postgres said "COPY".
Everything seemed ok.
Well, postgres then died and now, refuses to start.
/var/log/pgsql is 0 bytes size :(
Any hint how to solve this situation ?
What error are you getting on attempting startup?


---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings
Tom Lane
2004-09-08 17:39:06 UTC
Permalink
Post by Mário Gamito
Well, postgres then died and now, refuses to start.
/var/log/pgsql is 0 bytes size :(
You may be using a start script that sends the postmaster's stderr to
/dev/null :-(. You can tweak the script, or change postgresql.conf
to log to syslog instead of stderr. This will not of course make things
work, but at least you should be able to see the failure message ...

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings

Loading...