Package: psmisc
Version: 22.9-1
Severity: normal
Starting with 22.7-1 (not available for investigation) or 22.8-1, "fuser
-m" is unusable as the tool kills itself before doing anything useful:
$ mkdir /tmp/mountpoint
$ sudo mount -t tmpfs -o size=1M memory /tmp/mountpoint
$ touch /tmp/mountpoint/file
$ sudo aptitude install psmisc=22.6-1
[...]
$ tail -f /tmp/mountpoint/file &
[1] 22477
$ fuser -k -m -v /tmp/mountpoint/file
USER PID ACCESS COMMAND
/tmp/mountpoint/file:
waba 22477 f.... tail
[1]+ Killed tail -f /tmp/mountpoint/file
$ sudo aptitude install psmisc=22.8-1 # or 22.9-1
[...]
$ tail -f /tmp/mountpoint/file &
[1] 22651
$ fuser -k -m -v /tmp/mountpoint/file
USER PID ACCESS COMMAND
/tmp/mountpoint/file:
root kernel mount /tmp/mountpoint
waba 22651 f.... tail
Killed # fuser killed itself
$ jobs
[1]+ Running tail -f /tmp/mountpoint/file &
Thanks,
-Thomas.
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (990, 'unstable'), (500, 'testing'), (500, 'stable'), (1,
'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.31-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=POSIX, LC_CTYPE=fr_BE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
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.
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]