aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/git_annex_repair_fails_-___47__tmp__47__tmprepo.1__47__.git__47__gc.pid:_removeLink:_does_not_exist___40__No_such_file_or_directory__41__.mdwn
blob: 5407db36a5cd8c3fdf14aed03dcd1b257e5e8388 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
### Please describe the problem.
git annex repair fails to repair the repo and reports this error:

    git-annex: /tmp/tmprepo.2/.git/gc.pid: removeLink: does not exist (No such file or directory)
    failed
    git-annex: repair: 1 failed


### What steps will reproduce the problem?


### What version of git-annex are you using? On what operating system?
git-annex-5.20140717 on gentoo with use flags: assistant cryptohash dbus desktop-notify dns feed inotify pairing production quvi s3 tahoe tdfa testsuite webapp webapp-secure webdav xmpp

### Please provide any additional information below.

[[!format sh """
~/annex $ git annex repair
Running git fsck ...
Unpacking all pack files.
Unpacking objects: 100% (630/630), done.
Unpacking objects: 100% (630/630), done.
Unpacking objects: 100% (638/638), done.
Initialized empty Git repository in /tmp/tmprepo.2/.git/
Trying to recover missing objects from remote 192.168.1.246_annex.
Unpacking all pack files.
Unpacking objects: 100% (210608/210608), done.
Trying to recover missing objects from remote 192.168.1.246_annex.
Auto packing the repository in background for optimum performance.
See "git help gc" for manual housekeeping.

git-annex: /tmp/tmprepo.2/.git/gc.pid: removeLink: does not exist (No such file or directory)
failed
git-annex: repair: 1 failed


# End of transcript or log.
"""]]