Skip to main content

Timeline for Kill a process cleanly

Current License: CC BY-SA 3.0

23 events
when toggle format what by license comment
Jun 20, 2021 at 16:57 answer added tgunr timeline score: 0
Sep 28, 2016 at 22:16 history edited Gilles 'SO- stop being evil' CC BY-SA 3.0
edited tags
Sep 27, 2016 at 10:44 vote accept Vettehra
Sep 27, 2016 at 10:39 answer added JigglyNaga timeline score: 2
S Sep 27, 2016 at 10:29 history suggested JigglyNaga CC BY-SA 3.0
ctrl-c (from comments), grammar + formatting
Sep 27, 2016 at 10:26 review Suggested edits
S Sep 27, 2016 at 10:29
Sep 27, 2016 at 10:22 comment added Vettehra sudo pkill -2 -f led.py worked, trying to put ir in crontab
Sep 27, 2016 at 10:21 comment added JigglyNaga How about pkill -2 -f led.py?
S Sep 27, 2016 at 10:21 history suggested zagrimsan CC BY-SA 3.0
improved formatting and grammar
Sep 27, 2016 at 10:19 review Suggested edits
S Sep 27, 2016 at 10:21
Sep 27, 2016 at 10:19 comment added Vettehra after pkill -2 led.py there is no message and process is still runnng, i can see it in htop
Sep 27, 2016 at 10:18 comment added JigglyNaga Please expand on "won't work". Do you see an error message? Is the process still running afterwards?
Sep 27, 2016 at 10:16 comment added Vettehra Nope, pkill -2 led.py won't work
Sep 27, 2016 at 10:14 comment added JigglyNaga Did pkill -2 led.py work? If so, try putting that in the crontab.
Sep 27, 2016 at 10:13 comment added Vettehra kill -2 pid worked, but i need that in crontab, so how i can make that crontab automaticly finds pid?
Sep 27, 2016 at 10:10 comment added JigglyNaga No, kill -2 pid, where pid is the process id. Or pkill -2 led.py.
Sep 27, 2016 at 10:09 comment added Vettehra kill -2 led.py like this?
Sep 27, 2016 at 10:08 comment added JigglyNaga Ctrl-c sends a different signal -- try "kill -2"
Sep 27, 2016 at 10:05 comment added Vettehra Ctrl+C at this time, kill/pkill won't work at all
Sep 27, 2016 at 10:04 comment added JigglyNaga What does the "manual kill" step, which successfully turns the LEDs off, involve? Ctrl-C? Another kill/pkill command?
Sep 27, 2016 at 9:39 review First posts
Sep 27, 2016 at 10:19
Sep 27, 2016 at 9:35 history edited Flup CC BY-SA 3.0
formatting
Sep 27, 2016 at 9:33 history asked Vettehra CC BY-SA 3.0