Questions tagged [repair]
175 questions
186
votes
21 answers
How to fix "containing working copy admin area is missing" in SVN?
I deleted manually a directory I just added, offline, in my repository. I can't restore the directory.
Any attempt to do an update or a commit will fail with:
"blabla/.svn" containing working copy admin area is missing.
I understand why, but is…

Bite code
- 578,959
- 113
- 301
- 329
154
votes
12 answers
MySQL table is marked as crashed and last (automatic?) repair failed
I was repairing this table suddenly server hanged and when I returned back all tables are ok but this one showing 'in use' and when I try to repair it doesn't proceed.
ERROR 144 - Table './extas_d47727/xzclf_ads' is marked as crashed and last…

CryptoMiningPoolSetupYiimp
- 1,805
- 3
- 15
- 13
41
votes
4 answers
Auto compact the deleted space in mongodb?
The mongodb document says that
To compact this space, run db.repairDatabase() from the mongo shell (note this operation will block and is slow).
in http://www.mongodb.org/display/DOCS/Excessive+Disk+Space
I wonder how to make the mongodb free…

Zealot Ke
- 503
- 1
- 5
- 7
38
votes
8 answers
How do I repair an InnoDB table?
We (apparently) had poorly executed of our Solaris MySQL database engine last night. At least some of the InnoDB tables are corrupted, with timestamp out of order errors in the transaction log, and a specific error about the index being…

lefticus
- 3,346
- 2
- 24
- 28
20
votes
3 answers
MongoDB data remove - reclaim diskspace
Possible Duplicate:
Auto compact the deleted space in mongodb?
My understanding is that on delete operations MongoDB won't free up the disk space but would reuse it as needed.
Is that correct?
If not, would I have run a repair command?
Could…

griffin
- 283
- 1
- 2
- 9
14
votes
7 answers
Repair/Remove/Install processes for SQL Server 2012 Express get stuck or hung
An instance of SQL Server 2012 Express became corrupted somehow.
I suspect it was related in some way to my use of Entity Framework, but have no proof yet.
When trying to repair the instance, the repair process seemed to be stuck at the…

jk7
- 1,958
- 1
- 22
- 31
10
votes
5 answers
fix btrfs "btrfs parent transid verify failed on ..."
btrfs fi show displays all btrfs file system but also a lot of errors like:
parent transid verify failed on 109973766144 wanted 1823 found 1821
The filesystem can still be unmounted and remounted.

Per
- 393
- 1
- 4
- 12
9
votes
3 answers
C# parchive / quickpar / par2 repair implementation?
I'm writing a C# app that needs to be able to repair a set of files using par2 parity files.
For C++ there is lots to be found that'll do exactly that, but for C# I can't find a native implementation.
One option would be using a C++ DLL from C#,
but…

Led
- 2,002
- 4
- 23
- 31
9
votes
7 answers
Access "Compact and Repair" programmatically
Is it possible to "compact and repair" an Access database programmatically somehow (using ADOX, using OleDbConnection etc.)?

MadSeb
- 7,958
- 21
- 80
- 121
7
votes
1 answer
mysql - FLUSH TABLE needed?
After I REPAIR OPTIMIZE ANALYZE OR CHECK a table, do I need to FLUSH it?

Hope4You
- 1,927
- 4
- 21
- 45
7
votes
1 answer
How to repair, or drop/create a corrupted table in mysql?
Situation: I have a MySQL database with 104 tables, running locally on XAMPP on windows 7. All the tables have InnoDB engine. XAMPP MySQL is running as windows service. As front end I have PHP (CodeIgniter).
Problem: Last night as usual I stopped…

Musa Haidari
- 2,109
- 5
- 30
- 53
6
votes
2 answers
Cassandra 2.2.3 repair exception
I'm running a Cassandra cluster with version 2.2.3. The cluster consists of 3 nodes now, two of them are seeds and one is a normal node.
When I start repair on each node (command: nodetool repair -tr my_keyspace), I found the command was blocked on…

zhibo fu
- 91
- 3
5
votes
1 answer
Installation change do not ask for UAC permissions
I implemented an installer for our product. Installer needs administrator privileges, so I used setup bootstrapper with a manifest file (as recommended here) to get these privileges on a Windows machines with UAC enabled. Installation and uninstall…

Sasha
- 8,537
- 4
- 49
- 76
5
votes
1 answer
GIT how can I repair the history of a moved file (specifically for blame, etc)
I moved a .js file from one folder to another manually. Now, although GIT seems to have the complete history log for the file, it still seems to treat the move as a delete/create event.
Further, using git BLAME, I cannot go back to track changes…

sbiefeni
- 53
- 1
- 6
5
votes
2 answers
Cassandra Replicas Down during nodetool repair?
I am developing an automated script for nodetool repair which would execute ever weekend on all the 6 Cassandra nodes. We have 3 in DC1 and 3 in DC2. Just want to understand worst case scenario. What would happens if connectivity between DC1 and DC2…

Sachin Bhansali
- 1,372
- 2
- 9
- 12