I am not a Database Admin but have to take care of this request. The PostgreSQL Server crashed during an update. Now I am unable to start it again.
The process id dead. When I am trying to stop the server. I get this message
m: cannot remove `/var/run/postmaster.8053.pid': Read-only file system
rm: cannot remove `/var/lock/subsys/postgresql': Read-only file system
When I try to start the server, the following message is coming
Starting postgresql service: /etc/init.d/postgresql: line 183: /var/lib/pgsql/pgstartup.log: Read-only file system
Any help would be appreciated.
/varpartition is mounted as read-only. – Khaled Jan 25 '11 at 7:48