git-annex/doc/tips/flickrannex/comment_12_90a331275d888221bc695003c8acbe46._comment
Joey Hess b6d46c212e git-annex (5.20140402) unstable; urgency=medium
* unannex, uninit: Avoid committing after every file is unannexed,
    for massive speedup.
  * --notify-finish switch will cause desktop notifications after each
    file upload/download/drop completes
    (using the dbus Desktop Notifications Specification)
  * --notify-start switch will show desktop notifications when each
    file upload/download starts.
  * webapp: Automatically install Nautilus integration scripts
    to get and drop files.
  * tahoe: Pass -d parameter before subcommand; putting it after
    the subcommand no longer works with tahoe-lafs version 1.10.
    (Thanks, Alberto Berti)
  * forget --drop-dead: Avoid removing the dead remote from the trust.log,
    so that if git remotes for it still exist anywhere, git annex info
    will still know it's dead and not show it.
  * git-annex-shell: Make configlist automatically initialize
    a remote git repository, as long as a git-annex branch has
    been pushed to it, to simplify setup of remote git repositories,
    including via gitolite.
  * add --include-dotfiles: New option, perhaps useful for backups.
  * Version 5.20140227 broke creation of glacier repositories,
    not including the datacenter and vault in their configuration.
    This bug is fixed, but glacier repositories set up with the broken
    version of git-annex need to have the datacenter and vault set
    in order to be usable. This can be done using git annex enableremote
    to add the missing settings. For details, see
    http://git-annex.branchable.com/bugs/problems_with_glacier/
  * Added required content configuration.
  * assistant: Improve ssh authorized keys line generated in local pairing
    or for a remote ssh server to set environment variables in an
    alternative way that works with the non-POSIX fish shell, as well
    as POSIX shells.

# imported from the archive
2014-04-02 21:42:53 +01:00

58 lines
2.6 KiB
Text

[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawnaH44G3QbxBAYyDwy0PbvL0ls60XoaR3Y"
nickname="Nigel"
subject="re: git annex get failed"
date="2013-08-02T15:02:14Z"
content="""
Another try - this time a slightly simpler setup using my version of the walkthrough commands
[[!format bash \"\"\"
nrb@nrb-ThinkPad-T61:~/repos/annex/laptop-annex$ git annex drop walkthrough.sh --from usbdrive
drop usbdrive walkthrough.sh ok
(Recording state in git...)
nrb@nrb-ThinkPad-T61:~/repos/annex/laptop-annex$ git annex move walkthrough.sh --to flickr
move walkthrough.sh (gpg) (checking flickr...) (to flickr...)
/home/nrb/repos/gits/flickrannex/flickrannex.py:92: FutureWarning: The behavior of this method will change in future versions. Use specific 'len(elem)' or 'elem is not None' test instead.
if res:
/home/nrb/repos/gits/flickrannex/flickrannex.py:100: FutureWarning: The behavior of this method will change in future versions. Use specific 'len(elem)' or 'elem is not None' test instead.
if res:
ok
(Recording state in git...)
nrb@nrb-ThinkPad-T61:~/repos/annex/laptop-annex$ git annex whereis
whereis walkthrough.sh (1 copy)
161b7af0-2075-4314-9767-308a49b86018 -- flickr (the flickr library)
ok
whereis walkthrough.sh~ (3 copies)
161b7af0-2075-4314-9767-308a49b86018 -- flickr (the flickr library)
7803d853-d231-4bb4-b696-f12a950fb96b -- here (my laptop)
d60d75f9-d878-4214-af20-fa055134ae77 -- usbdrive (portable USB drive)
ok
nrb@nrb-ThinkPad-T61:~/repos/annex/laptop-annex$ git annex get walkthrough.sh
get walkthrough.sh (from flickr...) (gpg)
git-annex: /home/nrb/repos/annex/laptop-annex/.git/annex/tmp/GPGHMACSHA1--02f600d7e8b071d2945270fd5e7fc26dd066ff31: openBinaryFile: does not exist (No such file or directory)
gpg: decrypt_message failed: eof
Unable to access these remotes: flickr
Try making some of these repositories available:
161b7af0-2075-4314-9767-308a49b86018 -- flickr (the flickr library)
failed
git-annex: get: 1 failed
nrb@nrb-ThinkPad-T61:~/repos/annex/laptop-annex$ git annex fsck --from flickr
fsck walkthrough.sh (gpg) (checking flickr...) (fixing location log)
** Based on the location log, walkthrough.sh
** was expected to be present, but its content is missing.
** No known copies exist of walkthrough.sh
failed
fsck walkthrough.sh~ (checking flickr...) (fixing location log)
** Based on the location log, walkthrough.sh~
** was expected to be present, but its content is missing.
failed
(Recording state in git...)
git-annex: fsck: 2 failed
nrb@nrb-ThinkPad-T61:~/repos/annex/laptop-annex$
\"\"\" ]]
"""]]