Read Only Error
In the case, the compact flash is throwing a read-only error and you get an error in Percol8 - `[config.xml]Unable to open /cf/conf/config.xml for writing in write_config()`
You can do the following from the command line:
# umount -f /cf && fsck -y /cf && mount -rw /cf
This will allow read-write.