installer icon indicating copy to clipboard operation
installer copied to clipboard

fix(local): Kill processes as root

Open adamreese opened this issue 2 years ago • 3 comments

Fixes: #49

adamreese avatar Jun 15 '22 17:06 adamreese

I have bad news

image

itowlson avatar Jun 15 '22 22:06 itowlson

After I enter my sudo password it reports

kill: (7334): No such process
kill: (7380): No such process

itowlson avatar Jun 15 '22 22:06 itowlson

Perhaps a race between the execution of jobs -p and kill (delayed waiting on sudo prompt)? I wonder if the original issue is some oddness around cgroups on The Linux of Our Forefathers.

lann avatar Jun 16 '22 15:06 lann