You are not logged in.

#1 2022-09-13 17:40:52

afader
Member
Registered: 2013-09-12
Posts: 207

"find: ‘./run/user/1000/doc’: Permission denied" after package upgrade

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 argument

Offline

#2 2022-09-13 17:58:39

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,497
Website

Re: "find: ‘./run/user/1000/doc’: Permission denied" after package upgrade

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

#3 2022-09-13 18:30:02

afader
Member
Registered: 2013-09-12
Posts: 207

Re: "find: ‘./run/user/1000/doc’: Permission denied" after package upgrade

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-2

Offline

#4 2022-09-13 19:30:29

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,497
Website

Re: "find: ‘./run/user/1000/doc’: Permission denied" after package upgrade

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

Board footer

Powered by FluxBB