FS#30372 - [psmisc] killall=OVERKILL
Attached to Project:
Arch Linux
Opened by Natrio (natrio) - Wednesday, 20 June 2012, 07:08 GMT
Last edited by Eric Belanger (Snowman) - Wednesday, 20 June 2012, 09:17 GMT
Opened by Natrio (natrio) - Wednesday, 20 June 2012, 07:08 GMT
Last edited by Eric Belanger (Snowman) - Wednesday, 20 June 2012, 09:17 GMT
|
Details
In psmisc-22.18-1 killall (without any parameters) kills
REALLY everything.
How to reproduce: 1) Be shure you have psmisc-22.18-1 2) Log in as root 3) killall 4) Enjoy :) In previous versions: $ killall Usage: killall [OPTION]... [--] NAME... killall -l, --list killall -V, --version -e,--exact require exact match for very long names -I,--ignore-case case insensitive process name match -g,--process-group kill process group instead of process -y,--younger-than kill processes younger than TIME -o,--older-than kill processes older than TIME -i,--interactive ask for confirmation before killing -l,--list list all known signal names -q,--quiet don't print complaints -r,--regexp interpret NAME as an extended regular expression -s,--signal SIGNAL send this signal instead of SIGTERM -u,--user USER kill only process(es) running as USER -v,--verbose report if the signal was successfully sent -V,--version display version information -w,--wait wait for processes to die |
This task depends upon
Closed by Eric Belanger (Snowman)
Wednesday, 20 June 2012, 09:17 GMT
Reason for closing: Fixed
Additional comments about closing: psmisc-22.18-2
Wednesday, 20 June 2012, 09:17 GMT
Reason for closing: Fixed
Additional comments about closing: psmisc-22.18-2
http://sourceforge.net/tracker/?func=detail&aid=3536526&group_id=15273&atid=115273
If you give it a wrong option, it also kills everythings. I accidentally killed my X session when I ran "killall --help" when investigating this bug.