diff options
author | https://www.google.com/accounts/o8/id?id=AItOawnFjuvfPpi1kf6l54bxfFUm0Aw_Gf_IO0o <Aaron@web> | 2014-02-22 23:39:43 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-02-22 23:39:43 +0000 |
commit | 724edf1f153fa53496cfe5cb65420ed7ec9dcf21 (patch) | |
tree | 0d98f84c715d03918a81c1eb2d88e560ac0f0198 /doc/forum | |
parent | b16ceaf7bd1256aee31434b7fde69014d6181bd7 (diff) |
Diffstat (limited to 'doc/forum')
-rw-r--r-- | doc/forum/Too_big_to_fsck.mdwn | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/forum/Too_big_to_fsck.mdwn b/doc/forum/Too_big_to_fsck.mdwn new file mode 100644 index 000000000..975674b5c --- /dev/null +++ b/doc/forum/Too_big_to_fsck.mdwn @@ -0,0 +1,20 @@ +Hi, + +My Webapp isn't working: + + $ git-annex webapp error: refs/gcrypt/gitception+ does not point to a valid object! + error: refs/remotes/Beta/git-annex does not point to a valid object! + error: refs/remotes/Beta/master does not point to a valid object! + fatal: unable to read tree 656e7db5be172f01c0b6994d01f1a08d1273af12 + +So I tried to repair it: + + $ git-annex repair Running git fsck ... + Stack space overflow: current size 8388608 bytes. Use `+RTS -Ksize -RTS' to increase it. + +So I tried to follow your advice here and increase the stack: + + $ git-annex +RTS -K35000000 -RTS fsck + git-annex: Most RTS options are disabled. Link with -rtsopts to enable them. + +I wasn't sure what to do next, so any help would be appreciated. |