This commit is contained in:
parent
884b66ca77
commit
9238d9e85d
1 changed files with 42 additions and 0 deletions
|
@ -0,0 +1,42 @@
|
||||||
|
### Please describe the problem.
|
||||||
|
git-annex assistant is currently running. Here is the output of **ps -A u | grep -i git**:
|
||||||
|
|
||||||
|
[[!format sh """
|
||||||
|
5457 pts/2 Z+ 0:00 [git-annex] <defunct>
|
||||||
|
5510 ? Sl 0:05 git-annex assistant
|
||||||
|
5522 ? S 0:00 git --git-dir=/home/me/annex/.git --work-tree=/home/me/annex cat-file --batch
|
||||||
|
5573 ? S 0:00 git --git-dir=/home/me/annex/.git --work-tree=/home/me/annex cat-file --batch
|
||||||
|
5679 ? SN 0:00 git --git-dir=/home/me/annex/.git --work-tree=/home/me/annex check-attr -z --stdin annex.backend annex.numcopies --
|
||||||
|
5680 ? Z 0:03 [git-annex] <defunct>
|
||||||
|
5710 ? Z 0:00 [git-annex] <defunct>
|
||||||
|
5732 pts/2 Z+ 0:00 [git-annex] <defunct>
|
||||||
|
5752 pts/2 Z+ 0:00 [git-annex] <defunct>
|
||||||
|
5785 ? Ss 0:00 ssh: .git/annex/ssh/example.net [mux]
|
||||||
|
5905 ? Z 0:00 [git-annex] <defunct>
|
||||||
|
5923 ? Z 0:00 [git-annex] <defunct>
|
||||||
|
6513 pts/2 Z+ 0:00 [git-annex] <defunct>
|
||||||
|
6552 ? Z 0:00 [git-annex] <defunct>
|
||||||
|
7797 ? Z 0:00 [git-annex] <defunct>
|
||||||
|
7873 pts/2 Z 0:00 [git-annex] <defunct>
|
||||||
|
8708 pts/2 Z+ 0:00 [git-annex] <defunct>
|
||||||
|
9821 ? Z 0:00 [git-annex] <defunct>
|
||||||
|
9841 pts/2 Z+ 0:00 [git-annex] <defunct>
|
||||||
|
10462 ? Z 0:00 [git-annex] <defunct>
|
||||||
|
10522 pts/2 Z 0:00 [git-annex] <defunct>
|
||||||
|
12777 pts/2 Z+ 0:00 [git-annex] <defunct>
|
||||||
|
13878 pts/2 Z+ 0:00 [git-annex] <defunct>
|
||||||
|
14254 ? Z 0:00 [git-annex] <defunct>
|
||||||
|
14276 pts/2 Z+ 0:00 [git-annex] <defunct>
|
||||||
|
15932 ? Sl 0:00 git-annex transferkeys --readfd 37 --writefd 20
|
||||||
|
16022 pts/2 Sl 0:00 git-annex transferkeys --readfd 28 --writefd 22
|
||||||
|
16079 pts/2 S 0:00 git --git-dir=/mnt/debian/home/me/annex-backup/.git --work-tree=/mnt/debian/home/me/annex-backup cat-file --batch
|
||||||
|
16081 ? S 0:00 git --git-dir=/home/me/annex/.git --work-tree=/home/me/annex cat-file --batch
|
||||||
|
31565 pts/2 Sl+ 0:20 git-annex webapp
|
||||||
|
31580 pts/2 S+ 0:00 git --git-dir=/mnt/debian/home/me/annex-backup/.git --work-tree=/mnt/debian/home/me/annex-backup cat-file --batch
|
||||||
|
31590 pts/2 S+ 0:00 git --git-dir=/mnt/debian/home/me/annex-backup/.git --work-tree=/mnt/debian/home/me/annex-backup cat-file --batch
|
||||||
|
31618 pts/2 S+ 0:00 git --git-dir=/mnt/debian/home/me/annex-backup/.git --work-tree=/mnt/debian/home/me/annex-backup cat-file --batch
|
||||||
|
31635 ? Sl 9:26 /usr/lib/firefox/firefox /mnt/debian/home/me/annex-backup/.git/annex/webapp.html
|
||||||
|
31689 pts/2 SN+ 0:00 git --git-dir=/mnt/debian/home/me/annex-backup/.git --work-tree=/mnt/debian/home/me/annex-backup check-attr -z --stdin annex.backend annex.numcopies --
|
||||||
|
31812 pts/2 Z 0:00 [git-annex] <defunct>
|
||||||
|
31835 ? Ss 0:02 ssh: .git/annex/ssh/example.net [mux]
|
||||||
|
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue