This commit is contained in:
parent
2d2a735ce7
commit
634c66ea49
1 changed files with 76 additions and 0 deletions
|
@ -0,0 +1,76 @@
|
|||
### Please describe the problem.
|
||||
|
||||
I am trying to copy files from my computer to an external drive, but git annex get in one annex repo on the drive, keeps failing with "Unable to access these remotes: origin" message. It seems to pull the data, compute a checksum and then give me the error message. The same file passes fsck on the computer, and I was able to "git annex get" it from a different computer without issues.
|
||||
|
||||
|
||||
### What steps will reproduce the problem?
|
||||
- cd into externaldrive/Annex
|
||||
- git annex get file
|
||||
|
||||
get 8 Simple Rules - [02x01] - Premiere.mp4 (from origin...)
|
||||
(from origin...)
|
||||
|
||||
Unable to access these remotes: origin
|
||||
|
||||
Try making some of these repositories available:
|
||||
1cca049d-83f7-4a78-ad30-650621c8e6f9 -- amnesiac
|
||||
3ae7e0b0-f87a-4f5c-9d37-a507273dde61 -- balrog [origin]
|
||||
bafcea18-6642-4c43-8ae6-8477092c7d02 -- babadook
|
||||
failed
|
||||
git-annex: get: 1 failed
|
||||
|
||||
|
||||
- The file then shows up in git annex unused.
|
||||
|
||||
- Other commands like "git annex sync origin" work without issues, git annex copy --to origin also work.
|
||||
|
||||
- I tried adding --verbose, --json etc to see if i could get some kind of debugging info out of it, but no luck.
|
||||
|
||||
|
||||
### What version of git-annex are you using? On what operating system?
|
||||
|
||||
git annex version
|
||||
|
||||
git-annex version: 8.20200330
|
||||
build flags: Assistant Webapp Pairing S3 WebDAV Inotify DBus DesktopNotify TorrentParser MagicMime Feeds Testsuite
|
||||
dependency versions: aws-0.21.1 bloomfilter-2.0.1.0 cryptonite-0.25 DAV-1.3.4 feed-1.1.0.0 ghc-8.6.5 http-client-0.6.4 persistent-sqlite-2.9.3 torrent-10000.1.1 uuid-1.3.13 yesod-1.6.0.1
|
||||
key/value backends: SHA256E SHA256 SHA512E SHA512 SHA224E SHA224 SHA384E SHA384 SHA3_256E SHA3_256 SHA3_512E SHA3_512 SHA3_224E SHA3_224 SHA3_384E SHA3_384 SKEIN256E SKEIN256 SKEIN512E SKEIN512 BLAKE2B256E BLAKE2B256 BLAKE2B512E BLAKE2B512 BLAKE2B160E BLAKE2B160 BLAKE2B224E BLAKE2B224 BLAKE2B384E BLAKE2B384 BLAKE2BP512E BLAKE2BP512 BLAKE2S256E BLAKE2S256 BLAKE2S160E BLAKE2S160 BLAKE2S224E BLAKE2S224 BLAKE2SP256E BLAKE2SP256 BLAKE2SP224E BLAKE2SP224 SHA1E SHA1 MD5E MD5 WORM URL
|
||||
remote types: git gcrypt p2p S3 bup directory rsync web bittorrent webdav adb tahoe glacier ddar git-lfs hook external
|
||||
operating system: linux x86_64
|
||||
supported repository versions: 8
|
||||
upgrade supported from repository versions: 0 1 2 3 4 5 6 7
|
||||
local repository version: 8
|
||||
|
||||
Operating System:
|
||||
|
||||
cat /etc/fedora-release
|
||||
|
||||
Fedora release 32 (Thirty Two)
|
||||
|
||||
|
||||
### Please provide any additional information below.
|
||||
|
||||
git annex info --fast
|
||||
|
||||
trusted repositories: 7
|
||||
318863a2-d9eb-467f-8094-f6578e26bd9a -- Melange
|
||||
33e44b4c-42f1-4383-90b3-5fcbdbbf3baf -- baldwin
|
||||
43d346b9-3c60-4036-a654-4c31f2368206 -- thane
|
||||
bafcea18-6642-4c43-8ae6-8477092c7d02 -- babadook
|
||||
d0ad767c-9874-4a3e-8ced-5d6917b212b9 -- zuko
|
||||
d3ba71fb-64fc-4f41-8e76-7de8af14cee1 -- erebus [here]
|
||||
d6d1d08e-6ee5-4408-a515-adbc9bebf5b1 -- ocho
|
||||
semitrusted repositories: 1
|
||||
3ae7e0b0-f87a-4f5c-9d37-a507273dde61 -- balrog [origin]
|
||||
untrusted repositories: 2
|
||||
1cca049d-83f7-4a78-ad30-650621c8e6f9 -- amnesiac
|
||||
b3407756-8beb-43c3-877d-ff4fd1061fa9 -- chandrian
|
||||
transfers in progress: none
|
||||
available local disk space: 977.01 gigabytes (+1 megabyte reserved)
|
||||
|
||||
|
||||
|
||||
### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
|
||||
|
||||
YES. Git annex is one of my favorite software. I am managing around 15 terabytes of data in 5 annexes, with data on 3 computers, and around 8 external drives. This is the first time I've had any kind of issue with it. It has been rock solid and completely amazing. Thank you for your work on the software.
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue