Package: psmisc
Version: 22.9-1
Severity: normal
You should be able to specify the signal to be killed. This does not work
:; fuser -TERM /dev/snd/pcmC0D0p
ERM: unknown signal; fuser -l lists signals.
The function get_signal is called twice, once with the argument TERM
and once with the argument ERM.
In fuser.c, just after the call to get_signal, there is a line of code in
comments.
A slight modification of the code is required.
default:
if (isupper(*option) || isdigit(*option)) {
sig_number = get_signal(option, argv[0]);
while(option[1] != '\0') option++;
break;
or the break should be changed to a goto to break out of the switch and the
while.
The man page for says that
fuser -k -4 /my/file
should use signal 4 but it "-4" also says that fuser should only search for
IPv4 sockets.
Does "-4" mean signal 4 or IPv4? Does "-6" mean signal 6 or IPv6?
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages psmisc depends on:
ii libc6 2.10.2-2 GNU C Library: Shared libraries
ii libncurses5 5.7+20090803-2 shared libraries for terminal hand
psmisc recommends no packages.
psmisc suggests no packages.
-- debconf-show failed
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]