From d5faf0f0bc3cda279e4ce98c797683fb8650c293 Mon Sep 17 00:00:00 2001 From: Vitalii Koshura Date: Tue, 11 Apr 2023 14:44:38 +0200 Subject: [PATCH] Update file Signed-off-by: Vitalii Koshura --- Error_Cantdeletepreviousstatefile.md | 31 +++++++++++++++------------- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/Error_Cantdeletepreviousstatefile.md b/Error_Cantdeletepreviousstatefile.md index 1724c79..e423b0e 100644 --- a/Error_Cantdeletepreviousstatefile.md +++ b/Error_Cantdeletepreviousstatefile.md @@ -1,24 +1,27 @@ +# Can't delete previous state file + DEPRECATED - USE MEDIAWIKI -# Can't delete previous state file; Access is denied. -If you repeatedly see `Can't delete previous state file; Access is denied` in your message log, you're probably running a program that is accessing files and keeping them locked for long periods. +## Can't delete previous state file; Access is denied. +If you repeatedly see ```Can't delete previous state file; Access is denied``` in your message log, you're probably running a program that is accessing files and keeping them locked for long periods. -## Example - - 3/21/2007 2:49:56 AM||Can't delete previous state file; Access is denied. (0x5) - +### Example +``` +3/21/2007 2:49:56 AM|Can't delete previous state file; Access is denied. (0x5) +``` -## Solution +### Solution Try using Microsoft's [FileMon](http://www.microsoft.com/technet/sysinternals/FileAndDisk/Filemon.mspx) utility to discover what the offending program is, then configure it to not access files in the BOINC directory. Known problems: TSVNCache (part of TortoiseSVN). + ---- -# Can't delete previous state file; The file or directory is corrupted and unreadable. +## Can't delete previous state file; The file or directory is corrupted and unreadable. -## Example - - 2007-06-08 14:33:56 [---] Can't delete previous state file; The file or directory is corrupted and unreadable. (0x570) - +### Example +``` +2007-06-08 14:33:56 [---] Can't delete previous state file; The file or directory is corrupted and unreadable. (0x570) +``` -## Solution -Back up your BOINC directory and run chkdsk (Windows) or fsck (Unix) on the drive containing it. If files are irretrievably lost, create a new BOINC directory and reattach all projects. \ No newline at end of file +### Solution +Back up your BOINC directory and run chkdsk (Windows) or fsck (Unix) on the drive containing it. If files are irretrievably lost, create a new BOINC directory and reattach all projects.