summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web>2015-02-13 19:03:57 +0000
committerGravatar admin <admin@branchable.com>2015-02-13 19:03:57 +0000
commit455635546a08ed6c053f411d88f777d6e852a520 (patch)
tree3db00eeff90d2a878dc93e15157b83ac655c4048
parent060688a5579c5242325097013f2b5ab310c455b0 (diff)
-rw-r--r--doc/bugs/weird_entry_in_process_list.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bugs/weird_entry_in_process_list.mdwn b/doc/bugs/weird_entry_in_process_list.mdwn
index 4e09ed306..e09ad8140 100644
--- a/doc/bugs/weird_entry_in_process_list.mdwn
+++ b/doc/bugs/weird_entry_in_process_list.mdwn
@@ -36,4 +36,4 @@ root@koumbit-mp-test:/var/isuma/media/video# ps axf | grep annex
# End of transcript or log.
"""]]
-couldn't it alter its process name to make this a little more intuitive? --[[anarcat]]
+couldn't it alter its process name to make this a little more intuitive? This is especially problematic because i am trying to hook git-annex into Puppet and Facter, which require me to guess where the various git-annex repos are on the server. The way i was doing that so far was with `lsof -c 'git-annex' -F0tn`, which is obviously failing under those circumstances.... Unless there's a better way to find those repos across the system? I assume there's a git-annex assistant running here... --[[anarcat]]