Package Details: pacman-pstatus 0.3.1-1

Git Clone URL: https://aur.archlinux.org/pacman-pstatus.git (read-only, click to copy)
Package Base: pacman-pstatus
Description: Provides a command to identify which running processes have files that have changed on disk. It also provides a pacman hook and pacman-ps to also show which packages own the files that are still open. (forked from samcv's pacman-ps)
Upstream URL: https://gitlab.com/renyuneyun/pacman-ps
Licenses: GPL
Conflicts: pacman-ps
Submitter: renyuneyun
Maintainer: renyuneyun
Last Packager: renyuneyun
Votes: 11
Popularity: 0.000178
First Submitted: 2017-05-24 14:17 (UTC)
Last Updated: 2022-08-09 14:01 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

mar04 commented on 2022-08-12 19:52 (UTC)

And hooks should go to /usr/share/libalpm/hooks/

mar04 commented on 2022-08-12 19:49 (UTC)

Would be nice if it output only unique lines, like so:

pacman-ps | uniq

renyuneyun commented on 2018-06-11 15:31 (UTC)

@SolarAquarion Thanks for reporting. This seems to be a bug in pacman-pstatus. The cause is some program/process is exiting during the time pacman-pstatus is running.

Not a critical problem I think. As you rerun it will be fine.

SolarAquarion commented on 2018-06-11 14:50 (UTC)

(1/1) Clean up pacman-ps data Traceback (most recent call last): File "/usr/bin/pacman-ps", line 45, in <module> triples = pacman_ps() File "/usr/bin/pacman-ps", line 32, in pacman_ps return [(fname, ps_lsof.process_name(pid), pkg) for (pid, fname, pkg) in processes_with_pacman_changes()] File "/usr/bin/pacman-ps", line 32, in <listcomp> return [(fname, ps_lsof.process_name(pid), pkg) for (pid, fname, pkg) in processes_with_pacman_changes()] File "/usr/lib/pacman-ps/ps-lsof.py", line 44, in process_name program = stat_name(pid) File "/usr/lib/pacman-ps/ps-lsof.py", line 34, in stat_name return open("/proc/{}/stat".format(pid), 'r').readline().split()[1].strip()[1:-1] FileNotFoundError: [Errno 2] No such file or directory: '/proc/24460/stat'</listcomp></module>

renyuneyun commented on 2018-03-20 14:00 (UTC)

@Kubax Updated :) Silly me...

Kubax commented on 2018-03-20 13:19 (UTC)

.SRCINFO was not updated...

renyuneyun commented on 2018-03-08 11:56 (UTC) (edited on 2018-03-08 11:57 (UTC) by renyuneyun)

@sekret Updated, and forgot to mention. Thanks :) For curiosity: I can't find it anywhere that "install scripts don't need to be added in the source line". Could you point to a reference?

sekret commented on 2018-02-22 19:44 (UTC) (edited on 2018-02-22 19:49 (UTC) by sekret)

==> Validating source files with sha1sums...

pacman-ps ... Skipped

pacman-ps.install ... FAILED

==> ERROR: One or more files did not pass the validity check!

==> ERROR: Could not download sources.

  1. Always check if the checksums are correct.

  2. Install scripts don't need to be added to the sources line. Please remove it there and the package will be built correctly.

renyuneyun commented on 2018-01-31 12:00 (UTC) (edited on 2018-01-31 12:00 (UTC) by renyuneyun)

@sekret Thanks for pointing out :) It's updated (and I should use GPL as said in wiki/PKGBUILD).

Sorry the notifcation email was buried deep down ...

sekret commented on 2017-10-14 08:14 (UTC)

namcap says pacman-pstatus E: GPLv2 is not a common license (it's not in /usr/share/licenses/common/) So please change the license to GPL2