Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

23
votes
7answers
33k views

How to recover mysql db from .myd, .myi, .frm files

How to restore one of my mysql db from .myd, .myi, .frm files?
14
votes
5answers
3k views

Smarter Vim recovery?

When a previous Vim session crashed, you are greeted with the "Swap file ... already exists!" for each and every file that was open in the previous session. Can you make this Vim recovery prompt ...
7
votes
6answers
932 views

How to overcome the anti-pattern “Big Ball of Mud”?

What causes a computer program to turn into a Big Ball of Mud? Is it possible to recover from this anti-pattern? Are there proven refactoring methods that can be applied?
6
votes
9answers
812 views

Read data from damaged media

Is it possible to read damaged media (cd, hdd, dvd,...) even if windows explorer bombs out? What I mean to ask is, whether there is a set of APIs or something that can access the disk at a very low ...
5
votes
3answers
1k views

Kill a stuck thread on a running VM (JBoss Instance) in Java?

A bug in a third party library is causing an infinite loop in a worker thread on a JBoss instance of mine. Do you know of a way to kill this "stuck" thread without restarting the server? We'd like ...
5
votes
5answers
8k views

How to recover from svn hotcopy backups

Our current backup process is doing a SVN HOTCOPY every night, to a backup location on a different machine. Can I somehow recover from that backup and retain all revision history? Or do I need to use ...
5
votes
1answer
948 views

Recovering from Subversion corruption

Something has gone wrong in subversion and now I am facing svnadmin: Invalid diff stream: [tgt] insn 0 starts beyond the target view position if I try to make dump from repository. We have another ...
5
votes
3answers
8k views

How do I restore from a drop database command using a mysql binary log?

How can I restore a mysql database that was dropped using a "drop database" command? I have access to binary logs which should make this type of rollback possible.
5
votes
2answers
2k views

Recover corrupt zip or gzip files?

The most common method for corrupting compressed files is to inadvertently do an ASCII-mode FTP transfer, which causes a many-to-one trashing of CR and/or LF characters. Obviously, there is ...
4
votes
1answer
70 views

Recovering files from Git objects

I obliterated all my work and would prefer not to explain how. The only thing I have left are the git objects. More then anything I would like to recover some of the loss packed Image files. From the ...
4
votes
6answers
7k views

How to recover corrupted Eclipse workspace?

I just managed to corrupt contents of my Eclipse .metadata directory. Starting up with eclipse -clean did not work out. Deleting .metadata and then importing all projects, plugins and setting does not ...
4
votes
5answers
829 views

Can I recover a file in linux which i accidentally did an “rm” on? [closed]

Do you know of any tools/commands by which I recover files which I accidentally removed?
4
votes
2answers
768 views

Recovering VBA password for Access 2000 file

It's the usual story, Access 2000 file created by former employee who protected the VBA code with a password. Now, some time later, the VBA code needs to be changed and we're unable to extract the ...
4
votes
7answers
1k views

Recovery from optical media ignoring read errors

I have backups of files archived in optical media (CDs and DVDs). These all have par2 recovery files, stored on separate media. Even in cases where there are no par2 files, minor errors when reading ...
3
votes
2answers
70 views

What prevents an OS to recover from a 'blue screen of death'?

If a program violates its instruction path and/or memory data the OS halts it with some message due to the program running in the 'virtual machine' like space of the OS and its unable to determine its ...
3
votes
1answer
925 views

Android - AlarmManager recovery

Thanks to TasKiller I have reliable way to shutdown updates coming to my AppWidget from the AlarmManager! Now, sarcasm aside, how do I recover from such event? So far I only see that the Alerts are ...
3
votes
1answer
1k views

svn recovery - restoring individual revisions

Regardless of how I got here, I'm in the position of restoring a SVN repository from backup. Unfortunately the backup was slightly corrupted and out of over 19000 revisions, approximately 80 are lost. ...
3
votes
3answers
3k views

Recovering file from the Visual Studio document cache?

I've just lost some code. I needed to move a couple of methods from one class to another so i hit save, cut the methods and VS crashed. Now it seems that the save happened after the cut since the ...
3
votes
3answers
669 views

What is a good way to recover from a fread() failure?

If a call to fread() returns 0 and ferror() indicates an error (vs. EOF), is it OK to retry the read or is it better to close and reopen the file? I can't start over entirely -- the input file has ...
3
votes
8answers
1k views

Undo get latest version with Sourcesafe

Real urgent... is there a way to undo a get-latest-version from a project? I've been working on a project for a week, and never checked in the files I was working on. A colleague had to upload a ...
3
votes
7answers
2k views

Subversion Merge between multiple working copies?

We've completely lost our repository and we have 8 developers with uncomitted changes. Restoring from backup is assumed to be not possible. If one person could have access to all the working copies ...
3
votes
3answers
4k views

How do I attach a MSSQL 2000 database with only an MDF file

I have an old server with a defunct evaluation version of SQL 2000 on it (from 2006), and two databases which were sitting on it. For some unknown reason, the LDF log files are missing. Presumed ...
2
votes
2answers
59 views

Can you restore only certain schemas from an Oracle backup?

We lost some data due to a data corruption issue, and we're trying to get our DBA to restore one of the nightly backups from a few days ago. However, we share this database with another team. We ...
2
votes
0answers
17 views

how to recover from message store exhaustion?

when a activemq broker gets flooded with messages or the consumer fails it will stop accepting messages once certain (configurable) limits are reached. In Broker Networks this effect can take down the ...
2
votes
1answer
150 views

How does CouchDB Replication behave with Failed / Recovered servers?

Consider the following scenario: 3 EC2 instances located in: US-WEST Ireland Tokyo Each instance is a dedicated CouchDB server. Each CouchDB server is setup to run continuous replication with ...
2
votes
1answer
124 views

Can I get a versioned recovery from a VIM swap file?

I have a file x.cpp which a while ago contained, say, "AAAAAAA". I accidentally copied over it with another file containing, say, "BBBBBBB". PANIC! Hang on, let's look at .x.cpp.swp -- there's a ...
2
votes
2answers
152 views

overwritten git repo with old version of git repo, game over?

Have I totally lost all my commits? I know it was dumb, and for that I am sorry, but it was an innocent mistake, not thinking a workflow through properly. EDIT the overwrite was a manual drag and ...
2
votes
4answers
123 views

design patterns for transactional services with checkpoints and recovery

I have a multistep process where each step does some network IO (web service call) and then persists some data. I want to design it in a fault tolerant way so that if the service fails, either because ...
2
votes
2answers
4k views

How do you restore a corrupted object in a git repository (for newbies)?

I tried to open my repository today and it came up with no commit history. Everything I tried (git status, git log, git checkout...) threw an error about a corrupt object. I researched this problem ...
2
votes
2answers
253 views

Is the data in a memory-mapped file guaranteed to flush sequentially?

I'm trying to implement a file storage mechanism which holds a number of variably-sized records in a single file with the guarantee that the set of records will always be recoverable into a consistent ...
2
votes
4answers
1k views

Recovering files from archive of CVS *,v files

I trying to recover some old source code (plain text) from a bunch of files that used to be managed with CVS. I have a directory containing all of the source code files in CVS's *,v file format. This ...
2
votes
3answers
647 views

Compiler Generated Cruft

I am attempting to recover source from an assembly using Reg Gate's Reflector. The original source took advantage of several C# 3.0 features which has made it a little difficult to recover. For ...
2
votes
1answer
1k views

Password Recovery tool in C# not working

Hi (I'm pretty new to this), I have created a portal where the user logs in and within that, they can view other programs I've made. The problem is the password recovery does not seem to be working - ...
2
votes
2answers
3k views

How to recover an accidentally deleted folder in a svn repository

I know how to revert to a specific revision of a folder using these instructions: http://aralbalkan.com/1381 However, I deleted the entire folder and want to get that folder back without reverting ...
2
votes
3answers
971 views

Help! Recover Eclipse file [closed]

I'm using eclipse, when i close eclipse, it ask me save a file, I press yes and eclipse shuts down. When I open my computer I see that the drive only has 3 bytes left, and I get a bad feeling. I go to ...
2
votes
1answer
2k views

SQL Server recovery and bulk recovery mode confusions

I have 2 confusions about SQL Server recovery and bulk recovery mode. whether recovery process itself will generate transaction log (here what I mean the logs are the logs generated by recovery ...
2
votes
2answers
298 views

How can I write a program that can recover files in FAT32

How can I write a program that can recover files in FAT32?
2
votes
3answers
977 views

Undo changes to SQL Server 2005 database

I've ran some "ALTER" scripts on the database [SQL Server Server 2005], and overwrote some sprocs. Is there any way to undo changes and get my old sprocs back? Is there a way to get the scripts that ...
2
votes
3answers
251 views

Data recovery mechanics, is it possible to recover items from the hard drive?

I've been using some data recovery tools like Diskinternals Uneraser. I've been wondering how we can recover things on a hard drive programmatically? Is there specific disc access mechanics, ...
1
vote
1answer
17 views

How do I look inside my svn snapshots (backups)

I'm looking for a project that may or may not be checked into one of many subversion repositories. The machine with the actual repository died a few years ago, but I do have backups. They are bz ...
1
vote
0answers
46 views

Restoring Corrupt TrueCrypt Volume

My hardware doesn't seem to like me anymore :-/ I can mount a crypted TrueCrypt volume, but I can not access it (error says it's a corrupt file system). Therefore, I can't run chkdsk or anything on ...
1
vote
1answer
71 views

ANTLR: Automatic Error Recovery doesn't seem to work

i have a problem with the automatic error recovery of ANTLR v3 which doesn't seem to work in my grammar. Consider following grammar: grammar test; parse : define*; define : LPAREN 'define' ...
1
vote
1answer
142 views

Password Resetting in Java [closed]

Could anyone please provide resources on how to reset password in Java web application connected to db where password stored as hashed(password+salt+secretphrase)? I am also using Spring, so if it has ...
1
vote
1answer
96 views

How to recover bluetooth packet loss?? Android

I'm currently creating an Android App where it collects data through bluetooth and draw a real time graph but it seems like after short while there is packet loss and graph comes out weird. I've been ...
1
vote
2answers
308 views

Reboot in Recovery Android

I've finally managed to get the Reboot code work. I used following code : Runtime runtime = Runtime.getRuntime(); Process proc = null; OutputStreamWriter osw = null; ...
1
vote
5answers
145 views

undo changes to a stored procedure

I altered a stored procedure and unknowingly overwrote some changes that were made to it by another developer. Is there a way to undo the changes and get the old script back? Unfortunately I do not ...
1
vote
1answer
163 views

WebSphere MQ recovery of in-flight messages after failover

Does WebSphere MQ v7 guarantee the recovery of in-flight messages after failover to a standby queue manager? If so, how is this accomplished? Thanks
1
vote
1answer
59 views

Can I recover utf-8 strings which have been updated without encoding?

I'm working with Java+MySQL and using UTF-8_persian_ci encoding in the database. the other day, I was making a few changes in the project's configs and mistakenly didn't mention ...
1
vote
2answers
287 views

flashback recovery in oracle 10g

i m using oracle 10g and i want to enable flashback database i hava manually run all the command like SQL> shutdown immediate; SQL> startup mount; SQL> alter database archivelog; SQL> ...
1
vote
2answers
489 views

Symfony sfGuardPlugin password recovery

I am supporting a site built on symfony. There were problems regarding some kind of "admin page". While not knowing much about the whole thing by reading the logs and comparing recent backups I think ...

1 2 3 4