summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar divB <divB@web>2014-08-02 20:10:12 +0000
committerGravatar admin <admin@branchable.com>2014-08-02 20:10:12 +0000
commitb6d0d01efde7c50581d0c73940882d5c837abba0 (patch)
tree6772681b3de7d2eb0d007bcd253e356c161f061f /doc
parent4bfa4d79fdb97e04af5e8211dc6ca1d014bbc591 (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/Pusher_crashed__44___attempt_to_repair_hangs__44___broken_symlinks.mdwn41
1 files changed, 41 insertions, 0 deletions
diff --git a/doc/forum/Pusher_crashed__44___attempt_to_repair_hangs__44___broken_symlinks.mdwn b/doc/forum/Pusher_crashed__44___attempt_to_repair_hangs__44___broken_symlinks.mdwn
new file mode 100644
index 000000000..8688820cf
--- /dev/null
+++ b/doc/forum/Pusher_crashed__44___attempt_to_repair_hangs__44___broken_symlinks.mdwn
@@ -0,0 +1,41 @@
+Sorry that I put all this in the same thread but I don't know what happened and how it is related.
+
+I have just a simple setup: git-annex client with assistant (Windows 7) and on a server (Debian).
+
+Suddenly weird things started to happen
+
+1.) On Windows, when I start the assistant, it writes "Attempting to repair THINKTANK:c:\data\annex [here]" but it runs forever and never stops
+
+2.) On Windows, when I get "Pusher crashed: failed to read sha from git write-tree [Restart Thread]". When I click "Restart Thread" nothing happens but the message from (1) persists.
+
+3.) When I run "git annex fsck" on the client I get thousands of messages like
+ fsck Fotos/2014/DSC_0303.JPG
+ ** No known copies exist of Fotos/2014/DSC_0303.JPG
+ failed
+
+Here the same:
+
+ $ git annex whereis "Fotos/2014/DSC_0303.JPG"
+ whereis Fotos/2014/DSC_0303.JPG (0 copies) failed
+ git-annex: whereis: 1 failed
+
+4.) On the server, files that should ALWAYS be on the server (configured as "full backup") suddenly wiped data that was also made available on the client. The symlinks are dangling symlinks and contain just binary data:
+
+ ls -l
+ lrwxrwxrwx 1 4 Aug 2 08:55 DSC_0011.JPG -> ????
+ lrwxrwxrwx 1 4 Aug 2 08:55 DSC_0012.JPG -> ????
+ lrwxrwxrwx 1 4 Aug 2 08:55 DSC_0013.JPG -> ????
+ lrwxrwxrwx 1 4 Aug 2 08:55 DSC_0014.JPG -> ????
+ lrwxrwxrwx 1 4 Aug 2 08:55 DSC_0015.JPG -> ????
+ lrwxrwxrwx 1 4 Aug 2 08:55 DSC_0018.JPG -> ????
+ lrwxrwxrwx 1 4 Aug 2 08:55 DSC_0019.JPG -> ????
+ lrwxrwxrwx 1 4 Aug 2 08:55 DSC_0020.JPG -> ????
+
+5.) "git annex fsck" on the server is still successful, returning no errors!
+
+6.) Manually executing "git annex sync --content" on both sides does not change anything and does not output any error messages.
+
+Oh no, so desparate :-( Any ideas?
+
+(I am happy to share all log files privately but I do not want to publish them here because they contain sensitive data)
+