Merge commit '6f8322b8f72f3399d4c28426749db5d01742001d' into starting

This commit is contained in:
Joey Hess 2019-06-12 14:50:59 -04:00
commit 7b5aad2452
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
8 changed files with 84 additions and 11 deletions

View file

@ -0,0 +1,34 @@
### Please describe the problem.
Attempting to use git-annex addurl on Android 9 (Pixel 3a) fails with "ConnectionFailure Network.BSD.getProtocolByName: does not exist (no such protocol name: tcp)"
To be clear, this is the installed the current way, inside of Termux. Not the obsolete apk.
[[!format sh """
# If you can, paste a complete transcript of the problem occurring here.
# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log
$ git-annex addurl --file "Thermopen Mk4.pdf" "http://www.thermoworks.com/pdf/thermapen_mk4_operating_instructions_a.pdf"
addurl http://www.thermoworks.com/pdf/thermapen_mk4_operating_instructions_a.pdf
download failed: ConnectionFailure Network.BSD.getProtocolByName: does not exist (no such protocol name: tcp)
failed
git-annex: addurl: 1 failed
$ git-annex version
git-annex version: 7.20190508-g8b44548d0
build flags: Assistant Webapp Pairing S3 WebDAV Inotify DBus DesktopNotify TorrentParser MagicMime Feeds Testsuite
dependency versions: aws-0.20 bloomfilter-2.0.1.0 cryptonite-0.25 DAV-1.3.3 feed-1.0.0.0 ghc-8.4.4 http-client-0.5.13.1 persistent-sqlite-2.8.2 torrent-10000.1.1 uuid-1.3.13 yesod-1.6.0
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 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 hook external
operating system: linux aarch64
supported repository versions: 5 7
upgrade supported from repository versions: 0 1 2 3 4 5 6
local repository version: 7
# End of transcript or log.
"""]]
### 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)
Yep, I continue to use git-annex a bunch of places. And this bug isn't a huge deal, wget followed by add worked fine.

View file

@ -0,0 +1,9 @@
When on an adjusted branch, git annex sync --content with an exportree
remote that should commit changes, merge back to master, and then when
the remote's annex-tracking-branch is master, the updated master should be
exported to the remote.
I'm told there's a one sync lag in changes reaching the remote. Ie, it's
exporting to the remote before merging adjusted/master into master, or
something like that. Have not verified and it could be some other root
cause than that. --[[Joey]]

View file

@ -0,0 +1,11 @@
[[!comment format=mdwn
username="anthony@ad39673d230d75cbfd19d2757d754030049c7673"
nickname="anthony"
avatar="http://cdn.libravatar.org/avatar/05b48b72766177b3b0a6ff4afdb70790"
subject="comment 2"
date="2019-06-10T16:52:23Z"
content="""
I worked around that one (I think I fully checked it out to Termux's $HOME, then moved it to sdcard. If I recall correctly, adjusted mode failed with more permission issues. But direct mode works... (I don't have the device in front of me, but it may be an actual SD card, not the fake sdcard. Which of course doesn't support permissions either.)
I wonder if it'd be easy enough to do a LD_PRELOAD hack to \"fix\" chmod.
"""]]

View file

@ -0,0 +1,14 @@
If a repo is cloned using `git clone --single-branch --depth 1`, `git-annex-init` and `git-annex-sync` do not seem to correctly fetch the `git-annex` and `synced/git-annex` branches. `git-annex-info` does not list remotes that were known at the cloned repo.
> This is not a bug. You have cloned a repository without cloning the
> git-annex branch, so as far as git-annex can *possibly* know, this is a
> git repository in which git-annex has never been used before.
>
> As soon as you fetch the git-annex branch from origin, git-annex will
> know all the information that you expected it to know. So all you have to
> do is: `git fetch origin git-annex`
>
> There is no possible change I can make that will prevent or amelorate
> this particular means of shooting yourself in the foot.
>
> [[done]] --[[Joey]]

View file

@ -0,0 +1,9 @@
[[!comment format=mdwn
username="kirelagin@6d93475882c55a329fedae6be1971868a775ec7e"
nickname="kirelagin"
avatar="http://cdn.libravatar.org/avatar/325af9a946cb4337c6640f0e95044be1"
subject="Workaround?"
date="2019-06-08T13:03:49Z"
content="""
Just got bitten by this. I guess it is not a very rare situation, so I was wondering, are there any known workarounds?
"""]]

View file

@ -0,0 +1,4 @@
I have a 2500 line patch on the `starting` branch that refactors how start
messages get displayed. Prerequisite for faster parallel starts. This
touched every single command, and quite a few needed non-trivial changes,
so it took all day to get it to even compile.

View file

@ -1,11 +0,0 @@
[[!comment format=mdwn
username="joer962500"
avatar="http://cdn.libravatar.org/avatar/573a6c0ca60e11a8420ce772cd2e80a7"
subject="asus tablet stuck loading screen"
date="2019-05-31T07:24:27Z"
content="""
I want to share issues related to Asus tablet. Sometimes the issue may occur while loading. Recover the issue with just one click, follow this quick fix guide <a href=\"=https://errorcode0x.com/fix-asus-tablet-stuck-at-loading-screen/\">asus tablet stuck loading screen</a> and get our job done easily.
"""]]

View file

@ -0,0 +1,3 @@
What is the current status of v7 repositories? What has been people's experience in using them?
`git-annex` still defaults to v5, so it sounds like v7 is still in beta?