installer
installer copied to clipboard
fix(local): Kill processes as root
Fixes: #49
I have bad news
After I enter my sudo password it reports
kill: (7334): No such process
kill: (7380): No such process
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.