Hello,
I finally got postgres running, but the problem I'm having is that when it attempts to restart automagically, it doesn't. I have to access the server via shell and run
service postgres stop
su postgres
/usr/bin/postmaster -D /var/lib/pgsql/data -i
and it will start but I receive this error message
FATAL: invalid length of startup packet
everything appears to run fine after that but if the server goes down it won't restart.
Any ideas?
Thanks,
Andy



LinkBack URL
About LinkBacks
Reply With Quote




