From: git-annex@3fb6b72405b924a12d8319f01d0fdb908a3c551e Date: Mon, 21 Oct 2024 14:12:31 +0000 (+0000) Subject: (no commit message) X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~17^2~31^2~13^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3953b880e96749c4ed5dd238d2fb4f4a806075bc;p=git-annex.git --- diff --git a/doc/forum/Assistant__58___auto-commit_works__44___auto-transfer_not__63__.mdwn b/doc/forum/Assistant__58___auto-commit_works__44___auto-transfer_not__63__.mdwn index 1cb138a164..a92d80c5a5 100644 --- a/doc/forum/Assistant__58___auto-commit_works__44___auto-transfer_not__63__.mdwn +++ b/doc/forum/Assistant__58___auto-commit_works__44___auto-transfer_not__63__.mdwn @@ -35,3 +35,41 @@ Is there a way to have added files automatically transferred to the remote? I also noticed that the web app hangs for 30s every 4-5 clicks. Something seems to be wrong with my setup and configuration. What can it be? Thanks, this seems to be a really great a versatile tool! + +--- + +Update: + +Looks like the git-annex service doesn't really run: + +```sh +$ brew services +Name Status User File +git-annex stopped username ~/Library/LaunchAgents/homebrew.mxcl.git-annex.plist +``` + +Trying to start it yields: + +```sh +$ brew services start git-annex +Bootstrap failed: 5: Input/output error +Try re-running the command as root for richer errors. +Error: Failure while executing; `/bin/launchctl bootstrap gui/501 /Users/username/Library/LaunchAgents/homebrew.mxcl.git-annex.plist` exited with 5. +``` + +Restarting does not show any errors + +```sh +$ brew services restart git-annex +Stopping `git-annex`... (might take a while) +==> Successfully stopped `git-annex` (label: homebrew.mxcl.git-annex) +==> Successfully started `git-annex` (label: homebrew.mxcl.git-annex) +``` + +yet it makes no difference: + +```sh +$ brew services +Name Status User File +git-annex stopped username ~/Library/LaunchAgents/homebrew.mxcl.git-annex.plist +```