summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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]]