From 5c0e7c8d107d602cbcb37cf111fd164fbb0bbc3b Mon Sep 17 00:00:00 2001 From: EvanDeaubl Date: Tue, 23 Jul 2013 15:02:13 +0000 Subject: --- ...ith_remotes_even_when_all_remotes_disabled.mdwn | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 doc/bugs/assistant_syncs_with_remotes_even_when_all_remotes_disabled.mdwn diff --git a/doc/bugs/assistant_syncs_with_remotes_even_when_all_remotes_disabled.mdwn b/doc/bugs/assistant_syncs_with_remotes_even_when_all_remotes_disabled.mdwn new file mode 100644 index 000000000..99e3eebea --- /dev/null +++ b/doc/bugs/assistant_syncs_with_remotes_even_when_all_remotes_disabled.mdwn @@ -0,0 +1,29 @@ +### Please describe the problem. + +I migrated a repo I set up by hand on my Android phone to use the assistant and webapp. That repo has two remotes, both full git-annex repos over SSH. I still want to control when I synchronize (cellular data is precious), so the vast majority of the time I disable syncing on both remotes. However, when I return to the webapp after it's been running for "a while," it shows a status message indicating it has synced with the remotes. + +It looks like it might be related to the NetWatcherFallback, because a NetWatcherFallback entry appears in the log approximately every hour, followed by the usual repo sync output. + +### What steps will reproduce the problem? + +1. Set up a repo with a git-annex over SSH remote, and set annex-sync on that remote to false. +2. Run the webapp. +3. Observe after a period of time that the webapp shows that the repo has been synced. + +### What version of git-annex are you using? On what operating system? + +git-annex 20130709 on Android (4.2) + +### Please provide any additional information below. + +[[!format sh """ +[2013-07-22 22:50:31 MST] NetWatcherFallback: Syncing with sigsegv, sigusr1 +Everything up-to-date +Everything up-to-date +[2013-07-22 23:52:57 MST] NetWatcherFallback: Syncing with sigsegv, sigusr1 +Everything up-to-date +Everything up-to-date +[2013-07-23 00:54:15 MST] NetWatcherFallback: Syncing with sigsegv, sigusr1 +Everything up-to-date +Everything up-to-date +"""]] -- cgit v1.2.3