You are not logged in.
What is this message from after I upgrade packages
:: Running post-transaction hooks...
(1/6) Reloading system manager configuration...
(2/6) Arming ConditionNeedsUpdate...
(3/6) Updating icon theme caches...
(4/6) Removing obsolete cached package files (keeping the latest two)...
==> no candidate packages found for pruning
(5/6) Checking which packages need to be rebuilt
find: ‘./run/user/1000/doc’: Permission denied
find: ‘./run/user/1000/gvfs’: Permission denied
find: ‘./proc/406530/task/406530/net’: Invalid argument
find: ‘./proc/406530/net’: Invalid argumentOffline
You've got a problematic alpm hook running. Check the hooks under /usr/share/libalpm/hooks/ for one with a description matching that lin "Checking which packages need to be rebuilt" then post it's content here (and also check what package owns it).
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
This one I guess?
❯ cat /usr/share/libalpm/hooks/rebuild-detector.hook
[Trigger]
Operation = Upgrade
Type = Package
Target = *
[Action]
Description = Checking which packages need to be rebuilt
Exec = /usr/bin/checkrebuild
When = PostTransaction
NeedsTargets
❯ pacman -Qo /usr/share/libalpm/hooks/rebuild-detector.hook
/usr/share/libalpm/hooks/rebuild-detector.hook is owned by rebuild-detector 4.4.1-2Offline
Does running checkrebuild on the list of targets that were updated in your last pacman transaction replicate those error messages?
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline