[00:58] I have to say i feel very honored to be in the special thanks <3 :) [00:59] thank you [01:04] i suppose it's true that i have been doing a few gigs on the so called social networks, but the guidance... i suppose wish i knew more... [01:05] either way, it made my day. and i'm happy to see this beautiful thing move forward! [01:05] good work y'all!!!! [04:44] sakrecoer: You guided me, so that's where that came from. :) [05:18] found another -controls bug... or maybe I have a crazy system. [05:19] I found I had three PA-jack bridges running and they persisted through restarting jack. [05:21] it turns out there were three copies of autojack running at the same time. So on startup it needs to see if it is already running and either kill the one(s) that are running, or die itself. [05:21] I think I like kill those that are running best. [15:17] OvenWerks: I noticed that too. [15:19] Eickmeyer: I had been running it without that problem for months, so not sure why it showed up now. [15:19] ¯\_(ツ)_/¯ [15:20] Means we're going to need a bug report and attempt an SRU. [15:22] Hmmm... seems to happen if stopped and restarted more than once in the same session or if Jack crashes (#shocker) [15:22] I haven't managed to crash jack yet [15:23] To be clear, I can't do it on purpose. :p [15:25] -control sends an "are you there?" to autojack and if no answer it starts a new one. I think there is a delay in there to give it time, so maybe make the delay longer as well as sending quite on startup. [15:26] s/quite/quit/ [15:28] Actually, I should learn how to set autojack to be started if not running and I try to send a dbus message to it. [15:28] Not a bad idea. I did notice that multiple pulse processes are running in the issue you described above, which matches what I see in the patch bay, but it appears that the extraneous pulse processes are hung. [15:29] Maybe send it a -kill somehow? [15:32] every time jack is restarted, pulse is too. that is not the trouble. [15:33] ps x shows more than one autojack running (under python3) [15:47] Ah, I see.