From: Damas Ally damastz@gmail.com
When the power went off and back then all of my services are not be able to run, i visited log files esp for httpd it says read-only and httpd cant start, this cause all of my services to stop. i tried to fix by fsck but still i cant be able to log in my mails via web access because httpd is not running, in short all services stopped.
I need help, what to do so that to change the read-only mode, i cant even delete any file.
I think it is read-only because the filesystem has errors... How did you run fsck? automaticaly or interactively? You could 'mount -n -o remount,rw /' but it is unsafe if the filesystem is unclean...
JD