Your message dated Tue, 06 Dec 2011 12:03:07 +0000
with message-id <e1rxtjn-0007xx...@franck.debian.org>
and subject line Bug#649591: fixed in procps 1:3.3.1-1
has caused the Debian Bug report #649591,
regarding pgrep: -u option does not work now
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 ow...@bugs.debian.org
immediately.)
--
649591: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=649591
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: procps
Version: 1:3.3.0-1
Severity: important
pgrep -U option works
pgrep -u option does not work
This is new for 1:3.3.0. I had script using this for getmail4 package.
=== test code: xpgrep ===
#!/bin/sh
# vim:se tw=78 sts=4:
PROG=$(basename $0)
echo $PROG
set -x
UID=$(id -u)
EUID=$(id -un)
echo $(pgrep $PROG)
echo $(pgrep -U osamu $PROG)
echo $(pgrep -Uosamu $PROG)
echo $(pgrep -U $UID $PROG)
echo $(pgrep -U$UID $PROG)
echo $(pgrep -u 1000 $PROG)
echo $(pgrep -u1000 $PROG)
echo $(pgrep -u $EUID $PROG)
echo $(pgrep -u$EUID $PROG)
=== END of xpgrep ===
Under user account "osamu" at UID 1000, I run this and get the
following output:
$ ./xpgrep
xpgrep
+ id -u
+ UID=1000
+ id -un
+ EUID=osamu
+ pgrep xpgrep
+ echo 20306
20306
+ pgrep -U osamu xpgrep
+ echo 20306
20306
+ pgrep -Uosamu xpgrep
+ echo 20306
20306
+ pgrep -U 1000 xpgrep
+ echo 20306
20306
+ pgrep -U1000 xpgrep
+ echo 20306
20306
+ pgrep -u 1000 xpgrep
+ echo
+ pgrep -u1000 xpgrep
+ echo
+ pgrep -u osamu xpgrep
+ echo
+ pgrep -uosamu xpgrep
+ echo
$
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 3.1.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages procps depends on:
ii initscripts 2.88dsf-13.13
ii libc6 2.13-21
ii libncurses5 5.9-4
ii libtinfo5 5.9-4
ii lsb-base 3.2-28
Versions of packages procps recommends:
ii psmisc 22.14-1
procps suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: procps
Source-Version: 1:3.3.1-1
We believe that the bug you reported is fixed in the latest version of
procps, which is due to be installed in the Debian FTP archive:
libproc-dev_3.3.1-1_amd64.deb
to main/p/procps/libproc-dev_3.3.1-1_amd64.deb
procps_3.3.1-1.debian.tar.gz
to main/p/procps/procps_3.3.1-1.debian.tar.gz
procps_3.3.1-1.dsc
to main/p/procps/procps_3.3.1-1.dsc
procps_3.3.1-1_amd64.deb
to main/p/procps/procps_3.3.1-1_amd64.deb
procps_3.3.1.orig.tar.gz
to main/p/procps/procps_3.3.1.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 649...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Craig Small <csm...@debian.org> (supplier of updated procps 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 ftpmas...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Tue, 06 Dec 2011 21:51:15 +1100
Source: procps
Binary: procps libproc-dev
Architecture: source amd64
Version: 1:3.3.1-1
Distribution: unstable
Urgency: low
Maintainer: Craig Small <csm...@debian.org>
Changed-By: Craig Small <csm...@debian.org>
Description:
libproc-dev - library for accessing process information from /proc
procps - /proc file system utilities
Closes: 638916 649591 650314 651117
Changes:
procps (1:3.3.1-1) unstable; urgency=low
.
* New upstream version
- pgrep -u finds processes Closes: #649591
- slabtop_once patch applied upstream
- watch_8bitchar patch applied upstream
- vmstat_part_format patch applied upstream
* include correct libproc-ng.so symlink Closes: #650314, #638916, #651117
Checksums-Sha1:
e2ddc2898894397d8c919861748c903c2084ef7b 1890 procps_3.3.1-1.dsc
2794ede0751df3035855478b5575a28965bfb935 652215 procps_3.3.1.orig.tar.gz
8d875b0e47db740fdc65dc980d048e3275fc33a3 48968 procps_3.3.1-1.debian.tar.gz
47bff19906c919cb365e1bb27bd113a008ea7cbe 252140 procps_3.3.1-1_amd64.deb
1f80bfd8516735231a2e0ef00ef21cd2dae5823a 70420 libproc-dev_3.3.1-1_amd64.deb
Checksums-Sha256:
c31cc72b2a90162b6ff7bf8c6433e0f50138b711cc121e3a0e5810cf3e70c0d5 1890
procps_3.3.1-1.dsc
e4d369985f87af885888d869c8cfe44ed667ac6b7cae2b35ad8afe2673110170 652215
procps_3.3.1.orig.tar.gz
763cf114c5abbb5574c3b6a91820b298640082687861de7bac9c911fee2eb479 48968
procps_3.3.1-1.debian.tar.gz
03f9c25ef72f5609f8be2c8e028a21afc83ad2abe937d973b206e53eda51de1d 252140
procps_3.3.1-1_amd64.deb
2ac79011fd0224fac501a76d33f9278ab32a1b72a76fe0f113b4c6f4af108ae2 70420
libproc-dev_3.3.1-1_amd64.deb
Files:
72fedc4e51966729bc7c3abacde27bff 1890 admin important procps_3.3.1-1.dsc
3ea951fc1cd177eac2397695678ef665 652215 admin important
procps_3.3.1.orig.tar.gz
b6145a3816680b89d1deca0c4895f472 48968 admin important
procps_3.3.1-1.debian.tar.gz
359ed22ff648abf44db63d848d8062b4 252140 admin important
procps_3.3.1-1_amd64.deb
3fa65ac8475edd4640a1a8593ff12c62 70420 libdevel optional
libproc-dev_3.3.1-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQIcBAEBCAAGBQJO3gGUAAoJEDk4+WvfUP6lzNMP/AtlAoGM8Ty5KCw0xUj4RZJG
vYBBW/YUG3HeJJbh9bOhHyyMuHpdDsrolwbh4Z6x6aynAk+33vIX5zMafPykDOm6
nNzh098+qlsgsogS4bw93c2z4NxJyXqbbSML2c5ihzMFpN5g1In4xMU2jRjJrO78
RXIrEL5Ao2qx48zXp3P18JHU3Pxyu+1M5Q6h+AGBlW8FsRd5S0nAWSgG8knOZ9KB
rsbqZ6VYH6k2Sax3GBeI4xRcMmQwRQD8ePtxOT/s8hLriw+EpbYO/H8KOKFtCRMM
LJ6UI3xC7QP6idIaUcH0IU230k49fpQCNnHWMtQtGUdhwqiDLNdtW21ae8Kygg23
UIA3AVhoPCQ4s3UVfhRs45tlROKV2GD+piXem/mOI6JXN+xZAiQH/Y+vHwe9Wt/t
5Q0WcdimeoKnQ6S91/Ww0jqK4W4JqwXn2dWdeF4nRFU+Qb5ZsyCulS+n4RvYeSU8
CjPGDBMqfVo4XIE+2oQnT+xvkErvO4BYhbPojM3JHDjCxy/3ocVza1GQN7RtQkPu
vD4eRTpeXQJ1gsUxwA9d4aceG6/TJuYknzwvk9Cwy4DQzah1pR1EM8i37OQ5in9M
3SbylUB+SqxLYzqhD4wpOCNL4NdXfzVaukjUVQq+mld7Sz1Sm1c6jS+UMR/OSB81
mAVTcGcJHeEJ1u3POLdZ
=8xoj
-----END PGP SIGNATURE-----
--- End Message ---