I have an issue that is preventing a Postgres server from starting. The server fell over after it ran out of disk space, how ever this has now been resolved although now Postgres will not start. It just keep writing the same lines to the log file as shown below.
It is not a cluster, it is a single Postgres server. Does anyone have any ideas what to look at here?
Using Postgres 9.3
2015-02-23 17:49:35 UTC LOG: redo starts at 75/202674D8
2015-02-23 17:49:35 UTC LOG: incomplete startup packet
2015-02-23 17:49:36 UTC FATAL: the database system is starting up
2015-02-23 17:49:36 UTC FATAL: the database system is starting up
2015-02-23 17:49:41 UTC FATAL: the database system is starting up
2015-02-23 17:49:41 UTC LOG: incomplete startup packet
** UPDATE **
I ran strace on the running pid and I can see that it is getting a “Temporary resource in use” error when trying to access a file in the pg_clog dir.