Discussion:
service not starting
(too old to reply)
Gary Stainburn
2004-10-10 18:56:14 UTC
Permalink
Hi folks.

Got a wee small problem:

[***@eddie data]# service postgresql start
Starting postgresql service: [FAILED]
[***@eddie data]#

Can anyone point to things I need to look at to sort this. Thank got
it's Sunday.
--
Gary Stainburn

This email does not contain private or confidential material as it
may be snooped on by interested government parties for unknown
and undisclosed purposes - Regulation of Investigatory Powers Act, 2000


---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faqs/FAQ.html
Gaetano Mendola
2004-10-10 20:40:35 UTC
Permalink
Post by Gary Stainburn
Hi folks.
Starting postgresql service: [FAILED]
Can anyone point to things I need to look at to sort this. Thank got
it's Sunday.
if you are sure that postmaster is down, try to start it manually and
see what it say:

<your_bin_path>/postmaster -D <path to your data directory>

if you are in a REDHAT or Fedora:

/usr/bin/postmaster -D /var/lib/pgsql/data

the command above suppose you already did an initdb...


Regards
Gaetano Mendola
Gary Stainburn
2004-10-10 20:45:41 UTC
Permalink
Post by Gary Stainburn
Hi folks.
Starting postgresql service: [FAILED]
Can anyone point to things I need to look at to sort this. Thank got
it's Sunday.
After spending ages checking disks, memory, etc. and other hardware
issues (problem occured after moving the computer dept into a new
building) finally tracked it down to a stale pid file.
--
Gary Stainburn

This email does not contain private or confidential material as it
may be snooped on by interested government parties for unknown
and undisclosed purposes - Regulation of Investigatory Powers Act, 2000



---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faqs/FAQ.html
Markus Bertheau
2004-10-14 06:17:51 UTC
Permalink
Post by Gary Stainburn
Hi folks.
Starting postgresql service: [FAILED]
Can anyone point to things I need to look at to sort this. Thank got
it's Sunday.
Switch on logging by following the instructions in

http://www.redhat.com/archives/fedora-test-list/2004-March/msg01110.html

and look in the log file for the error message.
--
Markus Bertheau <***@bluetwanger.de>


---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster
Loading...