View Single Post
Developer: egaudet
at: 03:43 PM 10/04/2009
Originally Posted by un_designer:
negative :\ it looks like those two files refuses to be deleted. after running the EPR 1.1.4, rebooting, and reinstalling this patch, i am seeing the exact same error in the IPKG Log, as before.
after running the faulty EPR, the files were recovered by an empty backup file (instead of deleted which is the bug). If you are in this case you have to manually delete the files. You can use the terminal app and type the following:

[code]
mount -o rw,remount /
rm -f <file>
rm -f <file>
...
mount -o ro,remount /
[/code]
Reply