kbfs icon indicating copy to clipboard operation
kbfs copied to clipboard

keybase-redirector doesn't die/reload after run_keybase

Open PresGas opened this issue 8 years ago • 5 comments

On Debian/Ubuntu Linux, subsequent runnings of run_keybase results in more than one keybase-redirector.

Either the restart does not kill the child process or it just doesn't get cleaned up. No noticable performance issues, but could be problematic. Could it be because it is run as root and run_keybase is as a normal user?

rmday@cacodaemon:~$ ps -aux |grep keybase-redirector root 7870 0.0 0.0 759336 4592 ? Sl 09:33 0:00 keybase-redirector /keybase root 8155 0.0 0.0 685348 4260 ? Sl 09:33 0:00 keybase-redirector /keybase root 8383 0.0 0.0 609952 4304 ? Sl 09:34 0:00 keybase-redirector /keybase rmday 8819 0.0 0.0 14352 1068 pts/4 R+ 09:38 0:00 grep --color=auto keybase-redirector

Attaching log shortly.

PresGas avatar Mar 11 '18 13:03 PresGas

Success! Your log ID is:

7241292499e970e279ca531c

PresGas avatar Mar 11 '18 13:03 PresGas

Thanks, I'll look into it tomorrow. run_keybase is not supposed to kill one that's already running, but the new one it tries to start is supposed to stop on its own, leaving the original one running.

strib avatar Mar 11 '18 17:03 strib

Anything else you need from me or testing subsequent releases, let me know.

PresGas avatar Mar 13 '18 13:03 PresGas

No I'm good, just busy. lots of issues came in this weekend. This one is still in my queue, will get to it as soon as I can.

strib avatar Mar 13 '18 14:03 strib

Should be fixed with #1511. Thanks for the report!

strib avatar Mar 14 '18 16:03 strib