P
P
pantsarny2018-03-17 15:47:41
linux
pantsarny, 2018-03-17 15:47:41

Killall - why doesn't take --older-than into account when using --regexp?

Task: kill soffice processes from php that have been running for more than 10 minutes
Command: killall -o 10m -r soffice
Result: soffice processes that have been running for less than 10 minutes are killed
Question: Why?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
X
xp3, 2018-03-21
@xp3

what version of psmiss?
Commit 86e8d8cf
Changes in 22.22
================
* Fixed typo in fuser which has -M on Debian #740275
* pstree by default doesn't show threadnames, use -t to show
as it disables compaction. SF Patch#33
* PATH_MAX defined in pstree for FreeBSD Debian #750405
* pstree ignores disappeared processes SF Patch#34
* fuser: Fixed typo for -M flag. Debian #740275
* pstree: by default doesn't show threadnames, use -t to show
as it disables compaction. SF [#33]
* pstree: PATH_MAX defined for FreeBSD. Debian #750405
* pstree: ignores disappeared processes. SF [#34]
* killall: -o and -y work with -r flags. SF [#64]

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question