~geb/numen

2 2

Numen Multiple Processes Running

Details
Message ID
<oUet0o-F7ah7jU5bNaYZyQJYvpr0lrmxWjvIE5enQGx4suNzpB4rb4jbiN_c3QTTy1dk3rMxvTwrQI10rDXUNXD5v0quAzBvBImWF6_RkNo=@protonmail.com>
Sender timestamp
1674324334
DKIM signature
missing
Download raw message
Hi John, I just ran `pgrep numen` and it keeps showing there's two instances of numen running even if I restart numen in a new terminal. Ctrl+c does kill both processes so it's coming from the one terminal window running numen. Was wondering if you could help me figure out what's causing two to run as I'm not really sure where to begin. I haven't noticed any decreased performance other than maybe 'cap' being confused with 'tab' a lot lately.
Details
Message ID
<CPY4MOCVS9VJ.1PHXCGUUMMMDP@d>
In-Reply-To
<oUet0o-F7ah7jU5bNaYZyQJYvpr0lrmxWjvIE5enQGx4suNzpB4rb4jbiN_c3QTTy1dk3rMxvTwrQI10rDXUNXD5v0quAzBvBImWF6_RkNo=@protonmail.com> (view parent)
Sender timestamp
1674330507
DKIM signature
missing
Download raw message
I was surprised to see the same but one was just a subshell of another.

I looked at `ps -f <pid>` and `pstree <pid>`.  It was a harmless but
unnecessary subshell, which I've removed it if you git pull, and you can
see I just moved an ampersand if you `git show` after.

Before:

numen-+-awk
      |-kernel-+-kernel
      |        `-kernel-+-cat
      |                 `-dotool---4*[{dotool}]
      `-numen-+-awk
              |-record---arecord
              `-speech---6*[{speech}]
After:

numen-+-2*[awk]
      |-kernel-+-kernel
      |        `-kernel-+-cat
      |                 `-dotool---4*[{dotool}]
      |-record---arecord
      `-speech---4*[{speech}]
Details
Message ID
<Z8D_uh17PWgKjY4IRRpR8yJFbqJAeOTeCD6SoLeD3KxyHwMjCBXNJBn2kOVEhECT4LZckAFQS1TWhiHhZx299lak9gylN1x5BvdQ8ouiU1o=@protonmail.com>
In-Reply-To
<CPY4MOCVS9VJ.1PHXCGUUMMMDP@d> (view parent)
Sender timestamp
1674363319
DKIM signature
missing
Download raw message
Thanks for clarifying, John. I'm all caught up and everything is working good! Plus, I learned a few new things in the process. No pun intended.
Reply to thread Export thread (mbox)