diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-18 02:07:23 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-18 02:07:23 -0400 |
commit | 76a26745c2b022b4eee06a982958e71b27568959 (patch) | |
tree | a91da356f66433fe46e4168779b642eed93ad0fa | |
parent | 1b48e34c0e392d6619d9e18f0b2d1793f7001c48 (diff) | |
parent | d91f03e53ea87e0e3b8b9e34bdcc32ce6b50baa3 (diff) |
Merge branch 'master' of ssh://git-annex.branchable.com
2 files changed, 93 insertions, 0 deletions
diff --git a/doc/bugs/Android:_does_not_upload_added_files___40__neither_to___34__Transfer__34___or___34__Full_backup__34___server__41__/comment_2_87746f4fd0b404db7070c0b2346e8e2b._comment b/doc/bugs/Android:_does_not_upload_added_files___40__neither_to___34__Transfer__34___or___34__Full_backup__34___server__41__/comment_2_87746f4fd0b404db7070c0b2346e8e2b._comment new file mode 100644 index 000000000..4711c2d1c --- /dev/null +++ b/doc/bugs/Android:_does_not_upload_added_files___40__neither_to___34__Transfer__34___or___34__Full_backup__34___server__41__/comment_2_87746f4fd0b404db7070c0b2346e8e2b._comment @@ -0,0 +1,66 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawnx8kHW66N3BqmkVpgtXDlYMvr8TJ5VvfY" + nickname="Yaroslav" + subject="comment 2" + date="2013-12-18T02:07:46Z" + content=""" +enabled debug logging in the preferences of webapp, clicked on 'restart daemon', fetched log: + + $> grep -B 1 pid daemon.log + [2013-12-17 20:51:49 EST] chat: nice [\"ionice\",\"-c3\",\"git-annex\",\"transferkeys\"] + Invalid pid specified + +entire log http://www.onerussian.com/tmp/daemon.log.gz + +in the webbrowser page got stuck white without updating, refreshed it and got + + \"Internal Server Error\" + git-annex: createProcess: runInteractive + Process: pipe: resource exhausted (Too many open files) + +went to terminal, ctrl-c, started again -- seems have managed to start: + + $> grep -B 3 pid daemon.log + (scanning...) [2013-12-17 20:57:36 EST] Watcher: Performing startup scan + Already up-to-date. + Everything up-to-date + Invalid pid specified + +disabled, and then reenabled syncing with vagus, refetched daemon.log to see similar to above message. + +New experiment -- added locally yet another file pics/test.jpg which according to whereis was quickly pushed out from my laptop. + +Then realized that daemon.log is no longer verbose! (i.e. changes in preferences within webapp didn't persist) By now on phone it synced git, but didn't download the load (rightfully since I have instructed not to). + +ok -- went to enable debug logging again in webapp -- it was already selected. + +in the log now found following + +``` + (started...) [2013-12-17 20:59:10 EST] main: Syncing with vagus.cns.dartmouth.edu_annex + Everything up-to-date + Invalid pid specified + [2013-12-17 21:02:37 EST] main: Syncing with vagus.cns.dartmouth.edu_annex + From ssh://git-annex-vagus.cns.dartmouth.edu-annex_annex/~/annex + c3a5fd6..29b6694 master -> vagus.cns.dartmouth.edu_annex/master + d9a09e2..0c3e966 synced/git-annex -> vagus.cns.dartmouth.edu_annex/synced/git-annex + c3a5fd6..29b6694 synced/master -> vagus.cns.dartmouth.edu_annex/synced/master + error: Ref refs/heads/annex/direct/master is at 29b6694ee483c4563955bc5ae1ee1664daed7f19 but expected c3a5fd6b7cee1cbd43fbeb5aa4a445a5407067bd + fatal: Cannot lock the ref 'HEAD'. + Updating c3a5fd6..29b6694 + Fast-forward + + (merging vagus.cns.dartmouth.edu_annex/synced/git-annex into git-annex...) + + git-annex: /storage/extSdCard/annex/.git/annex/merge/: getDirectoryContents: does not exist (No such file or directory) + Already up-to-date. + Already up-to-date. + [2013-12-17 21:02:41 EST] Committer: Committing changes to git + [2013-12-17 21:02:42 EST] Pusher: Syncing with vagus.cns.dartmouth.edu_annex + Everything up-to-date + [2013-12-17 21:02:43 EST] Committer: Committing changes to git + [2013-12-17 21:02:45 EST] Pusher: Syncing with vagus.cns.dartmouth.edu_annex + Everything up-to-date +``` +I guess I will just try now to enable debug logging in .git/config while in the terminal on the phone +"""]] diff --git a/doc/bugs/Android:_does_not_upload_added_files___40__neither_to___34__Transfer__34___or___34__Full_backup__34___server__41__/comment_3_72c9e9f6bb5ca23ddfd513fcc8bff48c._comment b/doc/bugs/Android:_does_not_upload_added_files___40__neither_to___34__Transfer__34___or___34__Full_backup__34___server__41__/comment_3_72c9e9f6bb5ca23ddfd513fcc8bff48c._comment new file mode 100644 index 000000000..b920df4a9 --- /dev/null +++ b/doc/bugs/Android:_does_not_upload_added_files___40__neither_to___34__Transfer__34___or___34__Full_backup__34___server__41__/comment_3_72c9e9f6bb5ca23ddfd513fcc8bff48c._comment @@ -0,0 +1,27 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawnx8kHW66N3BqmkVpgtXDlYMvr8TJ5VvfY" + nickname="Yaroslav" + subject="comment 3" + date="2013-12-18T02:21:17Z" + content=""" +ah -- may be that was debug log, but nothing exciting was happening? .git/config does have annex.debug true + +ok -- went to \"switch repositories\", showed the list of my only repository, clicking on it didn't go anywhere... ok - restarted the beast in the terminal, added a new file to the pics/ directory, again -- registered, added to git, synced, did not 'push' the load, and no informative debug messages: + + add pics/earth-daynight.jpg [2013-12-17 21:17:26 EST] Committer: Committing changes to git + [2013-12-17 21:17:26 EST] Pusher: Syncing with vagus.cns.dartmouth.edu_annex + Invalid pid specified + Already up-to-date. + warning: no threads support, ignoring --threads + To ssh://annex@git-annex-vagus.cns.dartmouth.edu-annex_annex/~/annex/ + 0c3e966..6d94fd4 git-annex -> synced/git-annex + 29b6694..bbd3fa3 annex/direct/master -> synced/master + [2013-12-17 21:17:28 EST] Committer: Adding earth-daynight.jpg + Already up-to-date. + ok + (Recording state in git...) + (Recording state in git...) + + +so again that pid msg but no debug logging seems to be done. Is there some other way to enable debug logging? ;) +"""]] |