Your message dated Mon, 04 Jan 2010 11:09:14 +0000
with message-id <[email protected]>
and subject line Bug#563388: fixed in psmisc 22.10-1
has caused the Debian Bug report #563388,
regarding psmisc: fuser -TERM /dev/snd/pcmC0D0p does not work
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.)
--
563388: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=563388
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
Source: psmisc
Source-Version: 22.10-1
We believe that the bug you reported is fixed in the latest version of
psmisc, which is due to be installed in the Debian FTP archive:
psmisc_22.10-1.diff.gz
to main/p/psmisc/psmisc_22.10-1.diff.gz
psmisc_22.10-1.dsc
to main/p/psmisc/psmisc_22.10-1.dsc
psmisc_22.10-1_amd64.deb
to main/p/psmisc/psmisc_22.10-1_amd64.deb
psmisc_22.10.orig.tar.gz
to main/p/psmisc/psmisc_22.10.orig.tar.gz
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Craig Small <[email protected]> (supplier of updated psmisc package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Mon, 04 Jan 2010 21:43:16 +1100
Source: psmisc
Binary: psmisc
Architecture: source amd64
Version: 22.10-1
Distribution: unstable
Urgency: low
Maintainer: Craig Small <[email protected]>
Changed-By: Craig Small <[email protected]>
Description:
psmisc - utilities that use the proc file system
Closes: 562767 563387 563388
Changes:
psmisc (22.10-1) unstable; urgency=low
.
* New upstream release
- fuser -k -m ... won't kill itself Closes: #562767
- fuser -NAME fixed Closes: #563388
- Reversed normal file fuser -k check Closes: #563387
Checksums-Sha1:
502518ced58a250bd45a3a49e3ebbbe703bb5781 955 psmisc_22.10-1.dsc
20bfa81ec36603c6a141bd7e6137cf9d3b52c3d9 314712 psmisc_22.10.orig.tar.gz
33c57f5b86d5ae7bb1a97ed06a88a779efd5215a 5239 psmisc_22.10-1.diff.gz
0e47babe73d93120ed2c6ea8f34aa214903f3201 93274 psmisc_22.10-1_amd64.deb
Checksums-Sha256:
4472e6d5833c2cbd25f69ce013ad14d2a0c4ec421cc7cc15ef398a7431aadcd3 955
psmisc_22.10-1.dsc
e8c2a520549ec86deeccd55fd30cbb46fca20e57d7dfde240ee49df1c6dca053 314712
psmisc_22.10.orig.tar.gz
1b60b5e9f66048b2d0faf4b1831b902d70664d513174403f19a0862b49e6b0e8 5239
psmisc_22.10-1.diff.gz
fdb4f1e4db402a977cde634de225315be8c0c3dccc25849860e2ba69f497203d 93274
psmisc_22.10-1_amd64.deb
Files:
5fc275f22d482cd930946b247743383d 955 admin optional psmisc_22.10-1.dsc
e881383e7f399121cd0ce744f97d91a5 314712 admin optional psmisc_22.10.orig.tar.gz
af5619450a0d152a887a5dc93b0ccded 5239 admin optional psmisc_22.10-1.diff.gz
8d354bf0372663593230455a2ad03bc8 93274 admin optional psmisc_22.10-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iD8DBQFLQccsx2zlrBLK36URAnYUAJ95FB6IN7QMfr2GA1pflhC1/T9eEQCfUuzH
3DMwDc+JcMzWegIhOViOvpc=
=7BDI
-----END PGP SIGNATURE-----
--- End Message ---