Your message dated Wed, 6 Mar 2013 08:58:54 +1100
with message-id <[email protected]>
and subject line Re: [matchbox-keyboard] pkill works as it should, use -f flag
has caused the Debian Bug report #698034,
regarding pkill and related tools fail for long process names
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
698034: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=698034
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: matchbox-keyboard
Version: 0.1+svn20080916-3
Severity: normal
Hallo,
I would like to mention that killall is not on every boxes. A standard
is pkill first to work.
pkill matchbox-keyboard does not work
it works with killall
please make sure that users can kill the process, since it can be
annyoing with splitting for some.
Best regards
Pat
-- System Information:
Debian Release: 6.0.2
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
Versions of packages matchbox-keyboard depends on:
ii libc6 2.11.3-3 Embedded GNU C Library: Shared lib
ii libexpat1 2.0.1-7+squeeze1 XML parsing C library - runtime li
ii libfakekey0 0.1-1 library for converting characters
ii libpng12-0 1.2.44-1+squeeze4 PNG library - runtime
ii libx11-6 2:1.3.3-4 X11 client-side library
ii libxft2 2.1.14-2 FreeType-based font drawing librar
ii libxrender1 1:0.9.6-1 X Rendering Extension client libra
ii libxtst6 2:1.1.0-3 X11 Testing -- Record extension li
Versions of packages matchbox-keyboard recommends:
ii matchbox-keyboard-im 0.1+svn20080916-3 on-screen keyboard
matchbox-keyboard suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
process names ARE only 16 characters long. That's what they are in the
kernel. The command line can be longer and if you want to match against
that then use pkill -f
To see the difference, run the command
ps -e -o comm,cmd | grep <something>
The first column is what it matches on without -f, the second with -f.
- Craig
--
Craig Small VK2XLZ http://enc.com.au/ csmall at : enc.com.au
Debian GNU/Linux http://www.debian.org/ csmall at : debian.org
GPG fingerprint: 5D2F B320 B825 D939 04D2 0519 3938 F96B DF50 FEA5
--- End Message ---