From 802338303f30dd76f96c8a2b7af84d832088692b Mon Sep 17 00:00:00 2001 From: "jhannwong@c9c7a67b5632a4bbc0c959cfeb3d340e02f28565" Date: Tue, 1 Dec 2015 12:45:50 +0000 Subject: Added a comment: Am pretty sure this is a filesystem issue --- .../comment_2_88a6132696bd299fc40359ff56657596._comment | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/bugs/Unable_to_take_transfer_lock/comment_2_88a6132696bd299fc40359ff56657596._comment diff --git a/doc/bugs/Unable_to_take_transfer_lock/comment_2_88a6132696bd299fc40359ff56657596._comment b/doc/bugs/Unable_to_take_transfer_lock/comment_2_88a6132696bd299fc40359ff56657596._comment new file mode 100644 index 000000000..3a7426cf0 --- /dev/null +++ b/doc/bugs/Unable_to_take_transfer_lock/comment_2_88a6132696bd299fc40359ff56657596._comment @@ -0,0 +1,14 @@ +[[!comment format=mdwn + username="jhannwong@c9c7a67b5632a4bbc0c959cfeb3d340e02f28565" + nickname="jhannwong" + subject="Am pretty sure this is a filesystem issue" + date="2015-12-01T12:45:50Z" + content=""" +Same git-annex repo. One resides on Linux; the other on Mac OS. + +The one on Mac OS can be accessed (`git annex get') by git clones on Linux and on Mac OS. + +The one on Linux can only be accessed by git clones on Linux. + +I even tracked it down to folders having the same name --- 'Fs' vs 'FS'. +"""]] -- cgit v1.2.3 From 80e67e57cccedc4907634b3073d72e91a5b984a7 Mon Sep 17 00:00:00 2001 From: SamuelTardieu Date: Wed, 2 Dec 2015 15:09:50 +0000 Subject: --- doc/bugs/git-annex_creates_many_zombies.mdwn | 30 ++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 doc/bugs/git-annex_creates_many_zombies.mdwn diff --git a/doc/bugs/git-annex_creates_many_zombies.mdwn b/doc/bugs/git-annex_creates_many_zombies.mdwn new file mode 100644 index 000000000..51d960896 --- /dev/null +++ b/doc/bugs/git-annex_creates_many_zombies.mdwn @@ -0,0 +1,30 @@ +### Please describe the problem. + +In a debian unstable docker container, I run `git-annex assistant --auto` on a few repositories. + +After a few days, I have many (> 10000 right now) zombie processes: + + % ps x | grep "git-annex.*defunct" | wc -l + 10325 + +### What steps will reproduce the problem? + +Keep `git-annex assistant` running. + +### What version of git-annex are you using? On what operating system? + +Binary version 5.20151116-gbe86081 on Debian Linux unstable (up-to-date from a few days ago when my docker container started) + +### Please provide any additional information below. + +[[!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 + + +# 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) + +I couldn't live without git-annex to synchronize my documents over multiple hosts and archives :-) -- cgit v1.2.3